* files.el (hack-local-variables-prop-line)
[emacs.git] / lisp / ChangeLog
blobc93996b6ef0ebca6264b607df71debb15bfe358d
1 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
3         * files.el (hack-local-variables-prop-line)
4         (hack-local-variables, dir-locals-read-from-file): Bind
5         read-circle to nil before reading.
7 2009-04-28  Geert Kloosterman  <g.j.kloosterman@gmail.com>  (tiny change)
9         * progmodes/which-func.el (which-function): Don't assume that
10         entries from `imenu--index-alist' are ordered by buffer position,
11         which fails when submenus are present (Bug#3153).
13 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * international/quail.el (quail-vunion): Remove unexplained nreverse.
17 2009-04-28  Nick Roberts  <nickrob@snap.net.nz>
19         * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
20         error with gud-tooltip-mode in the Linux console.
22 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
24         * tooltip.el (tooltip-show-help): Fall back on
25         tooltip-show-help-non-mode for text-only displays.
27 2009-04-27  Jay Belanger  <jay.p.belanger@gmail.com>
29         * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
31 2009-04-26  Jay Belanger  <jay.p.belanger@gmail.com>
33         * calc/calc.el (calc-set-mode-line): Check to make sure that the
34         correct Calc buffer gets "Embed" in the mode line.
35         (calc-mode): Copy stack list for additional Calc buffers.
37 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
39         * simple.el (line-move-visual): If point is stuck moving backwards
40         against a display string, temporarily ignore the goal
41         column (Bug#3020).
43         * startup.el (normal-top-level): Implement a work-around to handle
44         changes to face-font-rescale-alist during
45         initialization (Bug#1785).
47 2009-04-24  Michael Albinus  <michael.albinus@gmx.de>
49         * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
50         (tramp-handle-file-name-all-completions): Don't use "-b" as ls
51         arg.  It does not work on OpenBSD.  Reported by Taylor Venable
52         <taylor@metasyntax.net>.
54 2009-04-23  Chong Yidong  <cyd@stupidchicken.com>
56         * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
57         (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
59 2009-04-21  Martin Rudalics  <rudalics@gmx.at>
61         * diff-mode.el (diff-find-source-location): Don't call
62         diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3033)
64 2009-04-21  Kenichi Handa  <handa@m17n.org>
66         * international/uni-decomposition.el: Re-generated.
68 2009-04-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
70         * proced.el (proced-sort): Declare it buffer-local.
71         (proced-send-signal): Handle non-nil signals.
73 2009-04-18  Jason Rumney  <jasonr@gnu.org>
75         * facemenu.el (list-colors-duplicates): w32-default-color-map is
76         a function (Bug#3044).
78 2009-04-18  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>
80         * epa-file.el (epa-file-decode-and-insert):
81         Use string-to-multibyte instead of set-buffer-multibyte.
82         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
84 2009-04-18  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
86         * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
88 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
90         * thingatpt.el (thing-at-point-bounds-of-list-at-point):
91         New function (Bug#3027).
93 2009-04-17  Kenichi Handa  <handa@m17n.org>
95         * international/uni-decomposition.el: Re-generated.
97 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
99         * textmodes/flyspell.el (flyspell-correct-word-before-point):
100         Don't create markers.
101         (tex-mode-flyspell-verify): Don't create markers.
102         Use line-end-position.
103         (sgml-mode-flyspell-verify): Don't create markers.  Simplify code
104         using looking-at and looking-back.
106 2009-04-16  Robert Brown  <brown@google.com>  (tiny change)
108         * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
109         property (Bug#2984).
111 2009-04-16  Leo  <sdl.web@gmail.com>  (tiny change)
113         * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
114         parameter alist.
116 2009-04-15  William Xu  <william.xwl@gmail.com>
118         * outline.el (hide-sublevels): Ensure that arguments are passed to
119         outline-flag-region in the correct order (Bug#3000).
121 2009-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
123         * net/browse-url.el (browse-url-filename-alist): Correct file
124         URI (Bug#2922).
126 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
128         * subr.el (posn-col-row): Properly compute line spacing.
129         Suggested by Nikolaj Schumacher (Bug#2933).
131 2009-04-15  Ulf Jasper  <ulf.jasper@web.de>
133         * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
134         feeds.
136 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
138         * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
139         names with leading spaces.  Ignore "." if it appears as a filename.
141 2009-04-14  Juanma Barranquero  <lekktu@gmail.com>
143         * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
144         (scan-buf-previous-region): Fix typo in docstring.
146 2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
148         * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
150 2009-04-14  Michael Albinus  <michael.albinus@gmx.de>
152         * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
153         Fix an error in flushing cache data.
154         (tramp-handle-process-file): Flush all file cache values for the
155         connection, because the remote process could have changed them.
156         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
157         Handle QUIT.
159         * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
160         of directory "".
162 2009-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * minibuffer.el (completion--try-word-completion): Don't disable
165         `partial-completion' any more.  Mark the added char instead.
166         (completion-pcm--string->pattern): Notice chars added by
167         completion--try-word-completion and treat them specially. (bug#2957)
169 2009-04-13  Jason Rumney  <jasonr@gnu.org>
171         * faces.el (frame-set-background-mode): Window system frames
172         default to light.  Use default in cases where specified color
173         does not exist (Bug#2969).
175 2009-04-13  Kenichi Handa  <handa@m17n.org>
177         * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
179 2009-04-12  Michael Albinus  <michael.albinus@gmx.de>
181         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
182         Overwrite always the tmpfile.  (Bug#2962).
184 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
186         * files.el (dir-locals-directory-cache): Change format to include
187         the mtime of the directory-local variables file (Bug#2833).
188         (dir-locals-set-directory-class): New arg mtime.  Store it in
189         dir-locals-directory-cache.
190         (dir-locals-find-file): Check cache validity using the mtime.
191         (dir-locals-read-from-file): Save the file mtime in the cache.
192         (hack-dir-local-variables): Adapt to new
193         dir-locals-directory-cache entry format.
195         * international/mule-diag.el (describe-font-internal):
196         Rename ignored argument to IGNORED.
197         (describe-font): Elide unnecessary argument to
198         describe-font-internal (Bug#2945).
200 2009-04-10  Richard M Stallman  <rms@gnu.org>
202         * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
204         * vc-dir.el (vc-dir): Doc fix.
206 2009-04-10  Eli Zaretskii  <eliz@gnu.org>
208         * mail/unrmail.el (unrmail): If "Mail-From" header is found,
209         append a newline to it.
211         * mail/rmail.el (rmail-unrmail-new-mail)
212         (rmail-unrmail-new-mail-maybe): New functions.
213         (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
214         convert Babyl-formatted new mail to mbox format.  (Bug#2942)
216 2009-04-09  Kim F. Storm  <storm@cua.dk>
218         * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
219         tab-to-tab-stop to respect indent-tabs-mode.
221 2009-04-09  Richard M Stallman  <rms@gnu.org>
223         * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
224         (rmail-kill-label, rmail-add-label): Doc fixes.
226         * mail/rmailout.el (rmail-output): If file is visited,
227         check the buffer's format.
229         * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
231         * mail/rmailout.el (rmail-output-to-rmail-buffer):
232         Call rmail-modify-format.
234         Don't query before visiting a Babyl file.
235         Instead, query before modifications that would save it.
237         * mail/rmail.el (rmail-was-converted): New variable.
238         (rmail-seriously-modified): New variable.
239         (rmail-perm-variables): Set them to nil.
240         (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
241         Instead, set rmail-was-converted.
242         (rmail-modify-format): New function.  Query if save will change format.
243         (rmail-dont-modify-format): New function.
244         (rmail-duplicate-message, rmail-get-new-mail):
245         Call rmail-modify-format.
246         (rmail-set-header): Call rmail-dont-modify-format.
247         (rmail-set-attribute): Likewise.
248         (rmail-expunge-confirmed): Call rmail-modify-format.
250         * mail/sendmail.el (sendmail-send-it): Replace any
251         pre-existing Content-type header if we insert one.
253 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
255         * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
256         (tramp-handle-vc-registered): New defun.  (Bug#1741)
258         * net/tramp-cache.el (tramp-flush-directory-property): Use the
259         localname of KEY for check.
261 2009-04-09  Kenichi Handa  <handa@m17n.org>
263         * international/charprop.el: Re-generated.
264         * international/uni-bidi.el: Re-generated.
265         * international/uni-category.el: Re-generated.
266         * international/uni-combining.el: Re-generated.
267         * international/uni-decomposition.el: Re-generated.
268         * international/uni-mirrored.el: Re-generated.
269         * international/uni-name.el: Re-generated.
271 2009-04-08  Eli Zaretskii  <eliz@gnu.org>
273         * files.el (append-to-file): Doc fix.
275         * term/pc-win.el (msdos-last-help-message): New defvar.
276         (msdos-show-help): Use it to avoid saving the last message if it
277         was also a help message (Bug#2895).
279         * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
280         in subject.  This resurrects a feature, lost in transition to
281         mbox, whereby Subject is matched even if it's broken into several
282         lines at arbitrary places.
284 2009-04-08  Nick Roberts  <nickrob@snap.net.nz>
286         * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
288 2009-04-08  Chong Yidong  <cyd@stupidchicken.com>
290         * textmodes/fill.el (fill-paragraph): Doc fix.
292 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
294         * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
296 2009-04-07  Glenn Morris  <rgm@gnu.org>
298         * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
300         * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
301         message.
302         (rmail-quit): Mark summary unmodified.
303         (rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)
305 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
307         * vc-bzr.el (vc-bzr-log-view-mode): Tweak
308         log-view-message-re (Bug#2872).
310         * descr-text.el (describe-property-list, describe-char): Add
311         follow-link properties to buttons that need them.
313         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
314         message if it was also a help message (Bug#2895).
316 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
318         * textmodes/bibtex.el (bibtex-format-entry)
319         (bibtex-search-crossref): Allow OPT prefix for name of crossref
320         field.
322 2009-04-06  Sam Steingold  <sds@gnu.org>
324         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
325         just like in all other read-only buffers.
327 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
329         * simple.el (handle-shift-selection): Clarify docstring.
331 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
333         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
334         `file-modes' returns nil.
336         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
337         `ange-ftp' property of `set-file-modes' to
338         `ange-ftp-set-file-modes' (Bug#2865).
339         (ange-ftp-call-chmod): Add error handling.
341         * net/tramp.el (tramp-default-file-modes): New defun.  Replace all
342         calls of `file-modes' by this (Bug#2869).
343         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
344         of `boundp'.
346         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
347         Use `tramp-default-file-modes'.
349 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
351         * frame.el (make-frame): Doc fix.
353 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
355         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
356         summary lines.
358 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
360         * dired.el (dired-get-filename): Always pass filename through
361         `read' to ensure unquoting is performed (Bug#2862).
363 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
367 2009-04-02  Glenn Morris  <rgm@gnu.org>
369         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
371         * calendar/holidays.el (calendar-holidays):
372         Don't autoload it.  (Bug#2811)
374 2009-04-02  Kenichi Handa  <handa@m17n.org>
376         * international/fontset.el (setup-default-fontset):
377         Specify iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
379 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * simple.el (auto-fill-function): Mark it as safe for nil.
382         Suggested by Leo <sdl.web@gmail.com>.
384 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
386         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
388         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
389         (vc-mode-line): Accept and use an optional argument for the backend.
390         (vc-find-file-hook): Use when instead of if.  Avoid calling
391         vc-backend multiple times, pass down the value computed the first time.
393 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
395         * ansi-color.el (ansi-color-get-face):
396         Use ansi-color-parameter-regexp to match parameters.
397         (ansi-color-regexp): Include final `m' in first group.
399 2009-03-30  Jason Rumney  <jasonr@gnu.org>
401         * files.el (locate-dominating-stop-dir-regexp): Stop searching
402         when a UNC mount point is reached.
404 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
406         * calc/calc-embed.el (calc-embedded-restore-original-modes):
407         Add argument for Calculator buffer.
408         (calc-do-embedded): Use specific Calculator buffer when cancelling
409         embedded mode.
411         * calc/calc.el (calc-buffer-list): New variable.
412         (calc-kill-stack-buffer): New function.
413         (calc-mode): Add `calc-kill-stack-buffer' to
414         `kill-buffer-query-functions'.  Add current buffer to
415         `calc-buffer-list'.
417 2009-03-30  Kenichi Handa  <handa@m17n.org>
419         * language/chinese.el (chinese-big5): Change type to `big5'.
421 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
423         * help-mode.el (help-buffer): Add docstring.
425 2009-03-28  David Reitter  <david.reitter@gmail.com>
427         * term/ns-win.el (ns-expand-space): Remove defvar.
428         (S-,): Bind to `customize' in line with menu item.
429         ([global-map windows]): Remove (in line with other platforms).
430         (menu-bar-update-frames, force-menu-bar-update-buffers):
431         Remove, not needed.
432         (menu-bar-update-hook): Do not alter.
433         (generate-fontset-menu, mouse-set-font): Amend doc string
434         of these defaliases to point out their altered meaning in NS.
436 2009-03-28  Juri Linkov  <juri@jurta.org>
438         * simple.el (minibuffer-default-add-completions):
439         Remove `(interactive)'.  (Bug#2805)
441 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
443         * files.el (shell-quote-wildcard-pattern): Doc fix.
445 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
447         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
448         when looking for "." and "..".  (Bug#2801)
450 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
452         * simple.el (shift-select-mode): Make it a defcustom.
453         * cus-start.el: Remove shift-select-mode.
455 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * simple.el (shift-select-mode): Move declaration from callint.c.
458         (handle-shift-selection): Remove `deactivate' arg and check
459         shift-select-mode instead.
461 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
463         * align.el (align-large-region, align-perl-modes, align-rules-list)
464         (align-open-comment-modes): Fix typos in docstrings.
465         (align-region-separate): Doc fixes.
467 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
470         extension entries for lookup tables or extended file name tables.
471         Distinguish the internal and external name, so lookup is easier.
472         (archive-ar-extract): Take advantage of more precise name.
473         Preserve point.
475 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
477         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
479 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
481         * composite.el (auto-compose-chars): Fix typo in docstring.
483 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
485         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
487 2009-03-24  Glenn Morris  <rgm@gnu.org>
489         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
490         field with just a newline character.
491         (widget-field-value-get): Don't reduce fields with just a space
492         character to null.
493         (character): Accept newline.  (Bug#2689)
495 2009-03-24  Kenichi Handa  <handa@m17n.org>
497         * international/fontset.el (font-encoding-alist): Add an entry for
498         muletibetan-0.  (Bug#2722)
500 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
502         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
503         checkouts.  (Bug#2157)
504         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
505         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
507 2009-03-22  Richard M Stallman  <rms@gnu.org>
509         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
510         (rmail-expunge): Without DONT-SHOW, show the message even after
511         updating summary.
513 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
515         * time.el (display-time-default-load-average): Doc fix.
517 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
519         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
521 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
523         * files.el (file-modes-rights-to-number): Doc fix.
524         (file-modes-symbolic-to-number): Handle empty permissions
525         arg (Bug#2729).
527 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
529         * vc.el (Todo): Add note on simplifying vc-register.
531 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
533         * eshell/em-ls.el (eshell-ls-dir):
534         Call eshell-directory-files-and-attributes with additional argument
535         'integer or 'string, according to numeric-uid-gid.
536         (eshell-ls-file): Don't convert UID and GID to strings, as
537         eshell-ls-dir already did.  Enlarge max user-name string length to
538         14 characters.
539         (eshell-do-ls): Fix the long name of the -L option.
541         * eshell/esh-util.el (directory-files-and-attributes): Accept and
542         ignore additional optional argument id-format.
543         (eshell-directory-files-and-attributes):
544         Call directory-files-and-attributes with additional argument id-format.
546         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
547         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
548         argument nil.
550 2009-03-21  David Reitter  <david.reitter@gmail.com>
552         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
553         group for variables affected by last two changes.
555 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
557         * cus-start.el (all): Fix last change.
559 2009-03-21  David Reitter  <david.reitter@gmail.com>
561         * cus-start.el (all): Add ns-control-modifier,
562         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
563         ns-antialias-text, and ns-use-qd-smoothing.
565 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
567         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
569 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
571         * subr.el (forward-point): Add obsolescence declaration.
573         * paren.el (show-paren-function):
574         * simple.el (kill-forward-chars, kill-backward-chars):
575          Use (+/- (point) N), instead of `forward-point'.
577 2009-03-19  Glenn Morris  <rgm@gnu.org>
579         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
581         * mail/supercite.el (sc-version): Doc fix.
583 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
585         * mail/supercite.el (sc-version): Fix typo in interactive spec.
587 2009-03-19  Kenichi Handa  <handa@m17n.org>
589         * international/quail.el (quail-update-leim-list-file):
590         Save leim-list.el in utf-8.
592         * international/mule-cmds.el (leim-list-header):
593         Use utf-8 coding tag.
595         * term/ns-win.el: Call create-default-fontset, not
596         setup-default-fontset.  Call create-fontset-from-fontset-spec
597         within condition-case.
599         * term/w32-win.el (w32-initialize-window-system):
600         Call create-default-fontset, not setup-default-fontset.
601         Call create-fontset-from-fontset-spec within condition-case.
603         * term/x-win.el (x-initialize-window-system):
604         Call create-default-fontset, not setup-default-fontset.
605         Call create-fontset-from-fontset-spec within condition-case.
607         * international/fontset.el (create-default-fontset): New function.
608         (create-fontset-from-x-resource): Use display-warning instead of
609         message.
611 2009-03-18  Richard M Stallman  <rms@gnu.org>
613         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
614         (rmail-retry-failure): Undo previous change.
616 2009-03-18  Kenichi Handa  <handa@m17n.org>
618         * international/mule.el (after-insert-file-set-coding):
619         Set buffer-file-coding-system directly without calling
620         set-buffer-file-coding-system.  (Fixes bug described in
621         follow-up to bug#2317).
623 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
625         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
627 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
629         * international/characters.el (cjk-char-width-table):
630         Add cp932-2-byte.
632 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
634         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
636 2009-03-16  David Reitter  <david.reitter@gmail.com>
638         * faces.el (set-face-attributes-from-resources)
639         (face-set-after-frame-default): Do not import X resources on NS
640         because NS does not have system-wide X resources.
642 2009-03-16  Richard M Stallman  <rms@gnu.org>
644         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
645         (rmail-expunge): Show the message only once, and only if needed.
646         If the current message was current before, just re-swap.
648 2009-03-16  Kenichi Handa  <handa@m17n.org>
650         * international/ccl.el (ccl-compile-if): Signal an error for
651         invalid operator.
653 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
655         * minibuffer.el (read-file-name): Doc fix.
657         * tooltip.el (tooltip-show-help-non-mode): Don't set
658         tooltip-previous-message if called with the same tooltip that is
659         showing (Bug#2680).
661         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
662         (completing-read-multiple): Set and restore
663         choose-completion-string-functions (Bug#1080).
665 2009-03-15  Glenn Morris  <rgm@gnu.org>
667         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
668         value to help people with the formatting.
670         * mail/sendmail.el (mail-yank-prefix): Doc fix.
671         (mail-mode-map): Only enable the "Cite Original" menu-item when
672         appropriate.  Standardize the text used for other headers re hyphens.
674         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
675         like "Reply-To".
677 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
679         * minibuffer.el (completion-styles): Add emacs22 completion style
680         as fallback.
682 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
684         * vc.el (vc-checkin): Add an extra argument for the VC backend,
685         pass it down to vc-start-logentry.
686         (vc-next-action, vc-transfer-file): Pass the VC backend to
687         vc-checkin.
688         (vc-next-action): Do not assume that all backends in
689         vc-handled-backends are upper case.
691 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
693         * files.el (get-free-disk-space): Ensure that default-directory is
694         usable before calling call-process.  Suggested by Kevin
695         Ryde (Bug#2631).
697 2009-03-14  David Reitter  <david.reitter@gmail.com>
699         * term/ns-win.el (ns-expand-space): Remove.
700         (ns-show-prefs event): Run `customize'.
701         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
702         whether to save files (as is standard).
703         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
704         (menu-bar-enable-clipboard): Do not undefine these.
705         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
706         Remove.
708 2009-03-14  Glenn Morris  <rgm@gnu.org>
710         * mail/mailalias.el: Remove leading `*' from defcustom docs.
712         * mail/sendmail.el (mail-interactive): Doc fix.
713         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
714         (mail-setup): Use the function mail-signature.
715         (mail-mode-hook): Doc fix.
716         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
717         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
718         (mail-signature): Check the signature file is readable.
719         With the argument ATPOINT, really insert at point.
720         Handle the case when the variable mail-signature is an expression.
722 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
724         * simple.el (undo-outer-limit-truncate): Mention that
725         warning-suppress-types is defined in the warnings
726         library (Bug#2668).
728 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
730         * vc.el (vc-default-receive-file): The 'register method now
731         expects a list, pass a list.
733 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
735         * doc-view.el (doc-view-sentinel): Strip trailing newline from
736         event message.
738 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
741         modified status before running the major-mode.
743         * simple.el (undo): Don't loop when encountering empty undo records.
745 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
747         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
749 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
751         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
752         Fall back to original commit if vc-git-symbolic-commit fails to
753         find a symbolic name.
754         (vc-git-symbolic-commit): Don't limit search to tags.
755         Treat "undefined" as an error.  (Bug #2110)
757 2009-03-13  D. Goel  <deego3@gmail.com>
759         * ibuf-ext.el:
760         * midnight.el (midnight-next):
761         * progmodes/ebrowse.el:
762         * progmodes/flymake.el (flymake-float-time):
763         When calling (multiple-value-bind/setq .. ls) replace ls
764         by (values-list ls) throughout.
766 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
768         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
769         params.  (Bug #2654)
771 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * files.el (auto-mode-alist): Add rules for OpenOffice extension
774         packages, as well as Opkg/Ipkg packages.
776         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
777         (tar-summarize-buffer): Don't silently skip incomplete headers.
778         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
779         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
780         treat a tar file member as being a tar file itself, just because
781         its own filename includes the parent tar file's.
783 2009-03-13  Kenichi Handa  <handa@m17n.org>
785         * international/mule-diag.el (print-fontset): Handling of the
786         argument FONTSET changed for consistency.  Reorder the printed
787         information to match with the font searching strategy.
788         (describe-fontset): Use face-attribute to get the fontset of the
789         selected frame.
790         (mule-diag): Likewise.  Print both font and fontset of the frame.
792 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
794         * term.el (term-send-raw-string): Deactivate mark.
795         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
797 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
799         * register.el (get-register): Rename arg REG to REGISTER for
800         consistency with other register functions.
801         (set-register, jump-to-register): Fix typos in docstrings.
802         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
804 2009-03-12  Glenn Morris  <rgm@gnu.org>
806         * mail/mailabbrev.el (mail-abbrev-next-line)
807         (mail-abbrev-end-of-buffer): Doc fixes.
809 2009-03-11  Jason Rumney  <jasonr@gnu.org>
811         * term/w32-win.el (w32-initialize-window-system): Don't override
812         Japanese font settings.
813         (xlfd-regexp-registry-subnum): Remove unused declaration.
814         (w32-drag-n-drop-debug): Comment out unused debug function.
816 2009-03-11  Glenn Morris  <rgm@gnu.org>
818         * mail/rmailedit.el (rmail-edit-mode):
819         Set write-region-annotate-functions.  (Bug#2625)
821 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
823         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
825 2009-03-10  Jason Rumney  <jasonr@gnu.org>
827         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
829 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * server.el (server-process-filter): Use expand-file-name rather than
832         command-line-normalize-file-name so as to use the `dir' when provided.
834         * doc-view.el (doc-view-convert-current-doc): Fix last change.
836 2009-03-10  Glenn Morris  <rgm@gnu.org>
838         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
839         Doc fixes.
840         (mail-mailing-lists): Remove leading `*' from defcustom doc.
842         * simple.el (compose-mail): Doc fix.
844 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
846         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
848 2009-03-09  Jason Rumney  <jasonr@gnu.org>
850         * minibuffer.el (read-file-name): Only split dir name when
851         default filename is missing.  (Bug#2585)
853 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
855         * finder.el (finder-commentary): Don't delete other
856         windows (Bug#2291).
858         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
859         first (Bug#2449).
861 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
863         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
865 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
867         * woman.el (woman-parse-colon-path): Return a list even if there's
868         only one directory in PATHS.
869         (woman-mode): Restore tab-width value after the call to Man-mode,
870         since Man-mode resets it to the default, and that makes right
871         margin extend beyond woman-fill-column.
873         * man.el (Man-init-defvars) [windows-nt]: Use a special command
874         list.  Don't invoke Awk.
876 2009-03-06  Glenn Morris  <rgm@gnu.org>
878         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
879         custom type.
881 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
883         * doc-view.el (doc-view-convert-current-doc): Save the current
884         resolution in the cache directory.
885         (doc-view-initiate-display): Restore the saved resolution when
886         using cached image files.
888 2009-03-05  Glenn Morris  <rgm@gnu.org>
890         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
891         buffer-local in the view buffer, not the rmail buffer.
893         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
894         at the end of the existing messages, ensuring there is a blank line
895         between them.  (Bug#2521)
897         * mail/rmail.el (rmail-ensure-blank-line): New function.
898         * mail/rmailedit.el (rmail-cease-edit):
899         * mail/rmailout.el (rmail-output-as-mbox):
900         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
902         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
903         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
904         Add version.
905         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
906         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
907         Disable undo in the mime buffer, mark unmodified.
909 2009-03-04  David Reitter  <david.reitter@gmail.com>
911         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
912         if unbound in order to enable the item.
913         For paste menu item, same, and check kill-ring.
915 2009-03-04  Sam Steingold  <sds@gnu.org>
917         * progmodes/compile.el (compilation-error-regexp-alist-alist):
918         Handle "omake -P" messages "file foo changed".
920 2009-03-04  Glenn Morris  <rgm@gnu.org>
922         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
924         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
925         (rmail-sort-by-date, rmail-sort-by-subject)
926         (rmail-sort-by-author, rmail-sort-by-recipient)
927         (rmail-sort-by-correspondent, rmail-select-correspondent)
928         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
929         (rmail-make-date-sortable): Doc fixes.
930         (rmail-sort-by-correspondent): Downcase correspondents.
931         (rmail-sort-by-labels): Make it work.
932         (rmail-sort-messages): Restore undo if it was initially enabled.
933         Fix bobp/bolp typo that was adding a line on every sort.
935         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
936         Disable undo in the summary buffer.
937         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
938         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
939         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
940         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
941         (rmail-summary-sort-by-labels): Replace `(function (lambda'
942         by `(lambda'.
944 2009-03-03  Sam Steingold  <sds@gnu.org>
946         * progmodes/compile.el (compilation-move-to-column):
947         Guard against negative col values.
949 2009-03-03  Simon Josefsson  <simon@josefsson.org>
951         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
952         in preference order.
953         (smtpmail-try-auth-methods): Improve which authentication
954         mechanism to use, so that the locally most preferred and mutually
955         supported mechanism is used.
957 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
960         the function takes no argument.
962 2009-03-03  Glenn Morris  <rgm@gnu.org>
964         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
965         (rmail-header-name): Doc fixes.
966         (rmail-show-message-verbose-min): Add :version.
967         (rmail-highlight-headers): Add doc string.  Simplify.
969         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
970         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
971         (rmail-summary-by-senders): Doc fix.
972         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
973         Make the output menu-items consistent with rmail-mode-map.
974         Bind rmail-summary-by-senders to C-M-f.
975         (rmail-summary-search): Ensure the selected message shows.
977 2009-03-03  Kenichi Handa  <handa@m17n.org>
979         * files.el (basic-save-buffer-1): Set car part of
980         buffer-file-coding-system-explicit.
981         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
983         * international/mule-cmds.el (select-safe-coding-system): If cdr
984         part of buffer-file-coding-system-explicit is set, ignore
985         default-buffer-file-coding-system and the most preferred coding system.
987         * international/mule.el (set-buffer-file-coding-system): Set cdr
988         part of buffer-file-coding-system-explicit.
989         (after-insert-file-set-coding):
990         Set buffer-file-coding-system-explicit to a cons.
992 2009-03-02  Glenn Morris  <rgm@gnu.org>
994         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
995         Add :set-after listing variables on which we might depend.
997         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
998         function has access to all the headers, not just the visible ones.
999         Avoid extraneous leading whitespace in `References'.
1000         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
1001         Doc fixes.
1002         (rmail-retry-failure): Use rmail-get-header rather than a magical
1003         save-excursion/restriction combination that does nothing.
1004         (rmail-delete-headers): New function.
1005         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
1006         without telling anyone, namely rmail-retry-ignored-headers.
1008 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
1010         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
1012 2009-03-01  Glenn Morris  <rgm@gnu.org>
1014         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
1015         rmail-resend in the menu.
1017         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
1018         custom choice.  (Bug#2506)
1020 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
1022         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
1023         Use "--color=always".
1025 2009-02-28  Glenn Morris  <rgm@gnu.org>
1027         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
1029         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
1030         * mail/rmail.el (rmail-mode-map):
1031         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
1033         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
1034         Fix custom choice to match default.
1035         (rmail-get-new-mail): Doc fix.
1036         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
1037         header style.
1039 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1041         * replace.el (keep-lines-read-args): Use empty string as
1042         default (Bug#2495).
1044         * menu-bar.el (menu-set-font): Fix last fix.
1046 2009-02-27  Glenn Morris  <rgm@gnu.org>
1048         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
1049         just a buffer, to find a definition.
1051         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
1052         part against rmail-output's oddness.
1054 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1056         * menu-bar.el (menu-set-font): Assign the same font object to all
1057         frames (Bug#2476).
1059 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
1061         * net/tramp.el (tramp-remote-coding-commands): Add "base64".  (Bug#2463)
1063 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
1065         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
1066         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
1067         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
1068         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
1069         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
1070         Reflow docstrings.
1072 2009-02-26  Glenn Morris  <rgm@gnu.org>
1074         * mail/rmailsum.el (rmail-summary-rmail-update):
1075         Use rmail-message-unseen-p.  (Bug#2477)
1076         (rmail-summary-mark-seen): Add option to mark as unseen.
1077         (rmail-summary-rmail-update): Store a position in
1078         rmail-summary-put-back-unseen rather than just a flag, and use it to put
1079         back the "-" mark in the summary.
1081         * progmodes/cc-vars.el (c-style-variables-are-local-p):
1082         Mark as safe if boolean.  (Bug#2197)
1084 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1086         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1087         return a string.  (Bug#2428)
1089 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
1091         * bs.el (bs--down):
1092         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1094 2009-02-25  Glenn Morris  <rgm@gnu.org>
1096         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1098         * simple.el (eval-expression):
1099         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1101 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
1103         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1105 2009-02-25  David Reitter  <david.reitter@gmail.com>
1107         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1109 2009-02-25  Kenichi Handa  <handa@m17n.org>
1111         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1113         * composite.el (auto-composition-mode): Don't add a hook to
1114         after-change-functions.  Don't decompose the buffer.
1115         (auto-composition-after-change): Delete it.
1116         (toggle-auto-composition): Make it an alias of
1117         auto-composition-mode.
1118         (auto-compose-region): Delete it.
1120 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1122         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
1123         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
1124         (ns-delete-working-text): Merge with ns-unecho-working-text.
1125         Decide which to use based on ns-working-overlay.
1126         (ns-unecho-working-text): Remove.
1127         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
1129 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1131         * textmodes/ispell.el (ispell-region): Adapt "done" message to
1132         coding conventions.  (Bug#2447)
1134         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
1135         argument is 0.  Doc fix.  (Bug#1527)
1137         * w32-vars.el (w32-system-shells): Doc fix.
1139         * image.el (image-load-path-for-library, insert-sliced-image):
1140         Fix typos in docstrings.
1142 2009-02-24  Glenn Morris  <rgm@gnu.org>
1144         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
1145         :set function.  (Bug#2429)
1147         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
1148         potential use.
1150         * progmodes/cperl-mode.el (cperl-find-pods-heres):
1151         Don't globally bind `name'.
1153         * emacs-lisp/elint.el (elint-unknown-builtin-args):
1154         Fix encode-time spec.  (Bug#2453)
1155         (elint-find-builtin-args): Make the match more restrictive.
1156         Handle errors.  Return a result actually containing the function name.
1158         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
1159         already did.  (Bug#2440)
1160         (rmail-quit): Don't swap buffers.  (Bug#2441)
1161         (rmail-list-to-menu): Don't globally bind `name'.
1163 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1165         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
1166         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
1168 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
1170         * bs.el (bs--down): When wrapping around, use `forward-line',
1171         not `goto-line', to avoid distracting "Mark set" message.
1173 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1175         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1176         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1178 2009-02-23  Miles Bader  <miles@gnu.org>
1180         * proced.el (proced-process-attributes):
1181         * server.el (server-running-p): Rename `system-process-attributes'
1182         to `process-attributes'.
1184 2009-02-22  Juri Linkov  <juri@jurta.org>
1186         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1187         Doc fix.
1189         * dired-x.el (dired-guess-shell-command): Use read-shell-command
1190         instead of read-from-minibuffer.
1191         (dired-read-shell-command): Add code that uses
1192         minibuffer-with-setup-hook to set minibuffer-default-add-function
1193         to minibuffer-default-add-dired-shell-commands exactly like
1194         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
1196         * dired-x.el (dired-smart-shell-command): Remove code that uses
1197         minibuffer-with-setup-hook to set minibuffer-default-add-function
1198         to minibuffer-default-add-shell-commands because the same code was
1199         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
1201 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
1203         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1204         lisp number is in decimal.
1206 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1208         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1209         Tweak regexp (Bug#2173).
1211         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1212         avoid yanks (Bug#2408).
1214 2009-02-21  Alan Mackenzie  <acm@muc.de>
1216         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1218         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1219         parse case clauses with (compile-time) expressions.
1221 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
1223         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1224         encoding during editing.  Make sure to use encoding that can
1225         safely encode the message.  Rewrite MIME charset= header if the
1226         new encoding is different from the old one.
1228 2009-02-21  Glenn Morris  <rgm@gnu.org>
1230         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1231         at the start of the headers.
1232         (sc-mail-check-from): New function.
1234 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
1236         * progmodes/python.el (python-shift-left, python-shift-right):
1237         When the mark is not active shift the current line.  (Bug#2381)
1238         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1240 2009-02-20  Andreas Schwab  <schwab@suse.de>
1242         * startup.el (command-line): Don't match an empty argument as an
1243         option.
1244         (command-line-1): Likewise.
1246 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
1248         * apropos.el (apropos-library): Check for null filename in load-history.
1250 2009-02-20  Glenn Morris  <rgm@gnu.org>
1252         * apropos.el (apropos-library): Remove the element with null filename,
1253         if present, from the completion list.
1255         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1256         (rmail-speedbar-find-file): Use rmail rather than find-file.
1258 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1260         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1262 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
1264         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1265         Fix regexp (Bug#2385).
1266         (bibtex-autokey-get-title): Observe case for
1267         bibtex-autokey-titleword-ignore.
1269 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
1271         * server.el (server-start): Make the warning more
1272         verbose (Bug#2395).
1274 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1277         Make sure we stop when we reach the limit.
1279         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1280         a "..." does not quote anything.  (Bug#2384)
1282         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1284 2009-02-19  Andreas Schwab  <schwab@suse.de>
1286         * term.el: Remap self-insert-command to term-send-raw in
1287         term-raw-map.  (Bug#2386)
1289 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1292         of the function as being part of the function.
1294 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
1296         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1297         Move entry for maven (alphabetical order).
1299 2009-02-19  Glenn Morris  <rgm@gnu.org>
1301         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1302         Regexp-quote default argument taken from current subject.
1303         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
1305         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1306         Move here from rmail.el.  Be more careful about error-handling.
1307         Restore the feature of temporarily setting all old messages
1308         undeleted before expunging (removed 2009-02-18).
1310         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1311         Don't declare.
1312         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
1313         rmail-spam-filter.el.
1314         (rmail-get-new-mail-1): Move the beep and sleep to
1315         rmail-get-new-mail-filter-spam.
1317 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1319         * cus-edit.el (custom-group-value-create): Insert some
1320         informatory text in the WIDGET-misses-doc-string case.
1322 2009-02-18  Sam Steingold  <sds@gnu.org>
1324         * progmodes/compile.el: Require comint at top level to fix the
1325         last patch.
1327 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1329         * cus-edit.el (custom-group-value-create): Don't throw an error
1330         when WIDGET has no doc-string.  (Bug#2356)
1332 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
1334         * progmodes/cc-menus.el (imenu-progress-message):
1335         Remove bogus cc-bytecomp-defun.
1336         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1337         Don't let-bind variable `stupid'.  (Bug#1638)
1339 2009-02-18  Glenn Morris  <rgm@gnu.org>
1341         * mail/rmail.el (rmail-get-new-mail-filter-spam):
1342         * mail/rmail-spam-filter.el (rmail-spam-filter):
1343         Show a message rather than the raw mbox while prompting.
1345 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1347         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
1349 2009-02-18  Glenn Morris  <rgm@gnu.org>
1351         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1352         declaration.
1353         (top-level): No need for cl now.
1354         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1355         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1356         (rsf-autosave-newly-added-definitions, rsf-white-list)
1357         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1358         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1359         (rsf-customize-spam-definitions, rsf-customize-group)
1360         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1361         (rsf-check-field): Use setcar and setcdr rather than setf.
1362         (rmail-spam-filter): Simplify.
1363         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1364         (rsf-add-region-to-spam-list): Use rmail-get-header or
1365         buffer-substring-no-properties.  Regexp-quote the extracted data.
1366         Make the messages less verbose.
1367         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1368         simplify things.
1369         (rsf-add-content-type-field): Make the message less verbose.
1371         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1372         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
1373         rmail-deleted-vector.
1374         (rmail-insert-inbox-text, rmail-collect-deleted)
1375         (rmail-set-message-deleted-p, rmail-only-expunge)
1376         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
1377         (rmail-get-labels): Remove unused local `blurb'.
1378         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1379         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1380         (rmail-set-message-deleted-p): Doc fixes.
1382         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1383         Update callers for associated name change.
1384         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1385         * mail/unrmail.el (unrmail): Use mail-mbox-from.
1387 2009-02-17  Richard M Stallman  <rms@gnu.org>
1389         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1391         * mail/rmail.el (rmail-copy-headers): When copying full headers,
1392         correctly put point at the end.
1394 2009-02-17  Sam Steingold  <sds@gnu.org>
1396         * progmodes/compile.el (compilation-filter):
1397         Call `comint-carriage-motion', just like `comint-output-filter'.
1399 2009-02-17  Jason Rumney  <jasonr@gnu.org>
1401         * files.el (make-directory): Stop recursing if parent is
1402         self.  (Bug#2309)
1404 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
1406         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1408         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1410 2009-02-17  Miles Bader  <miles@gnu.org>
1412         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1413         copyright statements where the years follow the name.
1415 2009-02-17  Glenn Morris  <rgm@gnu.org>
1417         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1418         move point.  (Bug#2209)
1420         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1421         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
1422         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1423         to "not-rmail", and make it work.  Simplify.
1424         (rmail-mbox-from): New function.
1425         (rmail-output-as-mbox): Use rmail-mbox-from.
1426         (rmail-output): Ensure a From line in the not-rmail Babyl case.
1428         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1429         error if the header is corrupt.
1431 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
1433         * net/newst-treeview.el (newsticker--treeview-load):
1434         Offer deletion of old groups file.
1436 2009-02-16  Glenn Morris  <rgm@gnu.org>
1438         * mail/rmailout.el (rmail-delete-unwanted-fields)
1439         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1440         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1441         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1442         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1444 2009-02-15  Glenn Morris  <rgm@gnu.org>
1446         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1448         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1449         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1450         Remove unnecessary use of with-no-warnings.
1451         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1452         (rmail-output-as-mbox): Start search from point-min.  If constructing a
1453         "From " line, prefer the date header over the current time.
1454         (rmail-update-summary): Move declaration earlier in file.
1456 2009-02-15  Richard M Stallman  <rms@gnu.org>
1458         * mail/rmailedit.el (rmail-edit-diff-headers):
1459         Delete spurious reference to OLD.
1461 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1463         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1464         the `with-buffer-unmodified' to avoid useless `readlink' calls.
1466 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1468         * textmodes/bibtex.el (bibtex-global-key-alist)
1469         (bibtex-initialize): Exclude current buffer if it does not use
1470         bibtex-mode.
1471         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1472         (bibtex-sort-buffer, bibtex-search-entry)
1473         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1474         test whether bibtex-strings and bibtex-reference-keys have their
1475         initial values.
1477 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1479         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1480         around forms that refer to translation-table-for-input.
1482         * isearch.el (isearch-search-string): Use `with-no-warnings'
1483         around forms that refer to translation-table-for-input.
1485         * international/quail.el (quail-input-string-to-events)
1486         (quail-store-decode-map-key, quail-char-equal-p):
1487         Use `with-no-warnings' around forms that refer to
1488         translation-table-for-input.
1490         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1491         around forms that refer to translation-table-for-input.
1493         * subr.el (translation-table-for-input): Declare obsolete again.
1495 2009-02-14  Glenn Morris  <rgm@gnu.org>
1497         * mail/rmail.el (rmail): When reverting, swap buffers before setting
1498         counters.  (Bug#2229)
1499         (rmail-revert): Swap buffers before replacing contents.
1501 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
1503         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
1504         user, password options not applicable to SQlite.  (Bug#1904)
1506 2009-02-14  Richard M Stallman  <rms@gnu.org>
1508         * mail/rmailedit.el: Handle editing of header fields.
1509         (rmail-old-headers): New variable.
1510         (rmail-edit-current-message): Set it, recording current headers.
1511         (rmail-cease-edit): Compute new headers and diff against old ones.
1512         Update the mbox buffer with the changes that were made.
1513         (rmail-edit-headers-alist): New function.
1514         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1516         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1517         in default file name.
1519         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1520         (rmail-add-mbox-headers): Likewise.
1522 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
1524         * files.el (load-library): Doc fix.
1526         * subr.el (locate-library): Doc fix.  (Bug#2291)
1528 2009-02-13  Alan Mackenzie  <acm@muc.de>
1530         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1531         in narrowed buffers.
1533 2009-02-13  Kenichi Handa  <handa@m17n.org>
1535         * international/titdic-cnv.el (tit-process-header):
1536         Use buffer-substring-no-properties instead of buffer-substring.
1537         (tit-process-body): Likewise.
1538         (tsang-quick-converter): Handle superfluous CR at eol.
1539         (py-converter): Use buffer-substring-no-properties instead of
1540         buffer-substring.  Handle superfluous CR at eol.
1541         (ziranma-converter): Likewise.
1542         (ctlau-converter): Likewise.
1543         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
1545 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
1547         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
1549 2009-02-13  Glenn Morris  <rgm@gnu.org>
1551         * mail/rmail.el (rmail-show-message-1): New name for the old
1552         rmail-show-message.
1553         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1554         * mail/rmailsort.el: Update for rmail-show-message name change.
1556         * mail/rmail.el (rmail-show-message): New name for the old
1557         rmail-show-message-maybe.
1558         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1559         name change.
1561         * mail/rmailsum.el (msgnum): Remove declaration.
1562         (rmail-summary-redo): Add missing initialization value.
1563         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1564         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1565         Fix skip-chars-forward calls.
1566         (rmail-summary-mark-seen): New function.  As well as removing the '-'
1567         mark, update the summary-vector.  (Bug#2135)
1568         (rmail-summary-rmail-update, rmail-summary-goto-msg):
1569         Use rmail-summary-mark-seen.
1571         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1573         * mail/unrmail.el (unrmail): When getting message keywords, don't
1574         include a leading space, but do include the space after the separating
1575         comma.  (Bug#2303)
1577         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1578         header altogether.
1579         (rmail-set-header): Doc fix.
1580         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1581         labels are removed.  (Bug#2302)
1583 2009-02-12  Juri Linkov  <juri@jurta.org>
1585         * image-mode.el (image-toggle-display):
1586         Let-bind `buffer-file-truename' to nil around the call to
1587         `add-text-properties' to prevent directory time modification
1588         by lock_file.  Replace `set-buffer-modified-p' with
1589         `restore-buffer-modified-p'.  (Bug#2295)
1591 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * progmodes/python.el (python-use-skeletons): Re-add.
1594         (def-python-skeleton): Use it.  (Bug#2238)
1596         * international/quail.el (quail-make-guidance-frame): Remove the
1597         `parent-id' parameter.
1598         (quail-show-guidance): Make the new window dedicated.
1600 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
1602         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1603         Fix typos in docstrings.
1605 2009-02-12  Alan Mackenzie  <acm@muc.de>
1607         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1608         to `eq'.  (Bug#2304)
1610 2009-02-12  Glenn Morris  <rgm@gnu.org>
1612         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1613         already present.  (Bug#2210)
1615 2009-02-12  Kenichi Handa  <handa@m17n.org>
1617         * international/characters.el (?.): New character category for
1618         Base characters.  Set them in the standard category table.
1620         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1621         a base character.
1623 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * isearch.el (isearch-yank-char-in-minibuffer)
1626         (isearch-other-meta-char): Use with-current-buffer.
1628         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1629         syntax-ppss.  (Bug#1243)
1631         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1632         to beginning-of-defun-raw.
1634         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1635         calling end-of-defun-function if it already moved to BOL.
1637 2009-02-12  Richard M Stallman  <rms@gnu.org>
1639         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1640         (rmail-show-message): Conditionally show start and finish in echo area.
1642 2009-02-12  Glenn Morris  <rgm@gnu.org>
1644         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1645         for use in completion.
1646         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1647         summary exists, since it's already done.
1649         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1650         (rmail-enable-multibyte): Don't really define, only for compiler.
1652 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * files.el (read-buffer-to-switch):
1655         Add table to icomplete-with-completion-tables.
1657 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1659         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1660         switches (Bug#2261).
1662 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1664         * server.el (server-with-environment): Don't fail for negative
1665         entries in ENV.
1667 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1669         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1670         (vc-default-dir-printer): Add a comment about updating this function.
1672         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1673         for the file name.
1675 2009-02-11  Glenn Morris  <rgm@gnu.org>
1677         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1678         (calendar-set-mode-line): Fall back to a default width if we seem to be
1679         called from daemon.  (Bug#2199)
1681         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1682         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1683         (rmail-set-label): Use `or'.
1685 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1687         * emacs-lisp/find-func.el (find-library-name, find-library):
1688         Doc fixes.  (Part of bug#2270)
1690 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1692         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1693         to `getenv-internal', not the frame.  (Bug#2259)
1695 2009-02-10  Kenichi Handa  <handa@m17n.org>
1697         * descr-text.el (describe-char-display): On terminal, if terminal
1698         coding system is nil, assume us-ascii.
1699         (describe-char): Don't show the composition information if it is
1700         trivial.
1702 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1704         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1705         number as it isn't present for unregistered files.
1707         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1708         (vc-dir-mouse-map): New keymap.
1709         (vc-default-dir-printer): Use it locally.
1711 2009-02-10  Glenn Morris  <rgm@gnu.org>
1713         * speedbar.el: Avoid messing up font-lock-global-modes.
1715         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1716         (mail-file-babyl-p): Use with-temp-buffer.
1718         * mail/rmailsort.el: Just require rmail.
1720         * mail/rmailedit.el: Just require rmail.
1721         (rmail-old-pruned): Add doc string.
1722         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1723         (rmail-cease-edit): Don't mangle the leading From line.
1724         Don't mark as edited if there were no changes.  (Bug#2256)
1725         Correctly restore header state.
1727         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1728         (rmail-current-message, rmail-total-messages)
1729         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1730         (rmail-duplicate-message): Doc fix.
1731         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1732         New functions.
1733         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1734         Use rmail-apply-in-message.
1735         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1736         unswapped-ness.
1737         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1738         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1739         doing so.  (Bug#2231)
1740         (rmail-set-attribute): Allow ATTR to be a string.
1742 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1744         * net/newst-treeview.el (newsticker-treeview-save)
1745         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1747 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1749         * doc-view.el (doc-view-scroll-up-or-next-page)
1750         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1751         Reset the old hscroll value after switching pages.
1753 2009-02-09  Glenn Morris  <rgm@gnu.org>
1755         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1756         (calendar-holiday-marker): Drop test for color display.
1758 2009-02-08  Glenn Morris  <rgm@gnu.org>
1760         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1761         (calendar-holiday-marker, calendar-mark-visible-date):
1762         * calendar/diary-lib.el (diary-fancy-display):
1763         It doesn't make sense to check font-lock-mode (see comments;
1764         reverts 2008-04-02 change).  (Bug#2199)
1766 2009-02-08  Juri Linkov  <juri@jurta.org>
1768         * simple.el (toggle-word-wrap): New command.
1770 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1772         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1773         (ps-run-make-tmp-filename): Use temporary-file-directory.
1775         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1776         temporary-file-directory.
1778         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1779         Use temporary-file-directory.
1781 2009-02-07  Glenn Morris  <rgm@gnu.org>
1783         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1785 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1787         * mail/rmail.el (rmail): Bind coding-system-for-read to
1788         no-conversion before calling find-file-noselect.  (Bug#2015)
1790 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1792         * proced.el (proced-after-send-signal-hook): Use defcustom.
1793         (proced-header-line): Handle header lines that are shorter than
1794         window-hscroll.
1795         (proced-send-signal): Rebind split-width-threshold analogous to
1796         dired-pop-to-buffer.
1798 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1800         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1801         message; instead, just rewrite the X-Coding-System header with the
1802         new encoding, and let rmail-show-message do the rest.
1803         Remove unused argument RAW.  Fix doc string to be consistent with the
1804         new implementation.
1805         (rmail-show-message): Honor X-Coding-System header, if present, in
1806         preference to Content-Type header.
1808 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * server.el (server-execute): Enable quit.
1812 2009-02-07  Andreas Schwab  <schwab@suse.de>
1814         * image-mode.el (image-mode): Always set image-type.
1815         (image-minor-mode): Likewise.
1817 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1819         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1820         encoding, and its "content-transfer-encoding" and "content-type"
1821         headers only in the headers' portion.  (Bug#2017)
1823 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1825         * net/newst-treeview.el
1826         (newsticker-treeview-next-new-or-immortal-item): New arg
1827         DONT-WRAP-TREES to prevent infinite recursion.
1829 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1832         extracting mail message headers.  Use encode-coding-region instead
1833         of insert-buffer-substring for re-encoding edited message.
1834         Add qp/b64 encoding only after text was encoded.
1836 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1838         * subr.el: Don't declare `translation-table-for-input' obsolete.
1839         Equivalent info added to its doc string, q.v.
1841         * files.el (save-buffer): Display "Saving file FOO..." message
1842         regardless of buffer's size.  (Bug#2137)
1844 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1846         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1848 2009-02-07  Alex Schroeder  <alex@gnu.org>
1850         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1851         as not to match any fake rmime.el separators.  Remove any sections added
1852         by rmime.el.
1854 2009-02-07  Glenn Morris  <rgm@gnu.org>
1856         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1857         that is no longer appropriate to mbox Rmail.
1859         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1860         before trying to move to the start of the message.
1861         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1862         Fix rmail-set-attribute calls.
1864         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1865         Doc fix.
1866         (rmail-output-to-rmail-buffer): Autoload it.
1867         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1869 2009-02-06  Glenn Morris  <rgm@gnu.org>
1871         * mail/unrmail.el (unrmail): Use current-time-string.
1873         * simple.el (kill-whole-line): Provide a default argument of 1.
1875         * mail/undigest.el (rmail-mail-separator): Delete.
1876         (undigestify-rmail-message, unforward-rmail-message): Update for
1877         mbox Rmail.
1879 2009-02-05  Kenichi Handa  <handa@m17n.org>
1881         * international/fontset.el (script-representative-chars):
1882         Remove mathematical.
1883         (setup-default-fontset): Add entries for each subgroup of
1884         mathematical script.
1886 2009-02-05  Juri Linkov  <juri@jurta.org>
1888         * image-mode.el (image-mode): Use `image-get-display-property'
1889         instead of `get-text-property'.
1890         (image-minor-mode): Sync the logic with `image-mode' including the
1891         displaying an image file as the actual image by default.
1893 2009-02-05  Alan Mackenzie  <acm@muc.de>
1895         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1896         beginning/end-of-defun-function more rigorously before setting
1897         argumentative-bod-function.
1899 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1901         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1902         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1903         mode on the initial terminal.
1905 2009-02-05  Glenn Morris  <rgm@gnu.org>
1907         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1908         Make these functions work.
1910         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1911         (rmail-narrow-to-non-pruned-header): Remove autoload.
1912         (mairix-rmail-fetch-field): Handle mbox Rmail.
1914 2009-02-04  Dave Love  <fx@gnu.org>
1916         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1917         (imap-debug): Add imap-fetch-safe.
1919 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1921         * net/netrc.el (netrc-machine-user-or-password): Use list of
1922         auth-source modes.
1924 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1926         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1927         for newvars is nil.  (C-u C-x v = with default values).
1929 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1931         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1932         format.  Use when instead of if.
1934 2009-02-04  Miles Bader  <miles@gnu.org>
1936         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1937         (backward-list, backward-up-list, beginning-of-defun)
1938         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1940 2009-02-04  Glenn Morris  <rgm@gnu.org>
1942         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1943         ill-advised.
1945         * mail/rmail.el: No need for mule-util when compiling.
1946         (rmail-first-message): Unbreak it.
1948         * mail/rmailmsc.el: Require rmail not just when compiling.
1949         Remove unneeded declarations.
1951         * term/ns-win.el (ns): Define as a custom group.
1953 2009-02-04  Kenichi Handa  <handa@m17n.org>
1955         * international/mule-cmds.el (select-safe-coding-system):
1956         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1958         * descr-text.el (describe-char): Check font-object by fontp.
1960         * composite.el (compose-gstring-for-terminal): If a character is
1961         not supported by the current terminal, don't make a multi-glyph
1962         grapheme cluster.
1963         (auto-compose-chars): Check font-object by fontp.
1965 2009-02-03  Glenn Morris  <rgm@gnu.org>
1967         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1968         over current-time.  (Bug#2175)
1970         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1971         inserting the converted mailbox.
1972         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1973         have the same basename.  (Bug#2164)
1974         Set the return value according to whether any mail was found,
1975         not just in the last inbox.  Only show a message and run the hook after
1976         checking all inboxes.
1977         (rmail-get-new-mail-1): Move message display and running the hook to
1978         rmail-get-new-mail.
1980         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1981         rmail-attr-array.
1982         (rmail-make-label, rmail-read-label): Give it a doc string.
1983         (rmail-add-label, rmail-kill-label): Change argument name to match the
1984         doc.  Doc fix.
1985         (rmail-set-label): Doc fix.  Also update summary in attr case.
1986         Accept labels as a string or a symbol.  (Bug#2165)
1988         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1989         null.
1991 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1994         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1996         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1997         Mark the entries as being "system" entries rather than "user" entries.
1999 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
2001         * smerge-mode.el (smerge-start-session): Add interactive spec.
2003 2009-02-02  Glenn Morris  <rgm@gnu.org>
2005         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
2006         (rmail-retry-ignored-headers, rmail-highlighted-headers):
2007         Restore autoloads.
2009 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2013 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * cmuscheme.el (scheme-args-to-list): Remove.
2016         (run-scheme): Use split-string-and-unquote instead, so as to allow
2017         spaces in the command name and/or the arguments.
2019 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
2021         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
2023 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
2025         Sync with Tramp 2.1.15.
2027         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
2028         used.
2030         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
2032         * net/trampver.el: Update release number.
2034 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2036         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
2037         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
2038         (rmail-undelete-previous-message, rmail-mark-message)
2039         (rmail-speedbar-buttons): Use with-current-buffer.
2040         (rmail-mode-map): Move initialization into declaration.
2041         (rmail-swap-buffers, rmail-unfontify-buffer-function)
2042         (rmail-fontify-message): Use restore-buffer-modified-p.
2043         (rmail-expunge-and-save): Don't swap buffer.
2044         (rmail-get-header, rmail-set-header, rmail-set-attribute)
2045         (rmail-apply-in-message): Swap save-excursion and save-restriction.
2047         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
2048         if possible.
2050         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
2051         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2053 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2055         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
2057         * progmodes/ebrowse.el:
2058         * international/robin.el:
2059         * emulation/viper-util.el:
2060         * emulation/viper-mous.el:
2061         * emulation/viper-keym.el:
2062         * ediff.el:
2063         * ediff-wind.el:
2064         * ediff-vers.el:
2065         * ediff-ptch.el:
2066         * ediff-mult.el:
2067         * ediff-merg.el:
2068         * ediff-diff.el: Follow commenting conventions.
2070 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2072         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
2073         obsolete eight-bit-control and eight-bit-graphic.
2075 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2077         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2079 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
2081         * emacs-lisp/lisp.el (end-of-defun): Protect against
2082         infloops (Bug#2106).
2084 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
2086         * vc-dir.el (vc-dir-mouse-map):
2087         (vc-default-dir-printer):
2088         (vc-dir-find-file-other-window): Undo previous change, it breaks
2089         the behavior of mouse-2.
2090         (vc-dir-mode): Fix docstring.
2092         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2093         logic, it makes the makes the normal case too slow.
2095 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2097         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2098         file to `raw-text-unix'.  Bind coding-system-for-write when
2099         writing out the converted message, and make sure it uses Unix EOLs.
2101         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2102         encoding to `raw-text-unix'.
2103         (rmail-perm-variables): Set encoding of rmail-view-buffer to
2104         `undecided-unix'.
2105         (rmail-redecode-body): Don't change EOL conversion of the new
2106         encoding if the old one left it unspecified.
2107         (rmail-automatic-folder-directives, rmail): Doc fixes.
2108         (rmail-swap-buffers): New function.
2109         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2110         (rmail-show-message): Use rmail-swap-buffers.
2111         (rmail-decode-region): If DESTINATION is a buffer, set the
2112         encoding of that buffer, rather than the current buffer.
2113         (rmail-show-message): Make error message about uuencoded mail
2114         more explicit.
2115         (rmail-show-message-maybe): Simplify code.  Doc fix.
2116         (rmail-show-message): Doc fix.
2118 2009-01-31  Glenn Morris  <rgm@gnu.org>
2120         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
2121         folder.
2123         * mail/rmail.el (rmail-msg-is-pruned): New function.
2124         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
2125         (rmail-reply): Set up to yank from the decoded message rather than the
2126         raw one.  (Bug#2104).
2128         * mail/mail-utils.el (mail-fetch-field): Doc fix.
2130         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
2131         (uce-message-text, uce-default-headers): Fix custom type.
2132         (rmail-buffer, rmail-msg-is-pruned): Declare.
2133         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
2134         Update for mbox Rmail.
2136 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
2138         * vc-dir.el (vc-dir-mouse-map): New keymap.
2139         (vc-default-dir-printer): Use it locally.
2140         (vc-dir-find-file-other-window): Allow mouse events.
2142 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
2144         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
2145         into Rmail-mbox attributes.
2147         * mail/rmail.el (rmail-convert-babyl-to-mbox):
2148         Bind coding-system-for-read to `raw-text', and use insert-file-contents
2149         instead of insert-file-contents-literally.  Fixes bug #2019.
2150         (rmail-resent-attr-index): Fix index value.
2152 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
2154         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
2155         precedence even when its value is t.  (Bug#2093)
2157         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
2158         connection.  (Bug#2093)
2159         (vc-svn-diff): Use old version number even when it is the working
2160         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
2162 2009-01-30  Glenn Morris  <rgm@gnu.org>
2164         * mail/rmail.el (rmail-reply): Handle empty folders.
2165         (rmail-speedbar-buttons)
2166         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
2168         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
2169         line-beginning-position calls.
2170         (rmail-header-summary): Use line-end-position.
2172 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
2174         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2175         Fix regexp quoting.  (Bug#1739)
2177 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
2179         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2180         Allow correction of passwords.
2182 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2184         * mail/rmail.el (rmail-toggle-header): Determine current header
2185         style using the buffer-local value of rmail-header-style in the
2186         view buffer.
2187         (rmail-show-message): Set a buffer-local value of
2188         rmail-header-style in the view buffer.  (Bug#2016)
2190 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2192         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2193         Fix typos in docstrings.
2195 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2197         * bindings.el (completion-ignored-extensions):
2198         Add entries for VCS metadata directories (CVS/, .svn, etc).
2200         * pcvs.el (completion-ignored-extensions):
2201         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2202         directory, now done in bindings.el.
2204 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
2206         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
2208 2009-01-29  Glenn Morris  <rgm@gnu.org>
2210         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2211         (rmail-set-header): Ensure header changes get saved.
2213         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2215         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2216         one, after a label is added.
2218         * mail/rmailsum.el (rmail-summary-update-line): New function.
2219         (rmail-summary-goto-msg): Return a value according to whether message
2220         was found.
2221         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2222         property.  Use line-end-position.
2224 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2226         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2227         quoted From lines.
2229         * mail/rmail.el (rmail-redecode-body): New function, based on old
2230         version removed in 2009-01-22 change.
2231         (rmail-show-message): Unquote From lines.
2233 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
2235         * doc-view.el (doc-view-mode): Don't use string-match and file
2236         extension to choose fallback mode on empty/non-existing files but
2237         let-bind auto-mode-alist and call normal-mode.
2239 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
2241         * ls-lisp.el (ls-lisp-classify): Propertize file name before
2242         concatenating the type indicating character.
2243         (ls-lisp-format): Don't propertize file-name only if
2244         ls-lisp-classify already did.
2246 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
2248         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2249         Describe second parameter of hook functions.
2250         (dbus-handle-event): Apply it.
2252 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2254         * mail/rmail.el (rmail-toggle-header): Don't reset
2255         rmail-header-style permanently (bug#2016).
2257 2009-01-28  Denis Howe  <denis.howe@gmail.com>
2259         * complete.el (PC-do-completion): Correct case when completion is
2260         unambiguous.
2262 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
2264         * calendar/todo-mode.el (todo-insert-item-here):
2265         Prevent insertion of a new entry inside of an existing entry.
2266         Minor code cleanup.  (Bug#2084)
2267         (todo-add-category): Change the interactive spec.  Signal an error
2268         if the Todo file is non-empty but contains no category.
2269         Reject category names that could induce bugs and confusion.
2270         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
2271         of local variables cookie.  Properly display the newly added
2272         category in Todo mode.
2273         (todo-show): Call todo-initial-setup only if there is neither a
2274         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
2275         (todo-category-alist): Delete function.
2276         (todo-completing-read): New function.
2277         (todo-insert-item, todo-jump-to-category): Use it.
2278         (todo-insert-item): Make the use of the prefix argument conform to
2279         the doc string.  (Bug#2086)
2281 2009-01-28  Glenn Morris  <rgm@gnu.org>
2283         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2284         even when called from the summary.  (Bug#2075)
2285         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2286         (rmail-show-message-maybe): Use rmail-no-mail-p.
2287         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2288         (rmail-get-labels): Separate status and label fields with a semicolon,
2289         rather than a comma, for consistency with old Rmail.
2291         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2292         starting from the beginning, since mail-fetch-field does not care.
2293         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
2294         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2295         (rmail-get-summary-labels): New function.  Returns labels rather than
2296         status (edited, etc).
2297         (rmail-create-summary): Insert an extra space after the status
2298         flags, for consistency with old rmail, and with current
2299         rmail-summary-font-lock-keywords.
2301 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2303         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2304         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
2306 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2308         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2309         converting.
2311         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2312         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2314 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
2316         * mouse.el (mouse-select-font): Return a string instead of a list.
2318 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2320         * bindings.el: Swap C-delete and C-backspace bindings here, so we
2321         don't have to do it in normal-erase-is-backspace-mode.
2323         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2324         and C-backspace; the latter is not available on ttys anyway.
2326 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2328         (doc-view-mode): Fix broken call to string-match.
2330 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2332         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2333         fundamental-mode or ps-mode if the file is empty or doesn't exist
2334         at all.
2335         (doc-view-initiate-display): Better info message if doc-view-mode
2336         cannot be used.  (Missing utility or no png support/no X frame.)
2337         (Bug#2058)
2339 2009-01-27  Glenn Morris  <rgm@gnu.org>
2341         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
2342         of the headers in the full header case.  (Bug#2073)
2344 2009-01-27  Kenichi Handa  <handa@m17n.org>
2346         * mail/rmail.el (rmail-get-coding-system): Re-search
2347         rmail-mime-charset-pattern directly instead of using
2348         mail-fetch-field.  Use coding-system-from-name.
2350         * international/mule-cmds.el (canonicalize-coding-system-name)
2351         (coding-system-from-name): New functions.
2353 2009-01-27  Glenn Morris  <rgm@gnu.org>
2355         * dired-x.el (dired-bind-vm): Doc fix.
2357         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2358         Replace `first' and `rest' with `car' and `cdr' throughout.
2359         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2360         (rsf-scanning-messages-now): Doc fix.
2361         (rsf-check-field): Rename from `check-field' and update callers.
2362         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2363         Use rmail-output rather than deleted rmail-output-to-rmail-file.
2365         * mail/rmail.el: Remove leading `*' from defcustom docs.
2366         Remove needless autoloads of many defcustoms and hooks.
2367         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2368         (rmail-search-mime-message-function, rmail-search-mime-header-function)
2369         (rmail-decode-mime-charset): Doc fix.
2370         (rmail-search-message, rmail-resend): Check functions set before use.
2372         * mail/rmailout.el: Remove leading `*' from defcustom docs.
2373         Remove needless autoloads of many defcustoms.
2374         (rmail-output-to-babyl-buffer): Rename from
2375         rmail-output-to-r-mail-buffer and update caller.
2376         (rmail-output): Doc fix.
2378         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2379         Remove needless autoloads of many defcustoms.
2380         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2381         is set.
2383         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2384         (batch-unrmail, unrmail): Doc fix.
2386         * mail/rmailsum.el (rmail-message-recipients-p-1)
2387         (rmail-message-regexp-p-1): Ensure searches start from the
2388         beginning of the header.
2390 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2392         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2394 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2396         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2397         expand the denominator.
2399 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2401         * net/dbus.el (dbus-event-error-hooks): New variable.
2402         (dbus-handle-event): Use it.
2404 2009-01-26  Glenn Morris  <rgm@gnu.org>
2406         * Makefile.in (ELCFILES): Update.
2408         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2409         replies.  (Bug#512)
2411 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2413         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2415 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
2417         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2418         Remove from global map and key definitions.
2419         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2420         definitions.
2421         (ns-show-preferences-help, ns-unput-working-text): New functions.
2422         (ns-unecho-working-text): Update message.
2424 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
2426         * calendar/icalendar.el (icalendar-uid-format): New defcustom
2427         variable to allow the user to choose icalendar UID format.
2428         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2429         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2430         (icalendar-export-region, icalendar--create-uid): Use custom
2431         function to compute icalendar UID for each entry.
2432         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2433         with description, location, etc. fields (need to keep active count
2434         of fields encountered).  Another bug fix to the regex that matches
2435         multiple lines (need \' regex instead of $ to match end-of-entry).
2437 2009-01-25  Juri Linkov  <juri@jurta.org>
2439         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2440         change its title from "Recursive grep..." to "Grep via Find...".
2441         Add menu items for lgrep and rgrep.
2443 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2445         * ps-print.el (ps-print-version): New version 7.3.4.
2447 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2449         * ps-print.el: Fix face background/foreground extraction.
2450         (ps-face-extract-color): New fun.
2451         (ps-face-attributes, ps-face-attribute-list): Code fix.
2453 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2455         * align.el (align-region): Avoid infloop.
2457 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2459         * env.el (environment): Function removed.
2461         * international/mule-cmds.el (set-language-environment-coding-systems):
2462         If default-buffer-file-coding-system is nil, set up to have EOLs that
2463         are native for the underlying system-type.  (Bug#1853)
2464         (prefer-coding-system, set-default-coding-systems): Doc fix.
2466 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
2468         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2469         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2470         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2471         Use `string-match-p'.
2473 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
2475         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2476         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2477         next-feed does not succeed.  Fixes bug#1710 even more.
2478         (newsticker-treeview-next-feed): Simplify.
2479         (newsticker--group-get-feeds): Suppress group names in result.
2481 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2483         * term/ns-win.el (menu-bar-select-frame): Drop this override.
2484         (menu-bar-update-frames): Update call to menu-bar-select-frame.
2486 2009-01-24  Glenn Morris  <rgm@gnu.org>
2488         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2489         "popmail" by "pormail".
2491         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2492         Remove unneeded declarations.
2494 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
2496         * calc/calc-poly.el (calcFunc-apart): Improve test for
2497         rational functions.
2499 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2501         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2502         return value of rmail-get-labels.
2504         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2505         return value of rmail-get-labels.
2507         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2508         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
2510 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
2512         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2513         old cache file.  Fixes bug#1710.
2515 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2517         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2519 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2521         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2522         Switch names and update comments for clarity.
2524 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2527         start is nil, as was done in tar-mode.el.
2529 2009-01-23  Glenn Morris  <rgm@gnu.org>
2531         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2532         more.
2534         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2536 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2538         * server.el (server-name): Make it a defcustom.  (Bug#1995)
2540         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2542 2009-01-23  Glenn Morris  <rgm@gnu.org>
2544         * Makefile.in (ELCFILES): Update.
2546 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
2548         * net/newst-treeview.el
2549         (newsticker-treeview-next-new-or-immortal-item): New optional arg
2550         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
2551         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2552         feed if necessary.  (Bug#1569)
2553         (newsticker-treeview-next-feed)
2554         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2555         Don't activate node nil.  (Bug#1569)
2557 2009-01-22  Paul Reilly  <pmr@pajato.com>
2558             Henrik Enberg  <enberg@printf.se>
2559             Alex Schroeder  <alex@gnu.org>
2560             Chong Yidong  <cyd@stupidchicken.com>
2561             Richard M Stallman  <rms@gnu.org>
2562             Glenn Morris  <rgm@gnu.org>
2563             Juanma Barranquero  <lekktu@gmail.com>
2565         * mail/rmail.el: Code implementing Rmail-mbox functionality.
2566         (rmail-attribute-header, rmail-keyword-header)
2567         (rmail-answered-attr-index, rmail-deleted-attr-index)
2568         (rmail-edited-attr-index, rmail-filed-attr-index)
2569         (rmail-retried-attr-index, rmail-forwarded-attr-index)
2570         (rmail-unseen-attr-index, rmail-resent-attr-index)
2571         (rmail-attr-array, rmail-header-style, rmail-file-name)
2572         (rmail-buffer-swapped): New vars.
2573         (rmail-convert-file-maybe, rmail-error-bad-format)
2574         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2575         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2576         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2577         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2578         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2579         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2580         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2581         (rmail-message-attr-p, rmail-message-unseen-p)
2582         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2583         (rmail-show-message-maybe, rmail-copy-headers)
2584         (rmail-simplified-subject, rmail-simplified-subject-regexp)
2585         (rmail-write-region-annotate): New functions.
2587         (rmail-keywords, rmail-default-rmail-file): Delete vars.
2588         (rmail-convert-mailpath, rmail-convert-file)
2589         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2590         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2591         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2592         (rmail-redecode-body)
2593         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2594         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2595         (rmail-count-screen-lines, rmail-message-regexp-p)
2596         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2597         (rmail-nuke-pinhead-header): Move to rmailout.el.
2599         (rmail-ignored-headers): Add additional headers.
2600         (rmail-mode-map): Update key commands.
2601         (rmail-tool-bar-map): Build tool-bar unconditionally.
2602         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2603         conversion and new buffer swapping mechanism.
2604         (rmail-perm-variables): Use new vars, and remove deleted ones.
2605         (rmail-revert): Use rmail-convert-file-maybe.
2606         (rmail-duplicate-message): Use rmail-show-message-maybe.
2607         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2608         a disk-full error.
2609         (rmail-parse-url): Strip embedded password.
2610         (rmail-insert-inbox-text): Default to movemail if
2611         rmail-movemail-program is null.  Handle mbox format.
2612         (rmail-decode-region): New arg.
2613         (rmail-display-labels): Don't perform Babyl processing.
2614         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2615         (rmail-set-message-counters, rmail-count-new-messages)
2616         (rmail-set-message-counters-counter, rmail-show-message)
2617         (rmail-next-same-subject, rmail-reply): Use mbox format.
2618         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2619         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2620         buffer swapping mechanism.
2622         * mail/rmailedit.el: Require rmailsum.el.
2623         (rmail-edit-mode): First check if buffer is swapped.
2624         (rmail-edit-saved-coding-system): Delete var.
2625         (rmail-edit-current-message): Don't call deleted vars.
2626         (rmail-cease-edit): Handle mbox format.
2627         (rmail-abort-edit): Widen buffer.
2629         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2630         declarations.
2631         (rmail-buffer, rmail-current-message, rmail-last-label)
2632         (rmail-last-multi-labels, rmail-summary-vector)
2633         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2634         (rmail-keywords): Delete vars.
2635         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2636         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2637         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2638         (rmail-make-label): New function.
2639         (rmail-read-label): Don't call rmail-parse-file-keywords.
2640         (rmail-set-label): Rewrite using rmail-set-attribute.
2641         (rmail-next-labeled-message): Use rmail-get-labels.
2643         * mail/rmailmm.el: New file.
2645         * mail/rmailmsc.el: Require rmail.el.
2646         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2648         * mail/rmailout.el (rmail-output-decode-coding): New var.
2649         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2650         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2651         (rmail-output-to-rmail-buffer): New functions.
2652         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2653         Delete functions.
2654         (rmail-nuke-pinhead-header): Move from rmail.el.
2655         (rmail-output): Rewrite to accept both mbox and babyl output.
2656         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2657         use mbox internal format.
2659         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2660         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2661         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2662         Use rmail-get-header.
2663         (rmail-sort-messages): Use new buffer swapping mechanism.
2664         Handle mbox internal format.
2666         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2667         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2668         (rmail-message-regexp-p, rmail-new-summary-1)
2669         (rmail-get-create-summary-buffer, rmail-get-summary)
2670         (rmail-create-summary-line, rmail-get-summary-labels)
2671         (rmail-create-summary, rmail-header-summary)
2672         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2673         (rmail-summary-by-topic, rmail-message-senders-p)
2674         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2675         internal format.
2676         (rmail-new-summary): Rewrite window handling.
2677         (rmail-make-summary-line, rmail-make-summary-line-1)
2678         (rmail-make-basic-summary-line)
2679         (rmail-summary-output-to-rmail-file): Functions deleted.
2680         (rmail-summary-undelete, rmail-summary-rmail-update)
2681         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2682         (rmail-summary-show-message, rmail-summary-wipe)
2683         (rmail-summary-toggle-header, rmail-summary-reply):
2684         Use rmail-buffer instead of rmail-view-buffer.
2685         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2686         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2687         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2689 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2691         * term/ns-win.el (ns-show-manual): Fix node name.
2692         (x-open-connection): Fix typo in declaration filename.
2694 2009-01-22  Romain Francoise  <romain@orebokech.com>
2696         * Makefile.in (ELCFILES): Update.
2698 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2700         * frame.el (make-frame-on-tty): Remove function, inline contents
2701         in the only user ...
2703         * server.el (server-create-tty-frame): ... here.
2705 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2707         * format.el (format-annotate-function):
2708         Set write-region-post-annotation-function.
2710 2009-01-21  John Wiegley  <johnw@newartisans.com>
2712         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2713         list of output filters.
2714         (eshell-mode): Change the default binding of C-a to eshell-bol.
2715         I don't think it's actually bound at all by default in eshell;
2716         it just falls back to the default binding of C-a.
2718 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * minibuffer.el (completion--insert-strings): Fix up computation of
2721         column position which manifested e.g. in proced's signal completion.
2723 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2725         * server.el (server-start): Allow server to shut down when no
2726         frames are available in daemon-mode.
2728 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2730         * term.el (term-previous-matching-input, term-next-matching-input)
2731         (term-previous-matching-input-from-input)
2732         (term-next-matching-input-from-input, term-backward-matching-input)
2733         (term-forward-matching-input): Change argument name to match docstring.
2735 2009-01-21  Glenn Morris  <rgm@gnu.org>
2737         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2738         that are no longer needed.
2739         (authors-scan-change-log): Doc fix.
2740         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2742 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2744         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2745         Use aspell default dict.
2747 2009-01-20  Kenichi Handa  <handa@m17n.org>
2749         * descr-text.el (describe-char): Improve description of eight-bit
2750         char in a unibyte buffer.  (Bug#1935)
2752 2009-01-20  Glenn Morris  <rgm@gnu.org>
2754         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2755         Add some entries.
2757 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2759         * progmodes/ruby-mode.el: Autoload other interpreter names.
2761 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2763         * descr-text.el (describe-char-categories): New defsubst.
2764         (describe-char): Use it.
2766 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2768         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2769         IPv4 mapped IPv6 addresses.
2771 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2773         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2774         the beginning of the buffer.  (Bug#1949)
2776 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2778         * linum.el (linum-update-window): Use `delq' instead of `delete';
2779         compare strings with `equal-including-properties'.
2781 2009-01-17  Glenn Morris  <rgm@gnu.org>
2783         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2784         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2786         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2787         (eldoc-message-commands, eldoc-print-current-symbol-info):
2788         Doc fix (consistent case of "ElDoc").
2790 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2792         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2794 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2796         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2797         TARGET)' does not exist, try again with its basename replaced by
2798         `(cdr TARGET)'.  (Related to Bug #1853.)
2800         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2802 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2804         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2805         unless flyspell-mode is enabled.
2806         (flyspell-pre-point): Make buffer-local.
2808 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2810         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2811         delimiters, allow fields that are composed of strings and string
2812         constants.
2813         (bibtex-mode): Doc fix.
2815 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2817         * textmodes/ispell.el: Protect against declare-function undefined
2818         in XEmacs.
2819         (ispell-program-name): Search also for hunspell when setting default.
2820         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2821         dictionary alist for default.  Better fallback default dictionary.
2823 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2825         * international/quail.el (quail-insert-kbd-layout):
2826         Delete superfluous handling of 8-bit code.  (Bug#1418)
2828 2009-01-16  Glenn Morris  <rgm@gnu.org>
2830         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2831         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2832         (eldoc-highlight-function-argument): Doc fix - mention effect of
2833         eldoc-documentation-function.
2834         (eldoc-message-commands-table-size, eldoc-message-commands)
2835         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2836         (eldoc-documentation-function): Mention effect on user options.
2838         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2840 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2842         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2843         its version number, and then set both.
2845 2009-01-16  Richard M Stallman  <rms@gnu.org>
2847         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2849 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2851         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2852         Refer to revert-buffer, not Buffer-menu-revert.
2853         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2854         (Buffer-menu-revert): Remove function, unused.
2855         (Buffer-menu-mode-map): Don't bind keys already
2856         bound by special-mode.
2857         (Buffer-menu-mode-map): Add a menu.
2859 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2861         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2863 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2865         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2867 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2869         * window.el (special-display-p): Revert 2009-01-14 change.
2871 2009-01-15  Glenn Morris  <rgm@gnu.org>
2873         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2874         (authors-obsolete-files-regexps, authors-ignored-files):
2875         (authors-renamed-files-alist): Add some entries.
2876         (authors-fixed-entries): Change some entries.
2877         (authors-canonical-file-name): Doc fix.
2878         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2880 2009-01-14  Juri Linkov  <juri@jurta.org>
2882         * info.el (Info-isearch-filter): Don't filter out invisible text
2883         when search-invisible is t.  (Bug#1848)
2885         * simple.el (blink-matching-open): Use `minibuffer-message' to
2886         display messages in the minibuffer.
2888         * help.el (view-help-file):
2889         * menu-bar.el (menu-bar-help-extra-packages):
2890         Use goto-address-mode instead of goto-address.
2892         * net/goto-addr.el (goto-address-url-face): Change default value
2893         from `bold' to `link'.
2895 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2897         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2899 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2901         * frame.el (special-display-popup-frame): Rewrite doc-string and
2902         simplify code.
2904         * window.el (special-display-buffer-names)
2905         (special-display-regexps): Add customization support for
2906         function/other-args elements.  Rewrite doc-strings.
2907         (special-display-function): Rewrite doc-string.
2908         (same-window-buffer-names, same-window-regexps):
2909         Minor doc-string fixes.
2910         (special-display-p): Minor rewrite.
2912 2009-01-14  Glenn Morris  <rgm@gnu.org>
2914         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2916 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2918         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2919         MESSAGEs with internal square brackets (i.e., " this [test] message").
2920         Use `string-match-p'.
2921         (completion--make-envvar-table, completion--file-name-table)
2922         (completion-pcm--string->pattern, completion-pcm--all-completions)
2923         (completion-pcm--filename-try-filter): Use `string-match-p'.
2925 2009-01-14  Juri Linkov  <juri@jurta.org>
2927         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2928         non-nil `bug-reference-url-format' before putting an overlay
2929         property `bug-reference-url'.
2930         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2931         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2933 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2935         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2936         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2938         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2939         loaded.
2941 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2943         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2945 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2947         * subr.el (play-sound): Doc fix.  (Bug#250)
2948         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2950 2009-01-12  Alan Mackenzie  <acm@muc.de>
2952         * textmodes/paragraphs.el (forward-sentence): Change limit of
2953         re-search-backward to allow values of `sentence-end' anchored at BOL.
2955 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2958         subfield of the magic string.
2960 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2962         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2963         (math-special-function-table): Use `math-compose-tex-sqrt' to
2964         compose sqrts in TeX and LaTeX mode.
2966 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2968         * faces.el (describe-face): Ignore anonymous faces.
2970         * server.el (server-save-buffers-kill-terminal): Args changed.
2971         Handle nowait client frames.
2973         * files.el (save-buffers-kill-terminal): Args for
2974         server-save-buffers-kill-terminal changed.
2976 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2978         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2980 2009-01-11  Glenn Morris  <rgm@gnu.org>
2982         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2983         Silence compiler.
2985         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2986         some entries.
2987         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2988         (authors-renamed-files-alist): Add entries.
2989         (authors-fixed-entries): Update for renamed and removed files.
2990         (authors-canonical-file-name): Add entries to
2991         authors-checked-files-alist based on their full names, expanded relative
2992         to each log-file directory.
2993         (authors-scan-el, authors-add-to-author-list, authors):
2994         Handle multiple authors in a file, via a new :cowrote category.
2996         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2998 2009-01-10  Richard M Stallman  <rms@gnu.org>
3000         * mail/mail-utils.el (mail-quote-printable-region): New function.
3002 2009-01-10  Glenn Morris  <rgm@gnu.org>
3004         * calendar/cal-move.el (calendar-scroll-left-three-months)
3005         (calendar-scroll-right-three-months):
3006         * calendar/holidays.el (calendar-list-holidays)
3007         (calendar-mark-holidays):
3008         * calendar/lunar.el (calendar-lunar-phases):
3009         Add event handling, for when called from menus with the calendar buffer
3010         not current.
3012 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
3014         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
3015         Move setting up whitepace-mode ...
3016         (diff-mode): ... here.
3017         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
3019 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3021         * faces.el (x-font-family-list): Remove entirely.
3023 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3025         Fix Bug #876:
3027         * info.el (info-insert-file-contents, Info-insert-dir):
3028         Bind inhibit-null-byte-detection to non-nil.
3030 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
3032         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
3033         toggling tool bars on.  (Bug#1754)
3035 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3037         * faces.el (face-valid-attribute-values): Use string as value for
3038         :family attribute.  Now, font-family-list returns a list of strings.
3039         (x-font-family-list): Obsolete compatibility version of function
3040         from xfaces.c.
3042 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
3044         * window.el (special-display-buffer-names)
3045         (special-display-regexps, special-display-function):
3046         In doc-strings say "same-window" instead of "same-buffer".
3048 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
3050         * net/tramp.el: Revert previous patch.  `last-command-char' is
3051         used in code intended only for XEmacs, where it is different from
3052         `last-command-event'.
3054 2009-01-09  Glenn Morris  <rgm@gnu.org>
3056         * subr.el (last-input-char, last-command-char):
3057         Move here from src/keyboard.c.
3059         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
3060         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
3061         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
3062         * wdired.el:
3063         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
3064         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
3065         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
3066         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
3067         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
3068         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
3069         * eshell/em-smart.el, eshell/esh-mode.el:
3070         * international/mule-cmds.el:
3071         * mail/mailabbrev.el:
3072         * net/tramp.el:
3073         * play/mpuz.el:
3074         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
3075         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3076         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3077         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3078         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3079         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3080         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3081         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3082         Replace last-command-char with last-command-event.
3084         * double.el, electric.el, replace.el, term.el, terminal.el:
3085         * calc/calc.el:
3086         * emulation/viper-cmd.el:
3087         * international/mule-cmds.el:
3088         * obsolete/iso-acc.el:
3089         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3091         * emacs-lisp/edebug.el: Remove references to last-command-char and
3092         last-input-char, since these have been identical to last-command-event
3093         and last-input-event since at least Emacs 19.
3094         (edebug-outside-last-command-char, edebug-outside-last-input-char):
3095         Remove.
3097 2009-01-09  Dave Love  <fx@gnu.org>
3099         * calendar/time-date.el: Require cl for `declare'.
3101 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3103         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3104         Suggested by Dave Love.
3106 2009-01-09  Dave Love  <fx@gnu.org>
3108         * net/imap.el (imap-string-to-integer): Fix typo.
3109         (imap-fetch-safe): New function.
3110         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3112         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3113         (imap-parse-greeting): Fix doc strings.
3114         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3115         (imap-parse-flag-list): Make messages unique.
3116         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3118         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3119         call.
3121         * net/imap.el: Fix author email.  Doc fixes.
3122         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3123         reply.
3125 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3127         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
3129 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3131         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
3132         Call nslookup if resolv.conf isn't available.
3133         (dns-query): Rename from query-dns.
3134         (dns-query-cached): Rename from query-dns-cached.
3136 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3138         * net/imap.el (imap-enable-exchange-bug-workaround):
3139         Explain auto-detection in the doc string.
3141 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
3143         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
3144         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
3145         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
3146         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
3147         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
3148         Fix typos in docstrings.
3149         (ispell-command-loop): Reflow docstring.
3151 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
3153         * textmodes/ispell.el (ispell-encoding8-command): New variable.
3154         (ispell-aspell-supports-utf8): Mark as obsoleted by
3155         ispell-encoding8-command.
3156         (ispell-check-version): Set ispell-encoding8-command.
3157         (ispell-check-spellchecker-params, ispell-start-process):
3158         Use ispell-encoding8-command.
3160         * textmodes/flyspell.el (flyspell-large-region):
3161         Use ispell-encoding8-command.
3163 2009-01-08  Glenn Morris  <rgm@gnu.org>
3165         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
3166         scroll the calendar.
3168         * international/mule-cmds.el (universal-coding-system-argument):
3169         last-input-char need not be a char.
3171         * textmodes/ispell.el (ispell-check-minver): Declare.
3172         Use string-to-number rather than string-to-int.
3174 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
3176         * add-log.el (change-log-search-tag-name): Reflow docstring.
3177         (change-log-mode): Fix typo in docstring.
3179         * international/mule.el (define-coding-system): Doc fix.
3181 2009-01-07  Kenichi Handa  <handa@m17n.org>
3183         * international/mule.el (define-coding-system): Fix docstring
3184         about :bom usage.
3186 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
3188         * dired.el (dired-pop-to-buffer): Don't split windows
3189         horizontally.  (Bug#1806)
3191 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3193         * tar-mode.el (tar-mode, tar-mode-write-contents)
3194         (tar-write-region-annotate): Undo Andreas's last change.
3196 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
3198         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3199         (tramp-handle-file-local-copy, tramp-handle-write-region)
3200         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3201         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3203 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * minibuffer.el (completion-hilit-commonality): Don't presume
3206         all-completions always include the input as prefix.
3207         (completion-pcm--pattern-trivial-p): Accept a few more patterns
3208         as trivial.
3209         (completion-pcm--hilit-commonality): Remove leftover code that used to
3210         deal with the now removed cdr-in-last-cons.
3212 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
3214         * international/mule.el (define-coding-system): Fix typos in docstring.
3216 2009-01-05  Alan Mackenzie  <acm@muc.de>
3218         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3219         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
3221 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
3223         * net/tramp.el (tramp-handle-load)
3224         (tramp-do-copy-or-rename-file-directly)
3225         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3226         (tramp-handle-write-region)
3227         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3228         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3229         Delete temporary file in case of error.
3231 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
3233         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3235 2009-01-05  Richard M Stallman  <rms@gnu.org>
3237         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3239 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
3241         * window.el (display-buffer): Fix last fix.
3243 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
3245         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3246         to shorten the desktop file directory shown in message.
3248 2009-01-05  Glenn Morris  <rgm@gnu.org>
3250         * version.el (emacs-copyright):
3251         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3252         Update copyrights for 2009.
3254 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
3256         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3257         (ada-get-indent-paramlist): Use ada-broken-indent instead of
3258         hard-coded 0.
3259         (ada-get-indent-loop): Fix list access bug.
3261 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
3263         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3264         (lisp-interaction-mode): Add a blank line in the docstring
3265         before the keymap listing.
3267 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
3269         * window.el (display-buffer): When a buffer is displayed in the
3270         selected and some other window, and not-this-window is non-nil,
3271         try to return that other window instead of popping up a new
3272         frame.  (Bug#30)
3274 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3276         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3278 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3280         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3282 2009-01-03  Michael Olson  <mwolson@gnu.org>
3284         * net/imap.el (imap-parse-fetch): Courier can insert spurious
3285         blank characters which will confuse `read', so skip past them.
3287 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3289         * emacs-lisp/authors.el (authors-aliases): Addition.
3290         (authors): Allow to use it for other projects.
3292         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3293         Clarify MATCH argument.  Print filenames.
3295 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3297         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3299         * net/tramp.el (tramp-local-host-regexp)
3300         (tramp-prefix-domain-format)
3301         (tramp-prefix-domain-regexp, tramp-domain-regexp)
3302         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3303         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3304         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3305         (tramp-file-name-structure, tramp-file-name-regexp-unified)
3306         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3307         (tramp-dissect-file-name, tramp-make-tramp-file-name)
3308         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3309         (tramp-handle-insert-file-contents): Fix setting of
3310         `buffer-read-only'.
3311         (tramp-compute-multi-hops, tramp-local-host-p):
3312         Use `tramp-local-host-regexp'.
3313         (tramp-file-name-real-user, tramp-file-name-domain):
3314         Use `tramp-user-with-domain-regexp'.
3316         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3317         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3319 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3321         * proced.el (proced-grammar-alist): Refiner can be a
3322         list (function help-echo) instead of a cons pair.
3323         (proced-post-display-hook): New variable.
3324         (proced-tree-depth): Rename from proced-tree-indent.
3325         (proced-mode): Derive mode from special-mode.
3326         (proced-mode-map): Change accordingly.
3327         (proced, proced-update): Run proced-post-display-hook.
3328         (proced-do-mark-all): Count processes for which mark has been updated.
3329         (proced-format): Check for ppid attribute.
3330         (proced-process-attributes): Take time and ctime attribute from
3331         system-process-attributes.
3332         (proced-send-signal): Doc fix.  Collect properly the info on
3333         marked processes.  Use fit-window-to-buffer instead of
3334         dired-pop-to-buffer.
3336 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3339         point-min==1.
3341 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
3343         * bindings.el (mode-line-eol-desc): Fix typo in help message.
3344         (mode-line-client): Fix typo in help message and docstring.
3346 2009-01-02  Jason Rumney  <jasonr@gnu.org>
3348         * term/w32-win.el (image-library-alist): Add gobject library.
3350 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
3352         * frame.el (window-system-default-frame-alist)
3353         (initial-frame-alist, minibuffer-frame-alist)
3354         (pop-up-frame-alist, pop-up-frame-function)
3355         (special-display-frame-alist): Rewrite and reformat doc-strings.
3357 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3359         * simple.el (minibuffer-default-add-shell-commands):
3360         Fix doc-string typo.
3362 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3364         * language/cham.el: Fix setting of composition-function-table.
3366         * language/khmer.el: Fix setting of composition-function-table.
3368         * language/tibet-util.el (tibetan-composition-function):
3369         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3371         * simple.el (minibuffer-default): Add defvar.
3373         * hippie-exp.el: Require comint.
3375 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3377         * simple.el (last-buffer): Don't set major mode of *scratch* if
3378         that buffer exists already.  Rewrite doc-string.
3380 2008-12-31  Andreas Schwab  <schwab@suse.de>
3382         * tar-mode.el (tar-mode): Set write-contents-functions instead of
3383         write-region-annotate-functions.
3384         (tar-mode-write-contents): New function.
3385         (tar-write-region-annotate): Remove.
3387 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
3389         * files.el (basic-save-buffer): Revert 2008-12-22 change.
3390         (buffer-swapped-with): Var removed.
3392 2008-12-30  Kenichi Handa  <handa@m17n.org>
3394         * language/japanese.el (compose-gstring-for-variation-glyph):
3395         New function.  Register it in composition-function-table.
3397         * composite.el (lglyph-set-code): New function.
3399 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3401         * tar-mode.el (tar-data-swapped): New var.
3402         (tar-data-swapped-p, tar-swap-data):
3403         Use it instead of buffer-swapped-with.
3404         (tar-write-region-annotate): Re-add (partial undo of last change).
3405         (tar-mode): Use it again (partial undo as well).
3407 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
3409         * textmodes/table.el (table-capture): Fix symbol quoting typo.
3411 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3413         * follow.el (follow-select-if-visible): Improve the check for the
3414         last line of the window.
3415         (follow-post-command-hook): Perform redisplay in more
3416         circumstances, to avoid getting point stuck on partially visible lines.
3418 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3420         * follow.el (follow-calc-win-end): Use with-selected-window.
3421         (follow-windows-start-end, follow-pos-visible)
3422         (follow-windows-aligned-p): Code cleanup.
3423         (follow-select-if-visible): Try to avoid partially-visible lines.
3424         (follow-select-if-visible-from-first): Call follow-redisplay and
3425         move point to destination.
3426         (follow-redisplay): New arg, to keep selected window unchanged.
3427         (follow-post-command-hook): In final check for destination
3428         visibility, use window-start and window-end instead of the less
3429         accurate follow-pos-visible.  If the selected window is redrawn,
3430         tell follow-redisplay to preserve it.
3431         (follow-calculate-first-window-start-from-below): Avoid looping
3432         forever if vertical-motion returns an unexpected value.
3434 2008-12-30  Andreas Schwab  <schwab@suse.de>
3436         * server.el (server-running-p): Remove interactive spec.
3437         Fix regexp.
3439 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3441         * follow.el (follow-calc-win-start): Don't use `inline'.
3442         (follow-update-window-start, follow-select-if-visible)
3443         (follow-calculate-first-window-start-from-below)
3444         (follow-post-command-hook): Code cleanup.
3445         (follow-downward, follow-calculate-first-window-start):
3446         Delete function and merge into follow-redisplay.
3447         (follow-redisplay): Merge code from follow-downward and
3448         follow-calculate-first-window-start.
3450 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
3452         * proced.el (proced-tree-flag): Fix typo in docstring.
3454 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3456         * proced.el (proced-temp-alist): Rename from variable
3457         proced-children-alist.
3458         (proced-process-tree, proced-toggle-tree): Fix docstring.
3459         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
3460         (proced-temp-internal): Use proced-temp-alist.
3462 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3464         * subr.el (mkdir): New defalias.
3466 2008-12-29  Juri Linkov  <juri@jurta.org>
3468         * proced.el (proced-mode-map): Bind " " to next-line instead of the
3469         command `proced-next-line' removed on 2008-09-06.
3471 2008-12-28  Juri Linkov  <juri@jurta.org>
3473         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3474         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3476         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3477         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3478         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3479         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
3480         set 4 obsolete variables for backward-compatibility with Emacs 22.
3482 2008-12-28  Juri Linkov  <juri@jurta.org>
3484         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
3486 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
3488         * misc.el (butterfly): New command.
3490 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3492         * proced.el (proced-grammar-alist): Allow predicate nil.
3493         New attribute tree.
3494         (proced-format-alist): Use attribute tree.
3495         (proced-tree-flag, proced-tree-indent): New variables.
3496         (proced-children-alist): Rename from proced-process-tree.
3497         PPID must refer to a process in process-alist.
3498         Ignore PPIDs that equal PID (Bug#1718).
3499         Children alist inherits sorting order from process-alist.
3500         (proced-process-tree): New variable.  New function.
3501         (proced-process-tree-internal, proced-toggle-tree)
3502         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3503         (proced-mark-process-alist): Add docstring.
3504         (proced-filter-parents): PPID must refer to a process in
3505         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
3506         (proced-sort): Throw error if attribute is not sortable.
3507         (proced-sort-interactive): Restrict completion to sortable attributes.
3508         (proced-format): Include tree in standard attributes if
3509         proced-tree-flag is non-nil.  Make header clickable only if
3510         corresponding predicate is non-nil.
3511         (proced-update): Use proced-tree.
3513 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3515         * diff.el (diff): Doc fix.
3517         * emacs-lisp/rx.el (rx): Doc fix.
3519         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3520         before uniquifying backup trash file name.
3522 2008-12-27  Andreas Schwab  <schwab@suse.de>
3524         * vc-git.el (vc-git-dir-printer): Fix filename column.
3526 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
3528         * term.el (term-emulate-terminal): Decode substring just prior to
3529         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
3531 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3533         * makefile.w32-in (MH_E_DIR): New variable.
3534         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3535         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3536         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3537         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3538         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3539         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3540         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3541         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3542         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3543         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3544         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3546         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3547         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3548         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3549         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3550         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3551         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3552         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3553         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3554         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3555         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3556         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3558 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3560         * files.el (dosified-file-name): Declare.
3562 2008-12-26  Andreas Schwab  <schwab@suse.de>
3564         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3566         * tar-mode.el (tar-swap-data): New function.
3567         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3568         (tar-mode-revert): Likewise.
3569         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
3570         (tar-data-swapped-p): Test buffer-swapped-with.
3571         (tar-write-region-annotate): Remove.
3572         (tar-header-block-tokenize): Add argument `coding' and use it
3573         instead of tar-file-name-coding-system.
3574         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3576 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3578         * dos-fns.el (dosified-file-name): New function.
3580         * files.el (dir-locals-find-file): Run dir-locals-file through
3581         dosified-file-name.  Compare files case-insensitively on systems
3582         whose filesystems are case-insensitive.
3584 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
3586         * help.el (help-for-help-internal): Fix entry for "l".
3588 2008-12-25  Richard M Stallman  <rms@gnu.org>
3590         * shadowfile.el (shadow-copy-file): Revert previous change.
3591         This code as it was should work properly with buffer-swapped-with.
3593 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
3595         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3597 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3599         * subr.el (chmod): New defalias for set-file-modes.
3601 2008-12-23  Juri Linkov  <juri@jurta.org>
3603         * isearch.el (isearch-filter-predicate, isearch-search):
3604         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3605         (isearch-filter-visible): Rename from
3606         `isearch-filter-invisible'.  Doc fix.
3608         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3609         value from `dired-isearch-filter-predicate-orig' instead of the
3610         symbol `isearch-filter-invisible'.  Doc fix.
3611         (dired-isearch-filter-filenames): Doc fix.
3612         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3614         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3615         for Info-point-loc since it is more correct in all cases.
3616         (Info-isearch-filter): Rename from
3617         `Info-isearch-filter-predicate'.  Doc fix.
3618         (Info-mode): Replace `Info-isearch-filter-predicate' with
3619         `Info-isearch-filter'.
3621 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3623         * pgg.el: Add obsolescence info.
3625 2008-12-22  Richard M Stallman  <rms@gnu.org>
3627         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3629         * files.el (buffer-swapped-with): New variable.
3630         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3631         (basic-save-buffer): Unswap the buffer temporarily if nec.
3633         * dired.el (dired-readin): Inhibit modification hooks.
3635 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3637         * net/newst-backend.el (newst-backend):
3638         Remove wrong duplicate provide statement.
3640 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3642         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3643         end, before updating.
3644         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3645         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3647 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3649         * window.el (set-window-text-height): Fix doc-string.
3651 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3654         (completion-all-completions): Don't set it.
3655         (completion-table-with-context, completion--file-name-table):
3656         Don't add base-size in last cdr.
3657         (completion-hilit-commonality): Add argument `base-size'.
3658         (display-completion-list, completion-emacs21-all-completions)
3659         (completion-emacs22-all-completions, completion-basic-all-completions):
3660         Provide it.
3661         (completion-pcm--all-completions): Don't need to remove the base-size
3662         in last-cdr any more.
3664 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3666         * textmodes/ispell.el (ispell-check-minver): New function.
3667         (ispell-check-version): Rewrite spellchecker and version checking.
3668         Use (ispell-check-minver).  Handle hunspell versions.
3670 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3672         * ido.el (ido-read-internal): Handle `confirm' and
3673         `confirm-after-completion' values for the require-match argument.
3675 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3677         * international/mule.el (auto-coding-regexp-alist):
3678         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3680 2008-12-20  Ami Fischman  <ami@fischman.org>
3682         * bindings.el (mode-line-eol-desc): Use assoc to query
3683         mode-line-eol-desc-cache.
3685 2008-12-20  Glenn Morris  <rgm@gnu.org>
3687         * comint.el (comint-save-input-ring-index): Add missing initial value.
3689 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3691         * proced.el (proced-grammar-alist): Doc fix.
3692         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3693         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3694         (proced-undo): Fix typos in docstrings.
3696 2008-12-19  Glenn Morris  <rgm@gnu.org>
3698         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3699         (authors-fixed-case): New constant.
3700         (authors-public-domain-files, authors-ignored-files):
3701         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3702         (authors-renamed-files-regexps): Add some new entries.
3703         (authors-canonical-file-name): Don't complain about ignored files.
3704         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3705         (authors): Ensure error buffer is writable.
3707 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3709         (ispell-really-hunspell): New variable to signal hunspell.
3710         (ispell-check-version):
3711         Check if hunspell and set ispell-really-hunspell if needed.
3712         (ispell-send-string, ispell-start-process, flyspell-large-region):
3713         Pass right options for hunspell if needed.
3715 2008-12-18  Kenichi Handa  <handa@m17n.org>
3717         * international/fontset.el (script-representative-chars)
3718         (setup-default-fontset): Add more scripts.
3720         * international/characters.el: Add more scripts.
3722 2008-12-19  Juri Linkov  <juri@jurta.org>
3724         * info.el (Info-isearch-search): Implement lax version of
3725         incremental word search in Info.
3726         (Info-isearch-start): Set Info-isearch-initial-node to the
3727         current node when search is nonincremental to not stop at the
3728         initial node in this case.
3729         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3731 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3733         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3734         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3735         (rst-repeat-last-character): Fix typos in docstrings.
3736         (rst-mode, rst-backward-section): Doc fixes.
3738 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3740         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3741         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3742         (newsticker--treeview-load): Check whether groups file exists.
3744         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3745         (newsticker-dir): Use `locate-user-emacs-file'.
3747 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3749         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3750         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3752 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3754         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3756         * startup.el (command-line): Do not mention the server name in
3757         case the user has not mentioned it, print a more explicit message.
3759         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3760         Change all callers.
3762 2008-12-18  Sam Steingold  <sds@gnu.org>
3764         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3766 2008-12-18  Juri Linkov  <juri@jurta.org>
3768         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3769         `isearch-edit-string-set-word'.
3770         (isearch-edit-string-set-word): Remove.
3771         (isearch-occur): Imitate the C function `wordify' by replacing
3772         non-word character with the \\W+ regexp.
3773         (isearch-search-fun): Add `isearch-nonincremental' to the
3774         condition of using a non-lax version of `word-search-forward'.
3776 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3778         * epa-file.el (epa-file-insert-file-contents):
3779         Set buffer-file-name before decrypting a file.
3781 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3783         * server.el (server-start): If unable to start the server,
3784         display a warning instead of raising an error.
3786         * startup.el (server-process): Add defvar.
3787         (command-line): If the daemon is unable to start the server,
3788         display a message and exit Emacs.
3790 2008-12-15  Sam Steingold  <sds@gnu.org>
3792         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3793         mostly for CLISP modules, but could also be useful elsewhere.
3795 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3797         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3798         * icomplete.el (icomplete-prospects-height):
3799         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3801 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3803         * international/mule.el (find-auto-coding): Fix typo in docstring.
3805         * international/mule-cmds.el (select-safe-coding-system):
3806         * mail/rmail.el (rmail-require-mime-maybe):
3807         Fix arguments of `display-warning'.
3809         * simple.el (bad-package-check): Fix arguments of `display-warning',
3810         using the package name as TYPE.  Use `string-match-p'.
3812 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3814         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3815         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3816         (proced-sort-user, proced-sort-header): Prefix arg determines
3817         sorting order.  Suggested by Dan Nicolaescu.
3818         (proced-revert): Doc fix.
3820 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3822         * proced.el (proced-grammar-alist): Allow refiner elements that
3823         are cons pairs (function . help-echo) or nil.
3824         (proced-refine): Use them.
3825         (proced-format-alist): Allow alternatives.
3826         (proced-descend): New variable.
3827         (proced-sort): New arg descend.
3828         (proced-sort-interactive): Repeated calls toggle sort order.
3829         (proced-format): Accomodate changes of proced-format-alist.
3830         Undefined attributes are displayed as "?".
3831         (proced-process-attributes): New optional arg pid-list.
3832         Ignore processes with empty attribute list.
3834 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3836         * proced.el (proced-auto-update-interval): Rename from
3837         proced-timer-interval.
3838         (proced-auto-update-flag): Rename from proced-timer-flag.
3839         (proced-auto-update-timer): Rename from proced-timer.
3840         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3841         (proced-available): Initialize appropriately.
3843 2008-12-13  Glenn Morris  <rgm@gnu.org>
3845         * subr.el (declare-function): Doc fix.
3847         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3848         refer to elisp manual.
3850 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3852         * window.el (fit-window-to-buffer): Return non-nil when height
3853         was orderly adjusted, nil otherwise.
3855 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3856             Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * server.el (server-sentinel): Uncomment code to delete connection file.
3859         (server-start): Save the connection file in the server property list.
3860         Delete it only when we are reasonably convinced that it is not owned by
3861         a running server.
3862         (server-force-delete): New command to force-delete the connection file,
3863         and stop the server if it is running.
3864         (server-running-p): Return t also for local TCP servers when we find a
3865         process with a matching PID, and :other for undecided cases.
3867 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3869         * window.el (fit-window-to-buffer): Use with-selected-window and
3870         condition-case.  Do not delete more windows than necessary in
3871         the shrinking (delta < 0) case.  Do not raise an error when the
3872         containing frame is too small to show all of buffer.  (Bug#1488)
3874         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3875         min-height arg 1 to make sure that small buffers are shown.
3877 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3879         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3880         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3881         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3882         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3883         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3884         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3885         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3886         (ruby-backward-sexp, ruby-add-log-current-method)
3887         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3888         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3889         (ruby-deep-indent-paren): Doc fix.
3890         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3891         (ruby-here-doc-find-end): Reflow docstring.
3893 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3895         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3896         dired-shrink-to-fit is non-nil.  (Bug#1488)
3898 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3900         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3901         decoding of long locale info is now done in `w32-get-locale-info'.
3903 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3905         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3907 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3909         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3911         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3912         terminal variable assignment.
3914 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3915             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3917         * progmodes/ruby-mode.el: New file.
3919 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3921         * net/tramp.el (top): Don't fail if there is no current message.
3922         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3924 2008-12-10  Kenichi Handa  <handa@m17n.org>
3926         * international/fontset.el (setup-default-fontset): Add an entry
3927         for characters in the Unicode SIP area.
3929 2008-12-10  Glenn Morris  <rgm@gnu.org>
3931         * vc-mcvs.el: Move to obsolete/, with warning comment.
3932         * Makefile.in (ELCFILES): Update.
3934 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3936         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3937         buffer unmodified.  (Bug#1509)
3938         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3939         modification time if visiting a file and the content is
3940         successfully decrypted.
3942 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3944         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3945         check whether the buffer is still alive.
3947 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3949         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3951 2008-12-09  Glenn Morris  <rgm@gnu.org>
3953         * Makefile.in (ELCFILES): Update.
3955 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3958         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3960 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3962         * term/xterm.el (terminal-init-xterm): Discard pending input
3963         before reading a reply to the terminal attributes query.
3965 2008-12-05  Andreas Schwab  <schwab@suse.de>
3967         * dired.el (dired-font-lock-keywords): Fix last change.
3969 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3971         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3972         into (defcustom ... "..." :type ... :group...).
3974 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3976         * international/mule-diag.el (mule-diag): Display the window
3977         system version in a less laconic way.
3979 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3981         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3982         if the sorting functions are not loaded.  (Bug#1432)
3984 2008-12-04  Sam Steingold  <sds@gnu.org>
3986         * progmodes/compile.el (compilation-read-command): Extract from
3987         compile.
3988         (compile): Use it.
3989         (recompile): Accept an optional argument to enable editing the
3990         command line.
3992 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3994         * net/tramp.el (top): Write a message, when loading Tramp.
3996         * net/tramp-cache.el (tramp-dump-connection-properties):
3997         Polish the check, whether to dump the data.
3999 2008-12-04  Lute Kamstra  <lute@gnu.org>
4001         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
4002         check if the file "CVS/Entries" exists.
4004 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
4006         * international/mule-diag.el (list-character-sets): Doc fix.
4007         (list-character-sets-2): Fix info in header.  Simplify.
4008         (print-coding-system): Simplify.
4009         (list-input-methods-1): Simplify.
4010         (mule-diag): Display current font/fontset for all window systems,
4011         not just X.  Simplify.
4013 2008-12-04  Glenn Morris  <rgm@gnu.org>
4015         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
4016         (vc-cvs-register): Doc fix.
4017         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
4018         (vc-mcvs-register): Doc fix.
4019         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
4020         (vc-rcs-register): Doc fix.
4021         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
4022         (vc-sccs-register): Doc fix.
4023         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
4024         (vc-svn-register): Doc fix.
4026         * files.el (toggle-read-only): Doc fix.
4028 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4030         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
4031         be used in compact layout and vice-versa.
4033 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
4035         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
4036         like most list-* commands.
4038         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
4039         They already exist in descr-text.el as `describe-char-unicodedata-file'
4040         and `describe-char-unicode-data'.
4041         (print-list): Simplify.
4042         (read-charset): Reflow docstring.
4043         (list-coding-systems): Doc fix.
4045 2008-12-03  Glenn Morris  <rgm@gnu.org>
4047         * vc.el (vc-diff-switches): Doc fix.
4048         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
4049         (vc-bzr-log-switches): Doc fix.
4050         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
4051         * vc-git.el (vc-git-diff-switches): Doc fix.
4052         * vc-hg.el (vc-hg-diff-switches): Doc fix.
4053         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
4054         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
4055         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
4056         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
4058         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
4059         other backends.
4060         (vc-arch-diff): Apply switches.
4062         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
4063         than appending.
4065         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
4067 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
4069         * epa.el (epa--show-key): Use past tense of "expire" if the key
4070         has already been expired.  Thanks to Peter BARABAS.
4072 2008-12-03  Lute Kamstra  <lute@gnu.org>
4074         * align.el:
4075         * allout.el:
4076         * apropos.el:
4077         * arc-mode.el:
4078         * autoinsert.el:
4079         * avoid.el:
4080         * battery.el:
4081         * bookmark.el:
4082         * buff-menu.el:
4083         * calculator.el:
4084         * chistory.el:
4085         * cmuscheme.el:
4086         * comint.el:
4087         * compare-w.el:
4088         * dabbrev.el:
4089         * delim-col.el:
4090         * desktop.el:
4091         * diff-mode.el:
4092         * diff.el:
4093         * dired-aux.el:
4094         * dired-x.el:
4095         * dired.el:
4096         * dos-vars.el:
4097         * ediff-diff.el:
4098         * ediff-help.el:
4099         * ediff-init.el:
4100         * ediff-merg.el:
4101         * ediff-mult.el:
4102         * ediff-ptch.el:
4103         * ediff-vers.el:
4104         * ediff-wind.el:
4105         * ediff.el:
4106         * emerge.el:
4107         * facemenu.el:
4108         * faces.el:
4109         * ffap.el:
4110         * filecache.el:
4111         * find-dired.el:
4112         * font-core.el:
4113         * font-lock.el:
4114         * forms.el:
4115         * fringe.el:
4116         * help-at-pt.el:
4117         * hippie-exp.el:
4118         * ido.el:
4119         * image-file.el:
4120         * imenu.el:
4121         * indent.el:
4122         * info.el:
4123         * isearchb.el:
4124         * iswitchb.el:
4125         * jit-lock.el:
4126         * jka-compr.el:
4127         * log-edit.el:
4128         * lpr.el:
4129         * ls-lisp.el:
4130         * man.el:
4131         * menu-bar.el:
4132         * midnight.el:
4133         * mouse-sel.el:
4134         * mouse.el:
4135         * msb.el:
4136         * outline.el:
4137         * paren.el:
4138         * pcmpl-cvs.el:
4139         * pcmpl-gnu.el:
4140         * pcomplete.el:
4141         * pcvs-info.el:
4142         * pcvs-parse.el:
4143         * printing.el:
4144         * ps-mule.el:
4145         * ps-print.el:
4146         * replace.el:
4147         * ruler-mode.el:
4148         * saveplace.el:
4149         * sb-image.el:
4150         * scroll-bar.el:
4151         * sha1.el:
4152         * shadowfile.el:
4153         * shell.el:
4154         * sort.el:
4155         * speedbar.el:
4156         * strokes.el:
4157         * tempo.el:
4158         * term.el:
4159         * terminal.el:
4160         * time-stamp.el:
4161         * time.el:
4162         * tree-widget.el:
4163         * type-break.el:
4164         * vc-cvs.el:
4165         * vc-hg.el:
4166         * vc-mcvs.el:
4167         * vc-rcs.el:
4168         * vc-sccs.el:
4169         * vc.el:
4170         * view.el:
4171         * w32-vars.el:
4172         * whitespace.el:
4173         * wid-edit.el: Remove leading * from docstrings of defcustoms,
4174         deffaces, defconsts and defuns.
4176 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4179         the prompt was added to the minibuffer.
4181 2008-12-02  Glenn Morris  <rgm@gnu.org>
4183         * format.el (format-write-file): Rewrite doc yet again.
4185         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4186         Doc fix.  (Bug#1368)
4188         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4190 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
4192         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4193         case where point is at the beginning of the buffer.  (Bug#1239)
4195 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
4197         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4198         already have the correct indentation.  (Bug#859)
4200 2008-12-02  Kenichi Handa  <handa@m17n.org>
4202         * international/uni-decomposition.el: Re-generated.
4204 2008-12-01  Andreas Schwab  <schwab@suse.de>
4206         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4207         ending in a colon as directory header.
4209 2008-12-01  Kenichi Handa  <handa@m17n.org>
4211         * international/uni-numeric.el: Re-generated.
4213         * international/charprop.el: Re-generated.
4215 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
4217         * international/mule-cmds.el (locale-preferred-coding-systems):
4218         Fix alist item.
4220 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
4222         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4223         (tramp-set-connection-property, tramp-flush-connection-property)
4224         (tramp-dump-connection-properties): Use it.
4226 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
4228         * wdired.el (wdired-finish-edit): If displaying a single file,
4229         change dired-directory if that file was renamed.
4231         * emacs-lisp/byte-run.el (macro-declaration-function):
4232         Disallow declare specs with lengths of 3 or more.
4234         * dirtrack.el (dirtrack): Fix error message.
4236 2008-11-30  Glenn Morris  <rgm@gnu.org>
4238         * vc-svn.el (vc-svn-diff-switches): Doc fix.
4239         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4241         * vc-git.el (vc-git-diff):
4242         * vc-hg.el (vc-hg-diff):
4243         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4245         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4246         (eshell-needs-pipe-p): New function.
4247         (eshell-gather-process-output): Set process-connection-type according to
4248         eshell-needs-pipe-p.  (Bug#1388)
4250 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
4252         * calendar/diary-lib.el (diary-cyclic): Doc fix.
4253         (diary-remind-message, diary-number-of-entries)
4254         (diary-include-other-diary-files, diary-mark-included-diary-files)
4255         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4256         (diary-font-lock-keywords-1): Reflow docstrings.
4257         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4258         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4260         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4261         (timer-duration): Use `string-match-p'.
4263 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4265         * complete.el (PC-do-complete-and-exit):
4266         Use minibuffer-confirm-exit-commands.
4268         * minibuffer.el (minibuffer-confirm-exit-commands):
4269         Add PC-complete and PC-complete-word to the list.
4271 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
4273         * files.el (break-hardlink-on-save): Fix typo in docstring.
4274         Add :version tag.
4276         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4277         (reb-mode): Define with `define-derived-mode'.
4279 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
4281         * files.el (break-hardlink-on-save): New variable.
4282         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4283         (file-precious-flag): Mention it in doc string.
4285 2008-11-29  Miles Bader  <miles@gnu.org>
4287         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4288         (minibuffer-complete-and-exit): Use it.
4290 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4292         * term/x-win.el (x-gtk-stock-cache): New hash table.
4293         (x-gtk-map-stock): Perform caching to prevent excess consing
4294         during redisplay.
4296 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * minibuffer.el (completion--try-word-completion): Don't ignore
4299         partial-completion if it's the only style.
4301 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
4303         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4304         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4305         (reb-initialize-buffer): Update matches, in case we're reentering
4306         RE Builder mode.
4308 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
4310         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4311         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4312         values for minibuffer-completion-confirm.
4314 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
4316         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4317         any but the first "*" in a doc-string.
4319 2008-11-28  Glenn Morris  <rgm@gnu.org>
4321         * format.el (format-write-file): Improve previous doc fix.
4323 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4325         * simple.el (use-empty-active-region, use-region-p)
4326         (region-active-p): Doc fix.
4328 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
4330         * window.el (display-buffer): Fix handling of not-this-window
4331         argument.  (Bug#1415)
4333 2008-11-27  Kenichi Handa  <handa@m17n.org>
4335         * international/characters.el: Set category 'C' to characters
4336         #x20000..#x2AFFF, #x2F800..#x2FFFF.
4338         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4340 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4342         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4343         (tool-bar-find-image): Function deleted.
4344         (tool-bar-local-item, tool-bar-local-item-from-menu):
4345         Use find-image instead of tool-bar-find-image.
4346         (tool-bar-keymap-cache): New hash table.
4347         (tool-bar-make-keymap): Use it.
4348         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4350 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4352         * net/dbus.el (dbus-handle-event): The result of a message call
4353         handler can also be an object, which is not a consp.
4355 2008-11-25  Alan Mackenzie  <acm@muc.de>
4357         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4358         (forward-list, backward-list, down-list, backward-up-list)
4359         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4360         (insert-pair, insert-parentheses): State that the command assumes
4361         that point is not in a string or comment.
4363 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4365         * net/dbus.el (dbus-string-to-byte-array)
4366         (dbus-byte-array-to-string, dbus-escape-as-identifier)
4367         (dbus-unescape-from-identifier): New defuns.
4368         (dbus-handle-event): The result of a message call is a list of
4369         arguments, which must be expanded when passing to
4370         `dbus-method-return-internal'.
4372         * net/tramp.el (tramp-handle-write-region): Improve the check for
4373         calling direct copy.
4374         (tramp-find-inline-encoding): Don't raise an error but a warning,
4375         when no inline encoding is found.
4376         (tramp-get-remote-coding): Check for a symbol.  The negative check
4377         for a string fails, when there is an empty string.
4379 2008-11-26  Glenn Morris  <rgm@gnu.org>
4381         * vc-git.el (vc-git-diff-switches): New option.
4382         (vc-git-diff): Apply diff switches.  (Bug#1386)
4383         Give it a basic doc string.
4385         * term/pc-win.el (x-font-family-list): Replace redefinition with
4386         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
4388 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4390         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4391         of the polynomial rather than the whole polynomial.
4393 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4395         * mail/mailabbrev.el (define-mail-abbrev): When reading from
4396         mailrc, recognize string quoting.  When reading from Lisp, accept
4397         rfc822-like addresses.
4399         * mail/mailalias.el (define-mail-alias): Sync code with
4400         define-mail-abbrev.
4402 2008-11-25  Glenn Morris  <rgm@gnu.org>
4404         * eshell/esh-proc.el (eshell-gather-process-output):
4405         Revert previous change.  (re-opens Bug#1388)
4407         * select.el (x-set-cut-buffer): Fix signal arguments.
4409         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4411 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4413         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4414         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4415         (bubbles--empty-char): Use "\s".
4417 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
4419         * calc/calc.el (calc-settings-file, calc-language-alist)
4420         (calc-embedded-announce-formula)
4421         (calc-embedded-announce-formula-alist)
4422         (calc-embedded-open-formula, calc-embedded-close-formula)
4423         (calc-embedded-open-close-formula-alist)
4424         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4425         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4426         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4427         (calc-embedded-open-close-new-formula-alist)
4428         (calc-embedded-open-mode, calc-embedded-close-mode)
4429         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4430         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4431         (calc-multiplication-has-precedence): Remove unnecessary asterisks
4432         from docstrings.
4434 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4436         * calculator.el (calculator-op-or-exp): Reflow docstring.
4437         (calculator-remove-zeros, calculator-repR, calculator-repL):
4438         Fix typos in docstrings.
4440 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4442         * log-view.el (log-view-annotate-version): Let vc-annotate manage
4443         windows instead of calling switch-to-buffer.
4445         * diff.el (diff-sentinel): Take note of diff error return value.
4447 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4449         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4450         frame can't be split.
4452 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
4454         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4455         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4456         (newsticker--treeview-tree-update-tag): Remove dead code.
4457         (newsticker-treeview-update): Don't update cache.
4458         (newsticker-treeview-quit): Don't save cache.
4459         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
4460         (newsticker-treeview-save): Use `newsticker-dir'.
4461         (newsticker--treeview-load): Use `newsticker-dir'.
4462         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4463         Update tags.
4464         (newsticker-treeview-tree-do-click): Slightly simplified.
4466         * net/newst-backend.el (newsticker-dir): New.
4467         (newsticker-start): Use `newsticker--cache-read'.
4468         (newsticker-stop): Use `newsticker--cache-save'.
4469         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4470         (newsticker--images-dir): New.
4471         (newsticker--image-get, newsticker--image-sentinel):
4472         Use `newsticker--images-dir'.
4473         (newsticker--cache-save-version1): Backup version of
4474         `newsticker--cache-save'.
4475         (newsticker--cache-update): Create newsticker-dir if necessary.
4476         (newsticker--cache-dir): New.
4477         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4478         (newsticker--cache-save-feed): New.
4479         (newsticker--cache-read-version1): New.  Backuped version for reading
4480         cache data..
4481         (newsticker--cache-read, newsticker--cache-do-read): New.
4483         * net/newst-reader.el (newsticker--image-read):
4484         Use `newsticker--images-dir'.
4486 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4488         * files.el (confirm-nonexistent-file-or-buffer):
4489         Allow `after-completion' value to request confirm only after TAB.
4490         (confirm-nonexistent-file-or-buffer): New function.
4491         (read-buffer-to-switch, find-file, find-file-other-window)
4492         (find-file-other-frame, find-file-read-only)
4493         (find-file-read-only-other-window)
4494         (find-file-read-only-other-frame): Use it.
4495         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4496         Thanks to Alan Mackenzie for suggesting the new behavior.
4498         * minibuffer.el (minibuffer-complete-and-exit):
4499         Change `confirm-only' value of minibuffer-completion-confirm to
4500         `confirm', and handle a `confirm-after-completion' value.
4502 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4504         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4506 2008-11-24  Andreas Schwab  <schwab@suse.de>
4508         * image.el (image-type-header-regexps): Recognize more xbm format
4509         variants.
4511 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4513         * textmodes/artist.el (artist-charlist-to-string): Simplify.
4514         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4515         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4516         (artist-replace-string, artist-draw-rect, artist-draw-line)
4517         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4518         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4519         (artist-pen, artist-pen-line, artist-text-insert-common)
4520         (artist-text-overwrite, artist-spray-get-interval)
4521         (artist-spray-clear-circle, artist-erase-char)
4522         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4523         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4524         (artist-key-draw-1point, artist-key-draw-2points)
4525         (artist-mouse-draw-continously): Fix typos in docstrings.
4526         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4527         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4528         (artist-backward-char, artist-forward-char): Doc fixes.
4529         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4530         Reflow docstrings.
4532 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * international/quail.el (quail-vunion): New function.
4535         (quail-defrule-internal): Use it to prevent accumulating redundant
4536         alternatives when `append' is set.
4537         (quail-insert-decode-map): Simplify computation of the max-key-width.
4538         Compute it right for multiple-list.
4540 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4542         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4543         explicitly.  Doc fix.
4545 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4547         * calendar/appt.el (appt-disp-window): Move minibuffer check
4548         after binding this-window and do not set-buffer to make sure we
4549         won't deselect the minibuffer.  (Bug#1413)
4551 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
4553         * vc-hg.el (vc-hg-program): Remove.
4554         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4555         Undo previous change.
4557 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
4559         * info-look.el (info-lookup): When Info buffer is visible on
4560         another frame, raise that frame.
4562 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4564         * allout.el (allout-mode): Fix typo in docstring.
4566         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4567         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4569 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4571         * vc-hooks.el (vc-follow-link): Complete last change.
4573 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4575         * textmodes/remember.el (remember-region): Doc fix.
4576         (remember-filter-functions, remember-handler-functions)
4577         (remember-save-after-remembering, remember-mailbox)
4578         (remember-default-priority, remember-data-file, remember-leader-text)
4579         (remember-diary-file): Remove * from defcustom docstrings.
4580         (remember-run-all-annotation-functions-flag)
4581         (remember-all-handler-functions): Reflow docstrings.
4582         (remember-store-in-mailbox): Fix typo in docstring.
4583         (remember-mode): Define with `define-derived-mode'.  Doc fix.
4585 2008-11-23  Glenn Morris  <rgm@gnu.org>
4587         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4588         (eshell-do-pipelines): Add optional argument to distinguish recursive
4589         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
4590         in a pipeline.
4592         * eshell/esh-proc.el (eshell-gather-process-output):
4593         Set process-connection-type nil for all but the first element of a
4594         pipeline.  (Bug#1388)
4596 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4598         * ediff-hook.el: Add tooltips to Emacs menus.
4600         * ediff.el: Change date of last update.
4602 2008-11-22  Juri Linkov  <juri@jurta.org>
4604         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4605         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
4606         Doc fix.
4607         (dired-isearch-filenames-setup): Run filename Isearch only when
4608         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4609         and the text property `dired-filename' at point is non-nil.
4610         In this case also set isearch-message-prefix-add to "filename ".
4611         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4612         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4613         Don't let-bind isearch-message-prefix-add since this is done now
4614         in dired-isearch-filenames-setup.
4616         * isearch.el (isearch-mode): Change the order of calling
4617         `isearch-update' and running the `isearch-mode-hook' to call
4618         `isearch-update' with Isearch parameters set in this hook.
4620         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4621         Fix docstring - change "during `compile'" to "during compilation".
4623         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4624         be immediately after `name'.
4626         * startup.el (initial-buffer-choice): Change an abstract file name
4627         "file.txt" to more reasonable default file name value "~/.emacs".
4629 2008-11-22  Juri Linkov  <juri@jurta.org>
4631         * files.el (hack-local-variables-confirm): Rename arg `project' to
4632         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4633         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4634         (hack-local-variables): Rename call of `hack-project-variables' to
4635         `hack-dir-local-variables'.  Change error text to "Directory-local
4636         variables error".
4637         (dir-locals-class-alist): Rename from `project-class-alist'.
4638         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4639         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4640         (dir-locals-collect-mode-variables): Rename from
4641         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4642         `mode-variables', and arg `settings' to `variables'.
4643         (dir-locals-collect-variables): Rename from
4644         `project-collect-binding-list'.  Rename arg `binding-list' to
4645         `class-variables', and arg `settings' to `variables'.
4646         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4647         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4648         Rename arg `settings' to `variables'.
4649         (dir-locals-file): New defconst.
4650         (dir-locals-find-file): Rename from `project-find-settings-file'.
4651         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4652         and `pda' to `dir-elt'.
4653         (dir-locals-read-from-file): Rename from
4654         `project-define-from-project-file'.  Rename arg `settings-file'
4655         to `file'.  Rename let-bound `list' to `variables'.
4656         (hack-dir-local-variables): Rename from `hack-project-variables'.
4657         Rename let-bound `settings' to `variables-file', `root-dir'
4658         to `dir-name', and `bindings' to `variables'.
4660 2008-11-22  Lute Kamstra  <lute@gnu.org>
4662         * simple.el (goto-line): Rename argument.
4664 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4666         * makefile.w32-in (compile-first): New target.
4667         (recompile): Depend on compile-first.
4669         * Makefile.in (recompile): Depend on compile-first.
4671 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4673         * files.el (switch-to-buffer-other-window)
4674         (switch-to-buffer-other-frame): Rename buffer argument to
4675         buffer-or-name.  Reword and mention new option
4676         confirm-nonexistent-file-or-buffer in doc-string.
4678 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4680         * emulation/viper.el: Date change.
4682         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4683         viper-translate-all-ESC-keysequences is now a function.
4685         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4686         Make this variable.
4688 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4690         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4691         Use buffer-file-truename to handle symlinks in any part of the filename.
4693 2008-11-22  Glenn Morris  <rgm@gnu.org>
4695         * vc-mtn.el (vc-mtn-diff-switches): New option.
4696         (vc-mtn-program): Rename from vc-mtn-command, for
4697         consistency with other backends.  Keep old name as alias.
4698         Update callers.  Make it a defcustom.
4699         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4701         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4702         consistency with other backends.  Keep old name as alias.
4703         Make it a defcustom.
4704         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4706         * vc-hg.el (vc-hg-program): New option.
4707         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4708         Use vc-hg-program rather than hard-coded "hg".
4710         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4711         (vc-svn-program): Move defcustom to start.
4712         (vc-svn-create-repo, vc-svn-modify-change-comment):
4713         Use vc-svn-program rather than hard-coded "svn".
4715         * menu-bar.el: Stylistic consistency fixes for various menu and
4716         help texts.
4718         * kmacro.el (kmacro-insert-counter): Doc fix.
4720 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4722         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4724 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4726         * international/quail.el (quail-indent-to): New function.
4727         (quail-completion-1, quail-completion-list-translations)
4728         (quail-insert-decode-map): Use it to improve alignment.
4729         (quail-build-decode-map): Don't ignore latin-1 chars.
4730         (quail-help): Increase the max decode-map size so that even the TeX map
4731         gets printed.
4733         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4734         Signal error for invalid bookmark.
4735         (bookmark-get-bookmark-record): Undo last change.
4736         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4738         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4739         Suggested by Toru TSUNEYOSHI.
4741 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4743         * byte-opt.el (byte-compile-butlast): Move up in file.
4744         (byte-optimize-plus): Don't call
4745         byte-optimize-delay-constants-math (bug#1334).
4746         Use byte-optimize-predicate to optimize constants.
4747         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4748         Remove zero arguments first
4749         if possible.  Call byte-optimize-predicate to optimize constants.
4750         (byte-optimize-multiply): Remove optimizations for arguments of 0
4751         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4752         Call byte-optimize-predicate.
4753         (byte-optimize-divide): Leave runtime errors unchanged.
4754         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4755         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4757 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4759         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4760         declaration and remove redundant info from docstring.
4762         * isearch.el (isearch-search-string): Doc fix.
4763         (search-exit-option, search-slow-window-lines, search-slow-speed)
4764         (search-upper-case, search-nonincremental-instead)
4765         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4766         (search-ring-update, search-highlight, isearch-lazy-highlight)
4767         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4768         (lazy-highlight-interval): Remove * from defcustom docstrings.
4769         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4770         Remove * from defcustom docstrings; fix typos.
4771         (isearch-push-state-function, isearch-help-for-help-internal)
4772         (isearch-help-for-help, isearch-describe-bindings)
4773         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4774         (isearch-pop-fun-state, isearch-search-fun-function)
4775         (isearch-lazy-highlight-search): Fix typos in docstrings.
4776         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4777         (isearch-forward): Fix typo and reflow docstring.
4778         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4779         (isearch-mode-map): Don't use `let*'.
4781 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4783         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4785 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         * isearch.el (isearch-search-string): Simplify and convert docstring.
4789         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4791 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4793         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4794         (lookup-nested-alist): Doc fix.
4795         (with-coding-priority): Reflow docstring.
4796         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4797         (char-displayable-p): Reflow docstring.  Use `when'.
4799 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4801         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4802         week forward/backward.
4804 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4806         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4807         (with-electric-help): Fix typo and reflow docstring.
4809 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4811         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4812         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4813         (list-buffers-noselect): Don't need to pad.
4815 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4817         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4818         Pay attention to char widths when computing string sizes.
4820 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4822         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4823         (byte-compile-output-docform): Reflow docstrings.
4824         (no-byte-compile): Fix typo in docstring.
4825         (byte-recompile-directory, compile-defun): Doc fixes.
4826         (emacs-lisp-file-regexp, byte-compile-verbose)
4827         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4828         (byte-compile-dynamic-docstrings, byte-optimize-log)
4829         (byte-compile-error-on-warn, byte-compile-warnings)
4830         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4831         Remove * from defcustom docstrings.
4833 2008-11-20  Glenn Morris  <rgm@gnu.org>
4835         * format.el (format-alist, format-write-file): Doc fix.
4837         * proced.el (proced-available): New variable.
4838         (proced-process-attributes): Move availability check from previous
4839         change from here...
4840         (proced): ... to here.
4842         * vc-hg.el (vc-hg-diff-switches): New option.
4843         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4845         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4847         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4849 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4851         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4853 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4855         * calc/calc-units.el (math-units-table): Doc fix.
4856         (math-standard-units): Fix typo in constant's description.
4857         (math-additional-units): Fix typo in docstring.
4859 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4861         * calc/calc-units.el (math-standard-units): Add eps0,
4862         permittivity of vacuum.
4864 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4866         * files.el (project-settings-file): Remove.
4867         (project-find-settings-file): Undo previous change that added the
4868         use of project-settings-file.
4870 2008-11-19  Glenn Morris  <rgm@gnu.org>
4872         * proced.el (proced, proced-format-time): Doc fixes.
4873         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4875 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4877         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4878         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4880 2008-11-19  Lute Kamstra  <lute@gnu.org>
4882         * autoinsert.el (auto-insert-alist): Don't use match data.
4884 2008-11-19  Glenn Morris  <rgm@gnu.org>
4886         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4888         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4890         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4891         * term/w32-win.el (x-select-font): Declare.
4893         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4894         Use the imperative for all help strings.
4896 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4899         case where the default dictionary is French, Spanish, younameit.
4901         * window.el (window--frame-usable-p): Consider dedicated windows
4902         as usable.
4904         * files.el (confirm-nonexistent-file-or-buffer):
4905         Rename from find-file-confirm-nonexistent-file.
4906         (read-buffer-to-switch): Use it.
4908 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4910         * server.el (server-temp-file-p): Use `string-match-p'.
4911         (server-socket-dir): Set to nil if local sockets are unsupported.
4912         (server-start): Don't try to delete local socket if unsupported.
4913         (server-kill-new-buffers): Reflow docstring.
4914         (server-delete-client, server-handle-delete-frame)
4915         (server-save-buffers-kill-terminal): Doc fixes.
4916         (server-send-string): Fix typo in docstring.
4918 2008-11-18  Sam Steingold  <sds@gnu.org>
4920         * progmodes/compile.el (compilation-start-hook): New hook.
4921         (compilation-start): Run it on the compilation process.
4923 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4925         * international/mule-cmds.el (update-leim-list-file): Simplify.
4926         (prefer-coding-system, find-coding-systems-for-charsets):
4927         Fix docstring typos.
4928         (select-safe-coding-system, input-method-exit-on-first-char)
4929         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4930         (toggle-input-method, read-multilingual-string): Doc fixes.
4931         Reflow docstrings.
4932         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4933         (read-char-by-name): Use `string-match-p'.
4934         (get-char-code-property, put-char-code-property)
4935         (char-code-property-description): Be silent while loading uni-* files.
4936         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4937         the Unicode character names is *slow*.
4939 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4941         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4943         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4945 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4947         * international/mule-cmds.el (ucs-completions): Mark as risky.
4949 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4951         * help-macro.el (three-step-help): Remove * from defcustom.
4952         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4953         Use when instead of if and cond within condition-case.
4955         * window.el (quit-window): Bind window to selected window when
4956         trying to delete it.
4958 2008-11-17  Glenn Morris  <rgm@gnu.org>
4960         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4961         definition of 'ignore, rather than nil.  (Bug#1353)
4963 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4967 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4969         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4971         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4972         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4973         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4974         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4975         (shell-command, repeat-complex-command): Reflow docstrings.
4976         (pop-to-mark-command): Fix typos in docstring.
4978 2008-11-17  Juri Linkov  <juri@jurta.org>
4980         * isearch.el (isearch-filter-predicate): Rename from
4981         `isearch-success-function'.  Rename default value from
4982         `isearch-success-function-default' to
4983         `isearch-filter-invisible'.  Doc fix.
4984         (isearch-filter-invisible): Rename from
4985         `isearch-success-function-default'.  Doc fix.
4986         (isearch-search, isearch-lazy-highlight-search):
4987         Rename `isearch-success-function' to `isearch-filter-predicate'.
4989         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4990         `dired-isearch-orig-success-function'.
4991         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4992         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4993         `isearch-filter-predicate'.  Doc fix.
4994         (dired-isearch-filter-filenames): Rename from
4995         `dired-isearch-success-function'.
4997         * info.el (Info-search, Info-mode):
4998         Rename `isearch-success-function' to `isearch-filter-predicate'.
4999         (Info-isearch-filter-predicate): Rename from
5000         `Info-search-success-function'.
5002         * simple.el (minibuffer-default-add-function): Fix docstring to
5003         use clear text "default values" instead of obscure references to
5004         the dynamic variable `minibuffer-default'.
5006 2008-11-16  Glenn Morris  <rgm@gnu.org>
5008         * term/ns-win.el (ns-extended-platform-support-mode):
5009         Tweak menu entry from previous change.
5011         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
5013         * cus-edit.el (custom-buffer-create-internal): Always insert the
5014         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
5016 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5018         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
5020 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5022         * ielm.el (ielm-eval-input): Fix thinko in last change.
5024 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5026         * subr.el (read-passwd): Yank current kill if the user enters C-y.
5028 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
5030         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
5031         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
5033         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
5034         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5035         Handle `file-name-as-directory'.
5037 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5039         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
5040         usual variable-pitch face.
5042 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5044         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
5045         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
5046         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
5047         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
5048         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
5049         (ange-ftp-quote-string, ange-ftp-process-handle-line)
5050         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
5051         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
5052         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
5053         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
5054         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
5055         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
5056         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
5057         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
5058         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
5059         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
5060         (ange-ftp-default-user, ange-ftp-default-password)
5061         (ange-ftp-default-account, ange-ftp-netrc-default-password)
5062         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
5063         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
5064         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
5065         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
5066         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
5067         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
5068         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
5069         (ange-ftp-make-backup-files, ange-ftp-retry-time)
5070         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
5071         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
5072         (ange-ftp-gateway-tmp-name-template)
5073         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
5074         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
5075         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5076         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5077         (ange-ftp-gateway-program): Remove * from docstring and reflow.
5078         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5079         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5080         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5081         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5082         (ange-ftp-rename-local-to-remote): Doc fixes.
5083         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5084         Use `when', `unless'.
5085         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5086         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5087         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5088         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5089         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
5090         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
5091         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
5092         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5093         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5094         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5095         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5096         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5097         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5098         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5099         `(save-match-data (string-match ...))'.
5100         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5101         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5102         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5103         Doc fixes.
5105 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5107         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5108         function instead of a variable.
5110         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5111         viper-ESC-keyseq-timeout as a function.
5112         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5113         defsubst.
5115         * emulation/viper-cmd.el: Let line-move-visual to nil when using
5116         next-line or previous-line.
5117         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5119         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
5121         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
5122         live.
5123         (ediff-save-buffer): Let window-min-height to 2.
5125         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
5126         the minibuffer.
5128 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5130         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
5131         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
5132         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
5133         (ielm-map): Define within defvar.  Add docstring.
5134         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
5135         (ielm-complete-filename): Use `when', `unless'.
5136         (ielm-is-whitespace-or-comment): Use `string-match-p'.
5137         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
5138         (ielm-change-working-buffer): Check that the buffer is live.
5139         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
5140         Simplify.  Reflow docstring.
5141         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
5142         New aliases, to satisfy `define-derived-mode' expectations.
5144 2008-11-15  Glenn Morris  <rgm@gnu.org>
5145             Martin Rudalics  <rudalics@gmx.at>
5147         * emacs-lisp/find-func.el (find-function-advised-original): New.
5148         (find-function-C-source, find-function-noselect):
5149         Use find-function-advised-original to handle advised funcs.  (Bug#789)
5151 2008-11-15  Glenn Morris  <rgm@gnu.org>
5153         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
5154         alias message.
5156         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
5157         Remove uniquify-after-kill-buffer-p dependency.
5158         (uniquify-kill-buffer-function): New function.
5159         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
5161         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
5162         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
5163         main Emacs manual.
5165 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
5167         * window.el (quit-window): Restore delete window with second
5168         arg non-nil behavior as of before 2008-10-30 change.
5170 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
5172         * help-fns.el (describe-function-1): Do char-range check for
5173         self-insert-command.
5175 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
5177         * files.el (file-precious-flag): Document that this flag is advisory.
5179 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5181         * emacs-lisp/bytecomp.el (byte-compile-associative)
5182         (byte-compile-minus, byte-compile-quo): If there are more than two
5183         operands, don't use binary operation code (bug#1334).
5185 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
5187         * w32-fns.el (w32-shell-dos-semantics):
5188         * calendar/diary-lib.el (diary-face-attrs):
5189         * international/mule-cmds.el (set-default-coding-systems)
5190         (prefer-coding-system):
5191         * net/tramp.el (tramp-set-completion-function):
5192         * progmodes/vhdl-mode.el (vhdl-file-header):
5193         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5195         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5197         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5198         (kill-matching-buffers, save-buffers-kill-emacs)
5199         (save-buffers-kill-terminal): Fix typos in docstrings.
5200         (switch-to-buffer-other-window): Reflow docstring.
5201         (revert-buffer): Doc fix.
5202         (define-project-bindings): Rename arg LIST to SETTINGS.
5203         (project-find-settings-file): Use `let', not `let*'.
5204         Use `when'.
5206 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
5208         * files.el (project-settings-file, locate-dominating-file):
5209         Fix typos in docstrings.
5210         (find-file-visit-truename): Remove * from defcustom docstring.
5212 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5214         * files.el (project-settings-file): New variable.
5215         (project-find-settings-file): Use it, instead of hardcoding
5216         .dir.settings.el.
5218 2008-11-13  Glenn Morris  <rgm@gnu.org>
5220         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5222 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
5224         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5225         in mail bodies.
5227 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
5229         * international/mule.el (autoload-coding-system, with-category-table)
5230         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5231         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5232         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5233         (set-file-name-coding-system, ctext-pre-write-conversion)
5234         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5235         Reflow docstrings.
5236         (charset-list, set-coding-priority): Remove redundant obsolescence info.
5237         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5238         (char-valid-p): Define with `define-obsolete-function-alias'.
5240         * textmodes/artist.el (artist-mode): Fix typos in docstring.
5242 2008-11-12  Sam Steingold  <sds@gnu.org>
5244         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5245         between hostname and path.
5247 2008-11-11  Juri Linkov  <juri@jurta.org>
5249         * dired-aux.el (dired-isearch-filenames)
5250         (dired-isearch-filenames-regexp):
5251         Let-bind isearch-message-prefix-add to "filename ".
5253         * isearch.el (isearch-message-prefix-add)
5254         (isearch-message-suffix-add): New variables.
5255         (isearch-message-prefix): Show additional text from
5256         `isearch-message-prefix-add' before "I-search".
5257         (isearch-message-suffix): Show additional text from
5258         `isearch-message-suffix-add' at the end.
5260         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5261         `isearch-search'.  Call isearch-success-function to skip matches
5262         outside the current isearch scope.  Let-bind search-invisible to
5263         nil to not match invisible text.
5265         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5266         Let-bind `isearch-recursive-edit' to nil to prevent calling
5267         `exit-recursive-edit' in `isearch-done' that terminates the
5268         execution of these commands when it is non-nil.  Call
5269         `exit-recursive-edit' explicitly at the end.
5270         (isearch-occur): For word search construct the correct regexp
5271         with word boundaries to proceed with occur.
5273         * isearch.el (isearch-search-fun): Compare the length of the
5274         current search string with the length of the string from the
5275         previous search state to detect the situation when the user
5276         adds or removes characters in the search string.
5277         Use word-search-forward-lax and word-search-backward-lax in this
5278         case, and otherwise word-search-forward and word-search-backward.
5280 2008-11-11  Sam Steingold  <sds@gnu.org>
5282         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5283         the "Version Control" group (for C-x v g).
5285 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5287         * server.el (server-process-filter): Fix typos and reflow docstring.
5289 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
5291         * mail/footnote.el (footnote-mode): Improve doc-string.
5292         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
5294 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
5296         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5298 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5300         * mail/smtpmail.el (smtpmail-open-stream): Use
5301         `starttls-any-program-available'.  Auto-load starttls.el for it.
5303 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5305         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5306         version (bug@1285).
5308 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5310         * startup.el (command-line): Ignore init-file-user when checking
5311         user's home directory on MS-DOS as well.
5313 2008-11-07  Sam Steingold  <sds@gnu.org>
5315         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5317 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
5319         * frame.el (make-frame-on-display): Use `string-match-p'.
5321 2008-11-07  Glenn Morris  <rgm@gnu.org>
5323         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5325 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
5327         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5328         to initialize font-lock keyword case sensitivity.
5329         (lisp-mode): Use it.
5331 2008-11-06  Glenn Morris  <rgm@gnu.org>
5333         * eshell/esh-maint.el: Remove unused file.
5335         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5337         * cus-edit.el (custom-comment-tag): Doc fix.
5338         (custom-comment, custom-variable-value-create, custom-face):
5339         Use face names sans -face suffix rather than aliases.
5341 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
5343         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5344         window width.
5346 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
5348         * server.el (server-process-filter): Only default to emacsclient's
5349         terminal in daemon mode.
5351 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
5353         * window.el (quit-window): Restore prefix argument behavior
5354         removed in 2008-10-30 change.  (Bug#1308)
5356 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
5358         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5359         function to kill-buffer-hook, not to kill-buffer.
5360         Reported by Markus Triska <markus.triska@gmx.at>
5362 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
5364         * calc/calc.el (calc-quit): Make sure that the keypad buffer
5365         exists before deleting its windows.
5367 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5369         * server.el (server-process-filter): Don't call
5370         server-create-tty-frame when no tty name is specified.
5372 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5374         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5376 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5378         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5379         (define-char-code-property):
5380         * textmodes/reftex.el (reftex-index):
5381         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5383 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5385         * vc-bzr.el (vc-bzr-dir-printer): Rename from
5386         vc-bzr-status-printer.
5388         * startup.el (startup-echo-area-message): Display a different
5389         message in daemon mode.  Suggested by Stephen Turnbull.
5391         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5392         Windows.
5394 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5396         * dframe.el (dframe-mouse-position-function)
5397         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5398         (dframe-mouse-set-point): Fix typos in docstrings.
5400 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5402         * vc-dir.el (vc-dir-headers): Undo previous change.
5404 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
5406         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5407         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5409 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
5411         * subr.el (looking-back): Fix doc-string typo.
5413         * electric.el (Electric-pop-up-window): Call window-end with
5414         UPDATE set to t.
5416         * window.el (save-selected-window): Make it behave like
5417         save-selected-window-norecord.
5418         (save-selected-window-norecord): Remove, since functionality
5419         fully taken over by save-selected-window.
5420         (walk-windows, set-window-text-height, fit-window-to-buffer):
5421         Use save-selected-window instead of save-selected-window-norecord.
5422         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5423         save-selected-window-norecord.
5424         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5425         indent-function for save-selected-window-norecord.
5427 2008-11-03  Alan Mackenzie  <acm@muc.de>
5429         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5431 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5433         * subr.el (looking-back): Doc fix.
5435         * term/x-win.el (x-initialize-window-system):
5436         Call x-wm-set-size-hint after initialization.
5438         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5439         to t.
5441         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5442         2000-12-08 (bug#1297).
5444         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5446 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5448         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5449         when appropriate.
5451 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5453         * window.el (save-selected-window-norecord): New macro.
5454         (walk-windows): Use save-selected-window-norecord and call
5455         select-window with NORECORD set.  (Bug#1237)
5456         (set-window-text-height, fit-window-to-buffer):
5457         Use save-selected-window-norecord and call select-window with
5458         NORECORD set.
5459         * subr.el (with-selected-window): Call set-frame-selected-window
5460         with new argument NORECORD set.  Update doc-string.
5461         (with-selected-frame): Call select-frame with new argument
5462         NORECORD set.  Update doc-string.
5463         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5464         Put indent-function for save-selected-window-norecord.
5465         * font-lock.el (lisp-font-lock-keywords-2):
5466         Add save-selected-window-norecord.
5468 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5470         * cus-edit.el (customize-apropos-options, custom-comment)
5471         (custom-comment-tag, custom-face-edit-attribute-tag):
5472         Fix typos in docstrings.
5473         (custom-buffer-done-kill): Remove * from defcustom docstring.
5474         (custom-file): Fix typo in doc of defcustom choice.
5476         * frame.el (display-visual-class): Fix typo in docstring.
5477         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5478         (special-display-frame-alist, show-trailing-whitespace)
5479         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5480         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5481         Remove * from defcustom docstrings.
5483         * md4.el (md4-buffer): Fix typo in docstring.
5484         (md4, md4-64): Doc fixes.
5485         (md4-pack-int32): Reflow docstring.
5487         * paths.el (rmail-file-name): Remove * from defcustom docstring.
5488         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5490         * rect.el (open-rectangle): Reflow docstring.
5491         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
5493         * select.el (x-get-cut-buffer): Fix typo in docstring.
5495         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5496         (timezone-time-zone-from-absolute, timezone-leap-year-p):
5497         Fix typos in docstrings.
5499         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5500         Fix typos in docstrings.
5502 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5504         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5506         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5507         (newsticker--treeview-list-update, newsticker--treeview-item-show)
5508         (newsticker--treeview-tree-update)
5509         (newsticker--treeview-tree-update-highlight)
5510         (newsticker-treeview-update)
5511         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5512         (newsticker-treeview-next-new-or-immortal-item)
5513         (newsticker-treeview-prev-new-or-immortal-item)
5514         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5515         (newsticker-treeview-tree-click): Watch for layout changes.
5516         (newsticker--treeview-set-current-node): Cleanup.
5517         (newsticker--treeview-restore-layout): Rename from
5518         newsticker--treeview-restore-buffers.
5519         (newsticker--treeview-mark-item): Update cache file.
5521 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5523         * calendar/icalendar.el (icalendar--uid-count): New.
5524         (icalendar--create-uid): New.  Extracted from
5525         `icalendar-export-region' and add uid counter.
5526         (icalendar-export-region): Use `icalendar--create-uid'.
5528 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
5530         * tooltip.el (tooltip-frame-parameters): Doc fix.
5532 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
5534         * window.el (window-body-height, window-current-scroll-bars)
5535         (walk-windows, get-window-with-predicate, get-buffer-window-list)
5536         (minibuffer-window-active-p, count-windows)
5537         (window-safely-shrinkable-p, window--splittable-p)
5538         (window--try-to-split-window, window--frame-usable-p)
5539         (window--even-window-heights, window--display-buffer-1)
5540         (window--display-buffer-2, set-window-text-height)
5541         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5542         (truncated-partial-width-window-p): Rewrite doc-string.
5543         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
5544         (split-window-vertically, split-window-horizontally):
5545         Rename args, rewrite doc-string, and simplify code.
5546         (split-window-save-restore-data): Rename args and use
5547         when instead of if.
5549 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5551         * indent.el (indent-for-tab-command): Use use-region-p.
5553         * vc.el (vc-revert): Limit the length of the query string.
5555 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
5557         * simple.el (idle-update-delay, next-error-highlight)
5558         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5559         (minibuffer-history-case-insensitive-variables, kill-ring-max)
5560         (kill-read-only-ok, backward-delete-char-untabify-method)
5561         (kill-whole-line, mark-ring-max, global-mark-ring-max)
5562         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5563         (goal-column, line-move-ignore-invisible, fill-prefix)
5564         (auto-fill-inhibit-regexp, blink-matching-paren)
5565         (blink-matching-paren-on-screen, blink-matching-paren-distance)
5566         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5567         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5568         (minibuffer-history-isearch-wrap, transient-mark-mode)
5569         (next-logical-line, auto-fill-mode, line-number-mode)
5570         (column-number-mode, size-indication-mode, clone-indirect-buffer)
5571         (normal-erase-is-backspace-mode): Doc fixes.
5572         (current-kill, transient-mark-mode, toggle-truncate-lines)
5573         (visible-mode): Reflow docstrings.
5574         (minibuffer-local-shell-command-map, interprogram-paste-function):
5575         Fix typos in docstrings.
5577 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5579         * server.el (server-process-filter): In daemon mode, default to
5580         emacsclient's tty if not opening a new frame and only the
5581         terminal-frame is available.
5583 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
5585         * window.el (quit-window): Simplify code.  Say in doc-string
5586         that it operates on the selected window's buffer.  (Bug#1259)
5588 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
5590         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5591         nil so that log-view-diff-changeset works.
5593 2008-10-30  Glenn Morris  <rgm@gnu.org>
5595         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5597         * resume.el: Move to obsolete/.
5598         * Makefile.in (ELCFILES): Update.
5600 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
5602         * electric.el (Electric-pop-up-window): Don't shrink the window if
5603         it's already big enough.
5605         * minibuffer.el (delete-minibuffer-contents): Delete all
5606         minibuffer contents instead of just the current field.
5608         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5610         * bookmark.el (bookmark-handle-bookmark): Rename from
5611         bookmark-jump-noselect.
5612         (bookmark--jump-via, bookmark-insert): Callers changed.
5613         (bookmark-jump-noselect): Wrapper function for
5614         bookmark-handle-bookmark.
5615         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5617         * textmodes/ispell.el (ispell-word): Use use-region-p.
5619 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5621         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5622         to follow naming conventions for abnormal hooks.  Doc fix.
5623         (tooltip-mode, tooltip-timeout): Use it.
5624         (tooltip-hook): New obsolete alias.
5625         (tooltip-help-tips): Doc fix.
5627         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5629 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5631         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5632         of hardcoded /tmp.
5634 2008-10-29  Glenn Morris  <rgm@gnu.org>
5636         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5638         * vc-hooks.el (vc-find-root): Remove bogus alias.
5640 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5642         * international/quail.el (quail-show-guidance): Don't create
5643         a guidance-frame if current buffer is not a minibuffer, since even if
5644         selected-window is mini-p, the buffer will never be displayed in it, so
5645         it wil be usable for guidance.
5647 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5649         * smerge-mode.el: Require diff-mode at run-time as well.
5651 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5653         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5654         * vc-hooks.el (vc-stay-local): Likewise.
5656 2008-10-28  Phil Sung  <psung@mit.edu>
5658         * follow.el (follow-scroll-down, follow-calc-win-end)
5659         (follow-estimate-first-window-start): Reduce effective window
5660         height when header line is present.  (Bug#925)
5662 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5664         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5665         `user-emacs-directory' when Emacs is running in batch mode.
5667         * startup.el (inhibit-startup-screen): Reflow docstring.
5668         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5670 2008-10-27  Kenichi Handa  <handa@m17n.org>
5672         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5674 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5676         * face-remap.el (text-scale-increase, text-scale-decrease)
5677         (text-scale-adjust): Remove &optional keyword from the arg list;
5678         the INC argument is not really optional, if the functions happen
5679         to be called from elisp.
5681 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5683         * vc.el: Rename VC methods that were missed when vc-status was
5684         renamed to vc-dir.
5685         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5686         vc-svn-status-extra-headers.
5687         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5688         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5689         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5690         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5691         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5692         vc-dir-status-printer.
5693         (vc-dir-headers): Use `dir-extra-headers' instead of
5694         `status-extra-headers'.
5695         (vc-dir-printer): Rename from vc-dir-status-printer.
5696         (vc-default-dir-extra-headers): Rename from
5697         vc-default-status-extra-headers.
5698         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5699         vc-cvs-status-extra-headers.
5701         * startup.el (server-name): Pacify byte compiler.
5702         (command-line): If --daemon=SERVER_NAME was used, set server-name
5703         before calling server-start.
5705 2008-10-26  Romain Francoise  <romain@orebokech.com>
5707         * startup.el (command-line): Call daemon-initialized after
5708         starting the server.
5710 2008-10-26  Kenichi Handa  <handa@m17n.org>
5712         * help-fns.el (describe-categories): Display the terse legend at
5713         the head.
5715         * international/characters.el: Docstrings of categories improved.
5717 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5721         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5722         to the courier family.
5723         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5724         usually not serif'd and hence rather unlike verbatim's printed output.
5726 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5728         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5729         when reporting the module.
5731         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5733         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5735 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5737         * files.el (locate-dominating-stop-dir-regexp): New var.
5738         (locate-dominating-file): Change arg from a regexp to a file name.
5739         Rewrite using the vc-find-root code to avoid directory-files which is
5740         too slow.  Obey locate-dominating-stop-dir-regexp.
5741         Don't pay attention to changes in owner.
5742         (project-find-settings-file): Adjust call to locate-dominating-file.
5744         * progmodes/flymake.el (flymake-find-buildfile):
5745         Adjust call to locate-dominating-file.
5747         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5748         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5750 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5752         * subr.el (with-current-buffer): Rename buffer argument to
5753         buffer-or-name.
5754         * window.el (get-buffer-window-list): Rename buffer argument to
5755         buffer-or-name and make it optional.
5757 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5759         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5760         (completion-search-next, add-completions-from-file):
5761         Fix typos in docstrings.
5763         * filesets.el (filesets-menu-ensure-use-cached)
5764         (filesets-ingroup-patterns, filesets-filetype-property):
5765         * tutorial.el (get-lang-string):
5766         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5767         Fix typos in docstrings.
5769         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5770         (image-dired-line-up-method, image-dired-thumb-size)
5771         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5772         (image-dired-track-original-file, image-dired-track-thumbnail)
5773         (image-dired-dired-next-line, image-dired-dired-previous-line)
5774         (image-dired-write-comments): Reflow docstrings.
5775         (image-dired-show-all-from-dir-max-files)
5776         (image-dired-format-properties-string, image-dired-create-thumbs)
5777         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5778         Fix typos in docstrings.
5780         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5781         (savehist-additional-variables, savehist-ignored-variables)
5782         (savehist-file-modes, savehist-autosave-interval):
5783         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5784         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5785         (fancy-splash-image):
5786         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5787         (thumbs-conversion-program, thumbs-margin):
5788         Remove spurious * in docstrings.
5790 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5792         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5793         (forward-same-syntax): Omit default arguments to char-after and
5794         char-before.
5796 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5798         * subr.el (locate-user-emacs-file): New function.
5799         (user-emacs-directory): Mention it in docstring.
5801         * completion.el (save-completions-file-name):
5802         * filesets.el (filesets-menu-cache-file):
5803         * image-dired.el (image-dired-dir, image-dired-db-file)
5804         (image-dired-temp-image-file, image-dired-gallery-dir)
5805         (image-dired-temp-rotate-image-file):
5806         * savehist.el (savehist-file):
5807         * server.el (server-auth-dir):
5808         * thumbs.el (thumbs-thumbsdir):
5809         * tutorial.el (tutorial--saved-dir):
5810         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5812 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5814         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5815         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5817 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5819         * filesets.el: Update author email.
5820         (filesets-data): Doc fix.
5822 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5824         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5826 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5828         * international/mule-cmds.el (describe-language-environment):
5829         Indent sample text.
5831 2008-10-23  Glenn Morris  <rgm@gnu.org>
5833         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5835         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5836         byte-compile a redefinition of a function with special byte-compile
5837         handling.  (Bug#411)
5839 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5841         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5842         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5843         (ps-print-version): New version 7.3.3.
5844         (ps-page-dimensions-database): New page sizes for label printers.
5845         (ps-n-up-printing): Fix code.
5847 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5849         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5851         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5852         (list-at-point): Add docstrings.
5854         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5856         * dired-aux.el (dired-do-create-files): Doc fix.
5858 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5860         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5861         with other documentation.
5863 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5865         * replace.el (how-many): Fix typo in docstring.
5866         Reported by Leo <sdl.web@gmail.com>.
5868 2008-10-22  Glenn Morris  <rgm@gnu.org>
5870         * international/mule-cmds.el (universal-coding-system-argument):
5871         Check for C-g.  (Bug#1205)
5873 2008-10-22  Kenichi Handa  <handa@m17n.org>
5875         * international/characters.el: Don't setup
5876         find-word-boundary-function-table.
5877         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5878         (word-combining-categories, word-separating-categories):
5879         Adjust to the change of the docstrings.
5881 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5883         * simple.el (region-active-p): Doc fix.
5885 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5887         * subr.el (apply-partially): Move from here...
5889         * simple.el (apply-partially): ...to here.
5891 2008-10-20  Andreas Schwab  <schwab@suse.de>
5893         * subr.el (split-string-and-unquote): Simplify regexp.
5895 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5897         * subr.el (top-level): Require `cl' when compiling.
5899 2008-10-20  David Reitter  <david.reitter@gmail.com>
5901         * info.el (Info-mode): Do not remove an existing header line if
5902         `Info-use-header-line' is nil.
5904 2008-10-19  Juri Linkov  <juri@jurta.org>
5906         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5907         Add arg `delimited' as in `query-replace' for the case when
5908         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5909         Add more indicators to the prompt ("word" and "in region").
5911         * replace.el (query-replace, query-replace-regexp)
5912         (replace-string, replace-regexp, perform-replace): Add "word"
5913         indicatiors to the prompt for word delimited replacements.
5915         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5916         Doc fix.
5918 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5920         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5922         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5924 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5926         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5927         Make argument names follow Elisp manual.
5929 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5931         * textmodes/remember.el (remember-data-file):
5932         * shadowfile.el (shadow-initialize)
5933         <shadow-info-file, shadow-todo-file>:
5934         * savehist.el (savehist-file):
5935         * recentf.el (recentf-save-file):
5936         * pcvs-defs.el (cvs-cvsrc-file):
5937         * international/kkc.el (kkc-init-file-name):
5938         * ido.el (ido-save-directory-list-file):
5939         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5940         (todo-file-top): Run file names that begin with a period thru
5941         `convert-standard-filename'.
5943         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5944         before-init-hook.
5946         Fix Bug #1183:
5948         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5949         coding-system-for-read to ediff-coding-system-for-write.
5951         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5952         coding-system-for-write to ediff-coding-system-for-write.
5954         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5955         (ediff-coding-system-for-write): Set to emacs-internal.
5957 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5959         * international/mule-conf.el (emacs-internal): New coding system alias.
5961 2008-10-18  Juri Linkov  <juri@jurta.org>
5963         * info.el (Info-file-supports-index-cookies-list): New variable.
5964         (Info-file-supports-index-cookies): New function.
5965         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5966         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5967         without an index cookie to ignore it when Info-index-nodes is
5968         called during navigating from an index node with line numbers.
5969         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5971         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5972         variable definition section.
5974         * info.el (Info-find-node-2): Put initial point below the header line
5975         and breadcrumbs line.
5977 2008-10-18  Glenn Morris  <rgm@gnu.org>
5979         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5980         the needed external programs were not found.
5982 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5984         * files.el (trash-directory): Run thru `convert-standard-filename'.
5985         (file-modes-char-to-who, file-modes-char-to-right)
5986         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5987         (read-file-modes): Doc fixes.
5989 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5991         * abbrev.el (define-abbrev): Doc fix.
5993 2008-10-17  Alan Mackenzie  <acm@muc.de>
5995         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5996         foo bar [] = { ...".
5998 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
6000         * faces.el (face-spec-set-2): Don't pass invalid attributes to
6001         set-face-attribute.
6003 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
6005         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
6006         according to `locale-coding-system'.  (This fixes trivial bug reported
6007         as part of bug#1179).
6008         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
6009         particular order).  Use `when'.
6011 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
6013         * w32-fns.el (w32-check-shell-configuration): Doc fix.
6014         (w32-add-charset-info): Fix typo in docstring.
6016 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6018         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
6019         after discussion.
6021 2008-10-16  Magnus Henoch  <mange@freemail.hu>
6023         * vc-arch.el (vc-arch-dir-status): New function.
6024         (vc-arch-after-dir-status): New function.
6026 2008-10-16  Glenn Morris  <rgm@gnu.org>
6028         * man.el (Man-getpage-in-background): Force recent `man's to output
6029         escape sequences even when stdout is not a tty.  (Bug#1142)
6031 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6033         * international/mule-conf.el: Add `utf8' and `UTF8' as
6034         aliases for the `utf-8' coding system.
6036 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
6038         * find-file.el (ff-get-file): Doc fix.
6039         (ff-get-file-name): Use `let', not `let*'.
6040         (ff-search-directories): Fix typo in docstring.
6041         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6042         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
6043         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
6044         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
6045         (cc-other-file-alist, modula2-other-file-alist):
6046         Remove spurious * in docstrings.
6048 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
6050         * faces.el (set-face-attribute): Set family and foundry before
6051         other attributes.
6052         (face-spec-set-2): Pass unmodified args to set-face-attribute.
6054 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
6056         * hl-line.el (hl-line-unload-function): New function.
6057         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
6058         (hl-line-sticky-flag): Remove spurious * in docstring.
6060 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6062         * vc-git.el (vc-git-show-log-entry): Include the revision in the
6063         search string.
6065 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
6067         * net/tramp.el (tramp-process-one-action): Embed regexp in
6068         parentheses, before adding end-of-buffer construct.  Suggested by
6069         Markus Triska <markus.triska@gmx.at>.
6071 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
6073         * net/newst-plainview.el (w3m-toggle-inline-image):
6074         Define 'declare-function if necessary, for compatibility.
6076         * net/newst-treeview.el (w3m-toggle-inline-images):
6077         Define 'declare-function if necessary, for compatibility.
6079 2008-10-13  Alan Mackenzie  <acm@muc.de>
6081         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6082         so that the function works on one-line macros.
6084         * progmodes/cc-engine.el: Amend several doc strings and comments.
6086 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6088         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6090         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6091         (vc-cvs-stay-local): Add a new choice and default to it.
6092         (vc-cvs-dir-status): Use the new vc-stay-local choice.
6094         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6096 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
6098         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6099         Add support for extended return statement.
6101         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6102         and obj-dir; keep user order.
6104 2008-10-12  Glenn Morris  <rgm@gnu.org>
6106         * Makefile.in (ELCFILES): Update.
6108         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6109         (shell-file-name-quote-list): Declare.
6111 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
6113         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6115 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
6117         * startup.el (command-line): If toolbar is disabled but ought to
6118         be initialized, call tool-bar-setup.
6120         * tool-bar.el (tool-bar-setup): Variable deleted.
6121         (tool-bar-setup): Set it up unconditionally.
6123         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
6125         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
6126         tool-bar-map has been initialized before setting it up.
6128         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
6129         tool-bar-map has been initialized before setting it up.
6131 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
6133         * emacs-lisp/warnings.el (display-warning): Issue a message if
6134         called during daemon initialization.
6136         * tool-bar.el (tool-bar-local-item)
6137         (tool-bar-local-item-from-menu): Put the check for number of
6138         display colors into the image expression.
6139         (tool-bar-setup): Don't be a no-op on ttys.
6141         * info.el (info-tool-bar-map):
6142         * progmodes/gud.el (gud-tool-bar-map):
6143         * progmodes/grep.el (grep-mode-tool-bar-map):
6144         * progmodes/compile.el (compilation-mode-tool-bar-map):
6145         Initialize it unconditionally.
6147 2008-10-11  Romain Francoise  <romain@orebokech.com>
6149         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
6150         * kmacro.el (kmacro-edit-lossage): Ditto.
6151         * edmacro.el (edit-kbd-macro): Ditto.
6153 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
6155         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
6156         Fix variable names.
6158 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6160         * startup.el (command-line): Revert 2008-09-26 change, not
6161         necessary anymore.
6163 2008-10-10  Andreas Schwab  <schwab@suse.de>
6165         * simple.el (minibuffer-complete-shell-command):
6166         Bind comint-delimiter-argument-list, comint-file-name-chars and
6167         comint-file-name-quote-list like shell-mode.
6169 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6171         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6172         call of select-window.
6174 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
6176         * calc/calc.el (calc-embedded-word-regexp)
6177         (calc-embedded-word-regexp-alist): New variables.
6178         (calc-embedded-open-word, calc-embedded-close-word)
6179         (calc-embedded-open-close-word-alist): Remove unused variables.
6181         * calc/calc-embed.el (calc-embedded-make-info):
6182         Use `calc-embedded-word-regexp' to find words.
6184 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6186         * info.el (Info-extract-menu-counting): New argument no-detail to
6187         skip detailed node listings.
6188         (Info-forward-node): New argument not-up to inhibit going up.
6189         (Info-final-node): Call Info-extract-menu-counting and
6190         Info-forward-node with the new arguments set to avoid infinite
6191         looping.  (Bug#1116)
6193 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6195         * startup.el (command-line): Don't invoke tool-bar-mode if it is
6196         not fboundp.
6198 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6200         * startup.el (command-line): Enable tool-bar-mode as long as it is
6201         not suppressed by X resources, regardless of the terminal.
6203         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6204         graphical terminals.
6205         (tool-bar-setup): No-op if called on a tty.
6207 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6209         * frame.el (make-frame-on-tty): Use "F" inside interactive.
6210         Support `pc' ``window-system''.
6212         * progmodes/compile.el (compilation-start): Resurrect the version
6213         for systems that don't support asynchronous subprocesses.
6215 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6217         * window.el (pop-up-frames): Add choice graphic-only.
6218         (display-buffer): When pop-up-frames equals graphic-only do
6219         not pop up new frame on text-only terminals.  (Bug#1061)
6221 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
6223         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6224         (vc-cvs-dir-status): Use it.
6226 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6228         * json.el (json-skip-whitespace): Fix last change.
6230 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
6232         * bs.el (bs-unload-function): New function.
6234 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
6236         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6237         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6238         For clarity, explicitly require cl.
6240 2008-10-08  Michael Olson  <mwolson@gnu.org>
6242         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6243         can avoid a bad interaction with programs that add functions to
6244         the window-scroll-functions hook.  This fixes Bug #858.
6246 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6248         * startup.el (command-line): Use display-warning to warn about an
6249         init file error.
6250         (command-line-1): Remove init file error delay.
6252 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6254         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6255         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6256         (rx-group-if): New function.
6257         (rx-parent): New variable.
6258         (rx-and, rx-or): Put shy groups only when necessary.
6259         (rx-bracket): Remove.
6260         (rx-anything): New function.
6261         (rx-any-delete-from-range, rx-any-condense-range)
6262         (rx-check-any-string): New functions.
6263         (rx-check-any): Return result as a list.  Don't convert chars to
6264         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
6265         Check char category string.  Call rx-form instead of rx-to-string.
6266         (rx-any): Rebuid to complete the function.
6267         (rx-check-not): Fix char category regexp pattern string.
6268         Call rx-form instead of rx-to-string.
6269         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
6270         "[^^]".  Call regexp-quote for one char string when not called from
6271         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
6272         "\\[SCBW]" to toggle.
6273         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6274         instead of rx-to-string.
6275         (rx-kleene): Call rx-form instead of rx-to-string.
6276         Call rx-group-if to adjust putting of shy groups.
6277         (rx-atomic-p): Make check more precisely.
6278         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6279         (rx-regexp): Call rx-group-if.
6280         (rx-form): New function.
6281         (rx-to-string): Call rx-form, rx-group-if.
6282         Refine definition of NO-GROUP.
6284 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
6286         * json.el (json-advance): Use forward-char.
6287         (json-skip-whitespace): Use skip-syntax-forward.
6289 2008-10-07  Alan Mackenzie  <acm@muc.de>
6291         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6292         indenting a macro followed by blank lines doesn't backslash the
6293         following non-blank line into the macro.
6295 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6297         * startup.el (before-init-time, after-init-time): Move into emacs.c.
6298         (command-line): Set after-init-time to nil before initialization.
6300 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
6302         * calc/calc-units.el (math-standard-units): Update the values
6303         of the units.
6305 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
6307         * bookmark.el (bookmark-unload-function): New function.
6309 2008-10-06  Andreas Schwab  <schwab@suse.de>
6311         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6313 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
6315         * mail/footnote.el: Remove * in defcustom docstrings and tell
6316         for most options that customizing them doesn't affect buffers
6317         already displaying footnotes.
6318         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6319         Fix handling of text properties and identical start/end tags.
6320         Do not use format when renumbering.
6321         (Footnote-set-style): Make it work.
6322         (Footnote-insert-numbered-footnote): Simplify.
6323         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6324         (Footnote-goto-footnote): Fix handling of empty section tag.
6325         (Footnote-delete-footnote): Fix handling of identical start/end
6326         tags, empty section tag, and spaced footnotes.  Do not use
6327         kill-region.
6328         (footnote-mode): Make most options buffer-local to avoid that
6329         customizing messes up handling of footnotes in buffers that
6330         already display them.
6332 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
6334         * faces.el (x-create-frame-with-faces): Undo previous change.
6336         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6337         existent files.
6339 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
6341         * international/mule-cmds.el (universal-coding-system-argument):
6342         Handle digit-argument too.
6344 2008-10-05  Mario Lang  <mlang@delysid.org>
6346         * xml.el (xml-parse-string): Use skip-chars-forward.
6348 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6350         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6351         existent files.
6352         (vc-bzr-dir-status-files): New function.
6354 2008-10-04  Glenn Morris  <rgm@gnu.org>
6356         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
6358         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6359         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6361         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6362         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6364 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
6366         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6367         Fix typo.  (Bug#1074)
6369 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
6371         * progmodes/compile.el (compilation-start): Make sure to move to
6372         point-max only when we are in the compilation buffer.  (Bug#1073)
6374 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
6376         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6377         tool-bar-mode is on.
6379         * vc-svn.el (vc-svn-dir-status-files):
6380         * vc-cvs.el (vc-cvs-dir-status-files): New function.
6382 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6384         * vc-hg.el (vc-hg-dir-status-files): New function.
6386 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
6388         * window.el (window--display-buffer-1): Don't care about
6389         visibility since raise-frame does.
6391 2008-10-03  Mario Lang  <mlang@delysid.org>
6393         * nxml/xmltok.el (xmltok-forward): Simplify.
6395 2008-10-03  Glenn Morris  <rgm@gnu.org>
6397         * Makefile.in (ELCFILES): Update.
6399         * frame.el (set-default-font): Make obsolete.
6400         * mouse.el (mouse-set-font): Use set-frame-font.
6402         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6403         (jka-compr-mode-alist-additions): Also match `.tbz2'.
6405         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6406         * files.el (auto-mode-alist): Add .PRO as per above autoload.
6408 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6410         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6411         (vc-dir-refresh): Set it here instead.  (Bug#1067)
6413 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
6415         * faces.el (inhibit-frame-set-background-mode): New var.
6416         (frame-set-background-mode): Use it to avoid a loop in
6417         face-spec-recalc.
6419 2008-10-02  Glenn Morris  <rgm@gnu.org>
6421         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6422         vc-diff-switches.
6424 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6426         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6427         that is, to take some action when a buffer is killed.  Suggested by
6428         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
6429         11.2.2.
6430         (whitespace-action): Docstring and :type fix.
6431         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6432         Code fix.
6433         (whitespace-add-local-hook, whitespace-remove-local-hook)
6434         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6436 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6438         * net/tls.el (open-tls-stream): Show the actual command being
6439         executed, instead of the format string.
6441 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
6443         * term/internal.el (dos-locale-alist): New alist.
6444         (dos-codepage-setup): Use it to compute a value of locale with
6445         which to call set-locale-environment.  Remove code to set
6446         terminal, keyboard, and file-name encoding (done by
6447         set-locale-environment).
6449         * international/mule-cmds.el
6450         (set-language-environment-nonascii-translation): Fix nonascii
6451         value for `pc' ``window-system''.
6452         (set-display-table-and-terminal-coding-system)
6453         (set-default-coding-systems): Don't special-case `pc'.
6455 2008-10-01  Glenn Morris  <rgm@gnu.org>
6457         * filesets.el (filesets-menu-name): Fix type.
6458         (filesets-menu-path, filesets-menu-before): Fix types.
6459         Change defaults to be consistent with recentf.  (Bug#1056)
6461 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         * term/xterm.el (xterm-turn-on-modify-other-keys)
6464         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6465         Don't forget to pass `terminal' to `send-string-to-terminal'.
6467 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6469         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6470         (vc-file-not-found-hook): Check, that `buffer-file-name' is
6471         non-nil.  It is not clear, whether this is only fixing symptoms on
6472         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
6473         is embedded by that check.  So it might be TRT.  Suggested by Dan
6474         Nicolaescu <dann@ics.uci.edu>.
6476 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6478         * Makefile.in (ELCFILES): Remove codepage.elc.
6480         * international/codepage.el: File removed, as even ms-dos doesn't
6481         need it anymore.
6483         * loadup.el [ms-dos]: Don't load ccl and codepage.
6485         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6486         (IT-character-translations, cjk-codepages-alist): Remove variables.
6487         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6488         (IT-unicode-translations): Remove charset and base elements.
6489         Add translations for Latin-1 characters.
6490         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
6491         base and chset elements of IT-unicode-translations.  Don't wrap
6492         translation in "{...}".  Set up translations only for characters
6493         for which unencodable-char-position returns non-nil.
6494         (dos-codepage-setup): Don't use special-case codepages in
6495         cjk-codepages-alist.
6497         * files.el (locate-dominating-file): Wrap directory-files with
6498         condition-case, instead of calling file-directory-p, which stats
6499         the directory one more time.
6501         * mail/mail-utils.el (mail-unquote-printable-region):
6502         Use insert-byte instead of insert-char, when the UNIBYTE arg is
6503         non-nil.
6505 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
6507         * epa-file.el (epa-file-insert-file-contents): Fix typo.
6509 2008-09-30  Glenn Morris  <rgm@gnu.org>
6511         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6513 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
6515         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6516         (which-function): Handle nested imenu trees.
6518         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6519         some nested menu items.
6521 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6523         * calc/calc-units.el (math-standard-units): Add entries used to
6524         display the values in the units buffer.
6525         (math-build-units-table): Add entries to the units table to be used
6526         to display the values in the units buffer.
6527         (math-build-units-table-buffer): Use the display entry of the units
6528         table when non-nil.
6529         (calc-define-unit): Add option to enter display value of unit.
6531 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6533         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6535 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
6537         * files.el (locate-dominating-file): Take file-attributes of
6538         `dir', not of `file' (which never changes).
6540 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6542         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6543         also be `localname'.
6545         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6546         IDENTIFICATION.
6548 2008-09-28  Glenn Morris  <rgm@gnu.org>
6550         * vc.el (vc-switches): Give it a doc string.
6552 2008-09-28  Romain Francoise  <romain@orebokech.com>
6554         * comint.el (comint-show-output): Adjust to stickiness changes of
6555         the output field.
6557         * startup.el (command-line): Start the daemon server later.
6559 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6561         * subr.el (read-quoted-char): Call char-resolve-modifiers
6562         instead of char-resolve-modifers.
6564 2008-09-27  Glenn Morris  <rgm@gnu.org>
6566         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6567         than [return].  (Bug#1031)
6569 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
6571         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6573 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
6575         * epg.el (epg-wait-for-status): Check if there is no pending status.
6576         Reported by Ted Romer <ted@romerfamily.com>.
6578 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6580         * startup.el (command-line): Turn on menu-bar-mode and
6581         tool-bar-mode when running as a daemon.
6583 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
6585         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6586         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6587         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6588         ($(lisp)/progmodes/cc-engine.elc)
6589         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6590         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6591         ($(lisp)/progmodes/cc-subword.elc)
6592         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6594         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6595         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6596         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6597         ($(lisp)/progmodes/cc-engine.elc)
6598         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6599         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6600         ($(lisp)/progmodes/cc-subword.elc)
6601         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6603 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6605         * informat.el (Info-split-threshold): New variable.
6606         (Info-split): Use it.
6608         * textmodes/texinfmt.el (texinfo-format-buffer):
6609         Use Info-split-threshold to decide whether to split Info files.
6611 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6613         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6614         quoting.
6616         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6617         name when reinserting it.
6619         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6620         word-search-backward-lax for incremental word search.
6622 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6624         * generic-x.el (generic-other-modes): Fix typo in docstring.
6625         (generic-use-find-file-hook, generic-lines-to-scan)
6626         (generic-find-file-regexp, generic-ignore-files-regexp)
6627         (generic-define-mswindows-modes, generic-define-unix-modes):
6628         Remove `*' from docstring.
6629         (generic-mode-find-file-hook): Use `string-match-p'.
6630         (apache-log-generic-mode, mailagent-rules-generic-mode)
6631         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6632         (java-manifest-generic-mode, java-properties-generic-mode)
6633         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6634         for consistency with other modes in generic-x.el.
6636 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6638         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6639         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6640         parens specially only if latex-handle-escaped-parens is non-nil.
6641         (latex-indent-within-escaped-parens): New option.
6642         (latex-find-indent): Bind latex-handle-escaped-parens to
6643         latex-indent-within-escaped-parens.  Do not treat escaped parens
6644         specially when this is nil.  (Bug#954)
6646 2008-09-25  Glenn Morris  <rgm@gnu.org>
6648         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6650 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6652         * vc.el (vc-mark-resolved): Move message here from
6653         vc-default-mark-resolved.
6654         (vc-default-mark-resolved): Change to an alias for ignore.
6656 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6658         * term.el (term-emulate-terminal): Encode input string before
6659         checking its length.
6661 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6663         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6664         is loaded.
6666         * server.el (server-buffer-done): Avoid changing the buffer when
6667         deleting the client's frame (bug#640).
6669         * vc.el (vc-default-mark-resolved): New function.
6671 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6673         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6674         from raising a wrong-type-argument error.
6676 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6678         * help-fns.el (describe-function-1, describe-variable): Print
6679         relative file name in help buffer.
6680         * faces.el (describe-face): Print relative file name in help
6681         buffer.
6683 2008-09-23  Romain Francoise  <romain@orebokech.com>
6685         * subr.el (with-output-to-string): Make sure that the temporary
6686         buffer gets killed.
6688 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6690         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6691         indentation problem with keyword symbols when a list starts with
6692         ,@ or spaces.  (Bug#1012)
6694 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6696         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6697         escaped close parens correctly.  (Bug#954)
6699 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6701         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6702         usage of `fortune-file' even though a FILE argument was passed to
6703         the function.
6705 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6707         * startup.el (command-line): Start the server when in daemon mode.
6708         Remove always true test.
6710         * frame.el (frame-initialize): Remove spurious setting of
6711         special-display-function with the default value.
6713 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6715         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6717 2008-09-20  Glenn Morris  <rgm@gnu.org>
6719         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6720         Fix custom type.  (Bug#1011)
6722 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6724         * files.el (move-file-to-trash): Avoid recursive trashing if
6725         rename-file calls delete-file.
6727 2008-09-20  Glenn Morris  <rgm@gnu.org>
6729         * play/fortune.el: Remove leading `*' from defcustom docs.
6730         (fortune-program-options): Doc fix.  Allow to be a string again.
6731         Add :version.
6732         (fortune-in-buffer): Handle fortune-program-options as a string.
6733         Don't rely on fortune program accepting options after fortune file.
6735 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6737         * play/fortune.el (fortune-program-options): Change to a list.
6738         (fortune-in-buffer): Use apply.
6740 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6742         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6743         (authors-coding-system): Likewise.
6745 2008-09-20  Ami Fischman  <ami@fischman.org>
6747         * savehist.el (savehist-save): Handle errors in writing as well as
6748         reading.
6750 2008-09-20  Michael Olson  <mwolson@gnu.org>
6752         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6753         to provide a minimal performance boost.
6755 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6757         * proced.el (proced-grammar-alist, proced-custom-attributes)
6758         (proced-format-alist, proced-format, proced-filter-alist)
6759         (proced-filter, proced-sort): Use defcustom.
6760         (proced-mode): Fix docstring.
6761         (proced-process-attributes): Handle return value nil of functions
6762         in proced-custom-attributes.
6764 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6766         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6767         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6769 2008-09-19  Miles Bader  <miles@gnu.org>
6771         * comint.el (comint-output-filter): Make field properties for
6772         output text front-sticky.
6774 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6776         * vc-bzr.el (vc-bzr-show-log-entry):
6777         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6778         C-x v l for a directory uses that.
6780 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6782         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6783         .sieve files.
6785 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6787         * help-macro.el (make-help-screen): Preserve key bindings
6788         established in help-mode call when exiting this macro.
6790 2008-09-17  Kenichi Handa  <handa@m17n.org>
6792         * language/burmese.el: Fix setting of composition-function-table.
6794 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6796         * info.el (Info-follow-nearest-node): Don't raise an error for
6797         mouse-1 clicks.
6799 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6801         * calc/calc-units.el (calc-convert-temperature): Use default
6802         units when appropriate.
6804 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6806         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6807         catch errors raised in `texmathp'.
6808         (flyspell-tex-math-initialized): Remove.
6810 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6812         * frame.el (select-frame-set-input-focus): With non-nil
6813         mouse-autoselect-window always move mouse cursor to frame's
6814         selected window.  Otherwise restore pre 2008-09-13 behavior.
6815         (select-frame-by-name): Use select-frame-set-input-focus.
6817         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6818         pop-to-buffer already does it.
6819         (display-buffer-other-frame): Fix doc-string.
6821 2008-09-16  Glenn Morris  <rgm@gnu.org>
6823         * add-log.el (diff-find-source-location): Update declaration.
6825         * progmodes/make-mode.el (makefile-match-function-end):
6826         Move point.  (Bug#983)
6828 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6830         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6832 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6834         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6835         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6837 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6839         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6841 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6843         * files.el (file-truename): Don't raise args-out-of-range error
6844         when filename has no separator on windows-nt.  (Bug#982)
6846 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6848         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6849         be more honest when we don't know.
6850         (diff-tell-file-name): Don't prompt before the actual prompt.
6851         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6852         (diff-find-source-location): Add `noprompt' argument.
6853         (diff-current-defun): Don't prompt.
6855 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6857         * proced.el (proced-mark-face, proced-marked-face)
6858         (proced-sort-header-face): Remove.
6859         (proced-font-lock-keywords): Simplify.
6860         (proced-format): Use face proced-sort-header.
6861         (proced-format-interactive, proced-sort-interactive)
6862         (proced-filter-interactive): Only call proced-update if the scheme
6863         has changed.
6864         (proced-sort-header): Use posn-actual-col-row.
6866 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6868         * add-log.el (change-log-find-window): New variable.
6869         (change-log-goto-source-1, change-log-goto-source):
6870         Set change-log-find-window to window displaying source.
6871         (change-log-next-error): Select window specified by
6872         change-log-find-window.
6874 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6876         * frame.el (select-frame-set-input-focus): With focus follows
6877         mouse move mouse cursor to right window.
6878         * window.el (pop-to-buffer): Select window before calling
6879         select-frame-set-input-focus.
6881 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6883         * proced.el (proced-sort-header): New face.
6884         (proced-sort-header-face): New variable.
6885         (proced-format): Allow format value nil.
6886         Use proced-sort-header-face for header of sort column.
6887         (proced-format-args): New function.
6888         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6889         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6890         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6891         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6892         (proced-sort-header): Bind also to mouse-1.
6893         (proced-move-to-goal-column): Return position of point.
6894         (proced-filter-interactive): Always revert listing.
6895         (proced-format-ttname): Simplify.
6896         (proced-update): Do not keep undo information.  Put point at
6897         beginning of buffer if we generate the first listing.
6899 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6901         * doc-view.el (doc-view-scroll-up-or-next-page)
6902         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6903         vertically split windows.
6905 2008-09-12  Glenn Morris  <rgm@gnu.org>
6907         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6909         * indent.el (indent-line-function): Doc fix.
6910         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6912 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6914         * window.el (pop-to-buffer): If the window for buffer-or-name is
6915         not on the selected frame, raise that window's frame and give it
6916         input focus.  (Bug#745)
6918 2008-09-11  Glenn Morris  <rgm@gnu.org>
6920         * ido.el (ido-mode): Initialize with custom-initialize-default,
6921         rather than a set function.  (Bug#947)
6923 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6925         * replace.el (perform-replace): Don't set inhibit-read-only using
6926         query-replace-skip-read-only (bug#956).
6928         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6929         of the <<foo>> form.
6931 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6933         * window.el (display-buffer): Fix doc-string typo.
6935 2008-09-10  Kenichi Handa  <handa@m17n.org>
6937         * composite.el (compose-gstring-for-graphic): Fix previous change.
6939 2008-09-10  Glenn Morris  <rgm@gnu.org>
6941         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6943 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6945         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6946         manuals.  (Bug#886)
6948 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6950         * ido.el (ido-unload-function): New function.
6952 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6954         * ido.el (ido-file-internal): Fix typo in prompt.
6955         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6956         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6957         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6958         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6959         Fix typos in docstrings.
6961 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6963         * help-fns.el (describe-function-1): Don't print extra newline
6964         after filling.
6966 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6968         * help-fns.el (find-lisp-object-file-name): Handle case where
6969         library is compressed.
6971 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6973         * complete.el (PC-do-completion): Don't replace buffer
6974         contents (bug#227).
6976 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6978         * loadhist.el (unload-feature-special-hooks):
6979         Add `choose-completion-string-functions'.
6981 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6983         * vc-svn.el (vc-svn-root):
6984         * vc-sccs.el (vc-sccs-root):
6985         * vc-rcs.el (vc-rcs-root):
6986         * vc-cvs.el (vc-cvs-root): Delete.
6987         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6989 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>
6991         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6992         errors occurring in different files.
6994 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6996         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6997         (vc-bzr-status-printer): New function.
6998         (vc-bzr-after-dir-status): Deal with renamed files.
7000 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
7002         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
7003         buffer's filename.
7005 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
7007         * subr.el (cancel-change-group): Widen buffer temporarily when
7008         undoing changes.  (Bug#810)
7010 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
7012         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
7013         with gud-stop-subjob rather than exit debugger.
7015 2008-09-07  Kenichi Handa  <handa@m17n.org>
7017         * composite.el: Compose combining characters only when it
7018         follows a character matching with "[[:alpha:]]".
7020 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7022         * proced.el: Require time-date.
7023         (proced-command-alist, proced-command, proced-goal-header-re)
7024         (proced-sorting-schemes-alist, proced-sorting-scheme)
7025         (proced-header-alist, proced-sorting-schemes-re)
7026         (proced-skip-regexp, proced-next-line, proced-previous-line)
7027         (proced-listing-type, proced-sorting-scheme-p): Remove.
7028         (proced-grammar-alist, proced-custom-attributes)
7029         (proced-format-alist, proced-format, proced-filter-alist)
7030         (proced-filter, proced-sort, proced-goal-attribute)
7031         (proced-timer-interval, proced-timer-flag, proced-timer)
7032         (proced-process-alist, proced-sort-internal, proced-process-tree)
7033         (proced-header-help-echo, proced-field-help-echo): New variables.
7034         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
7035         (proced-omit-process, proced-filter, proced-process-tree)
7036         (proced-filter-children, proced-children-pids)
7037         (proced-filter-parents, proced-<, proced-string-lessp)
7038         (proced-time-lessp, proced-xor, proced-sort-p)
7039         (proced-format-time, proced-format-start, proced-format-ttname)
7040         (proced-format, proced-process-attributes): New functions.
7041         (proced-toggle-timer-flag, proced-mark-children)
7042         (proced-mark-parents, proced-filter-interactive)
7043         (proced-filter-attribute, proced-sort-interactive)
7044         (proced-sort-header, proced-format-interactive): New commands.
7045         (proced-move-to-goal-column): Use goal-column.
7046         (proced-mode): Use proced-timer.
7047         (proced-do-mark-all): Display process count.  Use use-region-p.
7048         Simplify.
7049         (proced-omit-processes): Use use-region-p.
7050         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7051         (proced-sort-start, proced-sort-time, proced-sort-user):
7052         Use proced-sort-interactive.
7053         (proced-sort): Make it a function that performs the actual sort.
7054         (proced-update): New arg revert.  Use proced-process-alist,
7055         proced-filter, proced-sort, proced-format, and
7056         proced-grammar-alist.  Preserve position of point based on fields.
7057         Make header line and fields clickable.
7058         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
7059         (proced-why): Use save-selected-window.
7060         (proced-log): Use buffer-read-only.
7062 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7064         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
7066 2008-09-06  Glenn Morris  <rgm@gnu.org>
7068         * add-log.el (diff-find-source-location): Declare.
7069         (find-change-log): If called from a diff buffer, try to switch to the
7070         source buffer (e.g. to respect change-log-default-name there).
7072         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
7073         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
7075         * Makefile.in (ELCFILES): Update.
7077 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7079         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7080         user enters a mouse event in another frame, or a special event.
7082         * server.el (server-switch-buffer): New arg.
7083         (server-execute): If reusing an existing window, set file position
7084         if required.
7086 2008-09-06  Kenichi Handa  <handa@m17n.org>
7088         * language/lao.el: Fix setting of composition-function-table.
7090 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
7092         * term/pc-win.el (msdos-show-help): Don't truncate lines while
7093         displaying help echo messages.
7095 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
7097         * subr.el (symbol-file): Fix doc-string.
7099 2008-09-06  Glenn Morris  <rgm@gnu.org>
7101         * help-mode.el (help-xref-forward-stack): Doc fix.
7103         * add-log.el (change-log-default-name): Autoload safety.
7105 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
7107         * verilog-mode.el (verilog-library-extensions): Enable .sv
7108         filename extensions to call verilog-mode.
7109         (verilog-auto, verilog-auto-inst, verilog-faq)
7110         (verilog-submit-bug-report): Update author support URLs.
7111         (verilog-delete-auto, verilog-auto-inout-module)
7112         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7113         creating complemented testbench modules.  Suggested by Yishay Belkind.
7114         (verilog-auto-inst-port, verilog-simplify-range-expression):
7115         When verilog-auto-inst-param-value is set, don't require a
7116         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
7117         Yishay Belkind.
7118         (verilog-auto-inst-param-value): Add safe variable.
7119         (verilog-re-search-forward, verilog-re-search-backward):
7120         Fix returning wrong search results on Emacs 22.1.
7121         (verilog-modi-cache-results, verilog-auto): Fix warning message
7122         about "toggling font-lock-mode."
7123         (verilog-auto): Fix losing font-lock on errors.
7124         (verilog-auto-inst-param-value, verilog-mode-version)
7125         (verilog-mode-version-date, verilog-read-inst-param-value)
7126         (verilog-auto-inst, verilog-auto-inst-param)
7127         (verilog-auto-inst-port, verilog-simplify-range-expression):
7128         Allow parameters to be replaced with their values, on the expansion of
7129         an AUTOINST with Verilog 2001 style parameter settings.
7130         Suggested by David Rogoff.
7132 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
7134         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
7135         Better support for the property statement.  Sometimes this keyword
7136         introduces a statement which requires an endproperty keyword, and
7137         sometimes it doesn't, depending on the work before the property
7138         word.  If property is prefixed with assert, assume or cover
7139         keyword, then the statement is ended with a ';'.  Otherwise,
7140         property is like task or specify, and is followed by some number
7141         of statements, which are ended with an endproperty keyword.
7142         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
7143         in a highlighted region: indent each line in region according to
7144         mode.  Supply this so it works in XEmacs and older Emacs.
7146 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7148         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
7149         Don't clean up a buffer when killing it.
7151 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7153         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
7154         buffers (bug#360).  New version 11.2.1.
7155         (whitespace-action): New value `warn-read-only' to give a warning when
7156         buffer is read-only and whitespace action is cleanup or auto-cleanup.
7157         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
7158         (whitespace-warn-read-only): New fun.
7160 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
7162         * international/quail.el: Require help-mode.
7163         (quail-help-init): Function removed.
7164         (quail-keyboard-layout-button, quail-keyboard-customize-button):
7165         Define directly.
7167         * dired.el (dired-get-filename): Rewrite octal escape character
7168         processor (bug#885).
7170 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
7172         * cus-edit.el (custom-button-pressed): Default to inverse-video.
7174         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7175         not just for terminal-frame.
7177 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
7179         * window.el (window--try-to-split-window): Don't split when window
7180         is not splittable in last disjunct.  (Bug#888)
7182 2008-09-05  Kenichi Handa  <handa@m17n.org>
7184         * language/tibetan.el: Fix setting of composition-function-table.
7186         * composite.el (find-composition): Mention about the automatic
7187         composition in the docstring.
7188         (compose-gstring-for-graphic): Fix handling "above" marks.
7190         * descr-text.el (describe-char): Fix handling of automatic composition.
7192 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
7194         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7195         (tramp-parse-connection-properties): Reflow docstring.
7197 2008-09-04  Kim F. Storm  <storm@cua.dk>
7199         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7200         and other-frame methods when switching between file and buffer modes.
7202 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
7204         * info.el (Info-dir-remove-duplicates): Narrow buffer when
7205         removing duplicate entries under same heading.  Don't skip char
7206         matching anything but a space or tab at bol.  (Bug#864)
7208 2008-09-03  Alan Mackenzie  <acm@muc.de>
7210         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7212 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7214         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7215         (completion-pcm--all-completions): Move the case-fold-search binding to
7216         it also applies to completion-regexp-list (used in all-completions).
7217         (completion-pcm--hilit-commonality): Add missing case-fold-search.
7219 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
7221         * window.el (pop-up-frame-function): Move ...
7222         * frame.el (pop-up-frame-function): ... here, to avoid
7223         "CHANGED outside Customize;".
7225 2008-09-03  Glenn Morris  <rgm@gnu.org>
7227         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7229 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
7231         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7232         non-alphabetical characters properly.
7234 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7236         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7238 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
7240         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7241         control-prefixed keys.  (Bug#835)
7243 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
7245         * image-mode.el (image-mode): Fix 2008-07-19 change.
7247 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
7249         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7251         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7253 2008-09-02  Glenn Morris  <rgm@gnu.org>
7255         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7257         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7259 2008-09-01  Glenn Morris  <rgm@gnu.org>
7261         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7262         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7263         and fix name typos.  (Bug#856)
7265 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
7267         * minibuffer.el (completion-pcm--pattern->regex):
7268         When completion-ignore-case is non-nil, generate a regexp that
7269         ignores case.
7271         * window.el (recenter-top-bottom): Doc fix.
7273 2008-09-01  Simon South  <ssouth@member.fsf.org>
7275         * progmodes/delphi.el: New maintainer.
7276         (delphi-interface-types): New var.
7277         (delphi-composite-types): Use it.
7278         (delphi-enclosing-indent-of): Distinguish between "interface"
7279         keyword as a unit separator and used like a class declaration.
7281 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
7283         * help-fns.el (describe-simplify-lib-file-name)
7284         (find-source-lisp-file): Remove.
7285         (find-lisp-object-file-name): New function giving preference to
7286         files found via load-path instead of loaddefs.el.
7287         (describe-function-1): Use new function instead of the removed
7288         ones.  (Bugs #587, #669, #690)
7289         * faces.el (describe-face): Use find-lisp-object-file-name instead
7290         of describe-simplify-lib-file-name.
7292 2008-09-01  Kenichi Handa  <handa@m17n.org>
7294         * international/mule-diag.el (font-show-log): Fix previous change.
7296         * international/mule-cmds.el (set-language-environment):
7297         Don't overwrite current-iso639-language if the current language
7298         environment doesn't provide that data.
7299         (set-locale-environment): Set current-iso639-language from the
7300         locale name.
7302         * international/fontset.el (script-representative-chars): Re-add
7303         the entry for symbol, but with vector of characters.
7304         (setup-default-fontset): Cancel previous change.
7306 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
7308         * ido.el: Move provide statement to the end of the file.
7310 2008-08-30  Markus Triska  <markus.triska@gmx.at>
7312         * linum.el (linum-mode): `window-size-change-functions' can now be
7313         buffer-local.
7314         (linum-update-window): Use result of `move-overlay'.
7316 2008-08-30  Glenn Morris  <rgm@gnu.org>
7318         * subr.el (make-variable-frame-local): Tweak obsolescence message.
7320         * info.el (Info-hide-note-references, Info-refill-paragraphs):
7321         Doc fixes.
7323         * apropos.el (apropos-command): Report documentation errors.
7324         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
7326 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7328         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7329         string.
7331 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7333         * bindings.el (mode-line-frame-identification): Fix last change.
7335 2008-08-29  Kenichi Handa  <handa@m17n.org>
7337         These changes are to adjust the automatic composition for the new
7338         implementation (avoid using text property).
7340         * composite.el (composition-function-table): Move declaration to
7341         composite.c.
7342         (terminal-composition-base-character-p): Delete it.
7343         (terminal-composition-function): Delete it.
7344         (terminal-composition-function-table): Delete it.
7345         (lgstring-header, lgstring-set-header, lgstring-font)
7346         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7347         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7348         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7349         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7350         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7351         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7352         (compose-glyph-string, compose-glyph-string-relative)
7353         (compose-gstring-for-graphic, compose-gstring-for-terminal):
7354         New functions.
7355         (auto-compose-chars): Argument changed.
7357         * language/european.el: Don't setup composition-function-table.
7358         (diacritic-composition-pattern, diacritic-compose-region)
7359         (diacritic-compose-string, diacritic-compose-buffer)
7360         (diacritic-composition-function): Delete them.
7362         * language/lao-util.el (lao-composition-function): Argument changed.
7364         * language/sinhala.el: Fix setting up of composition-function-table.
7366         * language/thai.el: Fix setting up of composition-function-table.
7368         * language/thai-util.el: Encoding changed to utf-8.
7369         (thai-composition-function): Argument changed.
7371         * language/indian.el: Fix setting up of composition-function-table.
7372         (devanagari-composable-pattern)
7373         (tamil-composable-pattern, kannada-composable-pattern)
7374         (malayalam-composable-pattern): New variables.
7376         * international/characters.el (unicode-category-table):
7377         Setup unicode-category-table.
7379         * international/fontset.el (setup-default-fontset): Prepend
7380         iso10646-1 fonts to the fallback font groups instead of appending.
7382 2008-08-29  Glenn Morris  <rgm@gnu.org>
7384         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7386 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7388         * term/x-win.el (x-win-suspend-error): Don't signal error if there
7389         are no X frames active.
7391 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7393         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7394         `ignore-errors' (the function must succeed always).
7396 2008-08-28  Edward O'Connor  <hober0@gmail.com>
7398         * json.el (json-read-number): New arg.  Handle explicitly signed
7399         numbers.
7400         (json-readtable): Add `+' and `.'.
7402 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
7404         * term/pc-win.el (msdos-previous-message): New variable.
7405         (msdos-show-help): New function.
7406         (msdos-initialize-window-system): Set show-help-function to
7407         msdos-show-help.
7409 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
7411         * emacs-lisp/debug.el (debug): When killing a noninteractive
7412         Emacs, give an exit status of -1.
7414 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7416         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7418 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7420         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7421         not the same as the last modification time, fall back on the
7422         backend-specific check.
7424 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
7426         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7427         to go to the position of interest.
7429 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
7431         * textmodes/artist.el (artist-mode-init): Add comment on the
7432         setting up of the `artist-replacement-table' array.
7433         (artist-get-replacement-char): New defsubst.
7434         (artist-get-char-at-xy-conv, artist-replace-char)
7435         (artist-replace-chars, artist-replace-string): Use it instead of
7436         accessing `artist-replacement-table' directly.
7437         Reported by Rubén Berenguel <ruben@maia.ub.es>.
7439         (artist-mt): Fix structures for cut and copy operations.
7441 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7443         * shell.el (shell-file-name-quote-list): Quote `$'.
7445         * comint.el (comint-dynamic-complete-as-filename): Generalize last
7446         change to allow quoting of characters before point.
7447         (comint-dynamic-list-filename-completions): Quote common substring.
7449 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7451         * comint.el (comint-dynamic-complete-as-filename): If case is
7452         ignored while matching, replace the entire filename with completion.
7454         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7455         flyspell-pre-point is valid to avoid signalling an error in
7456         post-command-hook.
7458 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7460         * linum.el (linum): Inherit remaining face attributes from default
7461         face.
7463 2008-08-26  Markus Triska  <markus.triska@gmx.at>
7465         * linum.el (linum-delay): Disable - it should no longer be
7466         necessary, and can lead to longer delays.
7467         (linum-update-window): Renumber if margin width has changed.
7469 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
7471         * epa.el (epa--key-widget-action): Save the selected window to
7472         make `widget-button-click-moves-point' work.  (Bug#733).
7474 2008-08-26  Glenn Morris  <rgm@gnu.org>
7476         * calendar/holidays.el (calendar-holidays): Doc fix.
7478         * progmodes/gud.el (tramp-file-name-localname)
7479         (tramp-dissect-file-name): Declare.
7481         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7483 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7485         * bindings.el (mode-line-frame-control): New function, caters to
7486         `pc' ``window system''.
7487         (mode-line-frame-identification): Use it instead of accessing
7488         window-system directly.
7490 2008-08-25  Juri Linkov  <juri@jurta.org>
7492         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7493         `center-line' and "\eS" from `center-paragraph'.
7494         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7495         `center-paragraph'.
7497 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
7499         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7500         (newsticker-treeview-treewindow-width): New.
7501         (newsticker-treeview-listwindow-height): New.
7502         (newsticker-treeview-browse-url-item): New.
7503         (newsticker-treeview-mode-map):
7504         Add newsticker-treeview-browse-url-item.
7505         (newsticker--treeview-window-init):
7506         Use newsticker-treeview-treewindow-width and
7507         newsticker-treeview-listwindow-height.
7509         * net/newst-reader.el (newsticker-browse-url-item): New.
7511 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7513         * vc-dir.el (vc-dir-marked-only-files-and-states):
7514         (vc-dir-child-files-and-states): Reverse the list before returning it.
7516 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
7518         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7520 2008-08-24  Romain Francoise  <romain@orebokech.com>
7522         * progmodes/python.el (run-python): Remove '' from sys.path.
7524 2008-08-23  Glenn Morris  <rgm@gnu.org>
7526         * progmodes/fortran.el (fortran-tab-mode-string)
7527         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7529 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7531         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7532         Add declare-function.
7534         * startup.el (command-line): Don't call tty-register-default-colors
7535         if initial-window-system is `pc'.
7537         * term/internal.el (local-function-key-map): Fix unbalanced parens.
7538         (msdos-key-remapping-map): New variable.  Move here all the special
7539         keys we will be remapping via local-function-key-map.
7540         (msdos-setup-keyboard): New function.
7542         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7543         make-msdos-frame.
7544         (terminal-init-internal): New function, errors out if called.
7545         (msdos-initialize-window-system): New function.
7546         (msdos-create-frame-with-faces): Set the terminal's
7547         `terminal-initted' (sic!) parameter.
7548         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7549         (window-system-initialization-alist):
7550         Add msdos-initialize-window-system.
7551         (handle-args-function-alist): Use tty-handle-args for `pc'
7552         ``window system'' as well.
7553         (pc-win): Provide.
7555         * term/tty-colors.el (tty-register-default-colors): Remove bogus
7556         code for using msdos-color-values.
7558         * loadup.el [ms-dos]: Load term/pc-win.
7560 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
7562         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7563         directory name.
7565 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
7567         * progmodes/gud.el (gud-common-init): Use absolute file so that
7568         perldb works with tramp (sudo).
7570         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7571         match data in process filters.
7573 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
7575         * dired.el (dired-buffer-stale-p): Do not revert buffer that
7576         can be written.
7578 2008-08-23  Glenn Morris  <rgm@gnu.org>
7580         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7581         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
7583 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7585         * subr.el (temp-buffer-show-hook): Doc fix.
7587 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
7589         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7590         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
7591         <tassilo@member.fsf.org>.
7593         * net/trampver.el: Update release number.
7595         * net/xesam.el (xesam-minor-mode): New minor mode.
7596         (xesam-highlight-buffer): Remove.  Code moved to
7597         `xesam-minor-mode'.
7598         (xesam-refresh-entry): Use `xesam-minor-mode'.
7600 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7602         * minibuffer.el (completion--try-word-completion):
7603         Disable partial-completion when considering the addition of a space
7604         or hyphen.
7606 2008-08-21  John Paul Wallington  <jpw@pobox.com>
7608         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7609         filename of `tofile' doesn't contain any colons on Windows,
7610         Cygwin, and MS-DOS systems.
7612 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7614         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7615         (epg-context-set-progress-callback): Make sure the callback is a
7616         cons of a function and a handback.  Update all callers.
7618 2008-08-20  David Reitter  <david.reitter@gmail.com>
7620         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7621         Patch applied by Adrian Robert.
7623 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7625         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7626         directive lines.
7628 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7630         * net/xesam.el (xesam-highlight-string): Precise doc string.
7631         (xesam-highlight-buffer): New defun.
7632         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7634 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7636         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7637         their names.
7639 2008-08-19  Kenichi Handa  <handa@m17n.org>
7641         * language/european.el ("Esperanto"): Change the preferred
7642         charsets to iso-8859-3.
7644         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7646         * international/fontset.el (script-representative-chars):
7647         Delete the entry for symbol.
7648         (setup-default-fontset): For symbol characters, don't specify
7649         :script property.
7651 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7653         * minibuffer.el (completion-table-dynamic): Doc fix.
7655         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7656         saved.
7658 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7660         * emulation/edt.el (edt-default-emulation-setup):
7661         Share global-buffers-menu-map with the emulated global map.
7663 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7665         * term/ns-win.el (global): Uncomment "put backspace
7666         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7668 2008-08-18  Kenichi Handa  <handa@m17n.org>
7670         * international/mule-diag.el (font-show-log): Add optional arg N
7671         to control the limit of font listing.
7673 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7675         * window.el (recenter-top-bottom): Determine top and bottom
7676         positions using scroll-margin instead of scroll-conservatively.
7678 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7680         * proced.el (proced-send-signal): Use beginning-of-line.
7682 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7684         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7685         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7686         listing types.
7687         (proced-log-buffer): New variable.
7688         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7689         region if transient-mark-mode is turned on and the region is active.
7690         (proced-omit-processes): Rename from proced-hide-processes to
7691         avoid key clash with describe-mode (bound to h).  Search for
7692         marked processes starting from point-min.
7693         (proced-header-space): Remove.
7694         (proced-send-signal): Handle errors.  Operate on current process
7695         if no process is marked.
7696         (proced-why): New command.
7697         (proced-log, proced-log-summary): New functions.
7698         (proced-help): Use proced-why.
7699         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7700         (bibtex-autokey-year-title-separator): Fix docstring.
7702 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7704         * net/xesam.el (xesam-vendor, xesam-notify-function):
7705         New local variables.
7706         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7707         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7708         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7709         (xesam-new-search): Initialize `xesam-vendor'.
7711 2008-08-15  Glenn Morris  <rgm@gnu.org>
7713         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7714         a pipeline.
7715         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7716         unless at the end of the pipeline.  (Bug#699).
7718 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7720         * minibuffer.el (completion-boundaries): Doc fix.
7721         (display-completion-list): Only default base-size to zero if
7722         completing in the minibuffer.
7724         * simple.el (completion-base-size): Doc fix.
7725         (choose-completion): Try reselecting completion-reference-buffer.
7727 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7729         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7730         also for remote directories.
7732 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7735         since those precomputed values aren't used any more.
7736         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7738 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7740         * help.el (with-help-window): Return last value in BODY.
7742 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7744         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7745         notify function of the URL.
7746         (xesam-new-search): Encode special characters in the query string.
7748 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7750         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7752 2008-08-13  Andreas Schwab  <schwab@suse.de>
7754         * net/tramp.el (tramp-handle-shell-command): Handle output going
7755         to current buffer like shell-command.  Don't disable undo.
7757 2008-08-13  Glenn Morris  <rgm@gnu.org>
7759         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7760         description is found.
7762 2008-08-12  Alan Mackenzie  <acm@muc.de>
7764         * progmodes/cc-defs.el (c-emacs-features):
7765         argumentative-bod-function: bind mark-ring to avoid accumulating a
7766         spurious mark.
7768 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7770         * simple.el (visual-line--saved-state): New var.
7771         (visual-line-mode): Save local values of variables, and restore
7772         them when visual-line-mode is disabled.
7774 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7776         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7778 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7780         * progmodes/cc-defs.el (c-emacs-features):
7781         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7782         moving point during the test.
7784         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7786 2008-08-11  Glenn Morris  <rgm@gnu.org>
7788         * term/ns-win.el (x-parse-geometry): Doc fix.
7790         * dired.el (x-popup-menu):
7791         * hi-lock.el (x-popup-menu):
7792         * mouse.el (font-face-attributes):
7793         * calendar/cal-menu.el (x-popup-menu):
7794         * calendar/calendar.el (x-popup-menu):
7795         * calendar/holidays.el (x-popup-menu):
7796         * progmodes/cperl-mode.el (x-popup-menu):
7797         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7798         (x-open-connection):
7799         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7800         (x-command-line-resources):
7801         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7802         (x-display-name, x-command-line-resources):
7803         Add declarations for builds without X.
7805 2008-08-10  Glenn Morris  <rgm@gnu.org>
7807         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7809 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7811         * vc-bzr.el (vc-bzr-find-revision): Rename from
7812         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7814 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7816         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7817         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7818         "DONE", when all hits are retrieved.
7819         (xesam-search): Autoload it.
7821 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7823         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7824         empty string when no filename.
7825         (define-ibuffer-column filename): Accommodate that change.
7827         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7828         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7830 2008-08-10  Glenn Morris  <rgm@gnu.org>
7832         * Makefile.in (ELCFILES): Update.
7834 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7836         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7838 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7840         * battery.el (battery-echo-area-format, battery-status-function):
7841         Handle new Linux sysfs format for battery reporting.
7842         (battery-linux-sysfs): New function.
7844 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7846         * add-log.el (change-log-search-tag-name)
7847         (change-log-goto-source): Fix behavior when point is not on tag.
7849 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7851         * startup.el (command-line-ns-option-alist): Use ignore instead of
7852         ns-ignore-0-arg.
7854         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7855         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7856         (ns-alternatives-map): New variable.
7857         (x-set-up-function-keys): Use it.
7858         (global): Comment out "put backspace ascii-character..." and friends.
7859         Move function-key-map into ns-alternatives-map.  Don't call
7860         precompute-menubar-bindings.  Don't set anything connected with
7861         browse-url.
7862         (after-make-frame-functions): Clarify comment why a hook is added.
7864 2008-08-06  Joakim Verona  <joakim@verona.se>
7866         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7867         in url:s.
7869 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7871         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7872         Fix 2008-01-01 change: use a shy group to not affect subsequent
7873         match calls.
7875 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7877         * progmodes/vera-mode.el (vera-electric-tab):
7878         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7879         region when active.
7881 2008-08-06  Kenichi Handa  <handa@m17n.org>
7883         * faces.el (face-valid-attribute-values): Fix handling the value
7884         of (font-family-list) and font-XXX-table.
7886 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7888         * proced.el (proced-menu): Bind the correct function to for toggling.
7890         * vc-dir.el (vc-dir-mode): Fix typo.
7892 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7894         * whitespace.el (whitespace-newline-mode)
7895         (global-whitespace-newline-mode, whitespace-mode)
7896         (global-whitespace-mode): Improve docstring.
7898 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7900         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7902         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7904         * cus-start.el (all): Handle auto-save-visited-file-name.
7906 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7908         * files.el (hack-one-local-variable-eval-safep): Handle
7909         lisp-indent-function and scheme-indent-function in addition to the
7910         deprecated lisp-indent-hook.
7912 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7914         * net/xesam.el (top): Require `wid-edit' always.
7915         (xesam-mode-line, xesam-highlight): New deffaces.
7916         (xesam-objects): New local variable.
7917         (xesam-search-engines): Fix error in field list.
7918         (xesam-mode): Use `xesam-mode-line' instead of
7919         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7920         proper initialization (why?).
7921         (xesam-highlight-string, xesam-get-hits)
7922         (xesam-kill-buffer-function): New defuns.
7923         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7924         result of "hit.fields", it isn't a string only.  Wrap an error of
7925         the strigi search engine ("xesam:size" is returned as string).
7926         Highlight search items.
7927         (xesam-refresh-search-buffer): Make logic of counters more simple.
7928         Prefetch next hits.
7929         (xesam-signal-handler): Use `xesam-mode-line' instead of
7930         `font-lock-type-face'.
7931         (xesam-new-search): Add `xesam-kill-buffer-function' to
7932         `kill-buffer-hook'.
7934 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7936         * add-log.el (change-log-next-error, change-log-mode): Add support
7937         for `next-error' to call `change-log-goto-source' on named files
7938         in a ChangeLog.
7940 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7942         * calc/calc.el (math-read-number): Handle all C-like languages
7943         properly.
7945 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7947         * calc/calc.el (math-read-number): Handle C numbers beginning with
7948         0 correctly.
7950 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7952         * term/ns-win.el ([ns-new-frame]): New global key.
7954 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7956         * international/mule-cmds.el (read-char-by-name):
7957         Check UCS names with `assoc-string' and case folding.
7959 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7961         * net/dbus.el (dbus-call-method-asynchronously)
7962         (dbus-method-return-internal, dbus-method-error-internal):
7963         Declare them with `declare-function'.
7965 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7967         * descr-text.el (describe-char-display): Fix last change:
7968         don't pass CHARSET to `encoded-string-description'.
7970 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7972         * vc.el (vc-next-action): Update list var correctly after delete.
7974 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7976         * ido.el (ido-mode): Add toggle notification.
7978         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7979         already visiting the custom file.
7981         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7982         pending output coming after the status change.
7984 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7986         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7988 2008-08-01  Kenichi Handa  <handa@m17n.org>
7990         * international/mule-cmds.el (encode-coding-char):
7991         New optional arg CHARSET.
7993         * descr-text.el (describe-char-display): Call encode-coding-char
7994         with the arg CHARSET.
7995         (describe-char): Pay attention to the text-property `charset'.
7997 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7999         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
8000         error messages.
8001         (dbus-set-property): Call `dbus-introspect-get-property' instead
8002         of `dbus-get-property'.
8004         * net/xesam.el (xesam-all-fields): Remove source and content
8005         identifiers.
8006         (xesam-dbus-unique-names): New defvar.
8007         (xesam-dbus-call-method): New defun.  Replace all calls of
8008         `dbus-call-method' by `xesam-dbus-call-method'.
8009         (xesam-get-cached-property, xesam-set-cached-property):
8010         New defuns.
8011         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
8012         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
8013         (xesam-search-engines): Make it an association list.  Take changed
8014         layout into account in the corresponding function.
8015         (xesam-delete-search-engine): Remove check for consistency of
8016         `xesam-search-engines', not needed anymore.
8017         (xesam-mode): Show XML query string only in the debug case.
8019 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
8021         * files.el (read-file-modes): Fix typo in docstring.
8023 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8025         * Makefile.in: Avoid maintainer warning for autogenerated unicode
8026         files.
8028         * apropos.el (apropos-symbol): Don't set button skip by default.
8029         (apropos-print): Set button skip iff searching for multiple types.
8030         (apropos-print-doc): Insert blank label button when searching for
8031         a single type.
8033         * button.el (forward-button): Avoid infloop.
8035         * minibuffer.el (read-file-name-completion-ignore-case):
8036         Add cygwin to the list.
8038 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
8040         * files.el (abbreviate-file-name): When replacing $HOME with ~,
8041         turn off case-fold-search.
8043 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
8045         * net/dbus.el (top): Don't register for "NameOwnerChanged".
8046         (dbus-message-type-invalid, dbus-message-type-method-call)
8047         (dbus-message-type-method-return, dbus-message-type-error)
8048         (dbus-message-type-signal): New defconst.
8049         (dbus-ignore-errors): Fix `edebug-form-spec' property.
8050         (dbus-return-values-table): New defvar.
8051         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
8052         New defun.
8053         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
8054         Extend docstring.  Adapt implementation according to new
8055         `dbus-event' layout.
8056         (dbus-event-service-name, dbus-event-path-name)
8057         (dbus-event-interface-name, dbus-event-member-name):
8058         Adapt implementation according to new `dbus-event' layout.
8059         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
8061         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
8062         (xesam-mode): Rework implementation.
8063         (xesam-new-search): Additional parameter TYPE.
8064         (xesam-search): Adapt call of `xesam-new-search'.
8066 2008-07-31  Juri Linkov  <juri@jurta.org>
8068         * dired-aux.el (dired-do-chmod): Set default value to the original
8069         mode string using absolute notation like u=rwx,g=rx,o=rx.
8070         Use it as a new arg `default' of `dired-mark-read-string'.
8071         (dired-mark-read-string): Add new optional arg `default'.
8073         * files.el (read-file-modes): Set default value to the original
8074         mode string using absolute notation like u=rwx,g=rx,o=rx.
8075         Use it as the `default' arg of `read-string'.
8077         * filesets.el (filesets-cmd-isearch-getargs): Check if the
8078         variable `files' is bound to avoid warnings.
8080         * isearch.el (isearch-forward-regexp, isearch-forward-word)
8081         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8082         to the command `isearch-forward' instead of displaying "See C-s".
8083         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8084         with their interactive specifications.  Move reading the face name to
8085         the main body after calls to isearch-done and isearch-clean-overlays.
8087         * mb-depth.el: Unify all names under one common name prefix
8088         `minibuffer-depth-'.
8089         (minibuffer-depth-indicator-function): Rename from
8090         `minibuf-depth-indicator-function'.
8091         (minibuffer-depth-overlay): Rename from
8092         `minibuf-depth-overlay'.
8093         (minibuffer-depth-setup): Rename from
8094         `minibuf-depth-setup-minibuffer'.
8095         (minibuffer-depth-indicate-mode): Rename from
8096         `minibuffer-indicate-depth-mode'.
8098 2008-07-31  Juri Linkov  <juri@jurta.org>
8100         * dired-aux.el (dired-isearch-filenames-toggle): New command.
8101         (dired-isearch-filenames-setup): Bind "\M-sf" to
8102         dired-isearch-filenames-toggle in isearch-mode-map.
8103         (dired-isearch-filenames-end): Bind "\M-sf" to nil
8104         in isearch-mode-map.
8106         * isearch.el (isearch-edit-string-set-word): New command.
8107         (minibuffer-local-isearch-map): Bind "\C-w" to
8108         isearch-edit-string-set-word.
8109         (isearch-new-word): Temporary internal variable.
8110         (isearch-edit-string): Remove special case of reading the
8111         first character and checking it for C-w.
8113         * simple.el (read-shell-command, shell-command):
8114         Move code that uses minibuffer-with-setup-hook to set
8115         minibuffer-default-add-function to minibuffer-default-add-shell-commands
8116         from the interactive spec of `shell-command' to `read-shell-command'.
8118         * international/mule-cmds.el (read-char-by-name):
8119         Accept hash notation.  Doc fix.
8120         (ucs-insert): Doc fix.  Convert to number only when `arg' is
8121         a string.  Use separate error message when `arg' is not an integer.
8122         Bind `ucs-insert' to `C-x 8 RET'.
8124 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
8126         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
8127         move the (arglist-cont-nonempty) from c-offsets-alist to
8128         c-hanging-braces-alist like other styles already have.
8130 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8132         * textmodes/texinfmt.el:
8133         * nxml/nxml-enc.el:
8134         * mail/feedmail.el:
8135         * international/mule.el:
8136         * international/latexenc.el:
8137         * emulation/viper-util.el:
8138         * emulation/viper-init.el:
8139         * emulation/viper-ex.el:
8140         * emacs-lisp/bytecomp.el:
8141         * version.el:
8142         * subr.el:
8143         * startup.el:
8144         * sort.el:
8145         * shadowfile.el:
8146         * recentf.el:
8147         * printing.el:
8148         * paths.el:
8149         * minibuffer.el:
8150         * ls-lisp.el:
8151         * loadup.el:
8152         * hippie-exp.el:
8153         * finder.el:
8154         * files.el:
8155         * ediff-util.el:
8156         * ediff-ptch.el:
8157         * ediff-init.el:
8158         * ediff-diff.el:
8159         * dired.el:
8160         * dired-aux.el:
8161         * cus-edit.el:
8162         * bindings.el:
8163         * arc-mode.el:
8164         * add-log.el: Remove VMS support.
8165         * obsolete/vmsproc.el:
8166         * obsolete/vms-pmail.el:
8167         * obsolete/vms-patch.el: Remove file.
8169 2008-07-31  Alan Mackenzie  <acm@muc.de>
8171         * progmodes/cc-mode.el (c-before-hack-hook): New function
8172         (Top Level): Install c-before-hack-hook on
8173         before-hack-local-variables-hook, rather than
8174         c-postprocess-file-styles on hack-local-variables-hook.
8176 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8178         * files.el (normal-mode): Move call to hack-project-variables into
8179         hack-local-variables.
8180         (file-local-variables-alist, before-hack-local-variables-hook):
8181         New vars.
8182         (ignored-local-variables): Add file-local-variables-alist.
8183         (hack-local-variables-filter): Renamed from
8184         hack-local-variables-apply.  Add the result to
8185         file-local-variables-alist, without applying them.
8186         (hack-local-variables): Set file-local-variables-alist to nil.
8187         Call hack-project-variables and before-hack-local-variables-hook.
8188         Apply variables here, instead of hack-local-variables-apply.
8189         Based on a patch by Alan Mackenzie.
8191 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
8193         * info-look.el (autoconf-mode :doc-spec): For
8194         "(autoconf)M4 Macro Index", if the item already
8195         begins with "AS_", don't prefix that string again.
8197 2008-07-30  Juri Linkov  <juri@jurta.org>
8199         * info.el (info, Info-mode): Doc fix.
8201         * isearch.el (isearch-mode-map): Bind `M-s r' to
8202         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8203         (search-map): Bind `M-s w' to `isearch-forward-word' globally
8204         in the global map `search-map'.
8205         (isearch-forward): Doc fix.
8206         (isearch-forward-word, isearch-toggle-case-fold): New commands.
8208         * simple.el (quoted-insert): Comment out code that treats
8209         0240-0377 specially.
8211 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
8213         * cus-start.el: Add customization info for
8214         read-buffer-completion-ignore-case.
8216 2008-07-30  Sam Steingold  <sds@gnu.org>
8218         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8220 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8222         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8223         (vc-dir-mode): Improve docstring.
8225 2008-07-30  Juri Linkov  <juri@jurta.org>
8227         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8228         for the sake of isearch-mode-hook in dired-mode in dired.el.
8230 2008-07-19  Markus Triska  <markus.triska@gmx.at>
8232         * image-mode.el (image-mode): Set image-mode-text-map when image
8233         cannot be displayed.
8235 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
8237         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8238         ada-xref-set-default-prj-values.
8239         (ada-prj-display-page): Ditto.
8241         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8242         (ada-make-filename-from-adaname): Fix free variable.
8244 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8246         * vc-git.el (vc-git-status-printer): Synchronize with the default.
8248 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
8250         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8251         for declarations inside a parenthetical list.  The code is ill-advised,
8252         and doesn't work given user defined types.
8253         (verilog-set-auto-endcomments): Enhance function automatic
8254         endcomment to support functions that return user defined types.
8255         (verilog-mode): Add code to tell which-function-mode minor mode
8256         that Verilog supports this feature.
8257         (verilog-beg-block-re-ordered, verilog-indent-re)
8258         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8259         (verilog-leap-to-head): Support the new virtual and/or protected
8260         tasks, as well as extern declarations of tasks for indenting and
8261         for forward/backward expression.
8263 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
8265         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8266         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
8267         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8268         (verilog-string-replace-matches): Avoid recursion with small
8269         replacements.
8270         (verilog-auto-inst-param-value, verilog-mode-version)
8271         (verilog-mode-version-date, verilog-read-inst-param-value)
8272         (verilog-auto-inst, verilog-auto-inst-param)
8273         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8274         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
8275         David Rogoff.  This allows parameters to be replaced with their
8276         values, on the expansion of an AUTOINST with Verilog 2001 style
8277         parameter settings.
8279 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
8281         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8282         to `cddr'.
8284 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
8286         * Makefile.in (ELCFILES): Add mairix.elc.
8288 2008-07-29  David Engster  <deng@randomsample.de>
8290         * net/mairix.el: New file.
8292 2008-07-29  Juri Linkov  <juri@jurta.org>
8294         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8295         instead of variable-pitch with bold and 1.2 height.
8297         * dired-aux.el (dired-do-async-shell-command): New command.
8299         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8300         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
8302 2008-07-29  Juri Linkov  <juri@jurta.org>
8304         * international/mule-cmds.el (ucs-names): New internal variable.
8305         (ucs-names): New function.
8306         (ucs-completions): New lazy completion variable.
8307         (read-char-by-name): New function.
8308         (ucs-insert): Replace interactive spec letter "s" with the call to
8309         `read-char-by-name'.
8311         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
8313         * replace.el (occur-read-primary-args):
8314         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8315         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8316         second arg of `read-regexp'.
8318         * dired-aux.el (dired-isearch-filenames): New user option.
8319         (dired-isearch-orig-success-function): New internal variable.
8320         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8321         (dired-isearch-success-function): New functions.
8322         (dired-isearch-filenames, dired-isearch-filenames-regexp):
8323         New commands.
8325         * dired.el (dired-insert-set-properties): Add new text property
8326         `dired-filename' to put on file names.
8327         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8328         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8329         Add menu items.
8330         (dired-mode): Add hook `dired-isearch-filenames-setup' to
8331         buffer-local `isearch-mode-hook'.
8333 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
8335         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8336         (ada-create-case-exception): Fix typo in docstring.
8337         (ada-no-auto-case): Return nil, not the docstring.
8338         (ada-indent-current): Reflow docstring.
8340         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8341         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8342         (ada-prj-load-from-file): Reflow docstring.
8343         (ada-prj-display-page): Fix typo in widget.
8345         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8346         Fix typos in docstrings.
8348         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8349         (ada-compile-current, ada-check-current, ada-run-application)
8350         (ada-get-ali-file-name): Fix typos in docstrings.
8351         (ada-xref-confirm-compile, ada-find-references)
8352         (ada-find-local-references, ada-find-any-references): Doc fixes.
8353         (ada-get-all-references): Fix typo in error message.
8354         (ada-xref-current-project): Use `let', not `let*'.
8355         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8357 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8359         * whitespace.el (whitespace-newline): Change initialization to have a
8360         low contrast relative to the background color.  Suggested by David
8361         Reitter <david.reitter@gmail.com>.
8363 2008-07-28  Juri Linkov  <juri@jurta.org>
8365         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8366         New functions.
8368         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8369         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
8371 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
8373         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8374         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8376 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
8378         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8379         Add support for add-log.
8380         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8382         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8383         (ada-prj-save): Prompt for file name if not given.
8384         (ada-prj-display-page): Display casing exceptions.
8386         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8387         Ada mode project files.  Delete 'main_unit' project variable;
8388         only need 'main'.  Simplify handling of default project values.
8389         Use cross-prefix consistently.
8390         (ada-find-executable): Throw error if not found.
8391         (ada-initialize-runtime-library): Improve error handling when
8392         gnatls not found.
8393         (ada-gnat-parse-gpr): New.
8394         (ada-treat-cmd-string): Allow process environment variables.
8395         (ada-xref-set-default-prj-values): Delete; replace with
8396         ada-default-prj-properties.
8397         (ada-parse-prj-file): Handle GNAT project files.
8398         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8399         (ada-select-prj-file): New.
8400         (ada-get-absolute-dir-list): Allow project and environment variables.
8402 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
8404         Sync with Tramp 2.1.14.
8406         * net/tramp.el (tramp-perl-directory-files-and-attributes)
8407         (tramp-get-device): Make device number a cons cell.
8408         (tramp-convert-file-attributes): Make inode a cons cell.
8410         * net/trampver.el: Update release number.
8412 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8414         * faces.el (face-set-after-frame-default): Treat 'ns as all other
8415         window systems.
8417 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8419         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8421 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8423         Remove support for Mac Carbon.
8424         * term/mac-win.el: Remove file
8425         * international/mule-cmds.el:
8426         * version.el:
8427         * startup.el:
8428         * simple.el:
8429         * mwheel.el:
8430         * mouse.el:
8431         * loadup.el:
8432         * isearch.el:
8433         * info.el:
8434         * frame.el:
8435         * faces.el:
8436         * disp-table.el:
8437         * cus-start.el:
8438         * cus-face.el:
8439         * cus-edit.el:
8440         * Makefile.in: Remove code for Carbon.
8442 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
8444         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8445         bindings for functions deleted by Dan N. 2008-07-21.  Set
8446         where-is-preferred-modifier.  Add show-manual option to Help menu.
8448 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
8450         * net/tramp.el (tramp-handle-start-file-process):
8451         Set query-on-exit flag.  Kill temporary buffer.
8452         (tramp-process-sentinel): Remove defun.
8453         (tramp-do-copy-or-rename-file-out-of-band)
8454         (tramp-maybe-open-connection): Don't call it.
8456         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8457         `tramp-process-sentinel'.
8459         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8460         `tramp-process-sentinel'.
8462         * net/xesam.el (xesam-from): Remove defvar.
8463         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
8464         and `mode-line-position'.
8465         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
8466         information to the widgets.  Don't set `mode-line-position'.
8467         (xesam-refresh-search-buffer): Correct hit number computing.
8468         Don't set `mode-line-position'.
8469         (xesam-new-search): Add debug information to the mode line.
8471 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8473         * diff-mode.el (diff-show-trailing-blanks): Renamed to
8474         diff-show-trailing-whitespaces.
8476 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8478         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8479         invalid filename strings when parsing tex errors (bug#376).
8481 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
8483         * menu-bar.el (menu-bar-file-menu): Fix typo.
8485 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8487         * play/solitaire.el (solitaire-mode-map): Define within defvar.
8488         (solitaire-mode): Define with `define-derived-mode'.
8489         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8490         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8491         (solitaire-undo, solitaire-check): Use `when'.
8492         (solitaire-solve): Err out if the solitaire is already in progress.
8493         Use `when'.
8495         * descr-text.el (describe-char): Don't overwrite local variable char
8496         when describing characters with display-table entries.  Display font
8497         backend when describing composed characters.  Simplify: use `let'
8498         instead of `let*', and `or x y' instead of `if x x y'.
8500 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8502         * image-mode.el (image-minor-mode): Set up winprops.
8504 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8506         * diff-mode.el (diff-show-trailing-blanks): New fun.
8507         Show trailing blanks in modified lines for diff-mode.
8509 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
8511         * Makefile.in (ELCFILES): Add net/xesam.el.
8513         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8514         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
8516         * net/xesam.el: New file.
8518 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
8520         * dired-aux.el (dired-copy-file-recursive): Avoid calling
8521         set-file-modes when creating target directories.
8523 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
8525         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8526         Set `show-trailing-whitespace' to nil.
8527         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8528         Fix typos in docstrings.
8530 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
8532         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8533         key remapping, not directly.
8535 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8537         * whitespace.el: New version 11.2.
8538         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8539         minor mode visualization.
8541 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8543         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8545         * Makefile.in (ELCFILES): Add term/common-win.elc.
8547         * vc-dir.el (vc-dir-search, vc-dir-isearch)
8548         (vc-dir-isearch-regexp): New functions.
8549         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8551 2008-07-23  Juri Linkov  <juri@jurta.org>
8553         * isearch-multi.el: Remove file to avoid dos file name clashes
8554         with isearch-x.el.  Move most content to misearch.el.
8556         * misearch.el: New file with most content from isearch-multi.el.
8557         Rename `isearch-buffers' name prefixes to `multi-isearch'.
8558         Remove `isearch-buffers-minor-mode'.  Add new function
8559         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
8560         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8561         `multi-isearch-files', `multi-isearch-files-regexp'.
8563         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
8565         * isearch.el (isearch-message-prefix): Display "Multi" when
8566         `multi-isearch-next-buffer-current-function' is non-nil.
8567         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8568         with `multi-isearch-next-buffer-current-function', and
8569         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8571         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8572         `multi-isearch-next-buffer-function' instead of
8573         `isearch-buffers-next-buffer-function'.  Remove call to
8574         `isearch-buffers-minor-mode'.
8576         * buff-menu.el (Buffer-menu-marked-buffers)
8577         (Buffer-menu-isearch-buffers)
8578         (Buffer-menu-isearch-buffers-regexp): New functions.
8579         (Buffer-menu-mode-map): Bind "M-s a C-s" to
8580         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8581         `Buffer-menu-isearch-buffers-regexp'.
8582         (Buffer-menu-mode): Document new commands in docstring.
8583         (list-buffers-noselect): Add one space after Info file name
8584         according to the Info address convention.
8586         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8587         New functions.
8589         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8590         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8591         (ibuffer-mode): Document new commands in docstring.
8593         * filesets.el (filesets-commands): Add commands for "Isearch" and
8594         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
8595         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8596         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8597         or `multi-isearch-files-regexp'.
8598         (filesets-cmd-query-replace-getargs): Call standard function
8599         `query-replace-read-args' to read `query-replace' arguments.
8600         Add `multi-query-replace-map'.
8601         (filesets-cmd-query-replace-regexp-getargs)
8602         (filesets-cmd-isearch-getargs): New functions.
8604 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8606         * international/mule.el (recode-region): Deactivate mark at the end.
8608 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>
8610         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8611         Use more suitable colors on dark displays.
8613 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8615         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8616         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8617         (tramp-temp-buffer-name): New defconst.
8618         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8619         command.  No trailing prompt.
8620         (tramp-process-sentinel): Remove temporary buffer, if existing.
8621         Don't handle trailing prompt.
8622         (tramp-open-connection-setup-interactive-shell):
8623         Use `tramp-temp-buffer-name'.
8625 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8627         * shell.el (shell-dynamic-complete-functions):
8628         Use comint-dynamic-complete-filename as well (bug#361).
8630 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8632         * term/ns-win.el:
8633         * version.el (emacs-version):
8634         * loadup.el:
8635         * frame.el (make-frame-on-display): Check for ns instead of
8636         ns-windowing.
8638         * dired.el (dired-mode-map): Show the key binding for wdired.
8640         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8641         exiting Emacs.
8643 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8645         * term/ns-win.el (x-list-fonts): Drop alias.
8647 2008-07-23  Juri Linkov  <juri@jurta.org>
8649         * replace.el (multi-query-replace-map): New variable.
8650         (perform-replace): Add processing of new multi-buffer keys bound
8651         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8652         if last input char was `automatic-all'.  Set new local variable
8653         `multi-buffer' to t when one of new two keys were typed.  Return
8654         non-nil value of `multi-buffer' that tells to calling functions
8655         to continue replacement on the next file.
8657         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8658         `perform-replace' to `multi-query-replace-map'.
8660 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8662         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8663         otherwise displayed in every buffer.
8665         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8666         (vc-arch-trim-one-revlib): Delete temp directories as well.
8668 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8670         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8672 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8674         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8676 2008-07-22  Miles Bader  <miles@gnu.org>
8678         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8679         (sh-mode-map): Remove remapping of newline-and-indent.
8681 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8683         * vc.el (Todo): Update.
8685         * vc-hooks.el: Remove obsolete comment.
8687         * vc-git.el (vc-git-status-printer): Update the directory display
8688         to match the default.
8690         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8692 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8694         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8695         for "word wrap" command.
8697         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8699 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8701         * term/ns-win.el: Rename ns- functions/variables to the
8702         corresponding x- versions.
8703         (x-select-text, x-cut-buffer-or-selection-value)
8704         (x-disown-selection-internal, x-get-selection-internal)
8705         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8706         (x-display-mm-width, x-display-mm-height)
8707         (x-display-backing-store, x-display-save-under)
8708         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8709         defaliases.
8711         * frame.el (ns-display-name): Remove declaration.
8712         (make-frame-on-display): Use x-display-name instead
8713         ns-display-name.  Use unless.
8715         * startup.el (command-line-1): Fix indentation.
8717         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8718         checked in inadvertently.
8720 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8722         * term/ns-win.el: Standardize references to "Nextstep" in
8723         comments, messages, and docstrings.
8724         (ns-handle-args, x-parse-geometry)
8725         (ns-extended-platform-support-mode, x-setup-function-keys)
8726         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8727         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8728         (ns-initialized, ns-initialize-window-system): Doc fixes.
8730 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8732         * diff-mode.el (diff-auto-refine): Delete defcustom.
8733         (diff-auto-refine-mode): New func/var via define-minor-mode.
8734         Update var ref to use diff-auto-refine-mode.
8735         * smerge-mode.el (diff-mode): Require when compiling.
8736         (smerge-auto-refine): Delete defcustom.
8737         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8739 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8741         * simple.el (visual-line): New custom group.
8742         (visual-line-fringe-indicators): New var.
8743         (visual-line-mode): Set fringe-indicator-alist based on
8744         visual-line-fringe-indicators.  Add lighter.
8746 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8748         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8749         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8750         (x-handle-geometry, x-handle-name-switch, x-display-name)
8751         (x-handle-display, x-handle-args, x-colors): Move ...
8752         * term/common-win.el: ... here.  New file.
8753         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8754         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8755         (x-handle-geometry, x-handle-name-switch, x-display-name)
8756         (x-handle-display, x-handle-args, x-colors): Remove.
8757         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8759 2008-07-19  Juri Linkov  <juri@jurta.org>
8761         * startup.el (fancy-startup-text): Move the line "To quit
8762         a partially entered command, type Control-g" a few lines below
8763         to be after the line "To start".  Add text "at gnu.org" to
8764         "Overview of Emacs features".
8766         * dired.el (dired-mode-map): Fix menu text of
8767         image-dired-display-thumbs.
8769         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8770         (image-dired-cmd-create-temp-image-options)
8771         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8772         ImageMagick command line to change the dimensions of the image
8773         only if its width or height exceeds the geometry specification.
8775         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8777         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8778         to docstrings.
8780 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8782         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8783         Vinicius Jose Latorre.
8785 2008-07-19  Glenn Morris  <rgm@gnu.org>
8787         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8788         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8790 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8792         * net/dbus.el (dbus-interface-properties): New defconst.
8793         (dbus-introspect): Update docstring.
8794         (dbus-introspect-xml, dbus-introspect-get-attribute)
8795         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8796         (dbus-introspect-get-interface-names)
8797         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8798         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8799         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8800         (dbus-introspect-get-property)
8801         (dbus-introspect-get-annotation-names)
8802         (dbus-introspect-get-annotation)
8803         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8804         (dbus-introspect-get-signature, dbus-get-property)
8805         (dbus-set-property, dbus-get-all-properties): New defuns.
8807 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8809         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8810         ns-grabenv.elc.
8812         * ns-carbon-compat.el: File removed.
8814         * ns-grabenv.el: File removed.
8816         * term/ns-win.el: Contents of ns-carbon-compat.el and
8817         ns-grabenv.el moved here.
8818         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8819         (ns-submit-bug-report): Function removed.  Reports go to the main
8820         Emacs bug list.
8821         (ns-handle-args, ns-spi-service-call): Doc fixes.
8822         (info-ns-emacs): Function removed.  Nextstep port manual will be
8823         merged into the Emacs manual, so no separate link needed.
8825 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8827         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8829 2008-07-18  Glenn Morris  <rgm@gnu.org>
8831         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8832         to XEmacs, since it does nothing for Emacs.
8834 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8836         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8837         BUFFER that is a string but does not exist as a buffer object, as
8838         mentioned in the doc-string.
8840 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8842         * simple.el (line-move-visual): Make it a defcustom.
8843         (line-move-1): Convert temporary-goal-column back to an integer if
8844         it was set as a float by a previous call to line-move-visual.
8845         (end-of-visual-line, beginning-of-visual-line)
8846         (next-logical-line, previous-logical-line): New functions.
8848 2008-07-17  David Reitter  <david.reitter@gmail.com>
8850         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8851         functions.
8852         (visual-line-mode, global-visual-line-mode): New minor mode.
8853         (visual-line-mode-map): New variable.
8855 2008-07-17  Glenn Morris  <rgm@gnu.org>
8857         * term/ns-win.el (parameters): Declare for compiler.
8859 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8861         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8862         for Windows.
8864 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8866         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8867         (epa-key-mode): Ditto.
8868         (epa-info-mode): Ditto.
8870 2008-07-17  Glenn Morris  <rgm@gnu.org>
8872         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8873         (ns-handle-numeric-switch): Just call ns-handle-switch.
8874         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8875         (ns-handle-args): Simplify using `pop'.
8876         (ns-display-name): Define (used in frame.el).
8877         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8878         original definition.
8879         (ns-perform-service): Declare.
8880         (ns-save-preferences): Use fewer `let's.
8882         * frame.el (ns-display-name): Declare for compiler.
8884 2008-07-17  Kenichi Handa  <handa@m17n.org>
8886         * descr-text.el (describe-char-unidata-list): Initialize to the
8887         list of name, general-category, decomposition, and old-name.
8889 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8891         * startup.el (command-line-1): Update processing of NS long options to
8892         mimic recent changes to processing of X long options.
8894 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8896         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8897         list of #defines for remote files.
8898         (gdb-source-info): Only show main if it has been found.
8900 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * term/ns-win.el: Require CL; fix up comment style; reindent.
8903         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8904         (ns-save-preferences): Use `case'.
8905         (ns-initialize-window-system): Use `dolist'.
8907 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8909         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8910         windowing is used.
8911         * term/ns-win.el (ns-extended-platform-support-mode):
8912         Correct/improve documentation.
8914 2008-07-16  Glenn Morris  <rgm@gnu.org>
8916         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8917         Simply require 'cl (see comment in cl-compat.el).
8918         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8919         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8920         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8921         directly rather by subterfuge.  Provide cl before loading cl-macs.
8923         * paths.el (rmail-spool-directory): Remove settings for systems that are
8924         no longer supported.
8926         * frame.el (ns-initialize-window-system): Declare for compiler.
8928         * term/ns-win.el: Add numerous declarations for compiler.
8929         (ns-pop-up-frames): Move definition before use.  Doc fix.
8931         * emacs-lisp/check-declare.el (check-declare-locate)
8932         (check-declare-verify): Handle .m files.
8934 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8936         * ns-carbon-compat.el: New file: user-visible compatibility of
8937         NeXTstep port with Carbon port.
8938         * ns-grabenv.el: New file: functionality useful on OS X platform to
8939         expose environment variables inside Emacs started from icon.
8940         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8941         * cus-edit.el:
8942         * cus-face.el:
8943         * disp-table.el:
8944         * faces.el:
8945         * info.el:
8946         * mouse.el:
8947         * mwheel.el:
8948         * simple.el: Add ns to window systems treated as GUIs.
8949         * facemenu.el (facemenu-read-color): Don't require a name match under
8950         NS, to allow numeric color entry.
8951         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8952         'ns window system if need be.
8953         (various): Add 'ns as described above.
8954         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8955         ns-windowing is active.
8956         * startup.el (command-line-ns-option-alist): New constant to handle NS
8957         windowing system specific command line args analogous to how they are
8958         handled for X windows.
8959         (command-line-1): Use the above where appropriate.
8960         * version.el: Add NS port version.
8961         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8962         Darwin (usually OS X) systems.
8963         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8964         * emulation/viper-util.el (ns-display-color-p)
8965         (ns-color-defined-p): Remove these (caustically-commented) outdated
8966         compensations for a port that was never itself integrated until now.
8967         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8968         for NS window system.
8969         * international/mule-cmds.el: Add 'ns to list of special-cased window
8970         systems (probably most of these, x/w32/mac/ns could be changed to
8971         window-system non-nil).
8972         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8974 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8976         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8977         (x-handle-numeric-switch, x-handle-initial-switch)
8978         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8979         (xw-defined-colors, w32-initialize-window-system):
8980         Avoid use of cl pop and push macros.
8982 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8984         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8985         error when change-log-search-file-name returns nil.
8987 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8989         * add-log.el (change-log-search-file-name):
8990         Use match-string-no-properties.
8991         (change-log-search-tag-name-1, change-log-search-tag-name)
8992         (change-log-goto-source-1, change-log-goto-source): New functions.
8993         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8994         New variables.
8995         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8997 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8999         * calc/calc-help.el (calc-describe-key): Add angles to special key
9000         descriptions.
9002 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9004         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
9005         search for regexp.
9007 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
9009         * simple.el (line-move-visual): Handle null pixel position gracefully.
9011 2008-07-11  Jason Rumney  <jasonr@gnu.org>
9013         * files.el (file-truename): Get truename of ancestors if file does
9014         not exist on Windows.
9016 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
9018         * simple.el (line-move-visual): Obey goal-column and no-error arg.
9019         (track-eol, temporary-goal-column, previous-line, next-line):
9020         Update docstring.
9021         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
9022         to nil.
9024 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * simple.el (line-move-visual): New var.
9027         (line-move-visual): New function.
9028         (line-move): Call line-move-visual.
9030 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9032         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
9033         pattern and add patterns for C++ header files.
9035 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
9037         * window.el (truncated-partial-width-window-p): New function.
9039         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
9041         * faces.el (x-create-frame-with-faces): Don't pass parameters that
9042         are set later to x-create-frame.
9043         (face-set-after-frame-default): Apply X resources for non-default
9044         faces.
9046 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
9048         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
9049         frame-specific X resource settings.  Set faces using a list of
9050         frame parameters explicitly passed to the calling
9051         function (e.g. make-frame).
9052         (x-create-frame-with-faces, tty-create-frame-with-faces):
9053         Supply explicit frame parameter list to face-set-after-frame-default.
9055 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9057         * net/browse-url.el (browse-url-default-browser):
9058         Fix argument list in lambda.
9060 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
9062         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
9063         from url-retrieve.
9064         (newsticker--sentinel-work): Fix xerror typo.
9066 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9068         * vc-dir.el (vc-dir-refresh): Only update files.
9070         * vc-git.el (vc-git--ls-files-state): Remove unused function.
9072         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
9074 2008-07-06  John Paul Wallington  <jpw@pobox.com>
9076         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9078 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
9080         * vc-git.el (vc-git-registered): Return true for removed files.
9081         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9082         all the files instead of one per file.
9083         (vc-git-previous-revision): Add support for project-wide previous
9084         revision when specified file is nil.
9086 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9088         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9090         * vc-dir.el (vc-dir-find-child-files): New function.
9091         (vc-dir-resync-directory-files): New function.
9092         (vc-dir-recompute-file-state): New function, broken out of ...
9093         (vc-dir-resynch-file): ... here.  Also deal with directories.
9094         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9095         (vc-resynch-buffer): Use it.
9097         * vc-hg.el (vc-hg-registered): Do not set vc-state.
9099         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9101 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
9103         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9104         if it's not part of gdb-ui, e.g, at start.
9106         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9107         filenames in stack trace (text command mode).
9109 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9111         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9113         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9114         Use syntax-ppss on a position *before* the char we want to change.
9116 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
9118         * vc-dir.el (vc-dir-query-replace-regexp): New function.
9119         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9120         (vc-dir-mode-map): Likewise.
9122 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
9124         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
9125         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
9126         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
9127         Remove spurious * in defcustom docstrings.
9129         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
9130         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
9131         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
9132         (default-justification): Remove spurious * in defcustom docstrings.
9134         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
9135         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
9136         (rst-compare-decorations, rst-default-indent, rst-update-section)
9137         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
9138         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
9139         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
9140         Fix typos in docstrings.
9141         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
9142         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
9143         (rst-get-decorations-around, rst-section-tree-point)
9144         (rst-font-lock-adornment-point): Reflow docstrings.
9145         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
9146         Doc fixes.
9147         (rst-re-enumerations): Comment out.
9149         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
9150         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
9151         (nxml-unicode-block-char-name-set):
9152         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
9153         * nxml/rng-nxml.el (rng-set-state-after):
9154         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9156         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
9157         (rng-c-parse-annotation-body):
9158         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
9160         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
9161         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
9162         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
9163         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
9164         Fix typos in docstrings.
9165         (nxml-attribute-indent): Reflow docstring.
9166         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
9167         (nxml-default-buffer-file-coding-system): Doc fixes.
9169         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
9170         (nxml-ns-set-prefix): Fix typos in docstrings.
9171         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9172         Reflow docstring.
9173         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9175         * nxml/nxml-outln.el (nxml-hide-all-text-content)
9176         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9177         (nxml-hide-direct-text-content, nxml-hide-subheadings)
9178         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9179         (nxml-outline-display-rest, nxml-outline-set-overlay)
9180         (nxml-section-tag-forward, nxml-section-tag-backward)
9181         (nxml-back-to-section-start): Fix typos in docstrings.
9183         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9184         Doc fixes.
9186         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9187         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9188         (nxml-scan-after-change): Fix typo in docstring.
9190         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9191         (rng-name-class-possible-names): Doc fixes.
9192         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9193         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9194         Fix typos in docstrings.
9195         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9196         Reflow docstrings.
9198         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9199         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9201         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9202         (rng-xsd-convert-date-time): Reflow docstrings.
9203         (rng-xsd-compile): Fix typo in docstring.
9205         * nxml/rng-loc.el (rng-current-schema-file-name)
9206         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9207         Doc fixes.
9208         (rng-set-schema-file): Fix typo in docstring.
9210         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9211         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9212         Fix typos in docstrings.
9213         (rng-message-overlay, rng-conditional-up-to-date-start)
9214         (rng-conditional-up-to-date-end): Doc fixes.
9215         (rng-next-error, rng-previous-error): Reflow docstrings.
9217         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9218         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9219         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9220         (xmltok-merge-attributes): Fix typos in docstrings.
9221         (xmltok-make-attribute, xmltok-forward-special)
9222         (xmltok-get-declared-encoding-position): Reflow docstrings.
9224         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9225         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9226         Fix typos in docstrings.
9228 2008-07-02  John Paul Wallington  <jpw@pobox.com>
9230         * ibuffer.el (ibuffer-buffer-file-name):
9231         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
9232         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
9234 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9236         * files.el (backup-extract-version): Handle versioned directories.
9237         (trash-directory): New variable.
9238         (move-file-to-trash): New function.
9240         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9242 2008-07-02  Magnus Henoch  <mange@freemail.hu>
9244         * vc-git.el (vc-git-annotate-command): Use proper option for
9245         specifying revision.
9247 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9249         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9250         if available.
9252 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
9254         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9256         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9257         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9259         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9261 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
9263         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9264         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
9265         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9266         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9267         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9268         (gdb-stack-list-locals-regexp): Future proof regexps better.
9270 2008-06-30  Juri Linkov  <juri@jurta.org>
9272         * faces.el (face-name-history): New variable.
9273         (make-face, make-empty-face): Replace interactive spec "S"
9274         with `read-from-minibuffer' where `read' arg is t and
9275         `hist' arg is `face-name-history'.
9276         (read-face-name): Set `hist' arg of `completing-read-multiple'
9277         to `face-name-history'.
9278         (list-faces-display): Use `read-regexp' instead of `read-string'
9279         to read regexp.
9281         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9282         to `regexp-history'.
9283         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9284         make it an obsolete alias to it.
9285         (hi-lock-face-defaults): New variable renamed from
9286         `hi-lock-face-history'.
9287         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9288         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9289         `read-from-minibuffer'.  Doc fix.
9290         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9291         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
9292         Set `hist' arg of `completing-read' to `face-name-history'.
9293         Put a list of default faces to `default' arg instead of `hist' arg.
9295         * bindings.el (abbrev-map, narrow-map): New variables.
9296         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9297         Rebind related commands to these new maps.
9298         (ctl-x-r-map): New variable for rectangle, register and bookmark
9299         keys.  Move rectangle keybindings to rect.el and register
9300         keybindings to register.el.
9301         (next-buffer, previous-buffer): Remove C-x prefix and move
9302         keybindings to ctl-x-map.
9304         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9305         to the new map `ctl-x-r-map' in autoload cookies.
9307         * expand.el: Rebind two global `C-x a' keys "n", "p"
9308         to the new map `abbrev-map' in autoload cookies.
9310         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9312         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9314 2008-06-30  Miles Bader  <miles@gnu.org>
9316         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9317         after processing an escape sequence.
9319 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
9321         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9322         from 2008-06-28.  It does not work on W32.
9324 2008-06-29  Juri Linkov  <juri@jurta.org>
9326         * replace.el (read-regexp): New function.
9327         (keep-lines-read-args, occur-read-primary-args):
9328         Call `read-regexp' instead of code moved to new function.
9329         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9330         from the end of prompt.
9331         (replace-re-search-function): Doc fix.
9333 2008-06-29  Kenichi Handa  <handa@m17n.org>
9335         * descr-text.el (describe-char-display): Always return a string.
9336         (describe-char-padded-string): New function.
9337         (describe-char): Adjusted for the change of
9338         describe-char-display.  Use describe-char-padded-string.
9340 2008-06-29  Andreas Schwab  <schwab@suse.de>
9342         * vc-dir.el (vc-dir): Make backend argument optional and use
9343         vc-responsible-backend when nil.  Interactively pass nil for
9344         backend instead of using the backend of what happens to be
9345         default-directory at the time of the call.
9347         * find-dired.el (find-dired-filter): Preserve point.
9349 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
9351         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9352         (sasl-find-mechanism, sasl-next-step):
9353         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9354         (sasl-ntlm-response): Fix typos in docstrings.
9356 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
9358         * international/mule-cmds.el (view-hello-file): Doc fix.
9360 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
9362         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9363         (set-face-attribute, face-set-after-frame-default)): Don't use it.
9365 2008-06-28  John Paul Wallington  <jpw@pobox.com>
9367         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
9369 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
9371         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9372         (tramp-convert-file-attributes): Convert symlinks only when
9373         returned from `tramp-handle-file-attributes-with-stat'.
9375         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9376         `substitute-in-file-name' when unloading.
9377         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9379 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
9381         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9382         (vc-string-prefix-p): Move function ...
9383         * vc.el (vc-string-prefix-p): ... here.
9385 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9387         * vc-dir.el (vc-dir): Complete only directory names.
9389 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9391         * w32-fns.el (top-level): Unconditionally define all charsets.
9393 2008-06-27  Alan Mackenzie  <acm@muc.de>
9395         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9396         the CC Mode specific functions; this is no longer needed, since
9397         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9399         * progmodes/cc-defs.el (c-emacs-features): New feature
9400         'argumentative-bod-function.
9402 2008-06-27  John Paul Wallington  <jpw@pobox.com>
9404         * chistory.el (list-command-history): Use `bound-and-true-p'.
9405         (command-history-map): Define within defvar.  Add docstring.
9407 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9409         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9410         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
9411         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9412         (image-type-from-buffer): Use `looking-at-p'.
9414 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9416         * ibuf-ext.el (diff-sentinel): Declare.
9418 2008-06-27  Glenn Morris  <rgm@gnu.org>
9420         * calendar/lunar.el (calendar-lunar-phases): Rename from
9421         calendar-phases-of-moon.  Keep old name as alias, update callers.
9422         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
9423         (diary-lunar-phases): Rename from diary-phases-of-moon.
9424         Keep old name as alias.
9425         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9426         (cal-menu-global-mouse-menu): Update for lunar name changes.
9427         * calendar/calendar.el (calendar-mode-map): Update for name change.
9428         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9430 2008-06-26  Glenn Morris  <rgm@gnu.org>
9432         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9433         argument `nolocation'.
9434         (calendar-sunrise-sunset-month): New function.
9435         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9436         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
9437         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9438         * calendar/calendar.el (solar-sunrises-buffer): New constant.
9439         (calendar-mode-map): Use cal-menu-sunmoon-menu.
9440         (calendar-buffer-list): Add solar-sunrises-buffer.
9442         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9444 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9446         * cus-start.el: Add customization types for word-wrap and
9447         shift-select-mode.
9449 2008-06-26  John Paul Wallington  <jpw@pobox.com>
9451         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9452         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
9453         (ibuffer-mark-on-buffer): Don't display message when removing marks.
9454         (ibuffer-mark-by-mode): Use `buffer-local-value'.
9456 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9458         * vc-dir.el (tool-bar): Require.
9460         * vc.el (ewoc, tool-bar): Do not require.
9462 2008-06-26  Kenichi Handa  <handa@m17n.org>
9464         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9465         characters.
9467         * composite.el (terminal-composition-base-character-p): New function.
9468         (terminal-composition-function):
9469         Use terminal-composition-base-character-p.  Include the base character
9470         in the composition.
9471         (auto-compose-chars): Don't check font-object for terminal display.
9473 2008-06-26  Glenn Morris  <rgm@gnu.org>
9475         * doc-view.el (bookmark-make-record-default):
9476         * image-mode.el (bookmark-make-record-default): Fix declaration.
9478         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9479         Add default :value for sexp type.
9480         (calendar-month-edges): New variable.
9481         (calendar-month-edges): New function.
9482         (calendar-recompute-layout-variables): Set calendar-month-edges.
9483         (calendar-intermonth-header, calendar-intermonth-text): New options.
9484         (calendar-insert-at-column): New function.
9485         (calendar-generate-month): Use calendar-insert-at-column.
9486         Handle intermonth text.  Add 'date property.
9487         (calendar-column-to-month): Remove function.
9488         (calendar-column-to-segment): New function.
9489         (calendar-cursor-to-date): Use calendar-column-to-segment.
9490         Check 'date property.
9492         * calendar/calendar.el (calendar-print-other-dates):
9493         Handle mouse events.
9494         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9495         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9497         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9498         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9499         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9501         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9502         Use calendar-column-to-segment, calendar-month-edges, and
9503         the 'date property to handle intermonth text.
9505         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9507         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9508         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9509         Add doc strings.
9510         (cal-menu-context-mouse-menu): Add some :keys.
9511         (calendar-check-holidays): Declare rather than autoloading.
9512         (diary-show-holidays-flag): Remove unneeded declaration.
9514         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9515         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9516         event-start is nil.
9518 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * minibuffer.el (completion-basic-try-completion): Use the text after
9521         point to constrain the completion candidates.
9522         (completion-basic-all-completions): Adjust accordingly.
9524 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9526         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9527         courier.
9529         * faces.el (set-face-attribute): Doc fix.
9531 2008-06-25  Juri Linkov  <juri@jurta.org>
9533         * bindings.el (goto-map): New variable.  Rebind goto-related
9534         commands to this `M-g' prefix keymap.
9535         (search-map): New variable for `M-s' prefix keymap.
9536         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9537         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9538         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9539         `M-shw' to `hi-lock-write-interactive-patterns'.
9541         * isearch.el (isearch-mode-map): Bind `M-s h r' to
9542         `isearch-highlight-regexp'.
9543         (isearch-highlight-regexp): New function.
9545 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * info.el (Info-bookmark-make-record):
9548         Use bookmark-make-record-default.
9549         (Info-bookmark-jump): Use bookmark-default-handler.
9551         * image-mode.el (image-bookmark-make-record):
9552         Use bookmark-make-record-default.
9553         (image-bookmark-jump): Use bookmark-default-handler.
9555         * doc-view.el (doc-view-bookmark-make-record):
9556         Use bookmark-make-record-default.
9557         (doc-view-bookmark-jump): Use bookmark-default-handler.
9559         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9560         used until now in bookmark.el's code.
9561         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9562         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9563         used until now in bookmark.el's code.
9564         (bookmark-set-filename): Remove special code, moved to its only caller.
9565         (bookmark-store): Use the newer format.
9566         (bookmark-make-record-default): Add arg `point-only'.
9567         Rename from bookmark-make-record-for-text-file.
9568         (bookmark--jump-via): New function.
9569         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9570         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9571         Use it.
9572         (bookmark-jump-noselect, bookmark-default-handler):
9573         Don't return an alist, instead return the data implicitly by changing
9574         current buffer and point.  Signal an error if the file doesn't exist.
9576         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9577         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9579         * bs.el: Use with-current-buffer.  Simplify.
9580         (bs-toggle-readonly): Avoid vc-toggle-read-only.
9582         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9583         is bound before using it.
9585 2008-06-25  Kenichi Handa  <handa@m17n.org>
9587         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9589 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
9591         * vc-hg.el:
9592         * vc-git.el: Require vc-dir when compiling.
9594         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9595         vc-dir-marked-only-files.  Change the return value.
9596         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9597         Change the return value.
9598         (vc-dir-deduce-fileset): New function broken out from ...
9599         * vc.el (vc-deduce-fileset): ... here and ...
9600         (vc-deduce-fileset): ... here.
9602         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9603         (vc-svn-parse-status): Do not set the vc-backend property.
9605 2008-06-25  Andreas Schwab  <schwab@suse.de>
9607         * faces.el (face-font-family-alternatives, variable-pitch):
9608         Use "Sans Serif", not "Sans-Serif".
9610 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9612         * faces.el (face-font-family-alternatives, variable-pitch):
9613         Change "Sans" to the canonical name "Sans-Serif".
9615 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9617         * calc/calc.el (calc-mode-map): Add extra keybindings to
9618         `calc-missing-key'.
9619         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9620         `kill-ring-save'.
9622 2008-06-24  Miles Bader  <miles@gnu.org>
9624         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9625         pops up the menu but doesn't select anything.
9627 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9629         * add-log.el (add-change-log-entry): Add new arg to force each new
9630         entry to be on a new line.
9631         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9633         * vc-dir.el (vc-client-object): Remove.
9634         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9635         use it when looking for a buffer.
9636         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9637         Don't create a client object.  Move bindings ...
9638         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9639         (vc-dir-revert-buffer-function): New function.
9640         (vc-generic-status-printer): Rename to ...
9641         (vc-dir-status-printer): ... this.
9642         (vc-generic-state, vc-generic-status-fileinfo-extra)
9643         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9644         (vc-default-status-printer): Use a different face for
9645         directories.  Don't display any text for directories in the state
9646         column.  Add tooltips.
9648         * vc.el (Todo): Update.
9650         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9651         * vc-rcs.el (vc-annotate-convert-time):
9652         * vc-mtn.el (vc-annotate-convert-time):
9653         * vc-git.el (vc-annotate-convert-time):
9654         * vc-cvs.el (vc-annotate-convert-time):
9655         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9657 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9659         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9660         instead of using view-mode.
9662 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9664         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9666 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9668         * vc.el:
9669         * vc-hooks.el:
9670         * vc-dispatcher.el: Move vc-dir variables and functions ...
9671         * vc-dir.el: ... here.  New file.
9672         * Makefile.in (ELCFILES): Add vc-dir.elc.
9674         * vc.el: Move vc-annotate variables and functions ...
9675         * vc-annotate.el: ... here.  New file.
9676         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9678         * vc-dav.el: Move here from url/vc-dav.el.
9679         (Todo): Note work needed to make this backend functional.
9681         * Makefile.in (ELCFILES): Update vc-dav.el location.
9683 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9685         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9687 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9689         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9691         * textmodes/rst.el (rst-mode): Put docstring in right place.
9693 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9695         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9696         size for legibility.
9698         * faces.el (fixed-pitch): Use "Monospace" family.
9699         (variable-pitch): Use "Sans" family.
9700         (face-font-family-alternatives): Define alternatives for "Sans"
9701         and "Monospace".
9703 2008-06-21  Glenn Morris  <rgm@gnu.org>
9705         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9706         Require 'cl when compiling.
9708         * emacs-lisp/debug.el (help-xref-interned): Declare.
9710         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9711         Evaluate definition when compiling.
9713         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9714         rather than mouse-1.
9715         (bug-reference-url-format): Autoload safe if string.
9716         (bug-reference-bug-regexp): Make space after "bug" optional.
9718         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9719         for some non-GNU makes.
9721         * cus-dep.el (custom-dependencies-no-scan-regexp):
9722         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9724         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9725         increments.
9727         * calendar/calendar.el: Factor out the magic numbers controlling the
9728         calendar layout.
9729         (calendar-month-digit-width, calendar-month-width)
9730         (calendar-right-margin): New variables.
9731         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9732         New functions.
9733         (calendar-left-margin, calendar-intermonth-spacing)
9734         (calendar-column-width, calendar-day-header-width)
9735         (calendar-day-digit-width): New options.
9736         (calendar-first-date-row): New constant.
9737         (calendar-move-to-column, calendar-ensure-newline): New functions,
9738         replacing calendar-insert-indented.
9739         (calendar-insert-indented): Remove function.
9740         (calendar-generate-month): Use calendar-move-to-column and
9741         calendar-ensure-newline.  Use layout variables.
9742         (calendar-generate, calendar-update-mode-line)
9743         (calendar-font-lock-keywords): Use layout variables.
9744         (calendar-column-to-month): New function.
9745         (calendar-cursor-to-date): Use calendar-column-to-month.
9746         Use layout variables.
9747         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9748         Use layout variables.  Use calendar-column-to-month.
9749         (calendar-cursor-to-visible-date): Use layout variables.
9751 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9754         (all): Run compile-last.
9755         (compile-onefile): New target.
9756         (compile-first): Simplify.
9757         (compile-last): Don't treat COMPILE_FIRST specially.
9758         (COMPILE_FIRST): List the elc files rather than the el files.
9759         (ELCFILES): Update.
9761 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9763         * net/newst-treeview.el: Remove dead code.
9764         (newsticker--window-config): Remove.
9765         (newsticker-treeview-quit): Do not save window config.
9766         (newsticker-treeview): Do not try to restore window config.
9767         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9768         (newsticker--treeview-list-new-items)
9769         (newsticker--treeview-list-immortal-items)
9770         (newsticker--treeview-list-obsolete-items)
9771         (newsticker--treeview-list-all-items)
9772         (newsticker--treeview-list-feed-items): Fix documentation.
9774 2008-06-21  Miles Bader  <miles@gnu.org>
9776         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9778 2008-06-21  Alan Mackenzie  <acm@muc.de>
9780         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9781         infinite loop on invalid syntax.
9783 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9785         * textmodes/rst.el: Run rst-define-level-faces when loading.
9786         (rst-mode): Don't set the font-lock-multiline var.
9787         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9788         Set the font-lock-multiline property by hand.
9790         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9792         * Makefile.in (emacs-deps): Remove.
9793         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9794         (all): Use them.
9795         (autogen-clean): Remove.
9797 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9799         * Makefile.in (all): New target.
9800         (bootstrap-prepare): Remove.
9802         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9803         the .elc file to batch-byte-compile.
9805         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9806         set-keymap-parents if set-keymap-parent doesn't exist.
9808         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9809         Allow more than one space before the |.
9811         * textmodes/rst.el: Fix up docstring conventions.
9812         Move vars to before their first use.
9813         (rst-mode): Don't mess with font-lock-support-mode.
9814         (rst-suggest-new-decoration, rst-adjust-decoration):
9815         Avoid CL's copy-list.
9816         (rst-delete-entire-line): Use line-beginning-position.
9817         (rst-position): New fun.
9818         (rst-straighten-decorations): Use it instead of CL's position.
9819         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9820         (rst-toc-mode): Use define-derived-mode.
9821         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9822         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9823         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9824         (rst-replace-lines): Simplify.
9825         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9827         * simple.el (special-mode-map): New var.
9828         (special-mode): New major mode.
9830 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9832         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9833         log-view-file-re.
9835         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9836         (vc-switch-backend): Simplify.
9837         (Todo): Remove solved items.
9839         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9840         the vc-backend property.
9842 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9844         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9845         Bind inhibit-read-only since the buffer is always read-only.
9847 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9849         * net/newst-treeview.el (newsticker-treeview-own-frame):
9850         Change default value to nil.
9851         (newsticker--treeview-list-add-item)
9852         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9854 2008-06-20  Martin Blais  <blais@furius.ca>
9855             Stefan Merten  <smerten@oekonux.de>
9856             David Goodger  <goodger@python.org>
9858         * textmodes/rst.el: New file.
9860 2008-06-20  Sam Steingold  <sds@gnu.org>
9862         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9863         remove DIRECTORY entries.
9865 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9867         * makefile.w32-in (distclean): Depend on `clean'.
9868         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9869         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9870         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9871         empty cus-load.el with `echo', and include "Local Variables"
9872         section to prevent the empty file from being compiled.
9873         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9874         that generate an empty cus-load.el.
9876 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9878         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9879         Don't copy ldefs-boot.el over loaddefs.el.
9880         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9881         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9882         to loaddefs.el; they are not needed now.  Add coding cookie.
9884 2008-06-20  Miles Bader  <miles@gnu.org>
9886         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9887         Strip unnecessary list levels from SPECS.
9888         (buffer-face-set, buffer-face-toggle):
9889         Change argument from FACE to &rest SPECS, and strip unnecessary
9890         list levels from SPECS.
9891         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9893 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9895         * international/fontset.el (setup-default-fontset): Specify script
9896         for latin use of iso10646-1.  Fix use of lang tags.
9898 2008-06-19  Miles Bader  <miles@gnu.org>
9900         * face-remap.el (text-scale-increase): Start from zero if
9901         text-scale-mode isn't enabled.
9903 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9905         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9906         frame parameters after setting up the `default' face.
9908 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9910         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9912 2008-06-18  Glenn Morris  <rgm@gnu.org>
9914         * mouse.el (buffer-face-mode-invoke): Declare.
9916         * Makefile.in (ELCFILES): Add org/org-id.elc.
9918         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9919         * calendar/cal-menu.el (cal-menu-holidays-menu):
9920         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9921         (cal-menu-today-holidays): Remove function.
9923         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9924         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9925         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9926         Remove unused functions.
9927         (calendar-mouse-view-diary-entries): Use format rather than concat.
9929         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9930         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9931         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9933         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9934         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9935         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9936         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9937         cal-menu-event-to-date.
9939         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9940         Handle mouse events.
9941         * calendar/cal-tex.el (cal-tex-cursor-year)
9942         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9943         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9944         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9945         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9946         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9947         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9948         (cal-tex-cursor-month): Mark N as optional.
9949         * calendar/cal-menu.el (calendar-mouse-tex-day)
9950         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9951         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9952         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9953         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9954         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9955         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9956         Remove functions.
9957         (cal-menu-context-mouse-menu): Replace the above functions with the
9958         cal-tex versions.  Add HTML submenu.
9960 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9962         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9963         text command mode.
9964         (gdb): Explain that gud-gdb is needed for text command mode.
9966 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9968         * window.el (split-height-threshold): Remove spurious extra line.
9970 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9973         (calendar-set-mark):
9974         * calendar/diary-lib.el (diary-insert-entry):
9975         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9976         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9977         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9978         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9979         diary-insert-entry, and calendar-sunrise-sunset instead.
9981         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9982         (vc-next-action): Pass the new arg.
9983         (vc-register): Don't use `only-files'.
9984         Don't set `backup-inhibited' in the current buffer.
9986 2008-06-17  Miles Bader  <miles@gnu.org>
9988         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9990         * face-remap.el (buffer-face-mode-face)
9991         (buffer-face-mode-remapping): New variables.
9992         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9993         (buffer-face-mode-invoke): New functions.
9994         (variable-pitch-mode-remapping): Variable removed.
9995         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9997         * face-remap.el (internal-lisp-face-attributes): New variable.
9998         (face-attrs-more-relative-p, face-remap-order): New functions.
9999         (face-remap-add-relative): Use `face-remap-order'.
10001 2008-06-17  Glenn Morris  <rgm@gnu.org>
10003         * mouse.el (x-select-font): Declare.
10005         * calendar/calendar.el (calendar-move-hook):
10006         Add calendar-update-mode-line as an option.
10007         (calendar-date-echo-text): New user option.
10008         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
10009         (calendar-insert-indented): Simplify newline insertion.
10010         (calendar-describe-mode): Remove unused function.
10011         (calendar-mode-line-entry): New function.
10012         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
10013         Mark as risky.
10014         (calendar-mouse-other-month): Remove function.
10015         (calendar-other-month): Handle mouse events.
10016         (calendar-goto-info-node): Call fit-window-to-buffer.
10017         (calendar-mode): Use define-derived-mode.  Doc fix.
10018         (calendar-update-mode-line): Tweak whitespace.
10020 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10022         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
10023         (vc-dir-marked-only-files): vc-string-prefix-p.
10025 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
10027         * progmodes/gdb-ui.el (gdb-memory-set-address)
10028         (gdb-memory-set-repeat-count): Allow keyboard bindings.
10029         (gdb-memory-mode-map): Bind above functions respectively
10030         to 'S' and 'N'.
10032 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
10034         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
10036 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
10038         * log-view.el (vc-diff-internal): Declare for compiler.
10040         * vc-bzr.el (log-view-per-file-logs):
10041         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
10043 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
10045         * mouse.el (mouse-appearance-menu-map): New var.
10046         (mouse-appearance-menu): New function.
10047         Bind it to S-down-mouse-1.
10049 2008-06-15  Juri Linkov  <juri@jurta.org>
10051         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
10052         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
10053         as the second element.
10054         (Info-build-toc): Add PARENT element extracted from the Up pointer.
10055         Don't print progress messages.
10056         (Info-toc-nodes): New variable and function.
10057         (Info-index-nodes): Optimize non-string file name case.
10058         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
10059         (Info-insert-breadcrumbs): Use the cached document structure instead
10060         of visiting all ancestor nodes.  Remove the initial `>'.
10062 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10064         * log-view.el (log-view-diff-changeset): New function.
10065         (log-view-mode-map, log-view-mode-menu): Bind it.
10066         (log-view-per-file-logs, log-view-vc-fileset)
10067         (log-view-vc-backend): New variables.
10068         (log-view-find-revision, log-view-modify-change-comment)
10069         (log-view-annotate-version): Throw an error if the log is for more
10070         than one file and we can't find the current file.  Get the current
10071         file from log-view-vc-fileset if necessary.
10072         (log-view-diff): Get the current file from log-view-vc-fileset if
10073         necessary.
10075         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10077         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10078         (vc-hg-log-view-mode): Declare for compiler.
10079         (vc-hg-log-view-mode): Set log-view-per-file-logs and
10080         log-view-file-re.
10081         (vc-hg-diff): If no file is passed, use default-directory for cwd.
10083         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10085         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10087 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
10089         * net/tramp.el (tramp-handle-start-file-process):
10090         Clear modification time of the connection buffer.
10091         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10092         (tramp-open-connection-setup-interactive-shell): Flush cache, and
10093         restart `tramp-maybe-open-connection' when the remote system has
10094         been changed.  Throw 'uname-changed event.
10095         (tramp-maybe-open-connection): Catch it.
10097         * net/tramp-cmds.el (tramp-cleanup-all-connections):
10098         Reset `tramp-locked'.
10100 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10102         * net/newst-treeview.el (newsticker--treeview-list-update)
10103         (newsticker--treeview-item-update)
10104         (newsticker--treeview-tree-update)
10105         (newsticker-treeview-jump, newsticker-group-add-group)
10106         (newsticker-group-move-feed, newsticker-group-delete-group):
10107         Remove window dedication.
10108         (newsticker--group-manage-orphan-feeds): Handle ill-valued
10109         newsticker-groups.
10110         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10112 2008-06-15  Andreas Schwab  <schwab@suse.de>
10114         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10115         when parsing CVS/Repository.
10117         * wdired.el (wdired-search-and-rename): Fix undocumented change.
10119 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10121         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
10122         (newsticker-extra-face, newsticker-enclosure-face): Moved to
10123         net/newst-reader.el.
10125         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
10126         (newsticker-extra-face, newsticker-enclosure-face): Moved from
10127         net/newst-reader.el.
10129 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10131         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10132         Catch and recover from case when the bytes we thought we were reading
10133         turn out to be something else entirely, such as latin-1 chars from
10134         quail.  See bug#396.
10136 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10138         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
10139         (vc-register): Call the backend function only once, instead of
10140         once for each file.
10141         (vc-next-action): Update call to vc-register.
10142         (vc-dir-register): Remove function.
10143         (vc-dir): Bind vc-register instead of vc-dir-register.
10145 2008-06-14  Glenn Morris  <rgm@gnu.org>
10147         * Makefile.in (ELCFILES): Add net/newst-*.el.
10149 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10151         * wdired.el (wdired-do-renames): New function.
10152         (wdired-finish-edit): Use it to.
10153         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
10155 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10157         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
10159 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
10161         * window.el (window--even-window-heights): Even window heights
10162         only if the selected window is higher than WINDOW.
10163         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10165 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
10169 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10171         * term/linux.el (terminal-init-linux): Load t-mouse.
10173 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10174             Drew Adams  <drew.adams@oracle.com>
10176         * info.el (Info-breadcrumbs-depth): New var.
10177         (Info-insert-breadcrumbs): New function.
10178         (Info-fontify-node): Use it.
10179         (Info-mode-map): Move initialization into declaration.
10181 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
10183         Rename net/newsticker-*.el to net/newst-*.el.
10184         * net/newst-backend.el: Rename from net/newsticker-backend.el.
10185         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10186         * net/newst-reader.el: Rename from net/newsticker-reader.el.
10187         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10188         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10189         * net/newsticker-backend.el: Rename to net/newst-backend.el.
10190         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10191         * net/newsticker-reader.el: Rename to net/newst-reader.el.
10192         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10193         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10195 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * progmodes/compile.el (compilation-start): Don't disable undo in
10198         comint buffer.  Don't override the comint-filter with our own.
10199         (compilation-filter): Change point's insertion-type.
10201         * comint.el (comint-output-filter): Use copy-marker.
10203 2008-06-13  David Reitter  <david.reitter@gmail.com>
10205         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10206         Check message-signature-separator exists before using it.
10208 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
10210         * vc.el (vc-delete-file): Bind default-directory before calling
10211         the backend.
10212         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10213         (vc-annotate-show-diff-revision-at-line-internal): ... here.
10214         New function.
10215         (vc-annotate-show-changeset-diff-revision-at-line): New function.
10216         (vc-annotate-mode-menu): Bind it.
10218 2008-06-13  Jason Rumney  <jasonr@gnu.org>
10220         * term/w32-win.el (mouse-set-font): Remove overridden function.
10221         (w32-select-font): Declare as obsolete alias for x-select-font.
10223 2008-06-13  Daniel Engeler  <engeler@gmail.com>
10225         These changes add serial port access.
10226         * term.el (term-update-mode-line): Modify.
10227         (serial-port-is-file-p, serial-nice-speed-history)
10228         (serial-no-speed, serial-mode-line-speed-menu)
10229         (serial-mode-line-config-menu): New variables and constants.
10230         (serial-name-history, serial-speed-history)
10231         (serial-supported-or-barf, serial-read-name, serial-read-speed)
10232         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10233         (serial-mode-line-speed-menu, serial-update-speed-menu)
10234         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10235         (serial-update-config-menu): New functions.
10237 2008-06-13  Glenn Morris  <rgm@gnu.org>
10239         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10241         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10243 2008-06-13  Kenichi Handa  <handa@m17n.org>
10245         * cus-face.el (custom-face-attributes): Add :foundry.
10247         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10248         (face-x-resources): Add :foundry.
10249         (face-valid-attribute-values): Likewise.
10250         (face-attribute-name-alist): Likewise.
10251         (describe-face): Likewise.
10253 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10255         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10257 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10259         * longlines.el (longlines-search-forward, longlines-search-backward)
10260         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10262 2008-06-12  Sam Steingold  <sds@gnu.org>
10264         * vc.el (vc-rename-file): DTRT when the destination is a directory
10265         name and the source is a file.
10267 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10269         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10271 2008-06-12  Glenn Morris  <rgm@gnu.org>
10273         * progmodes/f90.el (f90-beginning-of-subprogram)
10274         (f90-end-of-subprogram): Only give a message when interactive.
10276         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10278         * progmodes/cperl-mode.el (cperl-info-on-command):
10279         Use display-pixel-height rather than x-display-pixel-height.
10281         * mail/rmailedit.el (rmail-cease-edit):
10282         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10284         * emulation/edt.el (edt-xserver):
10285         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10287         * emulation/edt-mapper.el: Drop test for Emacs < 19.
10289         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10290         Evaluate definitions when compiling.  Reverse tests.
10292         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10293         use unless.
10295         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10297         * textmodes/artist.el (x-pointer-shape):
10298         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10299         (x-open-connection, x-server-max-request-size, x-get-resource):
10300         * term/w32console.el (x-setup-function-keys):
10301         * term/w32-win.el (x-parse-geometry, x-resource-name)
10302         (generate-fontset-menu, image-library-alist, x-open-connection)
10303         (setup-default-fontset, set-fontset-font, setup-default-fontset)
10304         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10305         (x-get-resource):
10306         * term/mac-win.el (x-parse-geometry, x-resource-name)
10307         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10308         (new-fontset, x-display-list, x-open-connection, x-get-resource):
10309         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10310         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10311         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10312         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10313         (tooltip-identifier-from-point, define-fringe-bitmap):
10314         * play/gamegrid.el (image-size):
10315         * play/bubbles.el (image-size):
10316         * mail/emacsbug.el (x-server-vendor, x-server-version):
10317         * international/mule-util.el (internal-char-font):
10318         * international/mule-diag.el (font-info, query-fontset, fontset-info)
10319         (fontset-alias-alist, fontset-list, fontset-plain-name):
10320         * international/mule-cmds.el (x-server-vendor, x-server-version):
10321         * international/fontset.el (font-encoding-charset-alist)
10322         (otf-script-alist, new-fontset, set-fontset-font)
10323         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10324         (fontset-list, query-fontset, x-get-resource):
10325         * emulation/edt.el (x-server-vendor):
10326         * emulation/edt-mapper.el (x-server-vendor):
10327         * emacs-lisp/map-ynp.el (x-popup-dialog):
10328         * emacs-lisp/lmenu.el (x-popup-dialog):
10329         * x-dnd.el (x-window-property, x-change-window-property)
10330         (x-get-selection-internal):
10331         * woman.el (x-list-fonts):
10332         * w32-fns.el (x-server-version):
10333         * tooltip.el (x-show-tip, x-hide-tip):
10334         * tool-bar.el (image-mask-p):
10335         * thumbs.el (image-size):
10336         * term.el (overflow-newline-into-fringe):
10337         * subr.el (scroll-bar-scale):
10338         * startup.el (x-get-resource, tool-bar-mode, image-size):
10339         * select.el (x-get-selection-internal, x-own-selection-internal)
10340         (x-disown-selection-internal):
10341         * mouse.el (generate-fontset-menu):
10342         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10343         * image.el (image-library-alist):
10344         * image-mode.el (image-size, image-refresh):
10345         * image-dired.el (clear-image-cache):
10346         * gs.el (x-display-mm-width, x-display-pixel-width)
10347         (x-display-mm-height, x-display-pixel-height)
10348         (x-change-window-property, x-display-grayscale-p, x-window-property):
10349         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10350         (x-focus-frame, x-list-fonts, x-display-screens)
10351         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10352         (x-display-mm-width, x-display-backing-store, x-display-save-under)
10353         (x-display-planes, x-display-color-cells, x-display-visual-class):
10354         * faces.el (internal-face-x-get-resource)
10355         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10356         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10357         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10358         (x-parse-geometry, x-create-frame, x-setup-function-keys)
10359         (tool-bar-setup):
10360         * doc-view.el (clear-image-cache, image-size, tooltip-show):
10361         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10362         * dframe.el (x-display-pixel-width, x-display-pixel-height):
10363         * descr-text.el (internal-char-font):
10364         Define for compiler, for builds without X.
10366 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10368         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10370 2008-06-11  Glenn Morris  <rgm@gnu.org>
10372         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10373         before trying to move there.
10374         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10375         is non-nil, indent most terminating statements like loop body.
10377         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10378         Gregorian date, and add it, not the local date, to diary-entries-list.
10379         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10381 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10383         * progmodes/compile.el (compilation-filter): Fix up last change.
10385         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10387         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10388         (gpm-mouse-mode): Make it into a proper global minor mode.
10390         * files.el (save-some-buffers-action-alist): Only use recursive-edit
10391         if the user enabled recursive-minibuffers.
10393         * emacs-lisp/map-ynp.el (map-y-or-n-p):
10394         Add support for scroll-other-window.
10396 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10398         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10399         Use tmm-menubar if menu is disabled in this frame.
10401         * menu-bar.el (menu-bar-open): Determine how to open menu bar
10402         from frame type, per documentation.  Add w32 case.
10404 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * minibuffer.el (completion--merge-suffix): New function.
10407         (completion-basic-try-completion): Use it.
10408         (completion-pcm--find-all-completions): Add argument `filter'.
10409         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10410         New functions.
10411         (completion-pcm-try-completion): Use them.
10413         * xt-mouse.el (turn-on-xterm-mouse-tracking)
10414         (turn-off-xterm-mouse-tracking): Use terminal-list.
10416         * cus-start.el (underline-minimum-offset): Rename from
10417         x-underline-minimum-display-offset.
10419 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
10421         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10423 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10425         * mouse.el (mouse-select-font): New function.
10427         * faces.el (face-spec-recalc): When the face is set using
10428         Customize, avoid recalculating it twice.
10430         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
10431         Font" menu item to it.  Apply selected font to all frames, and
10432         make it savable.
10433         (menu-bar-options-save): Save `default' font if changed.
10435 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         * ffap.el (ffap-string-at-point-mode-alist):
10438         Use alpha rather than lower.
10440         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10442         * subr.el (momentary-string-display): Use an overlay.
10444         * progmodes/compile.el (compilation-mode):
10445         Set window-point-insertion-type.
10446         (compilation-filter): Don't use insert-before-markers any more.
10447         * emacs-lisp/trace.el (trace-make-advice):
10448         Set window-point-insertion-type in the trace buffer.
10449         * startup.el (normal-top-level): Set window-point-insertion-type in
10450         *Messages*.
10451         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10452         (telnet-filter): Don't use insert-before-markers any more.
10453         * comint.el (comint-mode): Set window-point-insertion-type.
10454         (comint-output-filter): Don't use insert-before-markers any more.
10455         * button.el (make-text-button): Allow `start' to be a string.
10457 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
10459         * emacs-lisp/autoload.el (autoload-rubric):
10460         Fix coding cookie not to force Unix EOL.
10462 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
10464         * window.el (window--splittable-p, window--try-to-split-window):
10465         Don't use with-selected-window to avoid messing up get-lru-window.
10466         Reported by David Hansen <david.hansen@gmx.net>.
10468 2008-06-10  Glenn Morris  <rgm@gnu.org>
10470         * subr.el (locate-library): Doc fix.
10472         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10473         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10474         Check tool-bar-map is bound, for non-X builds.
10476         * net/newsticker-reader.el (newsticker--next-item-image)
10477         (newsticker--previous-item-image, newsticker--previous-feed-image)
10478         (newsticker--next-feed-image, newsticker--mark-read-image)
10479         (ewsticker--mark-immortal-image, newsticker--narrow-image)
10480         (newsticker--get-all-image, newsticker--update-image)
10481         (newsticker--browse-image): Check xpm images are available.
10482         (newsticker--mark-read-image, newsticker--mark-immortal-image)
10483         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10485         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10486         (newsticker--plainview-tool-bar-map, newsticker-mode):
10487         Check tool-bar-map is bound, for non-X builds.
10488         (w3m-toggle-inline-image): Declare.
10490         * net/newsticker-backend.el (tool-bar-map): Don't declare.
10492         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10494         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10495         (finder-compile-keywords): Move let to where needed.
10496         (finder-mouse-face-on-line): Go back one more line if needed.
10497         (finder-list-matches): Use cadr.
10498         (finder-goto-xref): New function.
10499         (finder-commentary): Add buttons to jump to foo.el libraries.
10501 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10503         * apropos.el (apropos-function, apropos-macro, apropos-command)
10504         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10505         (apropos-plist): Add apropos-short-label property.
10506         (apropos-multi-type): New variables.
10507         (apropos-command, apropos-value): Set it.
10508         (apropos-compact-layout): New custom.
10509         (apropos-print, apropos-print-doc): Use it.
10510         (apropos-print): Truncate lines.
10512 2008-06-09  Kenichi Handa  <handa@m17n.org>
10514         * international/fontset.el (font-encoding-alist):
10515         Add an entry for "ascii-0".
10517 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
10519         * language/hanja-util.el (hanja-init-load): Show the message only
10520         when loading a table.
10522 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10524         * net/newsticker-treeview.el (newsticker-treeview):
10525         * net/newsticker-plainview.el (newsticker-plainview):
10526         Add autoload cookie.
10528 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10530         * net/newsticker.el: Split up into newsticker-backend, -ticker,
10531         -reader, -plainview, and -treeview.
10532         (newsticker-version): Change to 1.99.
10534         * net/newsticker-backend.el: New.  Move backend functionality from
10535         newsticker.el to newsticker-backend.el.
10536         (newsticker--download-logos): New.
10537         (newsticker--sentinel-callback): New.
10538         (newsticker--set-customvar): Remove.  Split up into specific
10539         functions related to retrieval, ticker, buffer, and display.
10540         (newsticker--set-customvar-retrieval): New.  Extracted from
10541         `newsticker--set-customvar'.
10542         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
10543         (newsticker-url-list-defaults):
10544         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10545         (newsticker-url-list): Doc changed.  URL can be a function.
10546         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10547         (newsticker-retrieval-method): New.
10548         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10549         (newsticker-retrieval-interval):
10550         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10551         (newsticker-desc-comp-max): Change :group.
10552         (newsticker--cache): Doc changed.
10553         (newsticker--guid-to-string): New.
10554         (newsticker--guid): Use `newsticker--guid-to-string'.
10555         (newsticker--real-feed-name): New.
10556         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
10557         (newsticker-start): Use `insert-file-contents' for reading cache.
10558         Use `newsticker--start-feed'.
10559         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
10560         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10561         Use `newsticker--stop-feed'.
10562         (newsticker-save-item): New.
10563         (newsticker--get-news-by-funcall): New.
10564         (newsticker-get-news): Handle new retrieval methods.
10565         (newsticker--sentinel): Use `newsticker--sentinel-work'.
10566         (newsticker--sentinel-work): New.  Extracted from
10567         `newsticker--sentinel'.  Use `newsticker--download-logos',
10568         `newsticker--sentinel-callback'.
10569         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10570         (newsticker--parse-atom-1.0): Fix link determination.
10571         (newsticker--parse-rss-0.91): Fix time determination.
10572         (newsticker--parse-rss-0.92): Fix time determination.
10573         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10574         (newsticker--parse-generic-feed): New arg order in
10575         `newsticker--cache-add'.
10576         (newsticker--parse-generic-items): Fix for multiple items.
10577         New arg order in `newsticker--cache-add'.
10578         (newsticker--forget-preformatted): Check whether
10579         `newsticker--buffer-set-uptodate' is fbound.
10580         (newsticker--decode-iso8601-date): Handle fractions of seconds.
10581         (newsticker--decode-rfc822-date): Partial timezone handling.
10582         (newsticker--cache-contains): Fix guid problem.
10583         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
10584         (newsticker--cache-save): New.
10585         (newsticker--cache-update): Use temp buffer.
10586         (newsticker--stat-num-items): Allow multiple AGE args.
10587         (newsticker--stat-num-items-total): New.
10588         (newsticker--opml-import-outlines): New.
10589         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10590         (newsticker--do-run-auto-mark-filter): Doc changed.
10591         (newsticker-retrieve-random-message): New.
10593         * net/newsticker-ticker.el: New.  Move ticker functionality from
10594         net/newsticker.el to net/newsticker-ticker.el.
10595         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10596         `newsticker--ticker-timer'.
10597         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10598         to `newsticker--ticker-timer'.
10599         (newsticker--set-customvar-ticker): New.  Extracted from
10600         `newsticker--set-customvar'.
10601         (newsticker-ticker-interval): Rename `newsticker-display-interval'
10602         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
10603         for :set.  Change :group.
10604         (newsticker-scroll-smoothly): Doc changed.  Change :group.
10605         (newsticker-hide-immortal-items-in-echo-area)
10606         (newsticker-hide-old-items-in-echo-area)
10607         (newsticker-hide-obsolete-items-in-echo-area):
10608         Use `newsticker--set-customvar-ticker for :set.  Change :group.
10609         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10610         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10611         to `newsticker-ticker-interval'.
10612         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10613         `newsticker--ticker-timer'.
10615         * net/newsticker-reader.el: New.  Move reader functionality from
10616         net/newsticker.el to net/newsticker-reader.el.
10617         (newsticker--set-customvar-formatting): New.  Extracted from
10618         `newsticker--set-customvar'.
10619         (newsticker-reader, newsticker-frontend): New.
10620         (newsticker-enable-logo-manipulations): Change :group.
10621         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10622         for :set.  Change :group.
10623         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10624         for :set.  Change :group.
10625         (newsticker-html-renderer): Doc changed.
10626         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10627         (newsticker-date-format):
10628         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10629         (newsticker--insert-enclosure):
10630         Rename `newsticker--buffer-insert-enclosure' to
10631         `newsticker--insert-enclosure'.  Add keymap arg.
10632         (newsticker--print-extra-elements):
10633         Rename `newsticker--buffer-print-extra-elements' to
10634         `newsticker--print-extra-elements'.  Add keymap arg.
10635         (newsticker--do-print-extra-element):
10636         Rename `newsticker--buffer-do-print-extra-element' to
10637         `newsticker--do-print-extra-element'.  Add keymap arg.
10638         (newsticker-show-news): Use `newsticker-frontend'.
10640         * net/newsticker-plainview.el: New.  Move plainview functionality
10641         from net/newsticker.el to net/newsticker-reader.el.
10642         (newsticker-plainview): New.
10643         (newsticker--set-customvar-sorting): New.  Extracted from
10644         `newsticker--set-customvar'.
10645         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10646         for :set.  Changed :group.
10647         (newsticker-heading-format, newsticker-item-format)
10648         (newsticker-desc-format, newsticker-statistics-format):
10649         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10650         (newsticker-faces): Change :group.
10651         (newsticker-default-face): Enable again.
10652         (newsticker-hide-old-items-in-newsticker-buffer)
10653         (newsticker-show-descriptions-of-new-items):
10654         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10655         (newsticker-show-all-news-elements): Change :group.
10656         (newsticker-plainview-hooks): New.
10657         (newsticker-select-item-hook, newsticker-select-feed-hook)
10658         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10659         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10660         to `newsticker--plainview-tool-bar-map'.
10661         (newsticker--url-keymap): Add mouse-1 binding.
10662         (newsticker-plainview): New.
10663         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10664         (newsticker--buffer-do-insert-text): Use renamed
10665         newsticker--[buffer-]insert-enclosure and
10666         newsticker--[buffer-]print-extra-elements.
10667         (newsticker--buffer-set-faces): Use newsticker-default-face.
10669         * net/newsticker-treeview.el: New.
10671 2008-06-08  Andreas Schwab  <schwab@suse.de>
10673         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10675         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10677         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10678         empty line.
10680         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10682 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10684         * window.el (split-height-threshold, split-width-threshold):
10685         Add choice nil.
10686         (split-window-preferred-function): Allow either nil or a function.
10687         (window--splittable-p, window--try-to-split-window):
10688         Handle changed option values.
10690         (window--frame-usable-p): Handle nil argument.
10692         (display-buffer): Call get-lru-window when pop-up-windows is nil
10693         and window can't be split.
10695 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10697         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10699         * net/tramp.el (top): Quote feature names.  Remove
10700         `tramp-rfn-eshadow-setup-minibuffer' from
10701         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10702         (tramp-read-passwd): There is only one call to
10703         `auth-source-user-or-password' needed.  Pacify byte compiler.
10705 2008-06-08  Andreas Schwab  <schwab@suse.de>
10707         * window.el (display-buffer): Use lru window if current window
10708         cannot be split.
10710 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10712         * apropos.el (apropos-library): New command and new button.
10713         (apropos-library-button): New function.
10715         * apropos.el: Remove spurious * in docstrings.
10716         (apropos-label-face): Use variable pitch.
10717         (apropos-print): Use dolist and with-current-buffer.
10718         (apropos-print-doc): Use when.
10720         * window.el (special-display-p, display-buffer):
10721         Fix up C->Elisp transcription error.
10723 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10725         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10726         (byte-compile-file): Initialize it.
10727         (byte-compile-nogroup-warn): Keep track of the current group.
10729 2008-06-08  Glenn Morris  <rgm@gnu.org>
10731         * Makefile.in (compile, compile-always, bootstrap-prepare):
10732         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10734 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10736         * language/hanja-util.el (hanja-init-load): Use a char-table for
10737         hanja-table.
10738         (hangul-to-hanja-char): Adjust for the above change.
10740 2008-06-07  Glenn Morris  <rgm@gnu.org>
10742         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10743         lm-keywords.
10745         * mail/sendmail.el (mail-interactive): Add :version.
10747         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10748         obsolete alias.
10750         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10751         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10752         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10753         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10754         * eshell/esh-util.el, international/mule-cmds.el:
10755         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10756         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10757         Remove unnecessary eval-when-compiles and eval-and-compiles.
10759         * Makefile.in (bootstrap-clean): Run autogen-clean.
10760         (maintainer-clean): No need to run autogen-clean now it is included in
10761         bootstrap-clean.
10763 2008-06-06  Miles Bader  <miles@gnu.org>
10765         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10767 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10769         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10770         longlines mode.
10772         * replace.el (replace-search-function)
10773         (replace-re-search-function): New vars.
10774         (perform-replace): Use them.
10776         * longlines.el (longlines-re-search-forward): New function.
10777         (longlines-mode): Bind replace-search-function and
10778         replace-re-search-function, to ensure that replacement commands
10779         treat newlines as spaces.
10780         (longlines-show-effect): Default to a pilcrow sign.
10782 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10784         * help.el (function-called-at-point):
10785         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10786         even when calling find-tag-default.
10788 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10790         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10791         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10792         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10793         (nxml-fontify-buffer, nxml-do-fontify):
10794         Remove obsolete variables and functions.
10795         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10796         (nxml-degrade, nxml-after-change, nxml-after-change1)
10797         (nxml-extend-region, nxml-extend-after-change-region)
10798         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10799         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10800         font-lock-extend-region-functions in particular, to fontify
10801         nxml-mode buffers.
10802         (nxml-debug-region): New debugging helper function.
10804         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10805         (nxml-scan-after-change, nxml-move-tag-backwards):
10806         Adapt for font-lock changes.
10808         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10809         (nxml-debug-set-inside, nxml-debug-clear-inside):
10810         New debugging functions.
10811         (nxml-with-degradation-on-error): New helper macro.
10813 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10815         * window.el (display-buffer): Remove dead call to get-lru-window.
10817 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10819         * mail/sendmail.el (mail-interactive): Change default.
10821 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10823         * bindings.el (completion-ignored-extensions):
10824         Add .p64fsl, .d64fsl, and .dx64fsl.
10826 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10828         * ffap.el (ffap-prompter): Don't use the region.
10830 2008-06-05  Sam Steingold  <sds@gnu.org>
10832         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10833         subdirectory to be registered.
10835 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10837         * window.el (display-buffer-function, special-display-p)
10838         (special-display-buffer-names, special-display-regexps)
10839         (special-display-function, same-window-p, same-window-buffer-names)
10840         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10841         (pop-up-frame-function, pop-up-windows, even-window-heights)
10842         (split-window-preferred-function, split-height-threshold)
10843         (window--display-buffer-1, display-buffer, pop-to-buffer):
10844         Move from window.c and buffer.c.
10845         (window--splittable-p, window--try-to-split-window)
10846         (window--frame-usable-p, window--display-buffer-2)
10847         (window--even-window-heights): New functions.
10848         (split-width-threshold): New option.
10849         (split-window-preferred-horizontally): Remove.
10851         * cus-start.el: Remove corresponding declarations.
10853 2008-06-05  Sam Steingold  <sds@gnu.org>
10855         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10856         an error on modified buffers.
10858 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10860         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10861         tags-file-name and tags-table-list from the right buffer.
10862         (tags-table-check-computed-list, tags-table-extend-computed-list)
10863         (find-tag-noselect): Use with-current-buffer.
10865         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10866         Use print-circle.
10868         * minibuffer.el (minibuffer-local-must-match-filename-map):
10869         Declare obsolete alias for the old name.
10871         * abbrev.el (unexpand-abbrev): Better preserve markers.
10873 2008-06-05  Glenn Morris  <rgm@gnu.org>
10875         * emacs-lisp/autoload.el (autoload-rubric): New function,
10876         extracted from autoload-ensure-default-file.
10877         (autoload-ensure-default-file): Use autoload-rubric.
10879         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10880         (custom-dependencies-no-scan-regexp): New variable.
10881         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10882         Don't scan files matching custom-dependencies-no-scan-regexp.
10883         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10885         * finder.el (finder-headmark): Initialize and add doc string.
10886         (generated-finder-keywords-file): Doc fix.
10887         (finder-no-scan-regexp): New variable.
10888         (finder-compile-keywords): Use a single let binding.
10889         Disable undo in the output buffer.  Use autoload-rubric.
10890         Use mapc rather than mapcar.  Don't scan files matching
10891         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10892         rather than concat.  Use directory-files to do regexp matching.
10893         No need to require jka-compr.
10894         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10895         (finder-list-matches): Disable undo.
10896         (finder-commentary): Use let rather than let*.  Disable undo.
10897         (finder-current-item): Use zerop.
10898         (finder-mode): Use define-derived-mode.
10899         (finder-exit): Doc fix.  Use dolist.
10901         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10902         (custom-deps): Don't require $(lisp)/cus-load.el.
10903         (custom-deps, finder-data): Don't depend on autoloads.
10904         Should not be needed now, and doing so was causing make install to
10905         re-dump emacs post-bootstrap.
10906         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10907         mid-build forces some things to be rebuilt.
10909 2008-06-05  Miles Bader  <miles@gnu.org>
10911         * face-remap.el
10912         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10913         (face-remap-remove-relative): Renamed from
10914         `remove-relative-face-remapping'.
10915         (face-remap-reset-base): Renamed from
10916         `set-default-base-face-remapping'.
10917         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10918         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10919         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10920         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10922         * face-remap.el (variable-pitch-mode): Autoload.
10924 2008-06-04  Sam Steingold  <sds@gnu.org>
10926         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10927         Generate extra status headers for a Mercurial tree.
10929 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10931         * echistory.el (electric-history-map): Define within defvar.
10932         Add docstring.
10934         * font-lock.el (font-lock-turn-off-thing-lock)
10935         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10936         Use `bound-and-true-p'.
10937         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10938         Doc fixes.
10940         * international/ccl.el (define-ccl-program): Add `doc-string'
10941         declaration.
10943 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10945         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10946         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10948 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10950         * emacs-lisp/rx.el (rx): Doc fix.
10952 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10954         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10956 2008-06-04  Miles Bader  <miles@gnu.org>
10958         * face-remap.el (adjust-buffer-face-height): New function.
10959         Add autoloaded keybindings in ctl-x-map.
10960         (increase-buffer-face-height, decrease-buffer-face-height):
10961         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10963 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10965         * simple.el (line-move-1): If we did not move as far as desired,
10966         ensure that point-left and point-entered hooks are called.
10968 2008-06-03  Sam Steingold  <sds@gnu.org>
10970         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10972 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10974         * progmodes/make-mode.el (makefile-cleanup-continuations)
10975         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10976         Use `derived-mode-p'.
10978 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10980         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10981         (ELCFILES): Update.
10983 2008-06-03  Miles Bader  <miles@gnu.org>
10985         * face-remap.el: New file.
10986         * Makefile.in (ELCFILES): Add face-remap.elc.
10988 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10990         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10991         buffer isn't dead.
10993         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10994         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10995         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10996         * obsolete/auto-show.el, obsolete/hscroll.el:
10997         Remove packages that were obsolete in Emacs-20, or that were obsolete
10998         in Emacs-21 and do not contain any more code.
11000         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
11001         vc-client-mode is not set.
11003         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
11004         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
11006         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
11007         yet a bit more clever at distinguishing / from /.
11009 2008-06-03  Kenichi Handa  <handa@m17n.org>
11011         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
11013 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
11015         * language/hanja-util.el: New file.
11017 2008-06-03  Glenn Morris  <rgm@gnu.org>
11019         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
11020         Check that end-of-word follows "type".
11022 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
11024         * epa-file.el (epa-file-write-region): Write the entire buffer
11025         content if START is nil.
11027 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
11029         * select.el (x-get-selection): Fix typo.
11031 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
11033         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
11034         (describe-char): Use `looking-at-p', `string-match-p' when possible.
11036 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11038         * tar-mode.el (tar-header-block-summarize): Ensure one space around
11039         user&group.
11041 2008-05-31  John Paul Wallington  <jpw@pobox.com>
11043         * help-fns.el (describe-variable-custom-version-info):
11044         Handle dotted `package-version' info.
11046 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
11048         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
11050 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
11052         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
11053         names and improve support for unregistered files.
11055 2008-05-31  Glenn Morris  <rgm@gnu.org>
11057         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
11058         Remove shell variable `elc'.  Split tests to hopefully be more portable.
11059         Fix `sel' assignment.
11061 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
11063         * minibuffer.el (completion-table-dynamic): Doc fix.
11065 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
11068         Try and return `unregistered' when applicable.
11070         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11071         Don't encourage naming variables with "-flag".
11073 2008-05-30  Glenn Morris  <rgm@gnu.org>
11075         * Makefile.in (update-elclist): Hide the warning when it does not apply,
11076         make it milder when it does.
11077         (autogen-clean): New target.
11078         (maintainer-clean): Use autogen-clean.
11080         * calendar/diary-lib.el (diary-display-function): New name for
11081         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
11082         Change custom type and version.
11083         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11084         (diary-fancy-display): Doc fixes.
11085         (diary-list-entries, diary-include-other-diary-files)
11086         (diary-mail-entries):
11087         Use diary-display-function rather than diary-display-hook.
11089         * calendar/appt.el (appt-check): Use diary-display-function rather than
11090         diary-display-hook.
11091         * calendar/cal-x.el (calendar-dedicate-diary): Update for
11092         diary-display-function replacing diary-display-hook.
11093         * org/org-agenda.el (org-get-entries-from-diary): Also set
11094         diary-display-function.
11096         * calendar/cal-html.el (cal-html-list-diary-entries):
11097         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11098         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11099         argument of diary-list-entries rather than setting diary-display-hook.
11101 2008-05-30  Kenichi Handa  <handa@m17n.org>
11103         * international/mule-conf.el (utf-8-with-signature): Renamed from
11104         utf-8-sig.
11105         (utf-8-auto): Adjusted for the above change.
11107         * international/mule-diag.el (describe-font): Don't check fontset
11108         here, and just call font-info.  Get the default font by from the
11109         default face.
11111 2008-05-29  Kenichi Handa  <handa@m17n.org>
11113         * international/mule-conf.el (utf-8-sig, utf-8-auto):
11114         New coding systems.
11116         * international/mule.el (define-coding-system): Accept :bom for utf-8.
11118 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
11120         * international/utf-7.el (utf-7-encode): Use the right escape char
11121         depending on imap/nonimap encoding.
11123 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11125         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
11127 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
11129         * icomplete.el (icomplete-prospects-height): Add :group.
11131 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * icomplete.el (icomplete-prospects-length): Make obsolete.
11134         (icomplete-prospects-height): New var.
11135         (icomplete-completions): Use it.
11137 2008-05-29  David Kastrup  <dak@gnu.org>
11139         * autoinsert.el (auto-insert): Add :link.
11141 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11143         * tar-mode.el (tar-header): New field `header-start'.
11144         (tar-header-block-tokenize): Set it when useful.
11145         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
11146         (tar-header-data-end): New function.
11147         (tar-summarize-buffer): Use it.
11148         (tar-next-line): Fix goal column for long usernames.
11149         (tar-expunge-internal): Use header-start.
11150         (tar-rename-entry): Handle ustar-style long names.
11151         (tar-alter-one-field): Add optional `descriptor' argument.
11152         (tar-subfile-save-buffer): Use it.
11154 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * tar-mode.el (tar-header): New field `header-start'.
11157         (tar-header-block-tokenize): Set header-start for longlink entries.
11158         (tar-expunge-internal): Use header-start to expunge longlink entries.
11160         * files.el (hack-local-variables): Don't signal an error if the local
11161         variable section is not properly terminated.
11163         * emacs-lisp/easymenu.el (easy-menu-convert-item)
11164         (easy-menu-convert-item-1): Move the duplicate-generation outside of
11165         the caching so it also works for identical entries.
11167         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
11168         (tar-mode): Use write-region-annotate-functions rather than
11169         write-contents-functions.
11170         (tar-extract): Remove unused var `pos'.
11171         (tar-subfile-save-buffer): Remove unused var `following-descs'.
11172         (tar-mode-write-file): Remove.
11173         (tar-write-region-annotate): New function.
11175         * progmodes/flymake.el (flymake-save-buffer-in-file):
11176         * shadowfile.el (shadow-copy-file):
11177         * arc-mode.el (archive-*-write-file-member):
11178         * files.el (diff-buffer-with-file):
11179         * subr.el (with-temp-file): Pass nil to write-region.
11180         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11182         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11183         the custom.
11185         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11186         to write-region.
11188 2008-05-28  Glenn Morris  <rgm@gnu.org>
11190         * Makefile.in (update-elclist): Work around non-portability of "\"
11191         in various implementations of echo.
11193 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * international/mule-diag.el (describe-current-coding-system):
11196         Don't assume selection-coding-system is always defined.
11198         * tar-mode.el: Use defstruct and markers.
11199         (tar-setf): Remove.
11200         (tar-header): Use defstruct.  Add `data-start' field.
11201         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11202         (tar-desc-data-start): Remove (now called tar-header-data-start).
11203         (tar-roundup-512): New fun.
11204         (tar-header-block-tokenize): Receive a buffer position rather than
11205         a string.  Handle @longLink here, be more careful about it.
11206         Create a marker for data-start.
11207         (tar-summarize-buffer): Don't handle @LongLink here any more.
11208         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11209         data-start on the following entries any more.
11210         (tar-chown-entry, tar-chgrp-entry): Use read-number.
11212         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11213         (tar-header-offset): Remove.
11214         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11215         Not permanent any more.
11216         (tar-data-buffer): New var.
11217         (tar-data-swapped-p, tar-change-major-mode-hook)
11218         (tar-mode-kill-buffer-hook): New funs.
11219         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11220         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11221         (tar-clear-modification-flags, tar-alter-one-field)
11222         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11223         Change accordingly.
11225 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11227         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11228         (vc-dir-resynch-file): ... this.  Update callers.
11229         Use vc-string-prefix-p.  Ignore directory args.
11230         (vc-string-prefix-p): CSE.
11231         (vc-resynch-buffer): Restore conditional.
11233         * vc-hooks.el (vc-after-save): Improve test.
11234         (vc-mode-line): Fix indentation.
11236 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11238         * calendar/parse-time.el (parse-time-months)
11239         (parse-time-weekdays): Add long-form month and day names.
11241 2008-05-27  Glenn Morris  <rgm@gnu.org>
11243         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11245 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11247         * vc-dispatcher.el (vc-string-prefix-p): New function.
11248         (vc-dir-parent-marked-p): Use it.
11250 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11252         * vc.el (Problems): Remove fixed issues.
11253         (vc-expand-dirs): Avoid returning directories.
11254         (vc-dir): Fix C-x v v binding.
11255         (vc-make-backend-object): Fix name.
11256         (vc-dir-show-fileentry): Fix docstring.
11257         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
11258         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
11259         Reset the state for directories.
11260         (vc-dir-headers): Align labels.
11261         (vc-default-status-printer): Do no call prettify-state-info.
11262         (vc-deduce-fileset): Replace implementation with one based on a
11263         working older version.
11264         (vc-next-action): Use the new form of vc-deduce-fileset.
11265         Fix dealing with unregistered files.
11267         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11268         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11269         (vc-dir-child-files): New function.
11270         (vc-dir-node-directory): New function.
11271         (vc-dir-update, vc-dir-parent-marked-p)
11272         (vc-dir-children-marked-p, vc-dir-mark-all-files)
11273         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11275         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11277 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11279         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11280         (diff-font-lock-keywords, diff-context->unified)
11281         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11282         (diff-hunk-text, diff-find-source-location): Use it.
11283         (diff-post-command-hook): Let the user edit the hunk headers.
11285 2008-05-26  Andreas Schwab  <schwab@suse.de>
11287         * vc.el (vc-default-prettify-state-info): Fix formatting of an
11288         unknown state.
11290         * tar-mode.el (tar-summarize-buffer): Comment fix.
11292 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11294         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11296 2008-05-26  Glenn Morris  <rgm@gnu.org>
11298         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11300 2008-05-25  John Paul Wallington  <jpw@pobox.com>
11302         * proced.el (proced-next-line, proced-previous-line):
11303         Avoid calling `next-line' and `previous-line' from Lisp code.
11305 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
11307         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11308         Use diary-ordinal-suffix.
11310 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
11312         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11313         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11314         (edebug-save-displayed-buffer-points, edebug-initial-mode)
11315         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11316         (edebug-print-length, edebug-print-level, edebug-print-circle)
11317         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11318         (edebug-global-break-condition, edebug-sit-for-seconds):
11319         Remove spurious * from defcustom docstrings.
11320         (edebug-unwrap*, edebug-signal, edebug-eval-display):
11321         Improve argument/docstring consistency.
11322         (edebug-test-coverage, edebug-gensym, edebug-read)
11323         (edebug-top-level-nonstop, edebug-eval-result-list)
11324         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11325         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11326         (edebug-display-freq-count): Reflow docstrings.
11327         (edebug-restore-status): Doc fix.
11329 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * proced.el (proced-header-line): Use the :align-to 0 feature
11332         rather than computing the corresponding position manually.
11333         (proced-update): Don't hardcode point-min==1.
11335 2008-05-24  Alan Mackenzie  <acm@muc.de>
11337         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11338         if c-file-style is set to a non-string.
11340         (c-neutralize-CPP-line): Surround by `save-excursion'.
11341         (c-neutralize-syntax-in-CPP): Optimize for speed.
11343 2008-05-24  Glenn Morris  <rgm@gnu.org>
11345         * Makefile.in (update-elclist): New target, to update ELCFILES.
11346         (bootstrap-after): Run update-elclist.
11348 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
11350         * icalendar.el (icalendar-version): Increase to "0.19".
11351         (icalendar--date-style): New function.
11352         (icalendar--datetime-to-diary-date): Doc fix.
11353         Use icalendar--date-style.
11354         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
11355         (icalendar--convert-yearly-to-ical)
11356         (icalendar--convert-recurring-to-diary): Handle iso date style,
11357         use icalendar-date-style.
11359 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
11361         * vc.el (vc-delete-file): Make sure the buffer is deleted and
11362         vc-dir buffers are updated.
11364 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11366         * vc.el (vc-delete-file): Don't try to resynch the buffer.
11368 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
11370         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11371         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11372         (reftex-extra-bindings): Use it.
11374         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11375         away from the user-reserved keys.
11377         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11378         New vars.
11379         (ada-create-keymap): Use them.
11381 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11384         a properly-grouped regexp.
11386 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
11388         * progmodes/cap-words.el (capitalized-words-mode):
11389         Fix typos in docstring.
11391 2008-05-23  Kenichi Handa  <handa@m17n.org>
11393         * international/mule-conf.el: Don't define the charset `emacs'
11394         here, just put :docstring, :short-name, and :long-name.
11396 2008-05-22  Kenichi Handa  <handa@m17n.org>
11398         * international/mule-diag.el (font-show-log): Limit each listing
11399         to 20 items.
11401 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
11403         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11404         (gdb-annotation-rules): New entry for "thread-changed".
11405         (gdb-thread-changed): New function.
11407 2008-05-23  Glenn Morris  <rgm@gnu.org>
11409         * Makefile.in (SOURCES): Remove, unused.
11410         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11411         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11412         Exclude more '*loaddefs' files.
11413         (compile-always): Simplify '.elc' deletion.
11415 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11417         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11418         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11420         * minibuffer.el (completion-boundaries): Change calling
11421         convention, so `string' has the same semantics as in
11422         try-completion and all-completions.
11423         (completion-table-with-context, completion--embedded-envvar-table)
11424         (completion--file-name-table)
11425         (completion-pcm--find-all-completions): Adjust code accordingly.
11427 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
11429         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11430         prune image-mode-winprops-alist, preventing it from growing
11431         indefinitely.
11432         (image-mode-reapply-winprops): Use it.
11434 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
11436         * net/netrc.el (netrc-machine): Always match if the port is not given.
11438 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * minibuffer.el (completion-pcm--find-all-completions):
11441         Don't add pseudo-completions.
11443         * icomplete.el (icomplete-eoinput): Remove.
11444         (icomplete-overlay): New var to replace it.
11445         (icomplete-tidy): Rewrite.
11446         (icomplete-exhibit): Use an overlay.
11447         (icomplete-completions): Use completion-all-sorted-completions.
11448         Obey completion-ignore-case.
11450         * files.el (locate-dominating-file): Accept non-existing argument.
11451         (project-find-settings-file): Rewrite, using locate-dominating-file.
11453 2008-05-22  Kenichi Handa  <handa@m17n.org>
11455         * faces.el (font-weight-table, font-slant-table, font-width-table):
11456         Delete them.  Don't call internal-set-font-style-table.
11458         * international/mule-diag.el (font-show-log): New function.
11460         * international/fontset.el (script-representative-chars): Add more
11461         chars for latin.  Add data for symbol.
11462         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11464 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11466         * minibuffer.el (completion-all-sorted-completions): New var.
11467         (completion--flush-all-sorted-completions)
11468         (completion-all-sorted-completions): New functions.
11469         (minibuffer-force-complete): New command.
11471 2008-05-21  Glenn Morris  <rgm@gnu.org>
11473         * files.el (c-postprocess-file-styles): Declare for compiler.
11475         * Makefile.in: Allow for parallel byte-compiling.
11476         (ELCFILES): New variable.
11477         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
11478         (compile-first, compile-main, compile-last): New targets.
11479         (compile-always): Simplify - delete .elc files, then `make compile'.
11481         * Makefile.in (compile-calc): Use glob rather than find.
11482         ($(lisp)/progmodes/cc-mode.elc): Use $@.
11484         * eshell/esh-module.el: No need for cl when compiling.
11486         * eshell/eshell.el (eshell-defgroup): New alias.
11487         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11488         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11489         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11490         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11491         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11492         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11493         Autoload the custom group.  Set generated-autoload-file.
11494         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11495         for eshell-defgroup.
11496         * eshell/esh-module.el (eshell-load-defgroups): Remove.
11497         Require esh-groups rather than loading it.
11499 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11501         * proced.el (proced-header-line): New variable and new function.
11502         (proced-mode): Set header-line-format.
11503         (proced-update): Set proced-header-line.
11504         (proced-send-signal): Use proced-header-line.
11506 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11508         * macros.el (insert-kbd-macro): Use prin1-char.
11510 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11512         * minibuffer.el (completion-boundaries): New function.
11513         (completion--some): Delay errors.
11514         (complete-with-action, completion-table-with-context):
11515         Handle `boundaries' case.
11516         (completion--try-word-completion): Avoid partial-completion
11517         when the user hasn't entered anything yet.
11518         (minibuffer-local-map, minibuffer-local-filename-completion-map)
11519         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11520         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11521         Setup default keybindings.
11522         (completion--embedded-envvar-re): New var.
11523         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
11524         (completion--file-name-table): Handle `boundaries' case.
11525         (completion-pcm--pattern->regex): Avoid pathological backtracking.
11526         (completion-pcm--all-completions): Add a `prefix' arg.
11527         (completion-pcm--find-all-completions): New function.
11528         (completion-pcm-all-completions, completion-pcm-try-completion):
11529         Use it.
11531         * icomplete.el (icomplete-completions): Don't use `predicate' with
11532         a table of a different type than `candidates'.
11534 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11536         * proced.el (proced-goal-column): Rename from proced-procname-column.
11537         (proced-goal-header-re): Rename from proced-procname-column-regexp.
11538         (proced-move-to-goal-column): Rename from proced-move-to-procname.
11539         (proced-header-face, proced-header-regexp): Remove.
11540         (proced-font-lock-keywords): Remove proced-header-face.
11541         (proced-header-alist, proced-sorting-schemes-re): New variables.
11542         (proced): Rename Proced buffer to *Proced*.
11543         (proced-next-line, proced-previous-line): New commands.
11544         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11545         (proced-hide-processes): Do not treat first line as special.
11546         (proced-header-space): New function.
11547         (proced-update): Use header-line-format.
11548         Initialize proced-header-alist and proced-sorting-schemes-re.
11549         Set proced-goal-column.  Include proced-command in mode-name.
11550         (proced-send-signal): Use header-line-format for *Marked
11551         Processes* buffer.
11552         (proced-sort): Restrict minibuffer completion to applicable
11553         sorting schemes.
11554         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11556 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11558         * icomplete.el (icomplete-simple-completing-p):
11559         Allow icomplete-with-completion-tables to say "use it everywhere".
11560         (icomplete-completions): Obey completion-styles.  Try to accommodate
11561         partial-completion style.
11563 2008-05-20  Michael Olson  <mwolson@gnu.org>
11565         * files.el (project-find-settings-file): Change concat to
11566         expand-file-name.
11568 2008-05-19  Tom Tromey  <tromey@redhat.com>
11570         * files.el (normal-mode): Call hack-project-variables.
11571         (hack-local-variables-confirm): Add 'project' argument.
11572         (hack-local-variables-apply): New function.
11573         (hack-local-variables): Use it.
11574         (project-class-alist, project-directory-alist): New variables.
11575         (project-get-alist): New function.
11576         (project-collect-bindings-from-alist)
11577         (project-collect-binding-list, set-directory-project)
11578         (project-find-settings-file, project-define-from-project-file)
11579         (hack-project-variables): New functions.
11581 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11583         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11585 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
11587         * faces.el (font-weight-table): Fix typo in docstring.
11589 2008-05-18  David Hull  <david@snap.com>  (tiny change)
11591         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11592         (vc-hg-annotate-command): Allow white space before version number.
11594 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11596         * calc/calc-yank.el (calc-register-alist): New variable.
11597         (calc-set-register, calc-get-register, calc-copy-to-register)
11598         (calc-insert-register, calc-add-to-register, calc-append-to-register)
11599         (calc-prepend-to-register): New functions.
11601         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11602         `calc-copy-to-register' and `calc-insert-register'.
11603         Autoload new register functions.
11605         * calc/calc-help.el (calc-r-prefix-help): Add help for register
11606         functions.
11608 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11610         * vc.el (Todo): Add known problems.
11611         (vc-dir-backend): New variable.
11612         (vc-dir): Set it.
11613         (vc-make-backend-object, vc-generic-status-printer)
11614         (vc-generic-state, vc-generic-status-fileinfo-extra)
11615         (vc-dir-extra-menu): Use it.
11616         (vc-generic-dir-headers): Remove, unused.
11618         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11619         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11620         (vc-dir-mode-map): Fix bindings.
11622         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11624 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11626         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11627         operated on.
11628         (calc-kill-region): Kill entire lines.
11630 2008-05-17  Glenn Morris  <rgm@gnu.org>
11632         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11633         simplify initial value.
11634         (defezimage): Drop support for Emacs without defimage, use a featurep
11635         test rather than fboundp when defining, drop with-no-warnings.
11636         (ezimage-insert-over-text): Move featurep test inside
11637         add-text-properties.
11639         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11641         * net/tramp.el (top-level): Load auth-source when compiling.
11643         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11645 2008-05-17  Andreas Schwab  <schwab@suse.de>
11647         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11649 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11651         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11652         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11654 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11656         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11658 2008-05-17  Jim Meyering  <meyering@redhat.com>
11660         * ido.el (ido-save-history): Do not emit a trailing newline at the
11661         end of the ido history file.
11663 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11665         * vc-dispatcher.el (top-level): Revert previous change: require cl
11666         when compiling.
11668 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11670         * vc.el (vc-default-status-printer)
11671         (vc-default-prettify-state-info): Enhance the state prettyprinter
11672         to deal better with unknown states and indirect through it when
11673         painting vc-dir buffers.
11675 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11677         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11678         (vc-dir-mode-map): Fix backquote.
11679         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11681 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11683         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11684         Reported by Glenn Morris <rgm@gnu.org>.
11686 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11688         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11689         the end of the file, it was good work at one time but has been
11690         stale since 1995 and may now be actively misleading.
11691         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11692         CVS repository and module (assumptions for the latter a bit iffy).
11693         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11694         SVN repository.
11696 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11698         * vc-rcs.el (vc-rcs-create-tag):
11699         * vc-sccs.el (vc-sccs-create-tag):
11700         Fix typo in error message and pass backend arg.
11702 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11704         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11706 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11708         * net/tramp.el: Load auth-source library.
11709         (tramp-read-passwd): Use it for password, not login.
11711 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11713         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11714         (ses-print-cell): Use string-width, truncate-string-to-width,
11715         delete-region rather than length, substring, delete-char.
11716         (ses-setup): Set inhibit-point-motion-hooks to t.
11717         Calculate position by actually moving point rather than just using
11718         unibyte character length.
11719         (ses-mode): Set indent-tabs-mode to nil.
11720         (ses-center): Use string-width rather than length.
11722 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11724         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11725         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11726         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11727         vc-*-create-tag and vc-*-retrieve-tag respectively.
11729         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11730         unneeded defalias.
11732         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11734         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11735         about buffer names.
11737 2008-05-15  Glenn Morris  <rgm@gnu.org>
11739         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11741         * org/org-exp.el (org-infojs-options-inbuffer-template):
11742         Fix declaration.
11744         * progmodes/cc-mode.el (declare-function): Add compat definition.
11745         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11747 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11749         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11750         list to a cons so the caller can get back both expanded and
11751         unexpanded filesets.
11752         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11753         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11754         Change handling of selection-set returns as required.
11756 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11758         * add-log.el (top-level): Don't require cl when compiling.
11760         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11761         (archive-*-extract): Use `zerop'.
11762         (archive-*-write-file-member): Use `or', use `zerop'.
11764         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11766         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11767         (ibuffer-mark-interactive, ibuffer-set-mark)
11768         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11769         (ibuffer-map-lines, ibuffer-switch-format)
11770         (ibuffer-update-title-and-summary)
11771         (ibuffer-redisplay-engine): Use it.
11773         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11774         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11775         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11776         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11777         (ibuffer-mark-read-only-buffers)
11778         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11780         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11781         (define-ibuffer-column, define-ibuffer-sorter)
11782         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11783         containing indentation specs, replacing equivalent top-level
11784         forms that set `lisp-indent-function' properties.
11785         (define-ibuffer-op): Use `derived-mode-p'.
11786         (define-ibuffer-filter): Remove redundant `concat' call.
11788 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11790         * net/tramp.el (tramp-echo-mark): Update docstring.
11791         (tramp-echo-mark-marker): New defconst.
11792         (tramp-check-for-regexp): Use it.
11794 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11796         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11797         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11798         as parent.
11800 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11802         * international/mule.el (convert-define-charset-argument):
11803         Remove period from end of error message.
11804         (coding-system-mnemonic): Doc fix.
11805         (ctext-pre-write-conversion): Doc fix.
11807 2008-05-14  Simon Marshall  <simon@gnu.org>
11809         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11810         from its default value and give it the risky-local-variable
11811         property (CVE-2008-2142).
11813 2008-05-14  Kenichi Handa  <handa@m17n.org>
11815         * language/korean.el ("Korean"): Set `iso639-language'
11816         property to `ko'.
11818         * language/japanese.el ("Japanese"): Set `iso639-language'
11819         property to `ja'.
11821         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11822         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11823         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11825         * international/mule-cmds.el (set-language-environment):
11826         Set current-iso639-language.
11828         * international/fontset.el (setup-default-fontset): For kana, han,
11829         hangul, and cjk-misc, move an entry with font-spec at the end.
11830         (generate-fontset-menu): Exclude fontset-auto* from the list.
11832         * composite.el (compose-chars-after): Assume that WINDOW is always
11833         non-nil.
11835         * faces.el (font-weight-table, font-slant-table)
11836         (font-swidth-table): Declare them by defconst.  Change the format
11837         of elements.  Call internal-set-font-style-table after their
11838         declaration.
11839         (face-valid-attribute-values): Call font-family-list.  Get values
11840         for width, weight, and slant from font-xxx-table.
11842         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11844 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11846         * ibuffer.el (ibuffer-buffer-file-name): New function.
11847         (define-ibuffer-column filename): Use it.
11849         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11851 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11853         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11854         as a string.
11855         (talk-add-display): Simplify.  Accept only string args.
11857 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11859         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11861 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * Makefile.in (bootstrap-prepare): Don't chmod files.
11864         (autoloads): Do it here instead, where it's actually needed.
11866 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11868         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11869         KEY-BINDING-DATA field in menu-item list.
11871 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11873         * dired.el (dired-read-dir-and-switches): Move things about to use less
11874         recursion during macroexpansion.
11876         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11878         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11879         completion-ignored-extension directories if there's something else.
11880         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11881         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11882         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11883         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11884         buffer-read-only -> inhibit-read-only.
11886 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11888         * vc.el (vc-expand-dirs): Stop this function from tossing out
11889         explicitly specified files.
11891 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11893         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11894         to `insert'.
11896 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11898         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11899         cons.  Use vc-annotate-backend.
11900         (with-vc-file, edit-vc-file): Remove unused macros.
11902 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11904         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11905         (smtpmail-try-auth-methods): Use it.
11907 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11909         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11910         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11912 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11914         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11916 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11918         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11919         (vc-bzr-revision-completion-table): Use process-file.
11920         (vc-bzr-working-revision): Pass relative file names.
11922         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11924 2008-05-11  Juri Linkov  <juri@jurta.org>
11926         * wid-edit.el (widget-image-directory): Change default image data
11927         subdirectory from "custom" to "images/custom".
11929         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11930         before recursive call to `Info-next-preorder' to not add
11931         intermediate nodes to the history.
11933         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11935         * emulation/cua-base.el: Put isearch-scroll property
11936         on cua-scroll-up and cua-scroll-down.
11938 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11940         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11942 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11944         * vc-dispatcher.el (ewoc): Require.
11945         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11947         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11949 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11951         * term/w32-win.el (x-colors):
11952         * term/mac-win.el (x-colors):
11953         * term/x-win.el (x-colors): Re-order colors.
11955 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11957         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11959 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11961         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11962         New functions implementing motion to next and previous directory.
11964         * vc-arch.el (vc-arch-command):
11965         * vc-bzr.el (vc-bzr-command):
11966         * vc-cvs.el (vc-cvs-command):
11967         * vc-dispatcher.el (vc-do-command):
11968         * vc-git.el (vc-git-command):
11969         * vc-hg.el (vc-hg-command):
11970         * vc-mcvs.el (vc-mvcs-command):
11971         * vc-mtn.el (vc-mtn-command):
11972         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11973         (vc-sccs-workfile-unchanged-p):
11974         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11975         * vc-rcs.el (all methods): Remove assumption about what a nil
11976         argument to vc-do-command means.  This means no buffer name needs
11977         to be hardcoded into the dispatcher layer, and it's better to be
11978         explicit anyway.
11980         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11982 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11984         * vc.el: Update todo.
11986         * vc-sccs.el (vc-sccs-dir-status):
11987         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11988         backends and returning up to date files.
11990         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11992 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11994         * vc.el (vc-dir):
11995         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11996         documented in the manual.
11998         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11999         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
12000         (vc-dispatcher-selection-set): Allow callers to pass in an
12001         observer flag that says no buffer sync is required.
12002         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
12003         Use the observer flag.
12005 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
12007         * simple.el (start-file-process): Clarify docstring.
12009 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12011         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
12012         Remove stub implementations of, and references to, wash-log.
12013         * vc-rcs.el (vc-rcs-comment-history):
12014         * vc-cvs.el (vc-cvs-comment-history):
12015         Inline the code that used to be wash-log.
12017         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
12018         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12019         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
12020         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
12021         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
12022         (vc-rcs-print-log): Grok directories.
12024 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12026         * vc.el (vc-mark-resolved): Add `backend' argument.
12027         (vc-next-action): Pass it the backend.
12028         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
12029         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
12030         (vc-default-comment-history, vc-default-create-snapshot)
12031         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
12032         (vc-annotate-revision-previous-to-line)
12033         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
12034         * vc-svn.el (vc-svn-checkout):
12035         * vc-mcvs.el (vc-mcvs-checkout):
12036         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
12037         (vc-working-revision, vc-before-save, vc-mode-line):
12038         Prefer vc-call-backend to vc-call so as not to recompute the backend.
12040         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
12041         state to be consistent since it's often an unwarranted restriction.
12042         Don't return the state either.
12043         (vc-next-action): Check that the state is consistent.
12044         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
12045         (vc-rollback, vc-update): Adapt to new return value of
12046         vc-deduce-fileset.
12048         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
12049         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
12050         (vc-dispatcher-in-fileset-p): New fun.
12051         (vc-dispatcher-selection-set): Use it to properly handle directories.
12053 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
12055         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
12056         (vc-update): Remove unused let bindings.
12058 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12060         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
12061         (vc-diff, vc-revert, vc-rollback, vc-update):
12062         * vc-dispatcher.el (vc-dispatcher-selection-set):
12063         Get rid of 4 special cases in fileset selection.  This involved
12064         changing the return value of (vc-deduce-fileset) so that it passes
12065         back a deduced state as well as a deduced back end.
12067 2008-05-08  Sam Steingold  <sds@gnu.org>
12069         * progmodes/compile.el (compilation-minor-mode-map)
12070         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
12071         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
12072         it to `compilation-minor-mode-map' (instead of an explicit `cons').
12074 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12076         * org/org.el (org-modules, org-format-latex-options):
12077         * org/org-archive.el (org-archive-stamp-time)
12078         (org-archive-save-context-info):
12079         * org/org-faces.el (org-hide):
12080         * org/org-irc.el (org-irc-parse-link):
12081         * org/org-macs.el (org-call-with-arg, org-autoload):
12082         * org/org-mew.el (org-mew-store-link):
12083         * org/org-remember.el (org-remember-store-without-prompt)
12084         (org-remember-templates): Fix typos in docstrings.
12086         * org/org-info.el (org-info-store-link): Remove leftover docstring.
12088         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12089         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12090         (org-bbdb-anniv-split): Fix typos in docstrings.
12092         * org/org-publish.el (org-publish-project-alist): Doc fixes.
12093         (org-publish-use-timestamps-flag): Reflow docstring.
12094         (org-publish-files-alist): Fix typos in docstring.
12096 2008-05-07  Sam Steingold  <sds@gnu.org>
12098         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12099         appears to be too aggressive with window removal.
12101 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
12103         * progmodes/verilog-mode.el (verilog-type-font-keywords):
12104         Add leda and 0in as pragma keywords.
12105         (verilog-pretty-expr): Support lining up assignments which include
12106         part selects.
12107         (verilog-mode): More portable check for the availability of
12108         hideshow support.
12109         (verilog-do-indent): Remove special indent for declarations inside
12110         a parenthetical list.  The code is ill-advised, and doesn't work
12111         given the new user defined types.
12112         (verilog-set-auto-endcomments): Enhance function automatic
12113         endcomment to support functions that return user defined types.
12114         (verilog-mode): Add code to tell which-function-mode minor mode
12115         that Verilog supports this feature.
12117 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
12119         * epa-file.el: Require epa-hook.
12121         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
12123         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
12124         file-names clashes on 8+3 filesystems.  Provide epa-hook.
12126         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
12127         file-names clashes on 8+3 filesystems.
12129 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
12131         * org/org.el (org-read-date-get-relative): Interpret lone
12132         weekday abbreviation as relative to today.
12134 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12136         * abbrev.el (define-abbrev-table):
12137         * composite.el (toggle-auto-composition):
12138         * json.el (json-alist-p, json-plist-p):
12139         * minibuffer.el (completion-table-with-predicate):
12140         * ps-mule.el (ps-mule-external-libraries):
12141         * emacs-lisp/advice.el (ad-special-form-p):
12142         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12143         * eshell/em-smart.el (eshell-review-quick-commands):
12144         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
12145         (python-skip-out, python-check-comint-prompt):
12146         Don't use `iff' in docstrings.
12148         * international/robin.el (robin-package-alist): Fix typo in docstring.
12149         (robin-current-package-name): Doc fix.
12150         (robin-activate): Don't use `iff' in docstring.
12152 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
12154         * vc.el, vc-dispatcher.el: VC-Dired support removed.
12155         The code uses a ewoc-based implementation now.
12156         * vc-hooks.el: Support for Meta-CVS has been removed.
12158 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * tool-bar.el: Choose images dynamically.
12161         (tool-bar-make-keymap, tool-bar-find-image): New function.
12162         (tool-bar-find-image-cache): New var.
12163         (tool-bar-local-item, tool-bar-local-item-from-menu):
12164         Don't select the image yet, do it later in tool-bar-make-keymap.
12166 2008-05-07  Andreas Schwab  <schwab@suse.de>
12168         * window.el: Require 'cl when compiling.
12170 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
12172         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12174 2008-05-07  Glenn Morris  <rgm@gnu.org>
12176         * subr.el (ignore-errors): Move here from cl-macs.el.
12177         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12179         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12180         oddness.
12182 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
12184         * vc-hooks.el (vc-find-file-hook):
12185         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12186         further from vc.el.
12187         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12189 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
12191         * progmodes/verilog-mode.el (verilog-getopt-file):
12192         Cleanup warning message format.
12193         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12194         (verilog-auto-inout, verilog-auto-inout-module)
12195         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12196         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12197         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12198         (verilog-auto-sense-sigs, verilog-auto-tieoff)
12199         (verilog-auto-unused, verilog-auto-wire)
12200         (verilog-decls-get-assigns, verilog-decls-get-consts)
12201         (verilog-decls-get-gparams, verilog-decls-get-inouts)
12202         (verilog-decls-get-inputs, verilog-decls-get-outputs)
12203         (verilog-decls-get-ports, verilog-decls-get-regs)
12204         (verilog-decls-get-signals, verilog-decls-get-wires)
12205         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12206         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12207         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12208         (verilog-inject-sense, verilog-library-filenames)
12209         (verilog-mode-release-date, verilog-mode-version)
12210         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12211         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12212         (verilog-modi-get-assigns, verilog-modi-get-consts)
12213         (verilog-modi-get-gparams, verilog-modi-get-inouts)
12214         (verilog-modi-get-inputs, verilog-modi-get-outputs)
12215         (verilog-modi-get-ports, verilog-modi-get-regs)
12216         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12217         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12218         (verilog-modi-get-wires, verilog-preserve-cache)
12219         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12220         (verilog-read-sub-decls, verilog-read-sub-decls-line)
12221         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12222         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12223         Add caching of additional state, and rework signal extraction
12224         routines to improve AUTO expansion performance by 300%++.
12226 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
12228         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12229         Tweak Open Watcom regexp to distinguish between errors and warnings.
12231 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12233         * dired.el (dired-read-dir-and-switches): Fix up last change.
12235 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
12237         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12238         out of this function, move it to vc-dispatcher-selection-set.
12240 2008-05-05  Sam Steingold  <sds@gnu.org>
12242         * window.el (delete-other-windows-vertically): New function.
12244 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12246         * dired.el (dired-read-dir-and-switches):
12247         Obey read-file-name-completion-ignore-case.
12249 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
12251         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12252         Add regexp for Open Watcom compiler output.
12254 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
12256         * progmodes/python.el (python-block-pairs): Align finally with except.
12258 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12260         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12262 2008-05-05  Tom Tromey  <tromey@redhat.com>
12264         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12265         looking at conflict marker.
12267 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12269         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12270         client-mode -> vc-client-object, and guess `funcall' was meant.
12271         (vc-dir-mode): Rename client-mode -> vc-client-mode.
12273 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12275         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12276         (dbus-debug): Move declarations outside eval-when-compile.
12278 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12280         * proced.el (proced-command-alist): Fix system-type values.
12281         Fix defcustom.
12282         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12283         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12284         (proced-sort-start, proced-sort, proced-sort-time): New commands.
12285         (proced-update): Use proced-sorting-scheme.  Update modeline.
12286         (proced-send-signal): Use nreverse.
12287         (proced-sorting-scheme-p): New function.
12289 2008-05-04  Andreas Schwab  <schwab@suse.de>
12291         * vc.el: Require dired when compiling.
12293         * minibuffer.el (completion--insert-strings): Don't delete past bol.
12295 2008-05-03  Glenn Morris  <rgm@gnu.org>
12297         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12298         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12299         Simplify compilation requirements.
12300         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12301         declarations.
12303 2008-05-03  Dave Love  <fx@gnu.org>
12305         * progmodes/python.el (python-beginning-of-statement):
12306         Loop at least once (fixes 2008-02-21 change).
12308 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
12310         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12311         instead of `length' for comparing length of user and group names.
12313 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
12315         * vc-dispatcher.el: New file, separates out the UI and command
12316         execution machinery from VCS-specific logic left in vc.el.
12317         The separation is not yet completely clean, but it's a good start.
12318         * vc.el: This file is about 1700 lines shorter now.
12319         Remove obsolete logentry-check from the backend API.
12320         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
12321         implementation of the logentry-check method, and it guarded against
12322         a log length limit that has probably been obsolete for 15 years (!).
12324 2008-05-02  Sam Steingold  <sds@gnu.org>
12326         * progmodes/compile.el (compilation-start): Move setting of
12327         compilation-directory after (funcall mode) as that resets local
12328         variables, this fixes recompile in grep buffers.
12329         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12330         in dired &c).
12332 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12334         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12335         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12336         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12337         has one of these and that all are called in compatible ways.
12338         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12339         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12340         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12341         backend has one of these.
12343 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12345         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12346         initialization into define-abbrev-table.  Use :regexp.
12347         (octave-mode-syntax-table): Don't set word syntax for `.
12349         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12350         than only value.
12352         * dired.el (dired-read-dir-and-switches):
12353         Set minibuffer-completing-file-name and call substitute-in-file-name.
12354         (dired-format-columns-of-files): Use completion--insert-strings.
12356         * minibuffer.el (completion-hilit-commonality): Revert last change:
12357         the leftover code was actually useful.
12358         (completion--insert-strings): Use string-width rather than length.
12360 2008-05-02  Sam Steingold  <sds@gnu.org>
12362         * vc.el (vc-dir-mode-map): Enable mouse bindings.
12363         (vc-at-event): New macro: run the body at the even location.
12364         (vc-dir-menu, vc-dir-toggle-mark): Use it.
12365         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12366         * subr.el (mouse-event-p): Check if the event is mouse-related.
12368 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
12370         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12371         Don't throw error if no file is found.
12373 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12375         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12376         (vc-default-state-heuristic): Doc fix.
12378 2008-05-02  Richard Sharman  <rsharman@pobox.com>
12380         * hilit-chg.el (highlight-changes-mode): Remove references to
12381         hooks that no longer exist.  Because define-minor-mode is used the
12382         hook highlight-changes-mode-hook exists and can do what both the
12383         old hooks used to do.  The documentation at the top of the file
12384         was updated to demonstrate this.
12385         (highlight-changes-mode): Remove commented out call to a hook
12386         function that is no longer there.
12387         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12389 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12391         * vc.el (vc-default-dired-state-info): Change name of primitive
12392         to prettify-state-info, in preparation for ripping out dired mode.
12393         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12394         to prettify-state-info, in preparation for ripping out dired mode.
12395         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12396         tries this on a version-controlled buffer.  It will do useless or
12397         actively bad things on any version control system newer than RCS.
12398         * vc-hooks.el (vc-dired-resynch-file):
12399         * vc.el (vc-dired-resynch-file): Change name of primitive to
12400         vc-directory-resynch-file, preparing to remove dired.
12402 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
12404         * vc-rcs.el (vc-rcs-state): Fix typos.
12406         * vc.el (vc-register): Change argument order so that the prefix
12407         argument is assigned correctly.
12408         (vc-next-action, vc-dir-register): Update for the above change.
12410 2008-05-01  Juri Linkov  <juri@jurta.org>
12412         * replace.el (occur-read-primary-args): Set default to the car of
12413         regexp-history and display it in the prompt, but don't add to the
12414         list of minibuffer defaults.  Bind history-add-new-input to nil to
12415         not add automatically `default'.  For empty input return `default'.
12416         Otherwise, add `input' to regexp-history and return it.
12417         (occur-1): Signal an error for the empty regexp.
12419         * progmodes/compile.el (compilation-auto-jump):
12420         Set window point to `pos' explicitly.
12422 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12424         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12425         when appropriate.
12426         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12427         we report the 'unregistered state reliably.
12428         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12429         we report the 'unregistered state reliably.
12430         * vc-git.el (vc-git-state): Call vc-git-unregistered so
12431         we report the 'unregistered state reliably.
12432         * vc-hooks.el (vc-state): Document that vc-unregistered is
12433         now expected to be returned reliably.
12434         * vc.el (vc-default-dired-state): Change needs-patch state to
12435         needs-update, since the name now shows up in dir-status listings
12436         and was somewhat misleading.
12437         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12438         immediately after removing the file.
12439         * vc.el (vc-next-action): More informative messages when a fileset
12440         is in a mixed state or files are missing.
12442 2008-05-01  Sam Steingold  <sds@gnu.org>
12444         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12446 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12448         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12450 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
12452         * epa-file-hook.el: New file split from epa-file.el.
12453         * epa-file.el: Require 'epa-file-hook.
12454         (epa-file-handler): Add autoload cookie.
12455         * loadup.el: Load epa-file-hook.
12456         * startup.el (command-line): Eval the body of auto-encryption-mode.
12458 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
12460         * vc.el (vc-dir-mode-map): Don't bind "r".
12462         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12463         (vc-hg-status-printer): New function.
12464         (vc-hg-after-dir-status): Deal with copied and renamed files.
12465         (vc-hg-dir-status): Add flag to show copied files.
12467 2008-05-01  John Paul Wallington  <jpw@pobox.com>
12469         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12470         (ibuffer-do-sort-by-recency): Reverse sorting order if last
12471         sorting mode was recency.
12473         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12474         reverse sorting order if last sorting mode was the sorter's.
12476 2008-05-01  Jason Rumney  <jasonr@gnu.org>
12478         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12480 2008-04-30  John Paul Wallington  <jpw@pobox.com>
12482         * ibuffer.el (define-ibuffer-column filename): When the major mode
12483         is `vc-dir-mode' show the buffer's default directory.
12485         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12486         major mode is `vc-dir-mode' use the buffer's default directory.
12488 2008-04-30  Sam Steingold  <sds@gnu.org>
12490         * vc.el (vc-dir-delete-file): Add.
12491         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12492         (vc-delete-file): Do not barf when the file has been already deleted.
12494 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12496         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12498 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12500         * progmodes/octave-mod.el (octave-help): New function.
12501         * progmodes/octave-hlp.el: Delete.
12502         * info-look.el (octave-mode): Add operator index.
12504         * vc.el (vc-checkout): Typo.
12506 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12508         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12509         Add "..." in the appropriate places.
12511         * epa.el (epa-key-list-mode-map): Add more menu entries.
12512         Add "..." in the appropriate places.
12514         * dired.el (dired-mode-map): Add :help.
12516         * vc.el (vc-deduce-fileset): Add new parameter.
12517         (vc-dir-marked-only-files): New function.
12518         (vc-next-action): Don't ignore directories, look at the files
12519         inside them.
12520         (vc-dir-mode): Document how the mark/unmark commands work.
12522 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12525         Rule out trailing spaces in file and directory names as well.
12527         * minibuffer.el (completion--do-completion): Move point even if the
12528         completion makes no change.
12529         (completion-pcm-try-completion): Fix computation of new point.
12531 2008-04-30  David Hansen  <david.hansen@gmx.net>
12533         * dired.el: Require 'cl.
12535 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
12537         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12538         hollow if not in innermost frame.
12540 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12542         Make `checkout-model' apply to filesets.
12543         * vc-hooks.el (vc-checkout-model): Rewrite.
12544         (vc-before-save, vc-after-save): Adjust callers accordingly.
12545         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12546         (vc-transfer-file): Adjust callers accordingly.
12547         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12548         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12549         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12550         instead of vc-checkout-model.
12551         * vc-mcvs.el (vc-mcvs-revert):
12552         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12553         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12554         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12555         * vc-svn.el (vc-svn-checkout-model):
12556         * vc-hg.el (vc-hg-checkout-model):
12557         * vc-git.el (vc-git-checkout-model):
12558         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12560         * dired.el (dired-read-dir-and-switches): Replace last change with
12561         a new approach that mixes read-file-name and read-directory-name.
12563         * files.el (read-buffer-to-switch):
12564         Avoid making assumptions about `other-buffer'.
12566 2008-04-29  Sam Steingold  <sds@gnu.org>
12568         * vc.el (vc-dir-mode-hook): Add normal hook.
12569         (vc-dir-mode): Run it.
12571 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12573         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12574         Always split windows.
12575         (gdb-speedbar-timer-fn): Only raise frame after user input.
12576         (gdb-same-frame): Reverse initial value.
12577         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12579         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12580         gdb-speedbar-timer-fn.
12582 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12584         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12586 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
12588         * epa.el (epa-key-list-mode-map): Add menu.
12589         (epa-delete-keys, epa-import-keys): Fix typo.
12591 2008-04-29  Glenn Morris  <rgm@gnu.org>
12593         * find-cmd.el (top-level): Does not need cl when compiling.
12595 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
12597         * find-cmd.el: New file.
12599 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12601         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12602         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12603         (completion-pcm--hilit-commonality): New function.
12604         (completion-pcm-all-completions): Use it.
12606         * minibuffer.el (completion-common-substring): Mark obsolete.
12607         (completions-first-difference, completions-common-part):
12608         Move from simple.el.
12609         (completion-hilit-commonality): New fun.
12610         (display-completion-list, completion-emacs21-all-completions)
12611         (completion-emacs22-all-completions): Use it.
12612         * simple.el (completions-first-difference, completions-common-part):
12613         Move to minibuffer.el.
12614         (choose-completion-string): Use field functions and minibufferp.
12615         (completion-setup-function): Don't set completions faces.
12617 2008-04-29  Glenn Morris  <rgm@gnu.org>
12619         * calendar/calendar.el (calendar-nth-named-absday)
12620         (calendar-nth-named-day):
12621         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12622         * calendar/holidays.el (holiday-float): Doc fixes.
12624         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12625         the `full' case.
12627         * org/org-agenda.el (calendar-iso-from-absolute):
12628         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12629         Fix declarations.
12631 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12633         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12634         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12635         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12636         (gdb-assembler-custom): Be careful not to match other addresses.
12638 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12640         * battery.el (battery-status-function): Use w32-battery-status
12641         on Windows.
12642         (battery-echo-area-format): Make apm format the general case.
12643         (battery-mode-line-format): Merge apm and pmset formats as the
12644         general case.
12646 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12648         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12649         Use gud-tool-bar-item-visible-no-fringe.
12650         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12651         is already visible in frame.  Remove optional size parameter
12652         and add optional frame parameter.
12654         * progmodes/gud.el (gud-display-line): Only consider visible
12655         frames when looking for source buffer.
12657 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12659         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12660         argument to get-char-property, in case the current buffer hasn't
12661         been assigned to that window yet.
12662         (doc-view-display): Default to selected window if the current
12663         buffer hasn't been assigned to a window yet.
12665 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12667         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12669 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12671         * net/tramp.el (tramp-mode): New defcustom.
12672         (tramp-file-name-handler, tramp-completion-file-name-handler):
12673         Use it.
12674         (tramp-replace-environment-variables): Handle "$$".
12676 2008-04-28  Sam Steingold  <sds@gnu.org>
12678         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12680 2008-04-28  Bastien Guerry  <bzg@altern.org>
12682         * whitespace.el (whitespace-trailing): Fix typo.
12684 2008-04-28  Sam Steingold  <sds@gnu.org>
12686         * textmodes/remember.el (diary-make-entry): Update the autoload.
12688 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12690         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12691         all-completions.
12693 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12695         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12697 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12699         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12700         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12701         (vc-dir-mark-file): Add an optional argument.
12702         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12704 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12706         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12707         rather than obsolete alias find-file-hooks.
12708         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12709         Use find-file-hook rather than obsolete alias find-file-hooks.
12710         Add to find-file-not-found-functions.
12711         (epa-file-handler): Put 'safe-magic and 'operations properties.
12713         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12714         (epa-menu-items): Remove.
12716         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12717         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12718         (epa-dired-mode, epa-global-dired-mode): Remove.
12720         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12722         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12724         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12726 2008-04-27  Glenn Morris  <rgm@gnu.org>
12728         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12729         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12731 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12733         * org/org.el (org-html-level-start): Always have id's in HTML.
12734         (org-export-as-html): Use `org-link-protocols' to
12735         retrieve the export form of the link.
12736         (org-add-link-type): Final parameter renamed from PUBLISH.
12737         Better documentation of how it is to be used.  Avoid double entries for
12738         the same link type.
12739         (org-add-link-props): New function.
12740         (org-modules-loaded): New variable.
12741         (org-load-modules-maybe, org-set-modules): New function.
12742         (org-modules): New option.
12743         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12744         (orgtbl-mode, org-store-link, org-insert-link-global)
12745         (org-open-at-point): Call `org-load-modules-maybe'.
12746         (org-search-view): Add more text properties.
12747         (org-agenda-schedule, org-agenda-deadline): Allow also in
12748         search-type agendas.
12749         (org-search-view): Order of arguments has been changed.
12750         Interpret prefix-arg as TODO-ONLY.
12751         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12752         Take new argument order of `org-search-view' into account.
12753         (org-todo-only): New variable.
12754         (org-search-syntax-table): New variable and function.
12755         (org-search-view): Do the search with the special syntax table.
12756         (define-obsolete-function-alias): Make work with XEmacs.
12757         (org-add-planning-info): Use old date as default when modifying an
12758         existing deadline or scheduled item.
12759         (org-agenda-compute-time-span): Make argument N optional.
12760         (org-agenda-format-date-aligned): Require `cal-iso'.
12761         (org-agenda-list): Include week into agenda heading, don't
12762         list it at each date (only on Mondays).
12763         (org-read-date-analyze): Define local variable `iso-date'.
12764         (org-agenda-format-date-aligned): Remove dependency on
12765         `calendar-time-from-absolute'.
12766         (org-remember-apply-template, org-go-to-remember-target):
12767         Interpret filenames relative to `org-directory'.
12768         (org-complete): Silently fail when trying to complete
12769         keywords that don't have a default value.
12770         (org-get-current-options): Add a #+DATE: option.
12771         (org-additional-option-like-keywords): Remove "DATE:" from the
12772         list of additional keywords.
12773         (org-export-as-html): Remove (current-time) as unnecessary second
12774         argument of `format-time-string'.
12775         (org-clock-find-position): Handle special case at end of buffer.
12776         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12777         `org-agenda-change-time-span'.
12778         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12779         `org-agenda-change-time-span'.
12780         (org-agenda-month-view): New argument MONTH, pass it on to
12781         `org-agenda-change-time-span'.
12782         (org-agenda-year-view): New argument YEAR, pass it on to
12783         `org-agenda-change-time-span'.
12784         (org-agenda-change-time-span): New optional argument N, pass it on
12785         to `org-agenda-compute-time-span'.
12786         (org-agenda-compute-time-span): New argument N, interpret it by
12787         changing the starting day.
12788         (org-small-year-to-year): New function.
12789         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12790         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12791         into the future, and that the shift is at least one interval, never 0.
12792         (org-update-checkbox-count): Fix bug with checkbox counting.
12793         (org-add-note): New command.
12794         (org-add-log-setup): Rename from `org-add-log-maybe'.
12795         (org-log-note-headings): New entry for plain notes (i.e. notes not
12796         related to state changes or clocking).
12797         (org-get-org-file): Check for availability of `remember-data-file'.
12798         (org-cached-entry-get): Allow a regexp value for
12799         `org-use-property-inheritance'.
12800         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12801         customization type.
12802         (org-use-tag-inheritance): Allow a list and a regexp value for
12803         this variable.
12804         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12805         (org-entry-get): Respect value `selective' for the INHERIT argument.
12806         (org-tag-inherit-p, org-property-inherit-p): New functions.
12807         (org-agenda-format-date-aligned): Allow 10 characters for
12808         weekday, to accommodate German locale.
12809         (org-add-archive-files): New function.
12810         (org-agenda-files): New argument `ext', to get archive files as well.
12811         (org-tbl-menu): Protect the use of variables that
12812         are only available when org-table.el gets loaded.
12813         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12814         single directory.
12815         (org-open-file): Allow a batch process to trigger
12816         waiting after executing a system command.
12817         (org-store-link): Link to headline when there is not
12818         target and no region in an org-mode buffer when creating a link.
12819         (org-link-types-re): New variable.
12820         (org-make-link-regexps): Compute `org-link-types-re'.
12821         (org-make-link-description-function): New option.
12822         (org-agenda-date, org-agenda-date-weekend): New faces.
12823         (org-archive-sibling-heading): New option.
12824         (org-archive-to-archive-sibling): New function.
12825         (org-iswitchb): New command.
12826         (org-buffer-list): New function.
12827         (org-agenda-columns): Also try the #+COLUMNS line in
12828         the buffer associated with the entry at point (or with the first
12829         entry in the agenda view).
12830         (org-modules): Add entry for org-bibtex.el.
12831         (org-completion-fallback-command): Move into `org-completion' group.
12832         (org-clock-heading-function): Move to `org-progress' group.
12833         (org-auto-repeat-maybe): Make sure that a note can
12834         be enforces if `org-log-repeat' is `note'.
12835         (org-modules): Allow additional symbols for external packages.
12836         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12837         (org-clock-goto): Hide drawers after showing an
12838         entry with `org-clock-goto'.
12839         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12840         Try also a clocktable block shift.
12841         (org-clocktable-try-shift): New function.
12842         (org-columns-hscoll-title): New function.
12843         (org-columns-previous-hscroll): New variable.
12844         (org-columns-full-header-line-format): New variable.
12845         (org-columns-display-here-title, org-columns-remove-overlays):
12846         Install `org-columns-hscoll-title' in post-command-hook.
12848         * org/org.el: Split into many small files.
12850         * org/org-agenda.el: New file, split off from org.el.
12852         * org/org-archive.el: New file, split off from org.el.
12854         * org/org-bbdb.el: New file.
12856         * org/org-bibtex.el: New file, split off from org.el.
12858         * org/org-clock.el: New file, split off from org.el.
12860         * org/org-colview.el: New file, split off from org.el.
12862         * org/org-compat.el: New file, split off from org.el.
12864         * org/org-exp.el: New file, split off from org.el.
12866         * org/org-faces.el: New file, split off from org.el.
12868         * org/org-gnus.el: New file, split off from org.el.
12870         * org/org-info.el: New file, split off from org.el.
12872         * org/org-infojs.el: New file.
12874         * org/org-irc.el: New file.
12876         * org/org-macs.el: New file, split off from org.el.
12878         * org/org-mew.el: New file.
12880         * org/org-mhe.el: New file, split off from org.el.
12882         * org/org-publish.el: New file, split off from org.el.
12884         * org/org-remember.el: New file, split off from org.el.
12886         * org/org-rmail.el: New file, split off from org.el.
12888         * org/org-table.el: New file, split off from org.el.
12890         * org/org-vm.el: New file, split off from org.el.
12892         * org/org-wl.el: New file, split off from org.el.
12894 2008-04-27  Jason Riedy  <jason@acm.org>
12896         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12897         parameter that suppresses lines that evaluate to NIL.
12898         (orgtbl-get-fmt): New inline function for
12899         picking apart formats that may be lists.
12900         (orgtbl-apply-fmt): New inline function for applying formats that
12901         may be functions.
12902         (orgtbl-eval-str): New inline function for strings that may be
12903         functions.
12904         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12905         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12906         (*orgtbl-llfmt*, *orgtbl-llstart*)
12907         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12908         (orgtbl-format-section): Shift formatting to support detecting the
12909         last line and formatting it specially.
12910         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12911         formats unless overridden.
12912         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12913         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12914         bound variables to hold the input collection of lines and output
12915         formatted text.
12916         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12917         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12918         format parameters.
12919         (orgtbl-format-line): New function encapsulating formatting for a
12920         single line.
12921         (orgtbl-format-section): Similar for each section.  Rebinding the
12922         dynamic vars customizes the formatting for each section.
12923         (orgtbl-to-generic): Use orgtbl-format-line and
12924         orgtbl-format-section.
12925         (org-get-param): Now unused, so delete.
12926         (orgtbl-gather-send-defs): New function to
12927         gather all the SEND definitions before a table.
12928         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12929         corresponding to the current name.
12930         (orgtbl-send-table): Use the previous two functions and implement
12931         multiple destinations for each table.
12933         * doc/org.texi (A LaTeX example): Note that fmt may be a
12934         one-argument function, and efmt may be a two-argument function.
12935         (Radio tables): Document multiple destinations.
12937 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12939         * org/org-agenda.el (org-add-to-diary-list): New function.
12940         (org-prefix-has-effort): New variable.
12941         (org-sort-agenda-noeffort-is-high): New option.
12942         (org-agenda-columns-show-summaries)
12943         (org-agenda-columns-compute-summary-properties): New options.
12944         (org-format-agenda-item): Compute the duration of the item.
12945         (org-agenda-weekend-days): New variable.
12946         (org-agenda-list, org-timeline): Use the proper faces for dates in
12947         the agenda and timeline buffers.
12948         (org-agenda-archive-to-archive-sibling): New command.
12949         (org-agenda-start-with-clockreport-mode): New option.
12950         (org-agenda-clockreport-parameter-plist): New option.
12951         (org-agenda-clocktable-mode): New variable.
12952         (org-agenda-deadline-leaders): Allow a function value for the
12953         deadline leader.
12954         (org-agenda-get-deadlines): Deal with new function value.
12956         * org/org-clock.el (org-clock): New customization group.
12957         (org-clock-into-drawer, org-clock-out-when-done)
12958         (org-clock-in-switch-to-state, org-clock-heading-function):
12959         Move into the new group.
12960         (org-clock-out-remove-zero-time-clocks): New option.
12961         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12962         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12963         parameter.
12964         (org-dblock-write:clocktable): Fix bug with total time calculation.
12965         (org-dblock-write:clocktable): Request the unrestricted list of files.
12966         (org-get-clocktable): New function.
12967         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12968         be strings but also integers (an absolute day number) and lists (m d y).
12970         * org/org-colview.el (org-columns-next-allowed-value)
12971         (org-columns-edit-value): Limit the effort for updating in the
12972         agenda to recomputing a single file.
12973         (org-columns-compute): Only write property value if it has changed.
12974         This avoids raising the buffer-change-flag unnecessarily.
12975         (org-agenda-colview-summarize)
12976         (org-agenda-colview-compute): New functions.
12977         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12979         * org/org-exp.el (org-export-run-in-background): New option.
12980         (org-export-icalendar): Allow a batch process to trigger waiting
12981         after executing a system command.
12982         (org-export-preprocess-string): Rename from
12983         `org-cleaned-string-for-export'.
12984         (org-export-html-style): Made target class look like normal text.
12985         (org-export-as-html): Make use of the better preprocessing in
12986         `org-cleaned-string-for-export'.
12987         (org-cleaned-string-for-export): Better treatment of heuristic
12988         targets, many more internal links will now work in HTML export.
12989         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12990         (org-export-inbuffer-options-extra): New variable.
12991         (org-export-options-filters): New hook.
12992         (org-infile-export-plist): Find also the settings keywords in
12993         `org-export-inbuffer-options-extra'.
12994         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12995         multiple #+INFOJS_OPT lines.
12996         (org-export-html-handle-js-options): New function.
12997         (org-export-html-infojs-setup): New option.
12998         (org-export-as-html): Call `org-export-html-handle-js-options'.
12999         Add autoload to all entry points.
13000         (org-skip-comments): Function removed.
13002         * org/org-table.el (org-table-make-reference): Extra parenthesis
13003         around single fields, to make sure that algebraic formulas get
13004         correctly interpreted by calc.
13005         (org-table-current-column): No longer interactive.
13007         * org/org-export-latex.el (org-export-latex-preprocess):
13008         Rename from `org-export-latex-cleaned-string'.
13010 2008-04-27  Bastien Guerry  <bzg@altern.org>
13012         * org/org-publish.el (org-publish-get-base-files-1): New function.
13013         (org-publish-get-base-files): Use it.
13014         (org-publish-temp-files): New variable.
13015         Don't require 'dired-aux anymore.
13016         (org-publish-initial-buffer): New variable.
13017         (org-publish-org-to, org-publish): Use it.
13018         (org-publish-get-base-files-1): Bug fix: get
13019         the proper list of files when recursing thru a directory.
13020         (org-publish-get-base-files): Use the :exclude property to skip
13021         both files and directories.
13023 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
13025         * net/tramp.el (tramp-handle-make-symbolic-link)
13026         (tramp-handle-file-name-directory)
13027         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
13028         (tramp-do-copy-or-rename-file-directly)
13029         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
13030         (tramp-handle-substitute-in-file-name)
13031         (tramp-handle-insert-file-contents, tramp-handle-write-region)
13032         * net/tramp-cache.el (tramp-get-file-property)
13033         (tramp-set-file-property, tramp-flush-file-property)
13034         (tramp-flush-directory-property)
13035         * net/tramp-compat.el (tramp-compat-make-temp-file)
13036         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13037         Disable `file-name-handler-alist' when handling localname.
13038         It could have a remote file syntax, like a VMS file name.
13040 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13042         * whitespace.el: New version 11.1.
13043         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
13044         enclosed by \\( and \\)$.  Docstring fix.
13045         (whitespace-trailing-regexp): Fun removed.
13046         (whitespace-report-list): Const initialization fix.
13047         (whitespace-color-on): Code fix.
13049 2008-04-27  Andreas Schwab  <schwab@suse.de>
13051         * Makefile.el: Unbreak bootstrap.
13053 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
13055         * net/tramp.el (tramp-replace-environment-variables): New defun.
13056         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
13057         Use it.
13059 2008-04-27  Glenn Morris  <rgm@gnu.org>
13061         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
13063         * calculator.el (calculator-expt): Replace cl function `oddp'.
13065 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
13067         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13068         Simplify.  Collect `defun' and `autoload' entries.
13069         Avoid modifying load-history.
13071 2008-04-26  Glenn Morris  <rgm@gnu.org>
13073         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
13075         * simple.el (quoted-insert, zap-to-char): Revert previous change.
13077 2008-04-26  John Paul Wallington  <jpw@pobox.com>
13079         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13080         `hexl-mode-old-eldoc-documentation-function'.
13081         (hexl-mode-exit): Restore it.
13082         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13084         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13086 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
13088         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13089         (completion-pcm--all-completions): Doc fix.
13090         (completion-styles-alist, completion-all-completions):
13091         Fix typos in docstrings.
13093 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13095         * whitespace.el: There is now only one variable (whitespace-style) to
13096         specify which kind of blank is visualized.  Doc and docstring fix.
13097         New version 11.0.
13098         (whitespace-style): New option, replace whitespace-style-mark and
13099         whitespace-style-color.
13100         (whitespace-style-mark, whitespace-style-color): Options removed.
13101         (whitespace-hspace, whitespace-tab, whitespace-newline)
13102         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13103         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13104         (whitespace-hspace-regexp, whitespace-space-regexp)
13105         (whitespace-tab-regexp, whitespace-trailing-regexp)
13106         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13107         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13108         (whitespace-space-after-tab-regexp, whitespace-line-column)
13109         (whitespace-display-mappings, whitespace-report): Docstring fix.
13110         (whitespace-color-value-list, whitespace-mark-value-list)
13111         (whitespace-active-color, whitespace-active-mark)
13112         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13113         (whitespace-style-value-list, whitespace-active-style)
13114         (whitespace-toggle-style): New vars.
13115         (whitespace-toggle-option-alist, whitespace-help-text):
13116         Var initialization and docstring fix.
13117         (whitespace-toggle-options, global-whitespace-toggle-options)
13118         (whitespace-cleanup, whitespace-cleanup-region)
13119         (whitespace-report-region, whitespace-interactive-char)
13120         (whitespace-toggle-list): Docstring and code fix.
13121         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13122         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
13123         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
13124         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
13126 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13128         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
13129         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
13130         (diff-sanity-check-hunk): Adjust code accordingly.
13132 2008-04-26  Glenn Morris  <rgm@gnu.org>
13134         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
13136         * forms-d2.dat: Move to ../etc.
13137         * forms-d2.el (forms-file): Adapt for above change.
13139         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
13140         `translation-table-for-input'.
13142         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
13143         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
13145         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
13146         to punctuation now it's not needed for abbrevs.
13147         (fortran-mode-abbrev-table): Remove defvar, make use of new
13148         define-abbrev-table :regexp feature.
13150         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
13151         insert, now that translation-table-for-input is not needed.
13153 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
13155         * emacs-lisp/pp.el (pp-display-expression): New function,
13156         extracted from pp-eval-expression.
13157         (pp-eval-expression): Use pp-display-expression.
13158         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
13159         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
13160         (pp-eval-last-sexp): Use pp-last-sexp.
13162 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13164         * abbrev.el (define-abbrev-table): Apply props even if the table
13165         exists already.
13167         * minibuffer.el (completion-table-with-context): Fix `pred' for the
13168         various kinds of completion tables.
13169         (completion-emacs22-try-completion): Place cursor after the /, as was
13170         done in Emacs-22's minibuffer-complete-word.
13171         Fix bug reported by David Hansen <david.hansen@gmx.net>.
13172         (completion-emacs22-try-completion): Merge all mergeable text rather
13173         than just /.
13174         (completion-pcm--delim-wild-regex): New var.
13175         (completion-pcm-word-delimiters): New custom.
13176         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13177         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13178         (completion-pcm--all-completions, completion-pcm-all-completions)
13179         (completion-pcm--merge-completions, completion-pcm--pattern->string)
13180         (completion-pcm-try-completion): New functions.
13181         (completion-styles-alist): Add them.
13182         (completion-styles): Add it to the default.
13184 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
13186         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13187         (gdb-var-create-handler): ...until here when there are values.
13188         (gdb-post-prompt): Don't do -var-update with no watch expressions.
13189         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13191 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
13193         * ls-lisp.el (ls-lisp-format): Fix last change.
13194         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13195         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13196         (ls-lisp-filesize-f-fmt): New defvars.
13197         (ls-lisp-insert-directory): Dynamically compute format specifiers
13198         for displaying UID, GID, and file size, and store them in the
13199         above variables.
13200         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13201         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13202         instead of constant format strings.
13203         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13204         ls-lisp-filesize-d-fmt instead of constant format strings.
13206 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
13208         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13209         value of addresses rather than (partial) string value.
13210         (gdb-frame-handler): Change regexp according to above change.
13211         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13212         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13213         (gdb-assembler-mode): Disable undo in these buffers.
13215 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
13217         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13218         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13220 2008-04-24  Sam Steingold  <sds@gnu.org>
13222         * textmodes/remember.el (remember-diary-extract-entries): Use
13223         diary-make-entry instead of the obsolete make-diary-entry.
13225 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13227         * subr.el (translation-table-for-input): Mark as obsolete.
13229         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13231         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13233         * textmodes/ispell.el (ispell-dictionary-alist-1)
13234         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13235         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13236         (ispell-dictionary-alist-6): Remove.
13237         (ispell-dictionary-base-alist): New var, merges the above.
13238         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13239         Use it.
13240         (ispell-dictionary-alist): Default to nil.  Remove autoload.
13241         (ispell-local-dictionary-alist): Remove autoload.
13243         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13244         (f90-mode-abbrev-table): Use the new :regexp feature.
13245         Merge defvar and mapc into define-abbrev-table.
13246         (f90-imenu-type-matcher): Remove unused `l'.
13247         (f90-imenu-generic-expression): Remove unused `not-ib'.
13248         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13249         (f90-change-keywords): Use restore-buffer-modified-p.
13251 2008-04-24  Glenn Morris  <rgm@gnu.org>
13253         * net/goto-addr.el (goto-address-prog-mode):
13254         * progmodes/bug-reference.el (bug-reference-prog-mode):
13255         Define for compiler.
13257         * minibuffer.el (x-file-dialog): Declare as function.
13259         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13260         dframe-update-speed rather than obsolete alias speedbar-update-speed.
13262         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13263         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13264         work with easymenu.  Add :keys where needed.
13266         * calendar/cal-move.el (calendar-scroll-left): Handle case when
13267         event-start is nil.
13269         * calendar/calendar.el (calendar-mode-map): Fix typo.
13271 2008-04-24  Tom Tromey  <tromey@redhat.com>
13273         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13274         Document keywords.  Add :suppress.
13275         * pcvs-defs.el (cvs-mode-map): Use :suppress.
13277         * net/goto-addr.el (goto-address-unfontify): New function.
13278         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
13279         (goto-address-fontify-region, goto-address-mode)
13280         (goto-address-prog-mode): New functions.
13282         * progmodes/bug-reference.el: New file.
13284 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13286         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13288 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13290         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13291         macros within lambdas.
13293 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13295         * minibuffer.el (completion-try-completion): Add `point' argument.
13296         Change return value.
13297         (completion-all-completions): Add `point' argument.
13298         (minibuffer-completion-help): Pass the new `point' argument.
13299         (completion--do-completion): Pass the whole field to try-completion.
13300         (completion--try-word-completion): Rewrite, making fewer assumptions.
13301         (completion-emacs21-try-completion, completion-emacs21-all-completions)
13302         (completion-emacs22-try-completion, completion-emacs22-all-completions)
13303         (completion-basic-try-completion, completion-basic-all-completions):
13304         New functions.
13305         (completion-styles-alist): Use them.
13307 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
13309         * textmodes/ispell.el (ispell-set-spellchecker-params):
13310         New function to make sure right params and dictionary alists are used
13311         after spellchecker changes.
13312         (ispell-aspell-dictionary-alist, ispell-last-program-name)
13313         (ispell-initialize-spellchecker-hook): New variables and hook.
13314         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13315         (ispell-maybe-find-aspell-dictionaries): Remove.
13316         Calls replaced by (ispell-set-spellchecker-params) calls.
13317         (ispell-have-aspell-dictionaries): Remove.
13319         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13320         by ispell-set-spellchecker-params.
13322 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13324         * complete.el (PC-do-completion): Be more robust in the presence of
13325         unexpected values in minibuffer-completion-predicate.
13327         * minibuffer.el (read-file-name): Don't let-bind default-directory.
13328         Only abbreviate default-filename if it's a file.
13330         * minibuffer.el (read-file-name-function, read-file-name-predicate)
13331         (read-file-name-completion-ignore-case, insert-default-directory):
13332         New vars, moved from fileio.c.
13333         (read-file-name): New fun, moved from fileio.c.
13334         * cus-start.el: Remove insert-default-directory and
13335         read-file-name-completion-ignore-case.
13337 2008-04-23  Magnus Henoch  <mange@freemail.hu>
13339         * tar-mode.el (tar-untar-buffer): If the entry has directory
13340         link type, extract it as a directory even if its file name doesn't
13341         end with a slash.  Fixes extraction of NetBSD tar archives.
13343 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13345         * server.el (server-start): Also don't get confused by CRs since we
13346         don't quote them.
13348 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13350         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13351         (gdb-set-gud-minor-mode-existing-buffers)
13352         (gdb-info-breakpoints-custom, gdb-get-location)
13353         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13354         Previously gdb-create-define-alist wasn't always run and added to
13355         after-save-hook.
13357         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13359 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13361         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13362         comments like unindented ones.
13364 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13366         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13367         parameter origins.
13369 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13371         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13372         Bind print-level to ensure output forms aren't truncated if
13373         print-level is set to eval-expression-print-level when going via
13374         eval-defun and friends, or has been otherwise fiddled with.
13376 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13378         * progmodes/cc-mode.el (c-basic-common-init): Don't set
13379         font-lock-extend-after-change-region-function globally.
13381 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
13383         * speedbar.el (speedbar-use-tool-tips-flag)
13384         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13385         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13386         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13387         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13388         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13389         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13390         (speedbar-separator-face): Fix typos in docstrings.
13391         (speedbar-stealthy-function-list, speedbar-verbosity-level)
13392         (speedbar-supported-extension-expressions, speedbar-update-current-file)
13393         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13394         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13395         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13396         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13397         (speedbar-check-vc-this-line, speedbar-files-line-directory)
13398         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13399         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13400         (speedbar-recenter): Doc fixes.
13401         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13402         declaration and remove redundant info in docstring.
13404 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
13406         * vc-git.el (vc-git-status-printer): Deal with directories.
13408         * vc.el (vc-next-action): Look at more than the first file to
13409         determine the state.
13411 2008-04-23  Glenn Morris  <rgm@gnu.org>
13413         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13414         timers.  Doc fix.
13415         (dframe-update-speed): Drop support for XEmacs < 20.
13416         (dframe-frame-mode): Drop support for Emacs < 20.
13417         (dframe-set-timer-internal): Drop support for Emacs without timers.
13418         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13420         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13421         versions.  Add doc-string.  Mark as obsolete.
13423         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13425         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13426         rather than using an Emacs version test.
13428         * tree-widget.el (tree-widget-image-enable): Use display-images-p
13429         rather than an Emacs version test.
13431         * calendar/cal-china.el (holiday-chinese-qingming)
13432         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13433         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13434         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13436         * calendar/cal-islam.el (holiday-islamic): Doc fix.
13438         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13439         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13440         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13442 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13444         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13445         (gdb-previous-frame-pc-address): ...to this.
13446         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13447         of "info frame" with Gdb 6.4+.
13448         (gdb-stack-list-frames-regexp): New regexp.
13449         (gdb-frame-handler-1): Parse output of -stack-info-frame.
13451 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
13453         * tar-mode.el (tar-prefix-offset): New constant.
13454         (tar-header-block-tokenize): Support paths with long names
13455         which use the "ustar" standard.
13457 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
13459         * image-dired.el (image-dired-track-original-file)
13460         (image-dired-modify-mark-on-thumb-original-file):
13461         Use `dired-goto-file' instead of `search-forward'.  This solves
13462         a bug with finding files where the file name is a subset of other
13463         file names.  Doc fix.
13465 2008-04-22  Juri Linkov  <juri@jurta.org>
13467         * menu-bar.el (buffers-menu-max-size): Move its definition down to
13468         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
13469         (yank-menu-length): Change group name `mouse' to `menu'.
13470         (buffers-menu-buffer-name-length): New user option.
13471         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13472         instead of the hard-coded number 27.
13474 2008-04-22  Juri Linkov  <juri@jurta.org>
13476         * isearch.el (eval-when-compile): Require `help-macro'.
13477         (isearch-help-for-help-internal): Isearch specific Help screen
13478         created by `make-help-screen'.
13479         (isearch-help-map): New variable that binds "b", "k", "m" to
13480         isearch-specific commands, and binds other keys to
13481         isearch-other-control-char, thus allowing other Help keys to
13482         exit isearch mode and execute their global definitions.
13483         (isearch-help-for-help, isearch-describe-bindings)
13484         (isearch-describe-key, isearch-describe-mode): New commands.
13485         (isearch-mode-help): Define alias to isearch-describe-mode
13486         and remove its old function definition.
13487         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13488         Remove old comments because this issue is settled now.
13489         (isearch-forward): Describe three new Help commands in the docstring.
13490         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13491         leave the single sentence at the first line of the docstring,
13492         and prepend the word "function" before `isearch-forward'
13493         to make the Help link to the function instead of variable.
13495 2008-04-22  Juri Linkov  <juri@jurta.org>
13497         * isearch.el (isearch-success-function): New variable with default
13498         to `isearch-success-function-default'.
13499         (isearch-search): Call a function from `isearch-success-function'
13500         instead of calling the hard-coded `isearch-range-invisible'.
13501         (isearch-success-function-default): New function that calls
13502         `isearch-range-invisible' and inverts its return value.
13504         * info.el (Info-search): In two similar places that skip
13505         undesired search matches move code to Info-search-success-function,
13506         and call `isearch-success-function' instead.
13507         (Info-search-success-function): New function copied from code
13508         in Info-search.  Replace isearch-range-invisible with
13509         text-property-not-all that checks for 'invisible and 'display
13510         properties to skip partially invisible matches (whose display
13511         properties were set by Info-fontify-node).
13512         (Info-mode): Set buffer-local isearch-success-function
13513         to Info-search-success-function.
13515 2008-04-22  Juri Linkov  <juri@jurta.org>
13517         * minibuffer.el (internal-complete-buffer-except): New function.
13519         * files.el (read-buffer-to-switch): New function.
13520         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13521         Change interactive spec to call read-buffer-to-switch instead of
13522         using the letter "B".
13524         * simple.el (minibuffer-default-add-shell-commands): New function.
13525         Use declare-function for mailcap-file-default-commands from "mailcap".
13526         (shell-command): Set local minibuffer-default-add-function to
13527         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13528         before calling read-shell-command.  Set 4th arg default-value of
13529         read-shell-command to relative buffer-file-name in file buffers.
13531         * dired-aux.el (dired-read-shell-command-default): Move it to
13532         gnus/mailcap.el and change its name to more general name
13533         mailcap-file-default-commands.
13534         (minibuffer-default-add-dired-shell-commands): New function.
13535         Use declare-function for mailcap-file-default-commands from "mailcap".
13536         (dired-read-shell-command): Set local minibuffer-default-add-function
13537         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13538         before calling read-shell-command.  Remove dired-read-shell-command-default
13539         from the default value arg because default values are not set in
13540         minibuffer-default-add-dired-shell-commands.  Doc fix.
13542         * dired-x.el (dired-smart-shell-command): Sync arguments and
13543         interactive spec with changes in `shell-command'.
13544         Use dired-get-filename to get the dired file name at point
13545         as the default value in dired mode.
13547 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13549         * info.el (Info-complete-menu-item): Add missing parenthesis.
13551 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13553         * info.el (Info-complete-menu-item): Save point.
13555 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13557         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13559 2008-04-22  Andreas Schwab  <schwab@suse.de>
13561         * Makefile.in (emacs-deps): Define.
13562         Use it instead of $(lisp)/subdirs.el.
13564 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
13566         * vc.el (vc-next-action): Do not consider directories when
13567         checking for state compatibility.
13568         (vc-transfer-file): Use when not if.
13569         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13570         (vc-dir-mark-file): Use them.
13571         (vc-deduce-fileset): Also return the backend.
13572         (vc-diff-internal): Take as argument the value returned by
13573         vc-deduce-fileset instead of just the fileset.
13574         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13575         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13576         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13578 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
13580         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13581         set-window-vscroll but image-scroll-down.  Fixes a bug where a
13582         command following SPC scrolled up again.
13584 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
13586         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13587         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13588         (gud-watch): Add "$" prefix when in registers buffer.
13590 2008-04-22  Glenn Morris  <rgm@gnu.org>
13592         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13594         * whitespace.el (whitespace-display-table)
13595         (whitespace-display-table-was-local): Move definitions before use.
13597         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13598         (copyright-limit): Respect copyright-at-end-flag.
13599         (copyright-re-search, copyright-start-point)
13600         (copyright-offset-too-large-p): New functions.
13601         (copyright-update-year): Use copyright-re-search.
13602         (copyright-update, copyright-fix-years): Use copyright-start-point,
13603         and copyright-re-search.
13604         (copyright): Use copyright-offset-too-large-p.
13605         * add-log.el (change-log-mode): Set copyright-at-end-flag.
13607         * add-log.el (top-level): Require 'cl when compiling.
13609 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13612         Treat minibuffer-completion-predicate as a predicate.
13614         * minibuffer.el (completion--file-name-table): Accept both the old
13615         `dir' arg or the new `pred' arg.
13617         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13618         `predicate' argument to pass non-predicate data.
13619         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13620         Use second arg as proper predicate.
13622         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13623         (vc-bzr-revision-completion-table): Use completion-table-with-context
13624         instead.
13626         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13628 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13630         * term.el (term-emulate-terminal): Perform redisplay after the
13631         process filter has finished running.
13633 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13637         * minibuffer.el (completion-try-completion): Change magic symbol
13638         property name.  Rename from minibuffer-try-completion.
13639         (completion-all-completions): Rename from minibuffer-all-completions.
13640         Remove hide-spaces argument.
13641         (completion--do-completion): Rename from minibuffer--do-completion.
13642         (minibuffer-complete-and-exit): Call just try-completion rather than
13643         completion-try-completion to fix up the case.
13644         (completion--try-word-completion): Try to add space or hyphen before
13645         making `string' a prefix of `completion'.
13646         (completion--insert-strings): Rename from minibuffer--insert-strings.
13648 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13650         * net/tls.el (tls-program): Add -ign_eof argument to call the
13651         openssl commands.
13652         (tls-checktrust): Ditto.
13654 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13656         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13658         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13659         (vc-check-master-templates, vc-file-not-found-hook)
13660         (vc-kill-buffer-hook):
13661         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13662         (vc-find-position-by-context, vc-buffer-context)
13663         (vc-restore-buffer-context, vc-responsible-backend)
13664         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13665         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13666         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13667         (vc-version-diff, vc-diff, vc-insert-headers)
13668         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13669         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13670         (vc-revert, vc-rollback, vc-version-backup-file)
13671         (vc-rename-master, vc-delete-file, vc-rename-file)
13672         (vc-branch-part, vc-default-retrieve-snapshot)
13673         (vc-annotate-display-autoscale, vc-annotate-display-select)
13674         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13675         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13676         (vc-dir-update): Handle directories.
13677         (vc-default-status-printer): Simplify.
13679         * progmodes/asm-mode.el (asm-mode-map):
13680         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13682         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13684 2008-04-21  Kenichi Handa  <handa@m17n.org>
13686         * select.el (xselect-convert-to-string): Send a C_STRING only if
13687         the polymorphic target TEXT is requested.
13689 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13691         * minibuffer.el (completion-setup-hook, display-completion-list)
13692         (completion--file-name-table): Fix typos in docstrings.
13693         (completion-table-dynamic): Fix typo, and reflow docstring.
13695 2008-04-20  Andreas Schwab  <schwab@suse.de>
13697         * server.el (server-switch-buffer): Also consider clients in the
13698         selected frame.
13700 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13702         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13703         Select window clicked on first.
13704         (gdb): Display thread number in mode-line.
13705         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13706         (gdb-breakpoints-header): New variable.
13707         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13709 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13711         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13712         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13713         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13714         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13715         (vc-sccs-print-log): Use it.
13717         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13719         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13720         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13722         * tooltip.el (tooltip-previous-message): New var.
13723         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13724         the C code (avoid overwriting a minibuffer, restore previous echo
13725         message, ...).
13726         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13727         Simplify.
13729 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13731         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13732         (gdb-init-1): Initialise it.
13733         (gdb-annotation-rules): New entry for "new-thread".
13734         (gdb-thread-identification): New function to customize
13735         mode-line-buffer-identification.
13736         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13737         (gdb-assembler-mode): Use it.
13738         (gdb-threads-mode): Force "info threads" onto queue.
13740 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13742         * files.el (locate-file-completion-table): Rename from
13743         locate-file-completion and make it use `pred' in the normal way.
13744         (locate-file-completion): New compatibility wrapper.
13745         (load-library): Use locate-file-completion-table.
13746         * finder.el (finder-commentary):
13747         * subr.el (locate-library):
13748         * emacs-lisp/find-func.el (find-library): Likewise.
13749         * info.el: Use with-current-buffer and inhibit-read-only.
13750         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13751         (Info-read-node-name-1): Adjust uses accordingly.
13753         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13754         (completion-table-with-terminator): Don't use complete-with-action
13755         since we have to distinguish all three cases anyway.
13756         (completion-table-with-predicate): New function.
13757         (dynamic-completion-table): Add obsolete alias.
13759         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13761 2008-04-18  Sam Steingold  <sds@gnu.org>
13763         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13764         Use quit-window instead of bury-buffer.
13766 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13768         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13770 2008-04-18  Andreas Schwab  <schwab@suse.de>
13772         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13773         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13774         Depend on $(lisp)/subdirs.el.
13776 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13778         * descr-text.el (describe-char-after):
13779         Use `define-obsolete-function-alias'.
13781         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13783         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13785         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13786         Remove redundant obsolescence info in docstring.
13788         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13789         (vc-header-alist): Add WHEN to obsolescence declaration.
13790         (vc-state): Fix typo in docstring.
13792         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13793         Use `define-obsolete-variable-alias'.
13795         * emulation/tpu-edt.el (tpu-have-ispell):
13796         * international/codepage.el (codepage-setup):
13797         Fix typo in obsolescence declaration.
13799         * international/mule.el (char-coding-system-table):
13800         Remove redundant obsolescence info in docstring.
13801         (charset-list, generic-char-p, set-char-table-default):
13802         Fix typos in obsolescence declarations.
13804         * international/mule-diag.el (non-iso-charset-alist):
13805         Fix typo in obsolescence declaration.
13806         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13808         * font-core.el (font-lock-defaults-alist):
13809         * font-lock.el (font-lock-reference-face):
13810         * frame.el (screen-height, screen-width, set-screen-width)
13811         (set-screen-height):
13812         * hilit-chg.el (highlight-changes-initial-state):
13813         * isearch.el (isearch-return-char):
13814         * log-edit.el (cvs-commit-buffer-require-final-newline)
13815         (cvs-changelog-full-paragraphs):
13816         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13817         (mouse-popup-menubar-stuff):
13818         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13819         (mouse-wheel-click-button):
13820         * outline.el (outline-visible):
13821         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13822         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13823         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13824         * progmodes/compile.el (compile-internal):
13825         Add WHEN to obsolescence declarations.
13827 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13829         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13830         is not better anyway.
13832 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13834         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13835         properly.
13837 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13839         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13840         (python-use-skeletons): Remove, unused.
13841         (python-skeletons): Remove.  Use the abbrev table instead.
13842         (python-mode-abbrev-table): Fix regexp;
13843         add enable-function and case-fixed.
13844         (def-python-skeleton): Simplify.
13845         (python-expand-template): Use the abbrev-table and abbrev-insert.
13846         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13847         Remove.
13848         (python-mode): Don't set pre-abbrev-expand-hook.
13850         * skeleton.el: Set coding-tag.
13852         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13853         (expand-abbrev): Use it.
13854         (abbrev-table-menu): New function.
13856         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13858         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13860 2008-04-17  Sam Steingold  <sds@gnu.org>
13862         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13863         idiosyncratic bury-buffer/delete-window logic.
13865 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13867         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13868         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13870 2008-04-17  Kenichi Handa  <handa@m17n.org>
13872         * international/characters.el: Don't make the width of U+00AD to 0.
13874 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13876         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13877         (gdb, gdb-starting, gdb-frames-mode): Use it.
13878         (gdb-invalidate-frames): Advise to call "info stack" only if
13879         execution has occurred.
13880         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13881         selected frame if no execution has occurred.
13882         (gdb-frames-force-update): New interactive function.
13883         (gdb-frames-mode-map): Bind it to "F".
13885 2008-04-17  Michael Olson  <mwolson@gnu.org>
13887         * textmodes/remember.el (remember-version): Release Remember 2.0.
13889 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13891         * textmodes/artist.el:
13892         * progmodes/vhdl-mode.el:
13893         * progmodes/verilog-mode.el:
13894         * progmodes/vera-mode.el:
13895         * progmodes/simula.el:
13896         * progmodes/ps-mode.el:
13897         * progmodes/cmacexp.el:
13898         * obsolete/hilit19.el:
13899         * emulation/viper.el:
13900         * ediff.el: Cleanup the bug-report email addresses and make sure the
13901         maintainer is still willing to handle bug reports.
13903 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13905         * vc.el (vc-dir-kill-query): Fix thinko.
13907 2008-04-16  Glenn Morris  <rgm@gnu.org>
13909         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13910         by diary-sexp-entry.
13912 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13914         * proced.el (proced-command-alist): Add support for darwin.
13916 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13918         * proced.el (proced-mode): Redefine as just the major-mode.
13919         (proced): Separate it from proced-mode.
13921         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13923 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13925         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13926         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13927         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13928         fix.
13929         (whitespace-style, whitespace-chars): Remove options.
13930         (whitespace-style-mark): New option, replace whitespace-style deleted
13931         option.  Fix docstring.
13932         (whitespace-style-color): New option, replace whitespace-chars deleted
13933         option.  Fix docstring.
13934         (whitespace-space, whitespace-hspace, whitespace-tab)
13935         (whitespace-newline, whitespace-trailing, whitespace-line)
13936         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13937         (whitespace-space-after-tab, whitespace-hspace-regexp)
13938         (whitespace-space-regexp, whitespace-tab-regexp)
13939         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13940         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13941         (whitespace-toggle-option-alist): Fix docstring.
13942         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13943         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13944         docstring and initialization.
13945         (global-whitespace-mode): Autoloaded global minor mode.
13946         (whitespace-chars-value-list, whitespace-style-value-list)
13947         (whitespace-active-chars, whitespace-active-style)
13948         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13949         (whitespace-color-value-list): New var, replace
13950         whitespace-chars-value-list removed var.
13951         (whitespace-mark-value-list): New var, replace
13952         whitespace-style-value-list removed var.
13953         (whitespace-active-color): New var, replace whitespace-active-chars
13954         removed var.
13955         (whitespace-active-mark): New var, replace whitespace-active-style
13956         removed var.
13957         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13958         removed var.
13959         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13960         removed var.
13961         (whitespace-toggle-option-alist, whitespace-report-list)
13962         (whitespace-report-text, whitespace-help-text): Fix initialization.
13963         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13964         (whitespace-toggle-options, global-whitespace-toggle-options)
13965         (whitespace-cleanup-region, whitespace-report-region)
13966         (whitespace-interactive-char): Fix docstring and code.
13967         (whitespace-cleanup, whitespace-report): Fix docstring.
13968         (whitespace-replace-spaces-by-tabs): Remove fun.
13969         (whitespace-replace-action): New fun, replace
13970         whitespace-replace-spaces-by-tabs removed fun.
13971         (whitespace-regexp, whitespace-indentation-regexp)
13972         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13973         (whitespace-kill-buffer): New funs.
13974         (whitespace-insert-option-mark, whitespace-help-on)
13975         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13976         (whitespace-color-on, whitespace-color-off)
13977         (whitespace-display-char-on): Fix code.
13979 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13981         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13982         (mouse-throw-magnifier-with-mouse-movement): Remove.
13983         (mouse-throw-magnifier-base): New const.
13984         (mouse-drag-scroll-delta): New fun.
13985         (mouse-drag-throw): Use it.
13987 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13989         * international/uni-bidi.el, international/uni-category.el:
13990         * international/uni-combining.el, international/uni-comment.el:
13991         * international/uni-decimal.el, international/uni-decomposition.el:
13992         * international/uni-digit.el, international/uni-lowercase.el:
13993         * international/uni-mirrored.el, international/uni-name.el:
13994         * international/uni-numeric.el, international/uni-old-name.el:
13995         * international/uni-titlecase.el, international/uni-uppercase.el:
13996         * international/charprop.el: Regenerate.
13998 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
14000         * vc.el (vc-status-fileinfo): Add new member directoryp.
14001         (vc-default-status-printer): Print directories.
14002         (vc-status-update): Sort files before subdirectories.
14004         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14005         Add alternative implementation based on "cvs update".
14007 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
14009         * doc-view.el: Changed requirements section to tell that only one
14010         of dvipdf or dvipdfm is needed.
14011         (doc-view-already-converted-p): Fix bug that forced reconversion
14012         if doc was already converted.
14014 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14016         * minibuffer.el (minibuffer-message):
14017         Make sure we can put-text-property.
14019         * emacs-lisp/crm.el: Complete rewrite.
14021         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
14022         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
14023         case of an error in display-completion-list.
14025         * filecache.el (file-cache-completions-keymap): Move init from
14026         file-cache-completion-setup-function into declaration.
14027         (file-cache-minibuffer-complete): Simplify.
14028         (file-cache-completion-setup-function): Use standard-output,
14029         preserve current-buffer.
14031         * vc.el (vc-status-update): Fix typo.
14032         (vc-status-update): Set needs-update.
14033         (vc-status-refresh): Î·-reduce.
14035 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14037         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
14038         to image-eol.
14040 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
14042         * vc.el (vc-status-update): Undo the previous revert.
14044 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14046         * minibuffer.el (completion-table-with-terminator): Those completions
14047         are never valid w.r.t test-completion.
14048         (completion--file-name-table):
14049         Check completion-all-completions-with-base-size.
14051 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14053         * doc-view.el (doc-view-dvipdf-program): New variable.
14054         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
14055         (doc-view-mode-p): Check for doc-view-dvipdf-program as
14056         alternative for doc-view-dvipdfm-program.
14057         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
14059         * doc-view.el (doc-view-start-process): Don't set
14060         default-directory to "~/" if the current value is valid.
14061         This broke PS files that run other files in the same directory.
14063 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
14065         * vc.el (vc-status-kill-query): New function.
14066         (vc-status-mode): Add it to kill-buffer-query-functions.
14067         (vc-status-show-fileentry): New function.
14068         (vc-status-menu-map): Bind it.  Bind vc-next-action.
14070 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14072         * minibuffer.el (minibuffer-message): Put cursor at the right place.
14074 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14076         * proced.el (proced-send-signal): Fix error recognition.
14078 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14080         * proced.el (proced-command-alist): Remove sort column.
14081         (proced-command, proced-procname-column):
14082         Use make-variable-buffer-local.
14083         (proced-signal-function): Rename from proced-kill-program.
14084         Allow for elisp symbols and string values representing system calls.
14085         (proced-marker-regexp, proced-success-message): New functions.
14086         (proced): Use defalias.  Add autoload cookie.
14087         (proced-unmark-backward, proced-toggle-marks)
14088         (proced-hide-processes): New commands.
14089         (proced-do-mark): Simplify code.
14090         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14091         (proced-update): Remove sorting.
14092         (proced-send-signal): Display number of processes to operate on.
14093         Allow for system calls or elisp functions to send signals.
14094         Check if signal was sent successfully.
14096 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14098         * minibuffer.el (completion-all-completion-with-base-size): New var.
14099         (completion--some): New function.
14100         (completion-table-with-context, completion--file-name-table):
14101         Return the base-size if requested.
14102         (completion-table-in-turn): Generalize to multiple arguments.
14103         (complete-in-turn): Compatibility alias.
14104         (completion-styles-alist): New var.
14105         (completion-styles): New customization.
14106         (minibuffer-try-completion, minibuffer-all-completions):
14107         New functions.
14108         (minibuffer--do-completion, minibuffer-complete-and-exit)
14109         (minibuffer-try-word-completion): Use them.
14110         (display-completion-list, minibuffer-completion-help): Use them.
14111         Handle all-completions's new base-size info to set completion-base-size.
14112         * info.el (Info-read-node-name-1): Use completion-table-with-context,
14113         completion-table-with-terminator and complete-with-action.
14114         Remove the now obsolete completion-base-size-function property.
14115         * simple.el (completion-list-mode-map): Move init into declaration.
14116         (completion-list-mode): Use define-derived-mode.
14117         (completion-setup-function): Use any completion-base-size that may
14118         have been set before.  Remove handling of completion-base-size-function.
14119         * loadup.el: Move abbrev.el up earlier.
14121 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
14123         * vc-git.el (vc-git-after-dir-status-stage)
14124         (vc-git-dir-status-goto-stage): New functions.
14125         (vc-git-after-dir-status-stage1)
14126         (vc-git-after-dir-status-stage1-empty-db)
14127         (vc-git-after-dir-status-stage2): Remove, functionality moved
14128         into the new generic stage functions.
14129         (vc-git-dir-status-files): New function.
14131         * vc.el (vc-status-update): Revert an incorrect rewrite.
14132         Add some comments.
14133         (vc-status-refresh-files): New function.
14134         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
14135         state of up-to-date files.
14136         (vc-default-dir-status-files): New function.
14138 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
14140         * minibuffer.el (completion--embedded-envvar-table)
14141         (read-file-name-internal): Fix typos in 2008-04-11 change.
14143         * faces.el (read-face-name): Use `completion-table-in-turn',
14144         not `complete-in-turn'.
14146 2008-04-13  Andreas Schwab  <schwab@suse.de>
14148         * progmodes/etags.el: Require 'cl when compiling.
14150 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
14152         * progmodes/gud.el (gud-menu-map): Expand tooltip.
14154         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
14155         (menu): Add/expand menu tooltips.
14157 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14159         * progmodes/sh-script.el (sh-show-indent): Fix typo.
14160         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
14162         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
14163         considered registered.
14165 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14167         * emacs-lisp/copyright.el (copyright-update-directory): New command.
14169         * ediff-wind.el (ediff-split-window-function)
14170         (ediff-merge-split-window-function): Improve custom type.
14172 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
14174         * loadup.el ("minibuffer"): Move after "faces".
14176 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14178         * progmodes/hideif.el (hif-factor): Handle unary minus.
14180 2008-04-12  Glenn Morris  <rgm@gnu.org>
14182         * calendar/cal-china.el (chinese-calendar-time-zone):
14183         Mark obsolete name as risky too.
14185         * calendar/calendar.el (calendar-faces): New custom group.
14186         (calendar-today, diary, holiday): Doc fix.
14187         Move to calendar-faces group.
14188         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14189         (diary-button): Doc fix.  Move to calendar-faces group.
14191         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14192         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14193         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14194         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14195         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14196         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14197         not in dumped files before the associated defcustom.
14199 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
14201         * minibuffer.el (lazy-completion-table): Fix debug spec.
14203 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14205         * minibuffer.el (complete-with-action, lazy-completion-table):
14206         Move from subr.el.
14207         (apply-partially, completion-table-dynamic)
14208         (completion-table-with-context, completion-table-with-terminator)
14209         (completion-table-in-turn): New funs.
14210         (completion--make-envvar-table, completion--embedded-envvar-table):
14211         New funs.
14212         (read-file-name-internal): Use them.
14213         (completion-setup-hook): Move from simple.el.
14214         * subr.el (complete-with-action, lazy-completion-table):
14215         * simple.el (completion-setup-hook): Move to minibuffer.el.
14217 2008-04-11  Glenn Morris  <rgm@gnu.org>
14219         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14221 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14223         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14225         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14227         * textmodes/fill.el (fill-forward-paragraph-function): New var.
14228         (fill-forward-paragraph): New fun.
14229         (fill-paragraph, fill-region): Use it.
14231         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14232         (vc-status-create-fileinfo): Make `extra' optional.
14233         (vc-status-busy): New fun.
14234         (vc-status-menu-map): Use it.
14235         (vc-status-crt-marked): Remove.
14236         (vc-status-update): Rename from vc-status-add-entries.
14237         Add argument so as to prevent addition of entries.  Rewrite.
14238         (vc-update-vc-status-buffer): Remove.
14239         (vc-status-refresh): Don't remove old entries, set them to
14240         up-to-date instead.  Also do it after the update is complete.
14241         (vc-status-marked-files): Î·-reduce.
14243         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14244         for non-dialogs.
14246         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14248         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14250 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
14252         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14253         to t and don't truncate msg.
14255 2008-04-11  Glenn Morris  <rgm@gnu.org>
14257         * calendar/calendar.el (diary, holidays):
14258         Move custom groups to other files.
14259         (holiday-general-holidays, holiday-oriental-holidays)
14260         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14261         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14262         (holiday-hebrew-holidays, holiday-christian-holidays)
14263         (holiday-islamic-holidays, holiday-bahai-holidays)
14264         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14265         * calendar/diary-lib.el: Move custom group here from calendar.el.
14266         * calendar/holidays.el: Move custom group and variables here
14267         from calendar.el.
14269         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14271         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14272         Fix custom group.
14273         (calendar-current-time-zone-cache): Autoload riskiness.
14275         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14277 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
14279         * woman.el (woman2-TH): Use string-equal instead of string-match.
14281 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14283         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14284         (smerge-resolve): Merge the "2-way refinement" case with one half of
14285         the "mere whitespace" resolution.
14287 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14289         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14291 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
14293         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14294         Add WHEN to obsolescence declaration.
14296         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14298 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14300         * vc-hooks.el (vc-state): Add new state `conflict'.
14301         (vc-after-save): Use when not if.
14302         (vc-default-mode-line-string): Deal with the conflict state.
14303         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14305         * vc.el (vc-editable-p, vc-default-status-printer)
14306         (vc-next-action): Deal with the conflict state.
14307         (vc-mark-resolved): New function.
14308         (vc-status-mode): Fix mode name.
14309         (vc-default-comment-history): Use when not if.
14310         (Todo): Add new entries, remove old ones.
14312         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14313         (vc-cvs-parse-status, vc-cvs-after-dir-status):
14314         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14315         Detect the conflict state.
14317         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14319 2008-04-10  Glenn Morris  <rgm@gnu.org>
14321         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14322         Respect truncate-partial-width-windows in non-full windows,
14323         with regards to :toggle and :enable state.
14325         * simple.el (toggle-truncate-lines): Doc fix.
14327         * Makefile.in (MH_E_DIR): New variable.
14328         (MH_E_SRC): Restore variable removed 2008-03-13.
14329         (mh-loaddefs.el): Depend on $MH_E_SRC.
14330         (CAL_DIR, CAL_SRC): New variables.
14331         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14332         Depend on CAL_SRC.
14334         * calendar/calendar.el (calendar, diary): Add :prefix.
14335         (holidays): Change :prefix.
14336         (calendar-today, holiday, calendar-holiday-marker)
14337         (european-calendar-style): Change custom groups.
14339         * calendar/calendar.el (diary-hook, diary-display-hook):
14340         Move to diary-lib.el.
14341         * calendar/diary-lib.el (diary-hook, diary-display-hook):
14342         Move here from calendar.el.
14343         * calendar/appt.el: Require diary-lib rather than calendar.
14344         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14346         * calendar/appt.el (appt): Add :prefix.
14348         * calendar/diary-lib.el (diary-hook): Doc fix.
14349         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14351 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14354         New functions.
14356         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14357         the arg to recursive calls.
14359 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14361         * minibuffer.el (completion-auto-help): Fix typo.
14363 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14365         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14367 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
14369         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14370         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14372 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14374         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14376         * minibuffer.el (minibuffer): Move group from cus-edit.el.
14377         (completion-auto-help): Move from C code.
14378         (minibuffer--maybe-completion-help): Remove.
14379         (minibuffer--bitset): New function.
14380         (minibuffer--do-completion): Rename from minibuffer-do-completion.
14381         Renumber a bit.  Really complete on string *before* point.
14382         Add argument used for word-completion.
14383         Join trailing / in completion with following text, as done in
14384         minibuffer-complete-word.
14385         Handle new value `lazy' for completion-auto-help.
14386         (minibuffer-try-word-completion): New function extracted from
14387         minibuffer-complete-word.
14388         (minibuffer-complete-word): Use minibuffer--do-completion.
14389         (minibuffer--insert-strings): Rename from
14390         minibuffer-complete-insert-strings.
14391         (exit-minibuffer): Fix typo.
14392         * cus-edit.el (minibuffer): Move group to minibuffer.el.
14393         * cus-start.el: Remove completion-auto-help.
14395 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
14397         * vc.el (vc-status-add-entries): New function.
14398         (vc-status-add-entry): Remove.
14399         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14400         Use vc-status-add-entries.
14402         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14403         order.
14405 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14407         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14408         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14409         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14410         (AUTOGENEL): New variable.
14411         (distclean, maintainer-clean): New targets.
14413 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14415         * emacs-lisp/regexp-opt.el (regexp-opt):
14416         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14418 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
14420         * nxml/nxml-mode.el (nxml-cleanup): New function.
14421         (nxml-mode): Add it to change-major-mode-hook.
14423 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14425         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14427 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14429         * calc/.cvsignore: New file.
14431 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14433         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14435         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14436         show-help-function when turning tooltip off.
14437         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14438         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14440 2008-04-09  Alan Mackenzie  <acm@muc.de>
14442         * font-lock.el (font-lock-extend-after-change-region-function):
14443         Make it buffer local.
14445 2008-04-09  Glenn Morris  <rgm@gnu.org>
14447         * calendar/calendar.el (diary-file, european-calendar-style):
14448         Remove autoload cookies.
14450 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14452         * outline.el (outline-mode-menu-bar-map):
14453         * log-view.el (log-view-mode-menu):
14454         * log-edit.el (log-edit-menu): Add :help.
14456 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14458         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14459         Use substring-no-properties for correct handling of unibyte strings.
14461 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14463         * add-log.el (change-log-next-buffer): Handle the case where version<
14464         signals an error.
14466         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14467         mouse-major-mode-menu.
14468         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14469         (mouse-major-mode-menu, mouse-popup-menubar)
14470         (mouse-popup-menubar-stuff): Use them.
14471         (C-down-mouse-3): Bind to a dynamic map rather than to
14472         mouse-popup-menubar-stuff.
14474         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14475         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14477 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14479         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14480         file:// access method.
14482 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * minibuffer.el: New file.
14485         * loadup.el: Load it.
14487 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14489         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14490         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
14492         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14493         (calc-mode-map, calc-digit-map, calc-dispatch-map):
14494         Move initialization into declaration.
14495         * calc/calc-yank.el:
14496         * calc/calc-misc.el:
14497         * calc/calc-embed.el:
14498         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
14500 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14502         * ps-samp.el (ps-add-printer, ps-remove-printer)
14503         (ps-make-dynamic-printer-menu): New functions.
14505         * net/zeroconf.el: New file.
14507 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14509         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14511 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14513         * vc-rcs.el (vc-rcs-modify-change-comment):
14514         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14516         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14518 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
14520         * international/mule-cmds.el (set-locale-environment): Don't warn if
14521         coding system doesn't agree with system locale (this reverts changes
14522         by Dave Love, dated 2002-10-27 and 2002-10-09).
14524         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14525         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14527         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14529 2008-04-08  Glenn Morris  <rgm@gnu.org>
14531         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14532         * textmodes/remember.el (remember-diary-convert-entry):
14533         Require calendar.
14535         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14536         diary-file, since it is the default for make-diary-entry anyway.
14538         * calendar/cal-menu.el (cal-menu-event-to-date):
14539         Rename calendar-event-to-date.  Update callers.
14540         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14541         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14542         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14543         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14544         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14545         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14546         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14547         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14548         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14549         (calendar-mouse-tex-month-landscape):
14550         Rename cal-tex-mouse-month-landscape.
14551         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14552         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14553         (calendar-mouse-tex-year-landscape):
14554         Rename cal-tex-mouse-year-landscape.
14555         (cal-menu-context-mouse-menu): Update for above name changes.
14557         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14558         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14559         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14560         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14561         * calendar/holidays.el: Replace int-to-string with number-to-string.
14563 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
14565         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14566         region if point moves.
14568 2008-04-08  Kenichi Handa  <handa@m17n.org>
14570         * faces.el (font-slant-table): Change numeric values for `r',
14571         `roman', and `normal'.
14573 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14575         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14577 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
14579         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14580         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
14582 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
14584         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14585         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
14587 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14589         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14591 2008-04-07  Sam Steingold  <sds@gnu.org>
14593         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14594         Add helper functions.
14595         (lisp-do-defun): Extract the common part of lisp-eval-defun and
14596         lisp-compile-defun; DEFVAR forms reset the variables to the init
14597         values, just like in emacs-lisp mode eval-defun.
14598         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14599         (lisp-compile-region): Use lisp-compile-string.
14601 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14603         * subr.el (combine-and-quote-strings): Also quote strings that contain
14604         the separator.
14606         * pcvs-util.el (cvs-map): Avoid recursion :-(
14608 2008-04-07  Glenn Morris  <rgm@gnu.org>
14610         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14612         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14613         view-diary-entries-initially.  Keep old name as alias, update users.
14614         (calendar-mark-diary-entries-flag): Rename
14615         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14616         (calendar-view-holidays-initially-flag): Rename
14617         view-calendar-holidays-initially.  Keep old name as alias, update users.
14618         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14619         Keep old name as alias, update users.
14620         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14621         Keep old name as alias, update users.
14622         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14623         Keep old name as alias, update users.
14624         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14625         Keep old name as alias, update users.
14626         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14627         (diary-american-date-forms): Rename american-date-diary-pattern.
14628         Keep old name as alias, update users.
14629         (diary-european-date-forms): Rename european-date-diary-pattern.
14630         Keep old name as alias, update users.
14631         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14632         Keep old name as alias, update users.
14633         (calendar-european-date-display-form): Rename
14634         european-calendar-display-form.  Keep old name as alias, update users.
14635         (calendar-american-date-display-form): Rename
14636         european-calendar-display-form.  Keep old name as alias, update users.
14637         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14638         Keep old name as alias, update users.
14639         (holiday-general-holidays): Rename general-holidays.
14640         Keep old name as alias, update users.
14641         (holiday-oriental-holidays): Rename oriental-holidays.
14642         Keep old name as alias, update users.
14643         (holiday-local-holidays): Rename local-holidays.
14644         Keep old name as alias, update users.
14645         (holiday-other-holidays): Rename other-holidays.
14646         Keep old name as alias, update users.
14647         (holiday-hebrew-holidays): Rename hebrew-holidays.
14648         Keep old name as alias, update users.
14649         (holiday-christian-holidays): Rename christian-holidays.
14650         Keep old name as alias, update users.
14651         (holiday-islamic-holidays): Rename islamic-holidays.
14652         Keep old name as alias, update users.
14653         (holiday-bahai-holidays): Rename bahai-holidays.
14654         Keep old name as alias, update users.
14655         (holiday-solar-holidays): Rename solar-holidays.
14656         Keep old name as alias, update users.
14657         (diary-fancy-buffer): Rename fancy-diary-buffer.
14658         Keep old name as alias, update users.
14659         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14660         Update users.
14661         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14662         Update users.
14663         (calendar-increment-month): Rename increment-calendar-month.
14664         Keep old name as alias, update callers.
14665         (calendar-increment-month-cons): Rename old calendar-increment-month.
14666         Update callers.
14667         (calendar-extract-month): Rename extract-calendar-month.
14668         Keep old name as alias, update callers.
14669         (calendar-extract-day): Rename extract-calendar-day.
14670         Keep old name as alias, update callers.
14671         (calendar-extract-year): Rename extract-calendar-year.
14672         Keep old name as alias, update callers.
14673         (calendar-generate-window): Rename generate-calendar-window.
14674         Update callers.
14675         (calendar-generate): Rename generate-calendar.  Update callers.
14676         (calendar-generate-month): Rename generate-calendar-month.
14677         Update callers.
14678         (calendar-redraw): Rename redraw-calendar.  Update callers.
14679         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14680         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14681         Update callers.
14682         (calendar-update-mode-line): Rename update-calendar-mode-line.
14683         Update callers.
14684         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14685         update callers.
14686         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14687         Keep old name as alias, update callers.
14688         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14689         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14690         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14691         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14692         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14693         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14694         * calendar/solar.el: Update for calendar.el name changes.
14695         * org/org.el (org-agenda-format-date-aligned)
14696         (org-agenda-execute-calendar-command): Access date elements directly
14697         rather than using calendar functions.
14698         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14699         Also set calendar-view-diary-initially-flag,
14700         calendar-view-holidays-initially-flag.
14701         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14702         (org-agenda-execute-calendar-command): No need to set displayed-day.
14704 2008-04-06  Alan Mackenzie  <acm@muc.de>
14706         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14707         typo in the doc string.
14709         * progmodes/cc-mode.el (c-basic-common-init):
14710         Set font-lock-extend-after-change-region-function.
14711         (c-extend-after-change-region): New function, used in
14712         font-lock-extend-after-change-region-function, thus superseding
14713         advice on the Font Lock after change functions.
14714         (c-advise-fl-for-region): Remove this macro.
14716 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14718         * textmodes/flyspell.el (flyspell-duplicate-distance):
14719         Improve custom type.
14721 2008-04-06  Glenn Morris  <rgm@gnu.org>
14723         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14724         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14725         (diary-list-entries-hook): Rename list-diary-entries-hook.
14726         Keep old name as alias, update users.
14727         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14728         Keep old name as alias, update users.
14729         (diary-nongregorian-listing-hook): Rename
14730         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14731         (diary-nongregorian-marking-hook): Rename
14732         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14733         (diary-print-entries-hook): Rename print-diary-entries-hook.
14734         Keep old name as alias, update users.
14735         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14736         Keep old name as alias, update users.
14737         (diary-number-of-entries): Rename number-of-diary-entries.
14738         Keep old name as alias, update users.
14739         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14740         Give version of obsolescence.
14741         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14742         Keep old name as alias, update callers.
14743         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14744         update callers.
14745         (diary-include-other-diary-files): Rename include-other-diary-files.
14746         Keep old name as alias, update callers.
14747         (diary-simple-display): Rename simple-diary-display.
14748         Keep old name as alias, update callers.
14749         (diary-fancy-display): Rename fancy-diary-display.
14750         Keep old name as alias, update callers.
14751         (diary-print-entries): Rename print-diary-entries.
14752         Keep old name as alias, update callers.
14753         (diary-marking-entries-flag): Rename marking-diary-entries.
14754         Update users.
14755         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14756         (diary-mark-entries): Rename mark-diary-entries.
14757         Keep old name as alias, update callers.
14758         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14759         Keep old name as alias, update callers.
14760         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14761         Keep old name as alias, update callers.
14762         (calendar-mark-days-named): Rename mark-calendar-days-named.
14763         Keep old name as alias, update callers.
14764         (calendar-mark-month): Rename mark-calendar-month.
14765         Keep old name as alias, update callers.
14766         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14767         Keep old name as alias, update callers.
14768         (diary-sort-entries): Rename sort-diary-entries.
14769         Keep old name as alias, update callers.
14770         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14771         Keep old name as alias, update callers.
14772         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14773         update callers.
14774         (diary-insert-entry): Rename insert-diary-entry.
14775         Keep old name as alias.
14776         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14777         Keep old name as alias.
14778         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14779         Keep old name as alias.
14780         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14781         Keep old name as alias.
14782         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14783         Keep old name as alias.
14784         (diary-insert-block-entry): Rename insert-block-diary-entry.
14785         Keep old name as alias.
14786         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14787         Keep old name as alias.
14788         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14789         Keep old name as alias, update users.
14790         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14791         Keep old name as alias, update callers.
14792         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14793         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14794         * calendar/icalendar.el: Update for diary-lib name changes.
14796 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14798         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14800         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14801         for copy, move, and link operations.
14803 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14805         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14806         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14808         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14809         'require' statements with 1-argument ones (wrapped in if's).
14810         For compatibility with the current stable version of XEmacs.
14812 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14814         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14816 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14818         * language/burmese.el ("Burmese"): Make sample text consistent with
14819         language name.
14821 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14823         * progmodes/gdb-ui.el (gdb): New group.
14824         (gdb-debug-log-max, gdb-enable-debug)
14825         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14826         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14827         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14828         (gdb-show-changed-values, gdb-max-children)
14829         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14830         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14831         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14832         (gdb-memory-unit): Move to new group from GUD group.
14833         (menu): Allow customization from GDB-UI menu-item.
14835 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14837         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14839 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14841         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14842         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14843         Revision numbers can include ".".
14845         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14846         "+" lines not accounted for by counting "-" and context lines.
14848 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14850         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14851         file name string.
14853 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14856         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14858 2008-04-05  Richard Stallman  <rms@gnu.org>
14860         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14862 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14864         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14865         thread in [h-e-w]).
14867 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14869         * files.el (abort-if-file-too-large): Fix typo in docstring.
14871 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14873         * subr.el (functionp): Return nil for special forms.
14875 2008-04-05  Glenn Morris  <rgm@gnu.org>
14877         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14878         Provide a feature.
14879         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14880         Require loaddefs file rather than loading it.
14881         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14882         autoload-ensure-default-file provides a feature.
14884         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14885         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14886         (compile, compile-always, recompile): Use $LOADDEFS.
14887         (cal-autoloads): Remove.
14889         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14890         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14892         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14893         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14895         * calendar/calendar.el (diary-hebrew-entry-symbol):
14896         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14897         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14898         Keep old name as alias.
14899         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14900         Keep old name as alias.
14901         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14902         to diary-bahai-entry-symbol.
14903         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14904         to diary-hebrew-entry-symbol.
14905         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14906         to diary-islamic-entry-symbol.
14907         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14909         * calendar/solar.el (diary-sabbath-candles-minutes)
14910         (diary-sabbath-candles): Move to cal-hebrew.
14911         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14912         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14913         Doc fix.  Keep old name as alias.
14914         (diary-hebrew-sabbath-candles): Simplify.
14915         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14916         (calendar-longitude, calendar-time-zone): Declare for compiler.
14917         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14918         rename.
14920         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14921         Rename coptic-calendar-month-name-array.  Update callers.
14922         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14923         (calendar-coptic-name): Rename coptic-name.  Update callers.
14924         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14925         Update callers.
14926         (calendar-coptic-last-day-of-month):
14927         Rename coptic-calendar-last-day-of-month.  Update callers.
14928         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14929         Keep old name as alias, update callers.
14930         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14931         Keep old name as alias, update callers.
14932         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14933         Keep old name as alias.
14934         (calendar-ethiopic-month-name-array):
14935         Rename ethiopic-calendar-month-name-array.  Update callers.
14936         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14937         Update callers.
14938         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14939         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14940         Keep old name as alias, update callers.
14941         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14942         Keep old name as alias, update callers.
14943         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14944         Keep old name as alias.
14946         * calendar/cal-french.el (calendar-french-epoch):
14947         Rename french-calendar-epoch.  Update callers.
14948         (calendar-french-month-name-array): Rename variable and function
14949         french-calendar-month-name-array.  Update callers.
14950         (calendar-french-multibyte-month-name-array):
14951         Rename french-calendar-multibyte-month-name-array.  Update callers.
14952         (calendar-french-day-name-array): Rename variable and function
14953         french-calendar-day-name-array.  Update callers.
14954         (calendar-french-special-days-array): Rename variable and function
14955         french-calendar-special-days-array.  Update callers.
14956         (calendar-french-multibyte-special-days-array):
14957         Rename french-calendar-multibyte-special-days-array.  Update callers.
14958         (calendar-french-accents-p): Rename french-calendar-accents.
14959         Update callers.
14960         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14961         Update callers.
14962         (calendar-french-last-day-of-month):
14963         Rename french-calendar-last-day-of-month.  Update callers.
14964         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14965         Keep old name as alias, update callers.
14966         (calendar-french-print-date): Rename calendar-print-french-date.
14967         Keep old name as alias, update callers.
14968         (calendar-french-goto-date): Rename calendar-goto-french-date.
14969         Keep old name as alias.
14971         * calendar/cal-menu.el, calendar/calendar.el:
14972         Update for Coptic and French name changes.
14974         * calendar/cal-china.el (calendar-chinese): Rename custom group
14975         from chinese-calendar.  Update users.
14976         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14977         Keep old name as alias, update users.
14978         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14979         Keep old name as alias.
14980         (calendar-chinese-daylight-time-offset):
14981         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14982         update users.
14983         (calendar-chinese-standard-time-zone-name):
14984         Rename chinese-calendar-standard-time-zone-name.
14985         Keep old name as alias, update users.
14986         (calendar-chinese-daylight-saving-start):
14987         Rename chinese-calendar-daylight-savings-starts.
14988         Keep old name as alias, update users.
14989         (calendar-chinese-daylight-saving-end):
14990         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14991         update users.
14992         (calendar-chinese-daylight-saving-start-time):
14993         Rename chinese-calendar-daylight-savings-starts-time.
14994         Keep old name as alias, update users.
14995         (calendar-chinese-daylight-saving-end-time):
14996         Rename chinese-calendar-daylight-savings-ends-time.
14997         Keep old name as alias, update users.
14998         (calendar-chinese-celestial-stem): Rename
14999         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
15000         (calendar-chinese-terrestrial-branch):
15001         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
15002         update users.
15003         (calendar-chinese-zodiac-sign-on-or-after):
15004         Rename chinese-zodiac-sign-on-or-after.  Update callers.
15005         (calendar-chinese-new-moon-on-or-after):
15006         Rename chinese-new-moon-on-or-after.  Update callers.
15007         (calendar-chinese-month-list): Rename chinese-month-list.
15008         Update callers.
15009         (calendar-chinese-number-months): Rename number-chinese-months.
15010         Update callers.
15011         (calendar-chinese-compute-year): Rename compute-chinese-year.
15012         Update callers.
15013         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
15014         (calendar-chinese-year): Rename chinese-year.  Update callers.
15015         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
15016         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
15017         Keep old name as alias, update callers.
15018         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
15019         Keep old name as alias, update callers.
15020         (calendar-chinese-months-to-alist):
15021         Rename make-chinese-month-assoc-list.  Update callers.
15022         (calendar-chinese-months): Rename chinese-months.  Update callers.
15023         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
15024         Keep old name as alias, update callers.
15026         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
15027         Rename hebrew-calendar-leap-year-p.  Update callers.
15028         (calendar-hebrew-last-month-of-year):
15029         Rename hebrew-calendar-last-month-of-year.  Update callers.
15030         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
15031         Update callers.
15032         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
15033         Update callers.
15034         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
15035         Update callers.
15036         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
15037         Update callers.
15038         (calendar-hebrew-last-day-of-month):
15039         Rename hebrew-calendar-last-day-of-month.  Update callers.
15040         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
15041         Keep old name as alias, update callers.
15042         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
15043         Keep old name as alias, update callers.
15044         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
15045         Keep old name as alias, update callers.
15046         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
15047         Keep old name as alias.
15048         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
15049         Keep old name as alias.
15050         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
15051         Keep old name as alias.
15052         (holiday-hebrew-passover): Rename holiday-passover-etc.
15053         Keep old name as alias.
15054         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
15055         Keep old name as alias, update callers.
15056         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
15057         Keep old name as alias.
15058         (calendar-hebrew-mark-date-pattern):
15059         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
15060         update callers.
15061         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
15062         Keep old name as alias.
15063         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
15064         Keep old name as alias.
15065         (diary-hebrew-insert-monthly-entry):
15066         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
15067         (diary-hebrew-insert-yearly-entry):
15068         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
15069         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
15070         Keep old name as alias.
15071         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
15072         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
15073         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
15074         Keep old name as alias.
15075         (calendar-hebrew-parashiot-names):
15076         Rename hebrew-calendar-parashiot-names.  Update callers.
15077         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15078         (calendar-hebrew-year-Saturday-incomplete-Sunday):
15079         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15080         (calendar-hebrew-year-Saturday-complete-Tuesday):
15081         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15082         (calendar-hebrew-year-Monday-incomplete-Tuesday):
15083         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15084         (calendar-hebrew-year-Monday-complete-Thursday):
15085         Rename hebrew-calendar-year-Monday-complete-Thursday.
15086         (calendar-hebrew-year-Tuesday-regular-Thursday):
15087         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15088         (calendar-hebrew-year-Thursday-regular-Saturday):
15089         Rename hebrew-calendar-year-Thursday-regular-Saturday.
15090         (calendar-hebrew-year-Thursday-complete-Sunday):
15091         Rename hebrew-calendar-year-Thursday-complete-Sunday.
15092         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15093         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15094         (calendar-hebrew-year-Saturday-complete-Thursday):
15095         Rename hebrew-calendar-year-Saturday-complete-Thursday.
15096         (calendar-hebrew-year-Monday-incomplete-Thursday):
15097         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15098         (calendar-hebrew-year-Monday-complete-Saturday):
15099         Rename hebrew-calendar-year-Monday-complete-Saturday.
15100         (calendar-hebrew-year-Tuesday-regular-Saturday):
15101         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15102         (calendar-hebrew-year-Thursday-incomplete-Sunday):
15103         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15104         (calendar-hebrew-year-Thursday-complete-Tuesday):
15105         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15106         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
15107         Update for above name changes of constants.
15109         * calendar/cal-menu.el, calendar/calendar.el:
15110         Update for chinese and hebrew name changes.
15111         * calendar/diary-lib.el: Update for hebrew name changes.
15113 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15115         * subr.el (keymap-canonicalize): Correct thinko.
15117         * server.el: Undo part of the multi-tty change, which is only
15118         needed if server.el is preloaded, and broke server-running-p.
15119         (server-socket-dir): Initialize in the defvar, as before.
15120         (server-start): Remove initialization of server-socket-dir.
15122 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
15124         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
15125         3-member cons cells.
15127 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
15129         * cus-face.el (custom-face-attributes): Handle roman slant.
15131         * faces.el (default): Ensure the face-defface-spec property is set.
15133 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
15135         * files.el (abort-if-file-too-large): New function.
15136         (find-file-noselect, insert-file-1): Use it.
15138 2008-04-05  Reto Zimmermann  <reto@gnu.org>
15140         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15141         Replace C-c[a-zA-Z] key bindings.
15143 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15145         * progmodes/hideif.el (hif-token-alist): New var.
15146         (hif-token-regexp, hif-tokenize): Use it.
15147         (hif-mathify-binop): New macro.
15148         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
15149         (hif-greater-equal, hif-less-equal): Use it.
15150         (hif-logior, hif-logand): New functions.
15151         (hif-math): Accept | and & as well.
15153         * progmodes/etags.el: Fix problem with completion for buffer-local
15154         tables.  Reported by Radey Shouman <shouman@comcast.net>.
15155         (tags-complete-tag): Remove.
15156         (tags-lazy-completion-table): New function to replace it.
15157         (find-tag-tag, complete-tag): Update users.
15159 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15161         * vc-rcs.el (vc-rcs-dir-status):
15162         * vc-sccs.el (vc-sccs-dir-status): New function.
15164         * outline.el (outline-mode-menu-bar-map):
15165         * term.el (terminal-signal-menu): Add :help.
15167         * net/eudc.el (eudc-mode-map): Declare and define in one step.
15168         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
15170         * emacs-lisp/re-builder.el (reb-mode-map):
15171         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15173         * diff-mode.el (diff-file-junk-re): Recognize the git format for
15174         new files, deleted files and for changing permissions.
15175         (diff-mode): Set beginning-of-defun-function and
15176         end-of-defun-function.
15178         * vc-bzr.el (vc-bzr-state): Use when instead of if.
15180         * vc.el (vc-default-status-fileinfo-extra): New function.
15181         (vc-status-mark-buffer-changed): Use it.
15182         (vc-update-vc-status-buffer): Allow for partial updates.
15184 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15186         * net/tramp.el (after-init-hook): Don't wrap a lambda around
15187         tramp-register-completion-file-name-handler.
15189         * subr.el (keymap-canonicalize): New function.
15190         * mouse.el (mouse-menu-non-singleton): Use it.
15191         (mouse-major-mode-menu): Remove hack made unnecessary.
15193         * simple.el (set-fill-column): Prompt rather than error by default.
15195 2008-04-04  Andreas Schwab  <schwab@suse.de>
15197         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15198         Reset new-rules after each round.
15200         * Makefile.in (cal-autoloads): New target.
15201         (compile, compile-always, recompile): Depend on it.
15202         ($(lisp)/calendar/cal-loaddefs.el)
15203         ($(lisp)/calendar/diary-loaddefs.el)
15204         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15206 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
15208         * ediff*.el: Replace load with require in eval-when-compile.
15210         * ediff-hook.el: Delete all invocations of (autoload ...).
15212         * ediff-util.el (ediff-setup): Make window-min-height a local variable
15213         in ediff control window, and set its min height to 2.
15214         (ediff-setup-control-buffer): Dedicate the control window.
15215         (ediff-toggle-multiframe): Undedicate control window.
15216         Work directly with ediff-setup-windows-multiframe and
15217         ediff-setup-windows-plain.
15219         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15220         New function.
15221         (ediff-window-setup-function): Change initialization.
15222         (ediff-setup-windows-automatic): Delete.
15223         (ediff-setup-windows-plain-merge): Make control window dedicated.
15224         (ediff-destroy-control-frame): Do not skip frames if working in a
15225         single frame.
15227         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15228         eval-when-compile.
15230         * emulation/viper-util.el: Move provide's forward, prevent recursion in
15231         eval-when-compile.
15233 2008-04-04  Glenn Morris  <rgm@gnu.org>
15235         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15236         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
15238         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15239         Rename islamic-calendar-leap-year-p.  Update callers.
15240         (calendar-islamic-last-day-of-month):
15241         Rename islamic-calendar-last-day-of-month.  Update callers.
15242         (calendar-islamic-day-number):
15243         Rename islamic-calendar-day-number.  Update callers.
15244         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15245         Update callers, keep old name as alias.
15246         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15247         Update callers, keep old name as alias.
15248         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15249         Keep old name as alias.
15250         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15251         Update callers, keep old name as alias.
15252         (calendar-islamic-mark-date-pattern):
15253         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
15254         name as alias.
15255         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15256         Keep old name as alias.
15257         (diary-islamic-insert-monthly-entry):
15258         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
15259         (diary-islamic-insert-yearly-entry):
15260         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
15262         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15263         calendar-absolute-from-iso.  Update callers, keep old name as alias.
15264         (calendar-iso-print-date): Rename calendar-print-iso-date.
15265         Update callers, keep old name as alias.
15266         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15267         Keep old name as alias.
15268         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15269         Keep old name as alias.
15271         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15272         calendar-absolute-from-julian.  Update callers, keep old name as alias.
15273         (calendar-julian-print-date): Rename calendar-print-julian-date.
15274         Update callers, keep old name as alias.
15275         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15276         Update callers, keep old name as alias.
15277         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15278         Update callers, keep old name as alias.
15279         (calendar-astro-print-day-number):
15280         Rename calendar-print-astro-day-number.  Update callers, keep old
15281         name as alias.
15282         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15283         Update callers, keep old name as alias.
15285         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15286         Rename calendar-string-to-mayan-long-count.  Update callers.
15287         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15288         Update callers, keep old name as alias.
15289         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15290         Update callers.
15291         (calendar-mayan-read-tzolkin-date):
15292         Rename calendar-read-mayan-tzolkin-date.  Update callers.
15293         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15294         Keep old name as alias.
15295         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15296         Keep old name as alias.
15297         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15298         Keep old name as alias.
15299         (calendar-mayan-previous-tzolkin-date):
15300         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
15301         (calendar-mayan-next-round-date):
15302         Rename calendar-next-calendar-round-date.  Keep old name as alias.
15303         (calendar-mayan-previous-round-date):
15304         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
15305         (calendar-mayan-long-count-to-absolute): Rename
15306         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
15307         (calendar-mayan-goto-long-count-date):
15308         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
15310         * calendar/cal-persia.el (calendar-persian-month-name-array):
15311         Rename persian-calendar-month-name-array.  Update callers.
15312         (calendar-persian-epoch): Rename persian-calendar-epoch.
15313         Update callers.
15314         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15315         Update callers.
15316         (calendar-persian-last-day-of-month):
15317         Rename persian-calendar-last-day-of-month.  Update callers.
15318         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15319         Update callers, keep old name as alias.
15320         (calendar-persian-print-date): Rename calendar-print-persian-date.
15321         Update callers, keep old name as alias.
15322         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15323         Keep old name as alias.
15325         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15326         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15327         * calendar/solar.el: Update for cal-julian name changes.
15329         * calendar/cal-dst.el: Update for persian name changes.
15331         * calendar/cal-menu.el, calendar/calendar.el:
15332         Update for islamic, iso, julian, mayan, persian name changes.
15334         * calendar/diary-lib.el: Update for islamic name changes.
15336         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15337         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
15338         as alias.
15339         (calendar-christian-all-holidays-flag):
15340         Rename all-christian-calendar-holidays.  Update callers, keep old
15341         name as alias.
15342         (calendar-islamic-all-holidays-flag):
15343         Rename all-islamic-calendar-holidays.  Update callers, keep old
15344         name as alias.
15345         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15346         Update callers, keep old name as alias.
15347         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15348         Update for the above name changes.
15350 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
15352         * hilit-chg.el (global-highlight-changes-mode)
15353         (highlight-changes-passive-string, highlight-changes-active-string):
15354         Mark as obsolete since 23.1, not 22.1.
15356 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
15358         * hilit-chg.el (highlight-changes-visibility-initial-state)
15359         (hilit-chg-update, highlight-changes-mode-turn-on):
15360         Fix typos in docstrings.
15362 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15364         * newcomment.el (comment-enter-backward): Be careful to restore
15365         position changed during narrowing.
15367 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
15369         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15370         Recognize `sub ($$)'.
15372 2008-04-03  Richard Sharman  <rsharman@pobox.com>
15374         * hilit-chg.el (highlight-changes-mode): Rename from
15375         highlight-changes; no longer uses sub-modes active and passive;
15376         implemented by define-minor-mode.
15377         (highlight-changes-toggle-visibility): New function, to replace
15378         the old passive/active submodes of global-highlight-changes-mode;
15379         implemented by define-minor-mode.
15380         (global-highlight-changes-mode): Rename from global-highlight-changes;
15381         rewrite using define-globalized-minor-mode.
15382         (hilit-chg-major-mode-hook, hilit-chg-check-global)
15383         (hilit-chg-post-command-hook, hilit-chg-check-global)
15384         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15385         to use of define-globalized-minor-mode.
15386         (highlight-changes-global-initial-state): Change to be boolean.
15387         (highlight-changes-visible-string, highlight-changes-invisible-string):
15388         Rename from highlight-changes-active-string and
15389         highlight-changes-passive-string.
15390         (hilit-chg-update, hilit-chg-set): Use them.
15391         (global-highlight-changes-mode): Rename from global-highlight-changes.
15392         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15393         docstring.
15394         (hilit-chg-hide-changes): Rewrite to use dolist.
15395         (hilit-chg-set-face-on-change, hilit-chg-update)
15396         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15397         variable instead of testing highlight-changes-mode.
15398         (highlight-markup-buffers): Add require ediff-util; argument on calls
15399         to highlight-changes-mode changed.
15400         (highlight-compare-with-file): Fix problems with interactive
15401         call giving invalid default file.
15403 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
15405         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15406         Fix in disassembly buffer (regression in 22.2).
15408 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15410         * emulation/viper-macs.el (viper-read-fast-keysequence):
15411         Use viper-read-event instead of viper-read-key.
15413         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15415         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15416         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15417         let-statements.
15419         * emulation/viper-ex.el, emulation/viper-macs.el:
15420         * emulation/viper-mous.el:
15421         Replace load with require in eval-when-compile.
15423 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15425         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15427         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15428         (archive-try-jka-compr): New function.
15429         (archive-set-buffer-as-visiting-file): Use it.
15431         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15433 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15435         * simple.el (handle-shift-selection): New arg.
15437 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15439         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15441         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15443 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15445         * shell.el (shell-dynamic-complete-filename): New fun.
15446         (shell-dynamic-complete-functions): Use it.
15448         * help-fns.el (describe-variable): Undo 2008-02-25 change.
15450 2008-04-03  Kenichi Handa  <handa@m17n.org>
15452         * international/fontset.el (create-fontset-from-x-resource):
15453         Handle the error of X resource more gracefully.
15455         * international/latin1-disp.el (latin1-display): Don't use make-char.
15456         Fix the argument to set-char-table-range.
15457         (latin1-display-identities): Don't use make-char.
15458         (latin1-display-reset): Use map-charset-chars instead of directly
15459         calling standard-display-default.
15460         (latin1-display-check-font): Don't use make-char.
15461         (latin1-display-setup): Likewise.
15462         (latin1-display-ucs-per-lynx): Likewise.
15464 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15466         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15467         name the fields, to make the code clearer.
15468         Rewrite all `aset' and `aref' using the defined accessors.
15469         (timer--time): New pseudo-field.
15470         (timer-set-time, timer-set-idle-time, timer-inc-time)
15471         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15472         (timer--time-less-p): New function.
15473         (timer--activate): New function, extracted from timer-activate.
15474         (timer-activate-when-idle, timer-activate): Use it.
15475         (cancel-function-timers): Use dolist.
15477 2008-04-03  Glenn Morris  <rgm@gnu.org>
15479         * add-log.el (c-beginning-of-defun, c-end-of-defun):
15480         Remove declarations; no longer used.
15481         (c-cpp-define-name, c-defun-name): Declare as functions.
15483         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15484         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15486         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15487         (holiday-passover-etc, holiday-hanukkah): Doc fix.
15488         Add optional argument.  Simplify.
15489         (holiday-tisha-b-av-etc): Use memq rather than unless.
15490         (holiday-julian): Autoload it.
15491         (holiday-hebrew-misc): New function.
15493         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15495         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15496         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15497         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15498         all-hebrew-calendar-holidays.
15499         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15500         Simplify using new functions.
15501         (calendar-holidays): Doc fix.
15502         (generate-calendar-window): Use bound-and-true-p.
15504         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15506         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15507         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
15508         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
15509         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15511         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15513 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15515         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15517         * vc-bzr.el (vc-bzr-checkout): Simplify.
15519         * image-mode.el (image-mode-fit-frame): New command.
15521         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15522         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15523         (keyboard-escape-quit): Check region-active-p i.s.o
15524         transient-mark-mode.
15526 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15528         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15529         (imap-message-copyuid-1): Use it.
15530         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15531         J. Williams in
15532         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15534 2008-04-02  Alan Mackenzie  <acm@muc.de>
15536         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15537         New optimised functions to get the name of the current defun/macro.
15539         * add-log.el (add-log-current-defun): Move the functionality which
15540         gets the current function name for C like modes to cc-cmds.el,
15541         thus optimising for speed.
15543 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
15545         * simple.el (deactivate-mark): When the mark is temporarily
15546         active, restore the original value of transient-mark-mode.
15547         (set-mark-command): First deactivate the mark if was temporarily active.
15548         (exchange-point-and-mark): Reactivate the mark if it was
15549         temporarily active.
15550         (handle-shift-selection): New fun.
15551         (transient-mark-mode): Move var documentation here from buffer.c.
15552         (next-line, previous-line, backward-word, move-end-of-line)
15553         (move-beginning-of-line, forward-to-indentation)
15554         (backward-to-indentation, back-to-indentation)
15555         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15557         * mouse.el (mouse-set-region-1): Save the old value of
15558         transient-mark-mode.
15559         (mouse-drag-track): Ignore the now-obsolete value `identity' for
15560         transient-mark-mode.
15562         * textmodes/paragraphs.el (forward-paragraph)
15563         (backward-paragraph, forward-sentence, backward-sentence): Add ^
15564         interactive spec.
15566         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15568 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
15570         * net/tramp.el (tramp-make-tramp-temp-file):
15571         Use `tramp-drop-volume-letter' for the local file name part.
15573 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15575         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
15576         Add menu entries corresponding to all the key bindings.
15578         * emacs-lisp/debug.el (debugger-mode-map):
15579         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15580         (conf-align-assignments): Only work on the region if it is active.
15581         (conf-quote-normal): Use when instead of if.  Remove redundant test.
15583         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15584         for tracing and re-builder.
15586 2008-04-02  Glenn Morris  <rgm@gnu.org>
15588         * calendar/appt.el (appt-disp-window-function): Doc fix.
15589         (appt-display-message): Move beep before display.
15590         (appt-check): Make interactive.  Reduce the number of lets.
15591         Use string-equal to compare mode-line strings.
15592         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
15593         read-only.
15594         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15595         (appt-delete): Simplify.
15597         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15599         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15601         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15602         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15603         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15605         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15606         (calendar-holiday-marker, mark-visible-calendar-date):
15607         * calendar/diary-lib.el (fancy-diary-display):
15608         Check for font-lock-mode before using faces.
15610         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15611         (calendar-gregorian-from-absolute): Reduce the number of lets.
15612         (hebrew-holidays-4, generate-calendar-window): Simplify.
15613         (calendar-for-loop): Make obsolete.
15614         (calendar-nth-named-day): Doc fix.
15616         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15617         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15618         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15619         Reduce the number of lets.
15620         (mark-sexp-diary-entries, calendar-mark-complex):
15621         Expand calendar-for-loops.
15623 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15625         * find-dired.el (find-dired-filter): Fix last patch to handle
15626         multi-line process input.  Pad link numbers too.
15628 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15630         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15632 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15634         * international/characters.el (script-list): Add phonetic script,
15635         covering IPA (previously Latin), Phonetic Extensions and
15636         Phonetic Extensions Supplement (both previously unassigned).
15638         * international/fontset.el (setup-default-fontset): Use unicode fonts
15639         that cover bopomofo script for bopomofo.
15640         Likewise for braille and mathematical.
15641         Use unicode scripts that cover the phonetic script for IPA.
15643 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
15645         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15646         return the assigned value.
15648 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15650         * abbrev.el (abbrev-mode): Use define-minor-mode.
15652         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15653         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15654         Use map-keymap.
15655         (minor-mode-menu-from-indicator): Use it.  Simplify.
15657         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15658         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15659         Bind the key directly to the menu.
15660         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15662 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15664         * epa.el (epa-decrypt-region): Explain the reason why this
15665         function should not be used in Lisp programs.
15666         (epa-decrypt-armor-in-region): Ditto.
15667         (epa-verify-region): Ditto.
15668         (epa-verify-cleartext-in-region): Ditto.
15669         (epa-sign-region): Ditto.
15670         (epa-encrypt-region): Ditto.
15672         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15674         * epa.el (epa-select-keys): Show menu even if there is no key in
15675         GnuPG's keyring.
15677 2008-04-01  Glenn Morris  <rgm@gnu.org>
15679         * calendar/calendar.el (calendar-make-temp-face): New function.
15680         (mark-visible-calendar-date):
15681         * calendar/diary-lib.el (fancy-diary-display): Use it.
15683         * vc-hooks.el (vc-responsible-backend): Declare as function.
15685         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15686         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15687         * calendar/cal-julian.el (holiday-julian): Use it.
15689         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15690         (calendar-hebrew-date-is-visible-p): Extract some common code into
15691         separate function.
15692         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15694         * calendar/cal-menu.el (cal-menu-holidays-menu):
15695         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15696         rather than obsolete alias.
15698         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15699         for mark characters.
15700         (calendar-unmark): Unmark by removing all overlays, rather than
15701         redrawing.
15702         (calendar-starred-day): Remove.
15703         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15704         (calendar-cursor-to-date): No need for special star handling now
15705         using overlays.
15706         (calendar-star-date): Use overlays.
15708         * calendar/cal-french.el (calendar-goto-french-date):
15709         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15710         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15711         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15712         * calendar/cal-persia.el (calendar-persian-date-string):
15713         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15714         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15715         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15716         * calendar/solar.el (solar-equinoxes-solstices):
15717         Reduce nesting of some lets.
15719         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15720         (calendar-goto-mayan-long-count-date): Simplify.
15722         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15723         Simplify by using mapcar.
15724         (calendar-list-holidays): Return holiday-list.
15725         (list-holidays): Use let rather than let*.  Remove un-needed locals
15726         `d', `never'.
15727         (calendar-check-holidays): Return result from dolist.
15728         (holiday-float): Use a single let*.  Simplify if-and to and.
15729         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15730         single let*.
15732 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15734         * calc/calc.el: Autoload `calc-yank'.
15735         (calc-mode-map): Add keybindings for `calc-yank'.
15736         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15737         assignments for `calc-yank'.
15739 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15741         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15742         (vc-status-mark-buffer-changed): Handle the extra field.
15744         * vc-bzr.el (vc-bzr-after-dir-status):
15745         * vc-cvs.el (vc-cvs-after-dir-status):
15746         * vc-hg.el (vc-hg-after-dir-status):
15747         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15749 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15751         * doc-view.el: Compute displayed pages first (in PDF).
15752         (doc-view-current-converter-processes): Rename from
15753         doc-view-current-converter-process.  Update users.
15754         (doc-view-sentinel): Test buffer's liveness.
15755         (doc-view-pdf/ps->png-sentinel): Remove.
15756         (doc-view-start-process): New function.
15757         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15758         (doc-view-ps->pdf): Use it.
15759         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15760         New functions.
15761         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15762         (doc-view-mode): Kill the processes when leaving the mode.
15764 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15766         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15767         Use `byte-compile-warning-types'.  Add docstring.
15769 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15771         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15772         (smerge-resolve): Add various resolution heuristics.
15774         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15775         in 3-way conflicts.
15777 2008-03-31  Glenn Morris  <rgm@gnu.org>
15779         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15780         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15781         * calendar/cal-islam.el (mark-islamic-diary-entries):
15782         Fix argument order in call to diary-mark-entries-1.
15784         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15785         pre-Bahai dates.
15786         (holiday-bahai): Use an algorithm actually relevant to this calendar
15787         system.
15789         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15791         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15792         Use and.
15794         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15795         in the last fortnight in Julian October.
15797         * calendar/calendar.el (increment-calendar-month): Optionally handle
15798         systems without 12 months per year.
15799         (calendar-date-is-visible-p): Doc fix.  Simplify.
15801         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15802         from dolist.
15804 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15806         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15807         (hi-lock-unload-function): New function.
15809 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15811         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15812         overwriting when NEWNAME is a local file.
15814         * net/trampver.el: Update release number.
15816 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15818         * vc-git.el: Make vc-status display information about copies,
15819         renames and permission changes.
15820         (vc-git-extra-fileinfo): New defstruct.
15821         (vc-git-escape-file-name, vc-git-file-type-as-string)
15822         (vc-git-rename-as-string, vc-git-permissions-as-string)
15823         (vc-git-status-printer): New functions.
15824         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15825         (vc-git-after-dir-status-stage1): Look for copies, renames and
15826         permission changes.
15827         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15828         (vc-git-dir-status): Ask for staged files and renames.
15830 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15832         * vc.el: Allow backends to display backend specific information in
15833         the vc-status listing.
15834         (vc-status-fileinfo): Add a field for backend specific information.
15835         (vc-status-printer): Rename to ...
15836         (vc-default-status-printer): ... this.
15837         (vc-status-printer): New function.
15838         (vc-update-vc-status-buffer): Set the backend specific file info
15839         if provided.
15841 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15843         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15844         change (ill-conceived).
15846 2008-03-29  Glenn Morris  <rgm@gnu.org>
15848         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15849         * calendar/cal-julian.el (holiday-julian): Simplify.
15851         * calendar/holidays.el (list-holidays): Use or.
15853 2008-03-29  Juri Linkov  <juri@jurta.org>
15855         * window.el (split-window-preferred-horizontally): New function.
15857         * cus-start.el (split-window-preferred-function):
15858         Set choice for "vertically" to nil instead of split-window.
15859         Set choice for "horizontally" to split-window-preferred-horizontally
15860         instead of lambda.
15862 2008-03-29  Juri Linkov  <juri@jurta.org>
15864         * simple.el (minibuffer-default-add-function): New variable with
15865         the default to minibuffer-default-add-completions.
15866         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15867         (minibuffer-default-add-completions): New function.
15868         (goto-history-element): Set minibuffer-default-add-done to t and
15869         call a function in minibuffer-default-add-function when the
15870         specified absolute history position is greater than the length of
15871         the minibuffer-default list and minibuffer-default-add-done is nil.
15872         Change "^End of history; no next item$" to "^End of defaults;
15873         no next item$".
15875         * bindings.el (debug-ignored-errors): Change "^End of history;
15876         no next item$" to "^End of defaults; no next item$".
15878 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15880         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15882         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15883         to with-no-warnings.
15885 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15887         Sync with Tramp 2.1.13.
15889         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15891         * net/trampver.el: Update release number.
15893 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15895         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15896         the current backend.
15898         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15899         (vc-status-refresh): Create a temporary buffer and call the
15900         `dir-status' backend function from that buffer.
15902         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15903         (vc-bzr-after-dir-status): Don't kill the buffer.
15905         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15906         (vc-cvs-after-dir-status): Don't kill the buffer.
15908         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15909         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15911         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15912         (vc-hg-after-dir-status): Don't kill the buffer.
15914         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15915         (vc-svn-after-dir-status): Don't kill the buffer.
15917 2008-03-29  Glenn Morris  <rgm@gnu.org>
15919         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15920         (european-date-diary-pattern, european-calendar-display-form)
15921         (american-calendar-display-form, diary-display-hook): Doc fixes.
15922         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15923         custom :set.  Mark as obsolete.
15924         (calendar-date-style, iso-date-diary-pattern)
15925         (iso-calendar-display-form): New user variables.
15926         (diary-date-forms, calendar-date-display-form): Set using
15927         calendar-date-style.  Doc fix.
15928         (calendar-set-date-style): New command.
15929         (european-calendar, american-calendar): Use calendar-set-date-style.
15930         Mark as obsolete.
15932         * calendar/diary-lib.el (number): Move declaration where needed.
15933         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15934         (diary-make-date): New function.
15935         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15936         Use diary-make-date.
15937         (diary-date-display-form, diary-insert-entry-1): New functions.
15938         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15939         Use diary-insert-entry-1.
15940         (insert-anniversary-diary-entry, insert-block-diary-entry)
15941         (insert-cyclic-diary-entry): Use diary-date-display-form.
15943         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15944         Autoload diary-insert-entry-1.
15945         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15946         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15947         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15948         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15949         * calendar/cal-islam.el (insert-islamic-diary-entry)
15950         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15951         Use diary-insert-entry-1.
15953         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15954         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15956         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15957         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15958         obsolete alias.
15959         (icalendar--datetime-to-iso-date): New function.
15960         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15961         calendar-date-style if bound.
15963         * textmodes/remember.el (remember-diary-convert-entry):
15964         Respect calendar-date-style if bound.
15966 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15968         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15969         (xterm-mouse-handle-delete-frame): Delete.
15971         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15972         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15973         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15974         in xterm-modify-other-keys-terminal-list.
15976         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15977         are conflicts.
15979 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15981         * vc.el (vc-update): Check if the buffer is unsaved only if it
15982         actually exists.
15983         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15984         vc-print-log.
15986 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15988         * net/dns.el (dns-write): Use set-buffer-multibyte.
15990 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * vc-bzr.el (vc-bzr-sha1): New fun.
15993         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15994         (vc-bzr-registered): Use it.
15996 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15998         * vc.el (vc-status-kill-dir-status-process): Simplify.
15999         (vc-status-refresh): Make sure the buffer is live.
16000         (ring): Don't require it, not used.
16002 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
16004         * progmodes/verilog-mode.el (verilog-auto-inout-module):
16005         Add optional regular expression to AUTOINOUTMODULE.
16006         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
16007         (verilog-auto-inst-param, verilog-auto-reg)
16008         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
16009         (verilog-auto-output-every, verilog-auto-input)
16010         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
16011         (verilog-auto-unused, verilog-auto): Update documentation to use
16012         more obvious instance module names versus cell names.
16014 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
16016         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
16017         kill if a process is running.
16019         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
16021 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
16023         * vc.el: Add new backend function 'status-extra-headers.
16024         (vc-default-status-extra-headers): New function.
16025         (vc-status-headers): Call 'status-extra-headers.  Add colors.
16027         * vc-git.el (vc-git-status-extra-headers): New function.
16029 2008-03-28  Glenn Morris  <rgm@gnu.org>
16031         * calendar/cal-menu.el (cal-menu-holidays-menu)
16032         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
16033         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
16034         holiday-list is optional.
16035         (calendar-mouse-holidays): Remove un-needed local `l'.
16037         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
16038         Remove un-needed local `date'.
16039         (calendar-cursor-to-visible-date): Use let rather than let*.
16040         Remove un-needed local `first-of-month-weekday'.
16042         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
16044         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
16045         Doc fixes.
16046         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
16047         (diary-header-line-flag, diary-header-line-format): Declare.
16048         (diary-pull-attrs): Check for multiple matches.
16049         (diary-list-entries-2): Simplify finding start of date.
16050         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
16051         pop-up-frames.
16052         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
16053         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
16055 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
16057         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
16059         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
16061 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16063         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
16065         * image-mode.el (image-mode-reapply-winprops): Fix last change.
16067 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
16069         * international/mule-conf.el (define-iso-single-byte-charset):
16070         Don't make latin-iso8859-* supplementary.
16071         (#'set-charset-priority): Don't change the priority of charsets
16072         `unicode' and `emacs'.
16074 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16076         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16077         temp buffer.
16079 2008-03-27  Glenn Morris  <rgm@gnu.org>
16081         * calendar/cal-bahai.el (diary-bahai-list-entries):
16082         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16083         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16085         * calendar/calendar.el (diary-file): Doc fix.
16087         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16088         (list-diary-entries-hook, mark-diary-entries-hook)
16089         (include-other-diary-files, diary-mail-entries)
16090         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16091         (diary-set-header): New function.
16092         (diary-header-line-flag, diary-header-line-format):
16093         Use diary-set-header for custom :set function.
16094         (diary-set-maybe-redraw): Use symbol-value rather than eval.
16095         (diary-attrtype-convert): Use intern-soft rather than read.
16096         (diary-display-no-entries): New function.
16097         (simple-diary-display, fancy-diary-display): Use it.
16098         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
16099         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16101         * calendar/holidays.el (list-holidays): Doc fix.
16103 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
16105         * calc/calc-store.el (calc-read-var-name-history): New variable.
16106         (calc-read-var-name): Use `calc-read-var-name-history'.
16108 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16110         * image-mode.el (image-mode-reapply-winprops): Simplify now that
16111         window-configuration-change-hook works buffer-locally.
16113 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16115         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16116         for Emacs Lisp, not Lisp.
16118 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
16120         * help-fns.el (describe-function-1, describe-variable):
16121         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
16123         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
16124         replacement is provided, don't print "use nil instead".
16126 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16128         * complete.el (PC-do-completion): Use regexp-quote.
16130 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16132         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
16133         Detect missing files.
16135         * vc-git.el (vc-git-extra-menu-map): New key map.
16136         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
16137         New functions.
16139         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
16140         and 'missing files.
16142 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16144         * calendar/holidays.el (list-holidays): Make Y2 optional.
16146         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
16147         buffers shown to the user.
16148         (appt-disp-window): Disable undo explicitly now that the leading space
16149         is gone.
16151         * simple.el (activate-mark): New function.
16152         (set-mark-command): Use it with region-active-p to clean up the code.
16153         (exchange-point-and-mark): Invert the meaning of C-u when
16154         transient-mark-mode is active.
16156         * dired-aux.el (dired-create-files): Use dolist.
16158         * bindings.el (mode-line-change-eol): Use with-selected-window.
16160         * apropos.el (apropos-command): Include macros.
16162 2008-03-26  Glenn Morris  <rgm@gnu.org>
16164         * calendar/cal-bahai.el: Require calendar, not cal-julian.
16165         (calendar-bahai-epoch): Doc fix.
16167         * calendar/cal-china.el: Explicitly require calendar.
16169         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
16170         Require calendar rather than cal-julian.
16171         Autoload calendar-absolute-from-julian.
16172         * calendar/cal-coptic.el (coptic-calendar-epoch):
16173         * calendar/cal-islam.el (calendar-islamic-epoch):
16174         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16176         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16178         * calendar/cal-dst.el: Don't require cal-persia.
16179         (calendar-absolute-from-persian): Autoload it.
16180         (dst-adjust-time): Doc fix.
16182         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16183         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16184         calendar.
16186         * calendar/cal-menu.el: Require calendar rather than declaring
16187         functions.
16188         * calendar/calendar.el: Provide calendar before requiring cal-menu.
16190         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16191         calendar-after-frame-setup-hooks.  Update callers, make old name an
16192         obsolete alias.  Doc fix.
16193         (calendar-frame-1): Doc fix.
16195         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16197         * calendar/calendar.el (oriental-holidays, solar-holidays):
16198         * calendar/holidays.el (list-holidays): Assume atan always bound.
16200         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16201         Explicitly require calendar, not cal-julian.
16202         * calendar/lunar.el: Explicitly require cal-dst.
16204 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16206         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16208         * help-fns.el (describe-function-1, describe-variable): If no
16209         replacement is provided, don't print "use nil instead".
16211 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16213         * proced.el: New file.
16215 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
16217         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16219 2008-03-25  Juri Linkov  <juri@jurta.org>
16221         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16222         in battery-mode-line-format.
16224         * bindings.el (minibuffer-local-map): For the command
16225         file-cache-minibuffer-complete replace keymap minibuffer-local-map
16226         with map which is already locally bound to minibuffer-local-map.
16228 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16230         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16231         Remove `sort-first' argument.
16233         * subr.el (redisplay-end-trigger-functions)
16234         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16235         (process-filter-multibyte-p, set-process-filter-multibyte):
16236         Mark as obsolete.
16238 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
16240         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16241         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16242         use the LOCAL arg of `add-hook'.
16243         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16244         Remove spurious * from defcustom docstrings.
16245         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16246         Fix typos in messages.
16247         (reb-mode-buffer-p): New function.
16248         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
16249         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16250         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16251         Use `unless', `when'.
16252         (re-builder-unload-function): New function.
16254 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
16256         * vc-hooks.el (vc-state): Add documentation for 'missing.
16258 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
16260         * progmodes/verilog-mode.el (verilog-auto-output)
16261         (verilog-auto-input, verilog-auto-inout, verilog-auto)
16262         (verilog-delete-auto): Add optional regular expression to
16263         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16264         (verilog-signals-matching-regexp): New internal function for
16265         signal matching.
16267 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
16269         * info.el (Info-isearch-search): Always return point.
16271 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16273         * diff-mode.el (diff-remembered-defdir): New var.
16274         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16276 2008-03-25  Glenn Morris  <rgm@gnu.org>
16278         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16279         calendar-bahai-prompt-for-date.  Update callers, make old name an
16280         obsolete alias.  Doc fix.
16281         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16282         coptic-prompt-for-date.  Update callers, make old name an
16283         obsolete alias.  Doc fix.
16284         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16285         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
16286         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16287         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
16288         * calendar/cal-iso.el (calendar-iso-read-date): New name for
16289         calendar-iso-read-args.  Update callers, make old name an obsolete
16290         alias.
16291         * calendar/cal-persia.el (calendar-persian-read-date): New name for
16292         persian-prompt-for-date.  Update callers, make old name an
16293         obsolete alias.  Doc fix.  Move definition before use.
16295         * calendar/cal-x.el (diary-frame-parameters)
16296         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16297         (calendar-frame-1): Doc fixes.
16298         (make-fancy-diary-buffer): Remove declaration.
16299         (calendar-dedicate-diary): Replace call to deleted function
16300         make-fancy-diary-buffer.
16301         (calendar-frame-setup): New function.
16302         (calendar-one-frame-setup, calendar-only-one-frame-setup)
16303         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16304         work, and mark as obsolete.
16305         (special-display-buffer-names): Don't mess with this; it's not our
16306         business.
16307         (cal-x-load-hook): Defvar it, and mark as obsolete.
16309         * calendar/calendar.el (calendar-remove-frame-by-deleting):
16310         Default to t.  Add to 'calendar group.
16311         (calendar): Doc fix.  Use calendar-frame-setup.
16312         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
16313         (generate-calendar-window): Doc fix.
16315 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16317         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16319 2008-03-24  Drew Adams  <drew.adams@oracle.com>
16321         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16322         New variables.
16323         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
16324         (finder-exit): Ignore errors rather than avoiding them.
16325         Kill *Finder-package* buffer also.
16327 2008-03-24  Andreas Schwab  <schwab@suse.de>
16329         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16331 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
16333         * vc-hg.el (vc-hg-after-dir-status):
16334         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16336         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16337         Detect removed files.
16339         * vc.el (vc-status-printer): Use a different face for missing files.
16340         (vc-status-hide-up-to-date): Rename from
16341         vc-status-remove-up-to-date.  Update all callers.
16342         (vc-status-mode-map): Bind C-m.
16344 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
16346         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16347         code ...
16348         (vc-git--state-code): ... to this new function.
16349         (vc-git-state): Use it.
16351 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16353         * textmodes/remember.el (remember-mail-date)
16354         (remember-store-in-mailbox): Write date and From line in such a
16355         way that Mutt can read it.
16357 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
16359         * simple.el (transient-mark-mode): Turn on by default.
16361 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16363         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16364         'unregistered for unregistered files.
16366         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16368         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16370         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16371         subdirectories.
16373         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16374         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16375         Add :enable for vc-status-refresh.
16376         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16377         (vc-status-tool-bar-map): Add binding for
16378         vc-status-kill-dir-status-process.
16379         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16380         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16381         Reset vc-status-process-buffer.
16382         (vc-status-refresh): Don't run two refreshes at a time.
16383         (vc-status): If the buffer is already in vc-status-mode only refresh.
16384         (vc-status-mark-buffer-changed): Add an optional file parameter.
16385         (vc-resynch-buffer): Use it.
16386         (vc-delete-file): Expand the file name before using it.
16387         Be careful to not create a new buffer with the old file contents.
16388         Update the VC state after performing the operation.
16390 2008-03-23  Andreas Schwab  <schwab@suse.de>
16392         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16393         Fix radio button condition.
16394         [box]: Likewise.
16395         [customize]: Add radio button.
16397 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
16399         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16400         (calc-user-parse-tables, calc-gnuplot-default-device)
16401         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16402         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16403         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16404         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16405         (calc-undo-list, calc-redo-list, calc-main-buffer)
16406         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16407         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16408         (calc-said-hello, calc-executing-macro, calc-any-selections)
16409         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16410         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16411         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16412         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16413         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16414         (calc-create-buffer, calc-quit): Add docstrings.
16416 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
16418         * makefile.w32-in (WINS_ALMOST): Add org.
16420 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16422         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16423         New functions to implement vc-status support.
16425 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16427         * vc.el (vc-status-prepare-status-buffer): New function.
16428         (vc-status): Use it.
16430         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16431         appropriate.
16433 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
16435         * vc-git.el (vc-git--empty-db-p)
16436         (vc-git-after-dir-status-stage1-empty-db): New functions.
16437         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16438         Add support for empty repositories.
16440 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16442         * vc-git.el (vc-git-annotate-extract-revision-at-line):
16443         Allow "^" in a version name.
16445         * vc-mtn.el (vc-mtn-state): Support the added state.
16447 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
16449         * org: New directory for Org-mode.
16451         * org/org-export-latex.el: Moved from lisp/textmodes.
16453         * org/org-irc.el: Moved from lisp/textmodes.
16455         * org/org-mac-message.el: Moved from lisp/textmodes.
16457         * org/org-mouse.el: Moved from lisp/textmodes.
16459         * org/org-publish.el: Moved from lisp/textmodes.
16461 2008-03-21  Juri Linkov  <juri@jurta.org>
16463         * comint.el (comint-dynamic-simple-complete):
16464         Use variable `stub' for the second arg `common-substring'
16465         of `comint-dynamic-list-completions'.
16466         (comint-dynamic-list-filename-completions):
16467         Use variable `filenondir' for the second arg `common-substring'
16468         of `comint-dynamic-list-completions'.
16469         (comint-dynamic-list-completions): Add new optional arg
16470         `common-substring'.  Add `common-substring' as the second arg of
16471         the call to `display-completion-list'.  Doc fix.
16473         * comint.el (comint-dynamic-complete-as-filename)
16474         (comint-dynamic-list-filename-completions)
16475         (comint-dynamic-simple-complete): Use `minibuffer-message'
16476         to display message "No completions of %s" when a command
16477         is called in the minibuffer.
16478         (comint-dynamic-simple-complete): Don't display other
16479         completion messages when a command is called in the minibuffer.
16480         (comint-dynamic-list-completions): Use `minibuffer-message'
16481         to display message " [Type space to flush ...]" when a command
16482         is called in the minibuffer.
16484         * shell.el (shell-dynamic-complete-command)
16485         (shell-dynamic-complete-environment-variable): Don't display
16486         completion messages when command is called in the minibuffer.
16488         * emacs-lisp/lisp.el (lisp-complete-symbol):
16489         Use `minibuffer-message' to display message "No completions of %s"
16490         when this command is called in the minibuffer.
16492         * bindings.el (standard-mode-line-modes): Put special help-echo
16493         tooltip on recursive edit %[ %] mode-line constructs.
16495         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16496         "^No dynamic expansion for .* found$" to allow error messages like
16497         "No dynamic expansion for \"%s\" found in this-buffer".
16499 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
16501         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16502         "psftp".
16504 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16506         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16507         * vc.el (vc-default-dired-state-info): Use just "modified".
16508         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16509         (vc-cvs-mode-line-string): Make use of the better default.
16510         (vc-cvs-parse-entry): Use the new `added'.
16511         (vc-cvs-dired-state-info): Remove.
16512         * vc-svn.el (vc-svn-dired-state-info): Remove.
16513         * vc-hg.el (vc-hg-dired-state-info): Remove.
16514         * vc-git.el (vc-git-dired-state-info): Remove.
16516 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16518         * vc-git.el (vc-git-status-result): New variable.
16519         (vc-git-dir-status): Split out ...
16520         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16521         ... these new functions and work asynchronously.
16523 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
16525         * vc-git.el (vc-git-after-dir-status): Remove.
16526         (vc-git-dired-state-info): Reimplement.
16528 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16530         * replace.el (occur-mode-map): Add :help.
16532         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16533         for disassemble.
16535         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16536         the 'added state.
16537         (vc-status-remove-up-to-date): New function.
16538         (vc-status-mode-map, vc-status-menu-map): Bind it.
16539         (vc-status-printer): Use a different face up-to-date files.
16540         (vc-resynch-buffer): Update the vc-status buffer if it exists.
16541         (Todo): Remove solved entries.
16543         * vc-hg.el (vc-hg-state):
16544         * vc-git.el (vc-git-state):
16545         * vc-cvs.el (vc-cvs-parse-status):
16546         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16547         state.
16549 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16551         * progmodes/compile.el (compile):
16552         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16554         * simple.el (minibuffer-local-shell-command-map): New var.
16555         (minibuffer-complete-shell-command, read-shell-command): New funs.
16556         (shell-command, shell-command-on-region): Use them.
16558 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16560         * vc.el (vc-status-mark-buffer-changed): New function to implement
16561         updating of the *vc-status* buffer when a buffer is saved.
16562         (vc-status-mode): Use it for after-change-hook.
16563         (vc-add-to-vc-status-buffer): Rename to ...
16564         (vc-status-add-entry): ... this.
16565         (Todo): Add new entry.
16567 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16569         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16571 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
16573         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16574         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16575         Remove spurious * from defcustom docstrings.
16576         (icomplete-compute-delay): Fix docstring and remove spurious *.
16577         (icomplete-delay-completions-threshold): Fix typo in docstring and
16578         remove spurious *.
16579         (icomplete-completions): While collecting the list of prospective
16580         candidates, don't overshoot `icomplete-prospects-length'.
16582 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16584         * textmodes/refbib.el:
16585         * textmodes/reftex.el:
16586         * textmodes/reftex-global.el:
16587         * textmodes/reftex-vars.el:
16588         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16589         compiler pacifying defvars.
16590         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16591         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16592         not needed.
16594 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
16596         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16597         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16598         (verilog-customize, verilog-font-customize)
16599         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16600         (verilog-mode): Update documentation strings to match tool tips.
16601         (verilog-auto-search-do, verilog-auto-re-search-do)
16602         (verilog-skip-forward-comment-or-string): Fix verilog-auto
16603         expansion when a .* appears inside a string.
16604         (verilog-re-search-forward, verilog-re-search-backward):
16605         Add comment to recall how this works.
16606         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16608 2008-03-20  Glenn Morris  <rgm@gnu.org>
16610         * calendar/calendar.el (calendar-other-dates): New function.
16611         (calendar-print-other-dates): Use calendar-other-dates.
16612         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16613         the declarations it replaces.
16614         (calendar-mouse-print-dates): Use calendar-other-dates.
16616         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16617         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16618         (calendar-absolute-from-bahai): Fix the leap-year case.
16619         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16620         (calendar-bahai-date-string, calendar-bahai-print-date):
16621         Handle pre-Bahai dates.
16623         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16624         (chinese-calendar-terrestrial-branch): Make defcustoms.
16626         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16627         (calendar-mouse-view-diary-entries): Use or.
16628         (calendar-mouse-chinese-date): Remove unused command.
16629         (cal-menu-load-hook): Mark as obsolete.
16631         * calendar/solar.el (calendar-location-name, calendar-latitude)
16632         (calendar-longitude, solar-arctan, sunrise-sunset)
16633         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16635 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16637         * calc/calc.el: Remove outdated comments.
16638         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16639         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16640         Add docstrings.
16642 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16644         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16646 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16648         * net/tls.el (open-tls-stream): Reindent.
16650 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16652         * net/tramp.el (tramp-let-maybe): Removed.
16653         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16654         It does not exist under XEmacs.
16655         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16656         (tramp-completion-file-name-handler): Let-bind
16657         `directory-sep-char'.
16659         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16660         `directory-sep-char'.
16662 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16664         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16665         for autoloaded keymaps.
16667         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16668         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16669         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16670         (verilog-in-comment-p, verilog-in-star-comment-p)
16671         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16672         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16673         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16674         (verilog-skip-forward-comment-p): Use it.
16676 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16678         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16679         (org-remember-templates, org-time-stamp-rounding-minutes)
16680         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16681         (org-columns-new): Fix typos in docstrings.
16683 2008-03-19  Glenn Morris  <rgm@gnu.org>
16685         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16686         (tramp-handle-shell-command): Use condition-case rather than
16687         ignore-errors.
16689 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16691         * diff-mode.el (diff-header): Make the color louder.
16692         (diff-refine-change): Tone the color down.
16694 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16696         * descr-text.el (describe-char): When `describe-char-unidata-list'
16697         is set to show all properties, list them in the right order.
16699 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16701         * international/mule.el (load-with-code-conversion): Avoid setting
16702         default-enable-multibyte-characters.
16704 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
16706         * vc.el (vc-annotate-background): Fix custom type.
16708 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16710         * descr-text.el (describe-char-unidata-list): Allow specifying
16711         just all properties.
16712         (describe-char): Handle that new value.
16714         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16716 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16718         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16719         instead of file name extension to make docs with uncommon
16720         extensions work.
16722 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16724         * doc-view.el (require): Require cl at compile time because
16725         `assert' needs it.
16727 2008-03-18  Glenn Morris  <rgm@gnu.org>
16729         * calendar/calendar.el (initial-calendar-window-hook)
16730         (today-visible-calendar-hook): Doc fixes.
16732 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16734         * net/tramp.el (tramp-root-regexp): Simplify.
16735         (tramp-completion-file-name-regexp-separate): Don't insist on
16736         leading "[".  This prevents method or user or host completion.
16737         (tramp-let-maybe): Autoload it.
16738         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16739         is an alias for `identity'.
16740         (tramp-handle-write-region): Protect `last-coding-system-used'
16741         over the trailing statements.
16742         (tramp-completion-file-name-handler-post-function): Remove.
16743         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16744         instead of calling `tramp-drop-volume-letter'.
16746         * net/tramp.el:
16747         * net/tramp-uu.el:
16748         * net/trampver.el: Move coding cookie at the end.
16750 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16752         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16753         elements which may be something else than characters.
16755 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16757         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16758         New functions to implement vc-status support.
16760         * vc.el (vc-default-extra-status-menu)
16761         (vc-add-to-vc-status-buffer): New functions.
16763         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16764         for eldoc and ielm.
16766 2008-03-17  Glenn Morris  <rgm@gnu.org>
16768         * calendar/cal-x.el (diary-frame-parameters)
16769         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16770         Fix custom type; add options.
16771         (calendar-frame, diary-frame): Doc fixes.
16772         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16773         new functions.
16774         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16775         Use calendar-frame-1 and calendar-dedicate-diary.
16776         (calendar-one-frame-setup): Also handle only-one-frame case.
16777         (calendar-only-one-frame-setup): Doc fix.  Just call
16778         calendar-one-frame-setup.
16780         * calendar/diary-lib.el: Re-order some definitions before their use.
16781         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16782         (diary-list-entries): Doc fixes.
16783         (make-fancy-diary-display): Remove function.
16785         * calendar/calendar.el (calendar-today-marker)
16786         (initial-calendar-window-hook, today-visible-calendar-hook)
16787         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16788         (calendar-star-date, calendar-mark-today): Doc fixes.
16789         (today-visible-calendar-hook): Add options.
16790         (calendar-in-read-only-buffer): New macro.
16791         (calendar-basic-setup): Adapt for change in calendar-read-date.
16792         Place holiday let inside if.
16793         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16794         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16795         (calendar-print-other-dates): Use one let rather than many.
16797         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16798         (calendar-print-other-dates):
16799         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16800         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16801         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16802         (calendar-cursor-holidays):
16803         * calendar/lunar.el (calendar-phases-of-moon): Use
16804         calendar-in-read-only-buffer to replace previous code and disable undo.
16806 2008-03-16  Juri Linkov  <juri@jurta.org>
16808         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16809         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16810         read-from-minibuffer to provide the correct initial minibuffer
16811         history position in isearch-edit-string when it is called from
16812         isearch-ring-adjust.
16814         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16815         to check if the current buffer is the minibuffer, and in this case
16816         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16817         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16818         when the current buffer is the minibuffer.
16820         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16822 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16824         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16825         Use non-nil PARENTS attribute of make-directory instead of
16826         explicitly checking existence the current cache directory.
16828 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16830         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16831         M-x epa-file-select-keys.
16833 2008-03-16  Kenichi Handa  <handa@m17n.org>
16835         * international/mule.el (auto-coding-alist):
16836         Use no-conversion-multibyte for archive files.
16838 2008-03-16  Glenn Morris  <rgm@gnu.org>
16840         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16841         New functions.
16842         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16843         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16844         Use calendar-mark-1.
16845         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16846         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16847         Use calendar-mark-complex.
16848         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16849         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16850         Use calendar-mark-1.
16852         * calendar/calendar.el (calendar-mod): Remove.
16853         * calendar/cal-china.el (calendar-chinese-from-absolute)
16854         (calendar-chinese-date-string): Expand calendar-mod calls.
16855         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16856         Expand calendar-mod calls.
16858         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16859         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16860         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16861         Move obsolete aliases after the functions that replaced them.
16863         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16864         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16865         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16866         Use let rather than let*.
16867         (calendar-hebrew-prompt-for-date): New function.
16868         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16869         (holiday-tisha-b-av-etc): Use unless, let.
16871         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16872         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16874         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16876         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16878         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16879         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16880         than concat.
16881         (diary): Remove un-needed let.
16882         (view-other-diary-entries): Rename argument.
16883         (diary-list-entries-2): New function.
16884         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16885         (print-diary-entries): Use unless.
16886         (diary-mark-entries-1): Change argument order, make all but
16887         markfunc optional.  Handle the standard (Gregorian) case.
16888         Use match-string-no-properties.  Handle marks.
16889         (mark-diary-entries): Use diary-mark-entries-1.
16890         (diary-font-lock-keywords-1): New macro.
16891         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16893 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16895         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16896         (icalendar-export-hidden-diary-entries): New variable.
16897         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16898         In case of error, insert full error-val.
16899         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16900         Use calendar-day-of-week.  Return the day number.
16901         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16903 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16905         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16906         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16907         (icalendar-export-region): Ignore hidden diary entries.
16908         (icalendar--convert-ordinary-to-ical): Fix case where event
16909         spans across midnight boundary.
16910         (icalendar-first-weekday-of-year): New function.
16911         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16912         year for recurring events (Mozilla calendars do not propagate
16913         recurring events forever, so year 2000 start date was not working).
16914         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16915         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16917 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16919         * net/tramp.el (tramp-root-regexp): New defconst.
16920         (tramp-completion-file-name-regexp-unified)
16921         (tramp-completion-file-name-regexp-separate)
16922         (tramp-completion-file-name-regexp-url): Use it.
16923         (tramp-do-copy-or-rename-file-via-buffer):
16924         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16925         t for `insert-file-contents-literally'.
16926         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16927         Autoload it.
16928         (tramp-completion-file-name-handler-post-function): New defconst.
16929         (tramp-completion-file-name-handler): Use it.
16930         (tramp-maybe-open-connection): Update calls to
16931         `tramp-flush-connection-property' for removed 2nd argument.
16933 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16935         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16936         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16937         New functions.
16939 2008-03-15  Glenn Morris  <rgm@gnu.org>
16941         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16942         New functions.
16943         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16944         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16945         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16946         (diary-bahai-list-entries): Use diary-list-entries-1.
16947         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16948         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16949         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16950         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16951         (list-hebrew-diary-entries): Use diary-list-entries-1.
16952         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16953         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16954         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16955         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16956         (list-islamic-diary-entries): Use diary-list-entries-1.
16957         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16959         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16961         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16963         * calendar/cal-china.el (number-chinese-months)
16964         (calendar-chinese-from-absolute): Use nth, caar.
16966         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16968         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16970         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16971         (calendar-hebrew-month-name-array-leap-year)
16972         (hebrew-calendar-parashiot-names): Make constants.
16973         (diary-parasha): Move definition after constants it uses.
16975         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16976         (cal-html-htmlify-list): Doc fix.
16977         (cal-html-htmlify-entry): Use nth.
16979         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16980         (calendar-islamic-epoch): Make constants.
16981         (calendar-islamic-epoch): Doc fix.
16983         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16985         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16986         (cal-tex-month-name): Doc fix.
16987         (cal-tex-last-blank-p): Use zerop.
16989         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16990         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16991         (calendar-cursor-to-date): Doc fix.
16992         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16993         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16994         (calendar-day-number): Use when.
16995         (generate-calendar-month): Use dotimes.
16996         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16997         (calendar-set-mark): Reverse conditional.
16998         (calendar-make-alist): Move definition before use.
17000         * calendar/diary-lib.el (diary-face-attrs)
17001         (diary-glob-file-regexp-prefix, diary-selective-display)
17002         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
17003         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
17004         (diary-anniversary, diary-cyclic)
17005         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
17006         (diary-header-line-format): Change wording.
17007         (diary-list-entries): Set `date-start' in let.
17008         (include-other-diary-files, mark-included-diary-files): Use format.
17009         (simple-diary-display, fancy-diary-display): Use cadr, unless.
17010         (mark-diary-entries): Use 1+.
17011         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
17012         (mark-calendar-month): Use dotimes.
17014         * calendar/holidays.el (displayed-month, displayed-year):
17015         Move declarations where needed.
17016         (calendar-list-holidays): Doc fix.
17018         * calendar/parse-time.el (parse-time-string): Simplify.
17020         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
17021         Make constants.
17022         (solar-sunrise-sunset): Rename some local variables for clarity.
17023         (sunrise-sunset): Use zerop.
17024         (solar-mean-equinoxes/solstices): Doc fix.
17026         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
17027         Use nth.
17028         (timeclock-completing-read, timeclock-generate-report): Use zerop.
17029         (timeclock-mean, timeclock-generate-report): Use dolist.
17031         * calendar/todo-mode.el (todo-add-category): Simplify.
17032         (todo-more-important-p, todo-delete-item, todo-file-item):
17033         Use unless, when.
17034         (todo-top-priorities): Use zerop.
17036 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
17038         * buff-menu.el (list-buffers-noselect): Display buffer name in
17039         tooltip instead of mouse binding when it doesn't fit in the list.
17041 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17043         * faces.el (xw-defined-colors):
17044         * simple.el (widget-convert, shell-mode): Declare as functions
17045         instead of autoloading.
17047         * abbrev.el:
17048         * button.el:
17049         * cus-face.el:
17050         * ediff-hook.el:
17051         * emacs-lisp/backquote.el:
17052         * emacs-lisp/timer.el:
17053         * facemenu.el:
17054         * faces.el:
17055         * menu-bar.el:
17056         * simple.el:
17057         * subr.el:
17058         * textmodes/fill.el:
17059         * textmodes/paragraphs.el: Remove autoloads, redundant when the
17060         files are preloaded.
17062 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17064         * desktop.el (desktop-create-buffer): Don't catch errors if
17065         debug-on-error is set.
17067 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
17069         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
17070         ($(lisp)/calendar/diary-loaddefs.el)
17071         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17072         (LOADDEFS): New macro.
17073         (autoloads): Depend on $(LOADDEFS).
17075 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17077         * font-lock.el (featurep): Remove test, not useful anymore.
17078         (facemenu-keymap): Move key binding ...
17079         * facemenu.el (facemenu-keymap): ... here.
17081         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
17082         for each file in the list.
17083         (vc-bzr-log-view-mode): Recognize the file marker.
17085         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17086         for checkdoc and profiling.
17088 2008-03-14  Bastien Guerry  <bzg@altern.org>
17090         * textmodes/flyspell.el (nxml-mode): Add the right
17091         `flyspell-mode-predicate'.
17093         * wid-edit.el (link): Use 'mouse-face for :follow-link.
17095 2008-03-14  Glenn Morris  <rgm@gnu.org>
17097         * calendar/solar.el: Reorder so that functions are defined before use.
17098         (displayed-month, displayed-year): Move declarations where needed.
17099         (solar-get-number): Move definition before use.  Use unless.
17100         (solar-equatorial-coordinates): Simplify.
17101         (solar-sunrise-and-sunset): Use let rather than let*.
17102         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17104         * startup.el (command-line-1): Rename -internal-script back to
17105         -scriptload (reverts previous change).
17107         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17108         (calendar-bahai-leap-base): Add doc strings.
17109         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17110         Move definition before use.
17111         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17112         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17113         variables outside the loop.  Use dolist.
17114         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17116         * calendar/cal-china.el: Re-order so that functions are defined before
17117         use.
17118         (displayed-month, displayed-year): Move declarations where needed.
17119         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17120         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17121         Add doc strings.
17122         (chinese-year-cache): Recenter on 2010.  Doc fix.
17123         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
17124         Doc fix.  Simplify.
17125         (chinese-year-cache-init): New function.
17126         (compute-chinese-year, holiday-chinese-new-year)
17127         (calendar-chinese-date-string, calendar-goto-chinese-date)
17128         (make-chinese-month-assoc-list): Use cadr, nth.
17129         (chinese-months): Remove un-needed let.
17131         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
17132         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
17133         (coptic-prompt-for-date): Move definition before use.
17135         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
17136         (calendar-dst-find-data, calendar-daylight-time-offset)
17137         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17138         (calendar-daylight-savings-starts-time)
17139         (calendar-daylight-savings-ends-time): Use cadr, nth.
17141         * calendar/cal-french.el (french-calendar-epoch)
17142         (calendar-goto-french-date): Doc fix.
17143         (french-calendar-month-name-array)
17144         (french-calendar-multibyte-month-name-array)
17145         (french-calendar-day-name-array, french-calendar-special-days-array):
17146         Add doc strings.
17148         * calendar/cal-hebrew.el (displayed-month, displayed-year)
17149         (original-date): Move declarations where needed.
17150         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
17151         Doc fix.
17152         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
17153         constant variables outside the loop.  Use dolist.
17155         * calendar/cal-islam.el (displayed-month, displayed-year)
17156         (original-date): Move declarations where needed.
17157         (islamic-calendar-day-number): Remove unused local variable `day'.
17158         (calendar-goto-islamic-date): Doc fix.
17159         (holiday-islamic): Use unless.
17160         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
17161         constant variables outside the loop.  Use dolist.
17162         (mark-islamic-calendar-date-pattern): Move definition before use.
17163         Use unless.
17164         (mark-islamic-diary-entries): Doc fix.
17165         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17166         (insert-yearly-islamic-diary-entry): Use let rather than let*.
17168         * calendar/cal-julian.el (calendar-absolute-from-julian):
17169         Move definition before use.  Remove un-needed local `day'.
17170         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17172         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17173         (calendar-mayan-tzolkin-names-array): Add doc strings.
17174         (calendar-mayan-long-count-from-absolute): Use a single let.
17175         (calendar-string-to-mayan-long-count): Simplify.
17176         (calendar-next-haab-date, calendar-previous-haab-date)
17177         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17178         (calendar-previous-calendar-round-date)
17179         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17180         Doc fix.
17181         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17182         (calendar-mayan-date-string, calendar-print-mayan-date)
17183         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17184         (calendar-mayan-long-count-common-era): Move definitions before use.
17186         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17187         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17188         Doc fix.
17189         (calendar-mouse-goto-date): Move definition before use.
17191         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17192         Move definition before use.
17193         (calendar-cursor-to-visible-date): Move definition before use.
17194         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
17195         and place inside the conditional.
17196         (calendar-forward-day): Simplify.
17197         (calendar-end-of-month): Use unless.
17198         (calendar-goto-day-of-year): Doc fix.
17199         Relocate obsolete aliases after their replacements.
17201         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17203         * calendar/diary-lib.el (mark-diary-entries): Move some constant
17204         variables outside the diary-date-forms loop.
17206         * calendar/calendar.el (diary-file): Doc fix.
17207         (calendar-buffer-list): Return buffers rather than strings (fixes
17208         previous change).
17209         (hebrew-holidays-4): Fix typo.
17211         * calendar/holidays.el (displayed-month, displayed-year):
17212         Move declarations where needed.
17213         (calendar-holiday-list, calendar-list-holidays)
17214         (holiday-filter-visible-calendar): Move definitions before use.
17215         (list-holidays): Use cadr.
17216         Relocate obsolete aliases after their replacements.
17218         * calendar/lunar.el (date, displayed-month, displayed-year):
17219         Move declarations where needed.
17220         (lunar-phase-list): Move definition after functions it uses.
17221         (calendar-phases-of-moon, diary-phases-of-moon)
17222         (lunar-new-moon-on-or-after): Use cadr, nth.
17223         (lunar-new-moon-on-or-after): Doc fix.
17225         * textmodes/org-irc.el (top-level): CL not required when compiling.
17226         (org-irc-visit-erc): Replace runtime CL functions.
17228         * textmodes/org-publish.el (declare-function): Add compatibility stub.
17229         (org-publish-delete-dups): Declare as function.
17231 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17233         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17234         (vc-bzr-show-log-entry): Make regexp match more cases.
17235         (vc-diff-switches-list): Remove autoload, not needed.
17237 2008-03-14  Juri Linkov  <juri@jurta.org>
17239         * isearch.el (isearch-edit-string): Remove one call to
17240         `isearch-push-state' not to push an inconsistent state,
17241         but keep another correct call to `isearch-push-state'.
17242         (isearch-ring-adjust): Call `isearch-push-state' only when
17243         `search-ring-update' is non-nil since `isearch-edit-string'
17244         already pushes its state.
17245         (isearch-message): Improve matching the failed part by checking
17246         if the original message starts with the last successful message.
17248         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17249         (dired-perm-write): Rename from `dired-warn-writable'.
17250         Change parent face from `font-lock-warning-face' to
17251         `font-lock-comment-delimiter-face'.
17252         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17253         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17254         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17255         with `dired-perm-write-face'.
17257 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
17259         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17260         Create cache dir only if it doesn't already exist.
17262 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17264         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17265         of \ and '.
17267 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
17269         * net/browse-url.el (browse-url-text-xterm):
17270         Unquote browse-url-text-browser.
17272 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
17274         * textmodes/org-mouse.el: Version number change.
17276         * textmodes/org-publish.el (org-publish-expand-components):
17277         Remove null projects from the list of components.
17278         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17279         Remove unused retrieval of the :publishing-directory property.
17280         (org-publish-file): Bugfix: when using a relative directory as the
17281         publishing directory, convert it to a directory filename.
17282         (org-publish-project): New alias.
17283         (org-publish-get-files): Protect against empty p.
17284         (org-publish-file): Send an error when file is not part of any project.
17285         (org-publish-file): Offer to refresh the list of files in known
17286         project when the current file is not part of any project.
17287         (org-publish-before-export-hook)
17288         (org-publish-after-export-hook): New hooks.
17289         (org-publish-org-to): Use new hooks and kill buffers.
17290         (org-publish-file): Remove the code for killing buffers.
17291         (org-publish-initialize-files-alist): Use interactive.
17292         (org-publish-file): If the publishing function creates a new
17293         buffer, kill it after publishing.
17294         (org-publish-timestamp-filename): Protect ":" in file name path
17295         under windows.
17297         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17298         change that killed the LaTeX buffer.
17300         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17301         in the decision tree.
17302         (org-select-remember-template): Clean the code.
17303         (org-prepare-dblock): Add the extra :content parameter.
17304         (org-write-agenda): New output type ".ics" files.
17305         (org-write-agenda): Call `org-icalendar-verify-function', both for
17306         time stamps and for TODO entries.
17307         (org-agenda-collect-markers, org-create-marker-find-array)
17308         (org-check-agenda-marker-table): New functions.
17309         (org-agenda-marker-table): New variable.
17310         (org-export-as-html): Revert the change that killed the html
17311         buffer.  Side effects first need to be studied carefully.
17312         (org-get-tags-at): Fix the structure of the condition-case statement.
17313         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17314         (org-timestamp-change): Fix regular expressions to swallow the
17315         extra character for repeat-shift control.
17316         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17317         (org-get-legal-level): Alias to `org-get-valid-level'.
17318         (org-dblock-write:clocktable): Add a :link parameter, linking
17319         headlines to their location in the Org agenda files.
17320         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17321         throwing an error when getting tags before headlines.
17322         (org-timestamp-change, org-modify-ts-extra)
17323         (org-ts-regexp1): Fix timestamp editing.
17324         (org-agenda-custom-commands-local-options): New constant.
17325         (org-agenda-custom-commands):
17326         Use `org-agenda-custom-commands-local-options' to improve customize
17327         type.  "htmlize": Removed hack to fix face problem with htmlize,
17328         it no longer seem necessary.
17329         (org-follow-link-hook): New hook.
17330         (org-agenda-custom-commands): Add "Component" as a tag for each
17331         item in a command series.
17332         (org-open-at-point): Run `org-follow-link-hook'.
17333         (org-agenda-schedule): Bugfix: don't display marker type when it
17334         is nil.
17335         (org-store-link): org-irc required.
17336         (org-set-regexps-and-options): Parse the new logging options.
17337         (org-extract-log-state-settings): New function.
17338         (org-todo): Handle the new ways of recording state change stuff.
17339         (org-local-logging): New function.
17340         (org-columns-open-link): Fix bug with opening link in column view.
17341         (org-local-logging): New function.
17342         (org-todo): Make sure that LOGGING properties are honoured.
17343         (org-todo-keywords): Improve docstring.
17344         (org-startup-options): Cleanup startup options.
17345         (org-set-regexps-and-options): Process the "!" markers.
17346         (org-todo): Respect the new logging stuff.
17347         (org-log-note-how): New variable.
17348         (org-add-log-maybe): New parameter HOW that defines how logging
17349         should be done and also overrides PURPOSE.  Add a docstring.
17350         (org-add-log-note): Check if we really need to ask for a note.
17351         (org-get-current-options): Digest the new keyword.
17352         (org-agenda-reset-markers): Rename from
17353         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
17354         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17355         function, without force argument.
17356         (org-buffer-property-keys): Bind local variables s and p.
17357         (org-make-tags-matcher): Allow "" to match an empty or
17358         non-existent property value.
17359         (org-export-as-html): Join unsorted lists when they directly
17360         follow each other.  Such lists may be created by headlines that
17361         are converted to lists.
17362         (org-nofm-to-completion): New function.
17363         (org-export-as-html): Use :html-extension instead of
17364         org-export-html-extension.
17365         (org-store-link): Support for links from `rmail-summary-mode'.
17366         (org-columns-new, org-complete, org-set-property): Set the
17367         `include-columns' argument in the call to
17368         `org-buffer-property-keys'.
17369         (org-buffer-property-keys): New argument `include-columns', to
17370         include properties expected by any of the COLUMNS formats in the
17371         current buffer.
17372         (org-cleaned-string-for-export): Get rid of drawers first, so that
17373         they will be removed also in the text before the first headline.
17374         (org-clock-report): Show the clocktable when found.
17375         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17376         (org-version): With prefix argument, insert `org-version' at point.
17377         (org-agenda-goto): Recenter the window after finding the target
17378         location, to make sure the correct position will be displayed.
17379         (org-agenda-get-deadlines): Don't scale priority with the warning
17380         period.
17381         (org-insert-heading): Don't break line in the middle of the line.
17382         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17383         be 0.
17384         (org-update-checkbox-count): Revamp to deal with hierarchical
17385         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
17386         (org-remove-timestamp-with-keyword): New function.
17387         (org-schedule, org-deadline):
17388         Use `org-remove-timestamp-with-keyword' to make sure all such time
17389         stamps are removed.
17390         (org-mode): Support for `align'.
17391         (org-agenda-get-deadlines): Make sure priorities increase as the
17392         due date approaches and is passed.
17393         (org-remember-apply-template): Fix problem with tags that
17394         contain "_" or "@".
17395         (org-make-link-regexps): Improve the regular expression for plain links.
17396         (org-agenda-get-closed): List each clocking entry.
17397         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17398         (org-special-ctrl-k): New option.
17399         (org-kill-line): New function.
17400         (org-archive-all-done): Fix incorrect number of stars in regexp.
17401         (org-refile-get-location): New function.
17402         (org-refile-goto-last-stored): New function.
17403         (org-global-tags-completion-table): Add the value of org-tag-alist
17404         in each buffer, to make sure that also unused tags will be
17405         available for completion.
17406         (org-columns-edit-value)
17407         (org-columns-next-allowed-value): Only update if not in agenda.
17408         (org-clocktable-steps): New function.
17409         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17410         (org-archive-subtree): Add the outline tree context as a property.
17411         (org-closest-date): New optional argument `prefer'.
17412         (org-goto-auto-isearch): New option.
17413         (org-goto-map, org-get-location): Implement auto-isearch.
17414         (org-goto-local-auto-isearch-map): New variable.
17415         (org-goto-local-search-forward-headings)
17416         (org-goto-local-auto-isearch): New functions.
17418 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
17420         * textmodes/org-irc.el: New file.
17422 2008-03-13  John Wiegley  <johnw@gnu.org>
17424         * textmodes/org-mac-message.el: New file.
17426 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
17428         * font-lock.el (font-lock-comment-face): Set the foreground for
17429         the light background 8 colors case.
17431 2008-03-13  Glenn Morris  <rgm@gnu.org>
17433         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17434         generate-autoload-cookie patterns.
17436         * startup.el (command-line-1): Rename -scriptload to -internal-script.
17438         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17439         (MH_E_SRC): Remove variable.
17440         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17441         Simplify file header.  Use $@ for generated-autoload-file.
17443         * Makefile.in (LOADDEFS): New variable.
17444         (AUTOGENEL): Use $LOADDEFS.
17445         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17446         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17447         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17448         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17449         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17450         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17451         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17452         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17453         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17454         Add calendar-specific autoload cookies, and remove any setting of
17455         generated-autoload-file.
17456         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17457         * calendar/diary-lib.el: Replace explicit autoloads with reading of
17458         diary-loaddefs.
17459         * calendar/holidays.el: Replace explicit autoloads with reading of
17460         hol-loaddefs.
17462         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17463         (calendar-buffer-list): Simplify.
17464         (generate-calendar-window): Use calendar-mark-holidays rather than
17465         obsolete alias.
17467         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17468         Use cal-hebrew-yahrzeit-buffer.
17470         * calendar/cal-x.el (calendar-only-one-frame-setup)
17471         (calendar-two-frame-setup): Doc fixes.
17472         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17474         * calendar/appt.el (appt-mode-string): Mark as risky.
17475         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17477         * calendar/cal-html.el (diary-list-entries):
17478         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17479         (calendar-iso-from-absolute): Fix autoloads.
17481         * calendar/cal-iso.el (calendar-absolute-from-iso)
17482         (calendar-iso-read-args): Simplify.
17483         (calendar-iso-date-string, calendar-iso-read-args)
17484         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17486         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17487         (displayed-month, displayed-year): Move declarations where needed.
17488         (calendar-print-astro-day-number): Doc fix.
17490         * calendar/cal-persia.el (persian-calendar-month-name-array)
17491         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17492         (persian-prompt-for-date): Remove local variable `today'.
17494         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17496         * calendar/solar.el (solar-moment, solar-exact-local-noon)
17497         (solar-sunrise-sunset, solar-sunrise-sunset-string)
17498         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17499         (diary-sabbath-candles, solar-equinoxes/solstices)
17500         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17501         (solar-time-equation, solar-date-to-et): Simplify.
17503         * mail/supercite.el: Remove the `function' in `(function (lambda'.
17504         Replace `(car (cdr' with cadr'.
17506         * progmodes/f90.el (f90-font-lock-n): New function.
17507         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17508         Use f90-font-lock-n.
17509         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17511         * progmodes/f90.el (f90-mode-abbrev-table):
17512         * progmodes/fortran.el (fortran-mode-abbrev-table):
17513         Use newer form of define-abbrev, where supported.  No need to bind
17514         abbrevs-changed for system abbrevs.
17516 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17518         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17519         delete-frame-functions.
17521         * bookmark.el (Info-current-node): Remove.
17523 2008-03-12  Juri Linkov  <juri@jurta.org>
17525         * help.el (describe-project): Remove defaliases for view-todo and
17526         describe-project that are now unnecessary after the merge from
17527         emacs--rel--22 that added define-obsolete-function-alias.
17529         * startup.el (inhibit-startup-screen): Revert incomplete
17530         2008-03-10 merge from emacs--rel--22 that partly reverted
17531         2008-02-28 change that added initial message to *scratch* buffer
17532         regardless of the value of `inhibit-startup-screen'.
17533         Now keep this change in the trunk, but not in the 22 branch.
17535 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17537         * international/quail.el (quail-setup-completion-buf, quail-help):
17538         * mail/binhex.el (binhex-decode-region-internal):
17539         * mail/uudecode.el (uudecode-decode-region-internal):
17540         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17541         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17542         setting default-enable-multibyte-characters.
17544         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17546         * comint.el: Fix up indentation and comment style.  Remove `function'.
17548         * international/mule-cmds.el (reset-language-environment)
17549         (set-language-environment-nonascii-translation):
17550         Don't set-unibyte-charset.
17552         * doc-view.el: Remove all cb-args, use closures instead.
17553         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17554         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17555         doing an incorrect check).  Update all callers to use the new name.
17556         (doc-view-doc->txt): Add missing `txt' argument.
17558 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17560         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17561         md5 sum calculation to single-byte.
17563 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17565         * doc-view.el (doc-view-new-window-function): Add assertion.
17566         (doc-view-doc-type): New var.
17567         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17568         (doc-view-intersection): New fun.
17569         (doc-view-mode): Use it to set the new var.
17571 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17573         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17574         (doc-view-already-converted-p): New functions.
17575         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17576         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17577         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17578         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17579         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17580         (doc-view-convert-current-doc): Don't hardwire the functions the
17581         sentinels call.  Now they're provided by two args CALLBACK and
17582         CB-ARGS to the functions.
17583         (doc-view-search): Use doc-view-doc->txt.
17584         (doc-view-initiate-display): Use doc-view-already-converted-p.
17585         Mention new binding C-c C-t if doc-view-mode doesn't work.
17587 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
17589         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17591 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17593         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17594         Mark " outside of tags as punctuation.
17596 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17598         * menu-bar.el (minibuffer-local-map): Use the same command for the
17599         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17600         Prefer RET over C-j for exit-minibuffer.
17602         * files.el (display-buffer-other-frame): Eliminate problematic code.
17604         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17605         (menu-bar-select-buffer): Remove.
17606         (menu-bar-select-frame): Make non-interactive and take a frame arg.
17607         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17609 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17611         * icomplete.el (icomplete-completions): Remove obsolete code.
17613         * net/net-utils.el (iwconfig-program-options): Doc fix.
17614         (net-utils-run-program, run-network-program): Define as functions.
17616 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17618         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17620 2008-03-11  Glenn Morris  <rgm@gnu.org>
17622         * faces.el (mode-line-emphasis): New face.
17623         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17625         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17627 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17629         * simple.el (set-mark-command): Doc fix.
17631 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17633         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17635         * emacs-lisp/autoload.el (autoload-find-destination):
17636         Don't force raw-text.
17638         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17639         * calendar/cal-loaddefs.el: Don't version control.
17641 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17643         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17644         entries and add :help to the existing ones.
17646 2008-03-10  Glenn Morris  <rgm@gnu.org>
17648         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17649         to where they are needed.
17651         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17652         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17653         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17654         (calendar-version): Doc fixes.
17655         (calendar-absolute-from-gregorian): Use zerop.
17656         (calendar-mode-line-format): Make it a defcustom.
17658         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17659         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17660         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17661         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17662         (mark-included-diary-files, mark-calendar-days-named)
17663         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17664         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17665         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17666         (insert-anniversary-diary-entry, insert-block-diary-entry)
17667         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17668         (diary-font-lock-sexps): Doc fixes.
17669         (diary-remind-message, mark-calendar-month): Use zerop.
17670         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17671         (diary-list-entries): Revert let to let* (previous change).
17673         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17675 2008-03-10  Kim F. Storm  <storm@cua.dk>
17677         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17678         function aliases for the old names.
17680 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17682         * iswitchb.el (iswitchb-use-faces): Doc fix.
17683         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17684         Fix typos in docstrings.
17686 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17688         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17689         Fix typo.
17690         (verilog-type-font-keywords): Reindent.
17692 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17694         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17695         Fix bug in the grouping-keyword regular expression.
17696         (verilog-font-lock-keywords): Allow users to toggle special
17697         highlight of grouping-keywords.
17698         (verilog-highlight-grouping-keywords): The toggle for special
17699         highlighting of grouping keywords.
17701 2008-03-10  Juri Linkov  <juri@jurta.org>
17703         * startup.el: Revert 2008-02-28 change that adds initial message
17704         to *scratch* buffer regardless of the value of
17705         `inhibit-startup-screen'.
17707 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17709         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17710         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17711         * progmodes/verilog-mode.el (verilog-mode):
17712         * net/socks.el (socks):
17713         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17715 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17717         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17718         (doc-view-bookmark-make-record): Use them.
17719         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17720         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17722         * bookmark.el (bookmark-make-record-function): Change expected return
17723         value to include a suggested bookmark name.
17724         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17725         Fix reversed `overwrite' semantics.
17726         (bookmark-set): Call bookmark-make-record before prompting the user.
17727         Then pass the result to bookmark-store later on.
17728         (bookmark-make-name-function): Remove.
17729         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17730         * info.el (bookmark-make-name-function): Remove.
17731         (Info-mode): Don't set it.
17732         (Info-bookmark-make-name): Remove.
17733         (Info-bookmark-make-record): Use Info-current-node as suggested default
17734         bookmark name.
17736         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17737         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17738         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17739         (bookmark-annotation-buffer, bookmark-annotation-file)
17740         (bookmark-annotation-point, bookmark-send-annotation)
17741         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17742         (bookmark-edit-annotation-text-func): Rename from
17743         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17744         (bookmark-edit-annotation-mode-map): Move initialization into
17745         declaration.
17747         * bookmark.el: Remove spurious * in docstrings.
17748         (bookmark-minibuffer-read-name-map): New var.
17749         (bookmark-set): Use it.  Also pass the default value as it should.
17750         (bookmark-send-edited-annotation): Take no chances with text properties.
17751         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17752         (bookmark-insert-buffer-name): Remove.
17753         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17755 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17757         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17759 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17761         * diff-mode.el (diff-mode-menu): Add :help.
17763 2008-03-09  Glenn Morris  <rgm@gnu.org>
17765         * calendar/calendar.el (general-holidays, oriental-holidays)
17766         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17767         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17768         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17769         (calendar-holidays): Restore autoload cookies, because people are
17770         used to using these variables without loading calendar.el.
17772         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17773         (date, number): Declare where needed.
17775         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17776         (list-sexp-diary-entries): Doc fixes.
17777         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17778         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17779         Simplify setting of `date-holiday-list'.
17780         (mark-diary-entries): Remove free variable `entry'.
17781         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17782         Use let where let* is not needed.
17784 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17786         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17787         make-record function, instead paste it in afterwards.
17788         (bookmark-make-record-for-text-file):
17789         * doc-view.el (doc-view-bookmark-make-record):
17790         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17792 2008-03-08  Glenn Morris  <rgm@gnu.org>
17794         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17796 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17798         * calendar/diary-lib.el (diary-list-entries)
17799         (include-other-diary-files, mark-diary-entries)
17800         (mark-sexp-diary-entries, mark-included-diary-files)
17801         (diary-entry-time, list-sexp-diary-entries): Remove the special
17802         handling of ^M that dates back to the use of selective-display.
17803         (simple-diary-display): Obey setting of pop-up-frames.
17804         (body, entry): Remove unnecessary declarations.
17806         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17807         (bookmark-get-annotation, bookmark-set-annotation)
17808         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17809         (bookmark-set-position, bookmark-get-front-context-string)
17810         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17811         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17812         * info.el (Info-bookmark-make-record): Don't bother recording point.
17813         (bookmark-get-filename, bookmark-get-front-context-string)
17814         (bookmark-get-rear-context-string, bookmark-get-position):
17815         Don't declare any more.
17816         (bookmark-get-info-node): Remove.
17817         (bookmark-prop-get): Declare.
17818         (Info-bookmark-jump): Use it.
17820 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17822         * subr.el (while-no-input): Don't splice BODY directly into the
17823         `or' form.
17825 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17827         * diff-mode.el (diff-ignore-whitespace-hunk):
17828         Bind inhibit-read-only before trying to change the buffer.
17830 2008-03-08  Glenn Morris  <rgm@gnu.org>
17832         * calendar/appt.el (appt): Move custom group here from calendar.el.
17833         (appt-disp-window, appt-convert-time): Doc fixes.
17835         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17836         (calendar-bahai-mark-date-pattern):
17837         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17838         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17839         * calendar/cal-julian.el (calendar-absolute-from-julian):
17840         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17842         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17843         calendar.el.
17844         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17845         Make constants.
17846         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17847         (chinese-calendar-daylight-savings-starts)
17848         (chinese-calendar-daylight-savings-ends)
17849         (chinese-calendar-daylight-savings-starts-time)
17850         (chinese-calendar-daylight-savings-ends-time)
17851         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17852         Doc fixes.
17854         * calendar/cal-coptic.el (coptic-name): Add doc string.
17856         * calendar/cal-french.el (french-calendar-month-name-array)
17857         (french-calendar-day-name-array, french-calendar-special-days-array):
17858         Add doc strings.
17860         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17861         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17862         (diary-bahai-insert-yearly-entry):
17863         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17864         (calendar-time-zone):
17865         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17866         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17867         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17868         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17869         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17870         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17871         (list-islamic-diary-entries, mark-islamic-diary-entries)
17872         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17873         (insert-yearly-islamic-diary-entry):
17874         * calendar/cal-iso.el (calendar-iso-read-args):
17875         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17876         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17877         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17878         (calendar-next-calendar-round-date)
17879         (calendar-mayan-long-count-common-era):
17880         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17881         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17882         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17883         (calendar-mouse-goto-date):
17884         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17885         * calendar/holidays.el (holidays):
17886         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17887         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17888         (safe-date-to-time): Doc fixes.
17890         * calendar/cal-persia.el (persian-calendar-month-name-array)
17891         (persian-calendar-epoch): Make constants.
17893         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17894         calendar.el.
17896         * calendar/cal-x.el (diary-frame-parameters)
17897         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17898         (calendar-after-frame-setup-hooks): Make defcustoms.
17899         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17900         (calendar-two-frame-setup): Doc fix.
17902         * calendar/cal-loaddefs.el: New file.
17904         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17905         * calendar/cal-french.el, calendar/cal-html.el:
17906         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17907         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17908         * calendar/cal-tex.el, calendar/cal-x.el:
17909         Unquote lambda functions.  Add autoload cookies to functions formerly
17910         autoloaded in calendar.el.  Set `generated-autoload-file' to
17911         "cal-loaddefs.el".
17913         * calendar/calendar.el: Move many autoloads to separate file,
17914         cal-loaddefs.el.  Move defcustoms to start and re-order.
17915         (calendar-month-name-array, calendar-starred-day): No need to
17916         declare for compiler.
17917         (cal-loaddefs): Require it.
17918         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17919         appropriate file.
17920         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17921         Reverse logic.
17922         (diary-face, diary-file-name-prefix-function, diary-include-string)
17923         (diary-glob-file-regexp-prefix, diary-face-attrs)
17924         (diary-file-name-prefix, sexp-diary-entry-symbol)
17925         (print-diary-entries-hook, list-diary-entries-hook)
17926         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17927         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17928         Move to diary-lib.
17929         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17930         (all-bahai-calendar-holidays): Doc fix.
17931         (calendar-insert-indented): Doc fix.  Use when rather than if.
17932         (exit-calendar): Use mapc rather than mapcar.
17933         (calendar-cursor-to-date): Use zerop.
17934         (calendar-mark-ring): Add doc-string.
17935         (calendar-starred-day): Defvar it.
17936         (calendar-mode): Make calendar-starred-day local.
17937         (calendar-star-date): No need to make calendar-starred-day local.
17939         * calendar/diary-lib.el: Move defcustoms to start.
17940         (diary-include-string, diary-list-include-blanks)
17941         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17942         (diary-file-name-prefix, diary-file-name-prefix-function)
17943         (sexp-diary-entry-symbol, list-diary-entries-hook)
17944         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17945         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17946         Move here from calendar.el.
17947         (diary-file-name-prefix-function): Use 'identity.
17948         (diary-face): Make it a defcustom, and mark as obsolete.
17949         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17950         (calendar-hebrew-month-name-array-leap-year)
17951         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17952         Define for compiler.
17953         (diary-font-lock-keywords): Use format rather than concat.
17954         Add bahai-diary-entry-symbol.
17956         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17957         * calendar/solar.el: Unquote lambda functions.
17959         * calendar/solar.el (calendar-location-name, calendar-latitude)
17960         (calendar-longitude, solar-setup, solar-sin-degrees)
17961         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17962         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17963         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17964         (solar-exact-local-noon, solar-julian-ut-centuries)
17965         (solar-ephemeris-time, solar-date-next-longitude)
17966         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17967         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17968         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17969         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17970         Doc fixes.
17971         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17972         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17973         (solar-ecliptic-coordinates): Use unless.
17974         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17975         Use or.
17977         * calendar/timeclock.el: Add doc-strings to all functions.
17978         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17979         (timeclock-entry-list-length, timeclock-entry-list-projects)
17980         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17982         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17984         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17985         (org-get-entries-from-diary): Require diary-lib.
17987 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17989         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17990         Pacify byte-compiler.
17992 2008-03-07  Alan Mackenzie  <acm@muc.de>
17994         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17995         paren/bracket pairs parsed, to solve performance problem.
17997 2008-03-07  Bastien Guerry  <bzg@altern.org>
17999         * bookmark.el (bookmark-set): Don't check for
18000         `bookmark-make-name-function' since `bookmark-buffer-file-name'
18001         already takes care of this.
18002         (bookmark-buffer-name, bookmark-buffer-file-name):
18003         Remove Info-mode specific code.
18005         * info.el (bookmark-get-info-node): Define this function in
18006         info.el, not in bookmark.el.
18007         (Info-mode): Set `bookmark-make-name-function' to
18008         `Info-bookmark-make-name' locally.
18009         (Info-bookmark-make-name): New function.
18011         * bookmark.el (bookmark-make-name-function): New variable.
18013 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
18015         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
18016         buffer-local, not `bookmark-make-cell-function' (the old name).
18018 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
18020         * doc-view.el (doc-view-bookmark-make-record):
18021         * image-mode.el (image-bookmark-make-record):
18022         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
18024 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
18026         * vc.el (vc-status-menu-map-filter): Return orig-binding if
18027         boundp 'vc-ignore-menu-filter.
18028         (vc-status-tool-bar-map): Make it defvar.
18029         (vc-status-mode): vc-status-tool-bar-map now variable.
18030         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
18032 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
18034         Give a better name to part of the bookmark interface.
18036         This was originally a much larger change, but halfway through I
18037         updated and discovered that Stefan Monnier had done the rest.
18038         It looks like he anticipated the new name too, because he used
18039         `the-record' instead of `the-cell' for some internal variable names.
18041         * bookmark.el (bookmark-make-record-function): Was
18042         `bookmark-make-cell-function'.
18043         (bookmark-make, bookmark-send-annotation): Update for above.
18044         (bookmark-make-record-for-text-file):
18045         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
18047         * info.el: Adjust accordingly.
18048         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
18050         * image-mode.el: Adjust accordingly.
18051         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
18053         * doc-view.el: Adjust accordingly.
18054         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
18056 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18058         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
18059         Move initialization into declaration.
18060         (bookmark-get-info-node, bookmark-set-info-node): Remove.
18061         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
18062         (bookmark-info-current-node): Remove.
18063         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
18064         Add relocation fallback.  Set bookmark-current-bookmark.
18065         (bookmark-default-handler): Rename from bookmark-jump-noselect.
18066         Remove relocation fallback.  Don't set bookmark-current-bookmark.
18067         (bookmark-set): Let it be used even if there's no buffer-file-name
18068         as long as there is a bookmark-make-cell-function.
18069         * info.el (Info-bookmark-jump): Remove relocation fallback.
18070         Don't set bookmark-current-bookmark.
18072 2008-03-07  Glenn Morris  <rgm@gnu.org>
18074         * calendar/appt.el (appt-issue-message)
18075         (appt-message-warning-time, appt-audible, appt-visible)
18076         (appt-msg-window, appt-display-mode-line, appt-display-duration)
18077         (appt-display-diary): Remove autoload cookies.
18079         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18080         Remove leading `*' from defcustom doc-strings.
18082         * calendar/cal-dst.el (calendar-dst): New custom group.
18083         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18084         (calendar-time-zone, calendar-daylight-time-offset)
18085         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18086         (calendar-daylight-savings-starts-time)
18087         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18088         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18089         Move to start.
18091         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18093         * calendar/calendar.el (calendar-version): Use emacs-version and
18094         make it obsolete.  Move to end.
18095         (calendar-offset, view-diary-entries-initially)
18096         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18097         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18098         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18099         (all-bahai-calendar-holidays, calendar-load-hook)
18100         (initial-calendar-window-hook, today-visible-calendar-hook)
18101         (today-invisible-calendar-hook, calendar-move-hook)
18102         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18103         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18104         (diary-include-string, sexp-diary-entry-symbol)
18105         (abbreviated-calendar-year, american-date-diary-pattern)
18106         (european-date-diary-pattern, european-calendar-display-form)
18107         (american-calendar-display-form, print-diary-entries-hook)
18108         (list-diary-entries-hook, diary-hook, diary-display-hook)
18109         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18110         (nongregorian-diary-marking-hook, diary-list-include-blanks)
18111         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18112         (local-holidays, other-holidays, hebrew-holidays-1)
18113         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18114         (hebrew-holidays, christian-holidays, islamic-holidays)
18115         (bahai-holidays, solar-holidays, calendar-setup)
18116         (calendar-week-start-day): Remove autoload cookies.
18117         (diary-glob-file-regexp-prefix): Doc fix.
18118         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18119         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18120         (calendar-week-start-day, calendar-debug-sexp): Move to start.
18122         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
18123         (calendar-time-display-form, calendar-latitude)
18124         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
18125         cookies.
18126         (calendar-latitude, calendar-longitude): Move functions after
18127         variables.
18128         (diary-sabbath-candles-minutes): Move to start.
18129         (solar-setup): Use or rather than if.
18130         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
18131         Remove condition-case.
18132         (solar-atn2): Use zerop.
18133         (solar-equinoxes-solstices): Doc fix.
18135         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
18136         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
18138         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
18139         (calendar-longitude, calendar-latitude, calendar-location-name):
18140         Declare for compiler.
18142 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18144         * arc-mode.el (archive-ar-file-header-re): New const.
18145         (archive-ar-summarize, archive-ar-extract): New funs.
18146         (archive-find-type): Recognize ar archives.
18148         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
18149         New functions.
18151         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
18153 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
18155         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18156         Replace :enable (mark-active) with :enable mark-active.
18158 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
18160         * vms-patch.el (make-legal-file-name): New obsolete alias.
18161         (make-valid-file-name): Rename from `make-legal-file-name'.
18162         (make-auto-save-file-name): Use it.
18164         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
18165         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
18166         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
18168         * textmodes/org.el (org-export-html-style): Doc fix.
18169         (org-get-legal-level): New obsolete alias.
18170         (org-get-valid-level): Rename from `org-get-legal-level'.
18171         (org-promote, org-demote, org-archive-subtree)
18172         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18174 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
18176         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18178         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18179         (vc-status-toggle-mark): New functions.
18180         (vc-status-mode): Set tool bar map.
18182 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
18184         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18185         Reported by Drew Adams <drew.adams@oracle.com>.
18187 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18189         * subr.el (read-quoted-char): Resolve modifiers of the character
18190         event.
18192         * comint.el (comint-exec-1): Don't change the coding-system for
18193         decoding to dos-like EOL.
18194         (comint-carriage-motion): Fully rewrite.
18196 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
18198         * epg.el (epg-context-include-certs): Reflow docstring.
18199         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18200         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18201         (epg-context-set-signers, epg-context-set-sig-notations)
18202         (epg-make-import-status, epg-make-import-result)
18203         (epg-start-delete-keys): Fix typos in docstrings.
18204         (epg-start-sign-keys, epg-sign-keys):
18205         Fix typos in obsolescence declarations.
18207         * iswitchb.el: Don't check for `cadr' and `last'.
18208         (iswitchb-define-mode-map, iswitchb-default-keybindings):
18209         Add obsolescence declaration and remove redundant info from docstring.
18210         (iswitchb-set-common-completion, iswitchb-set-matches)
18211         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18212         (recentf-list, most-len, most-is-exact):
18213         Don't wrap defvars within `eval-when-compile'.
18215 2008-03-05  Glenn Morris  <rgm@gnu.org>
18217         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18218         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18219         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18220         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18221         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18223         * ediff-hook.el (ediff-window-setup-function): Don't autoload
18224         declaration for compiler.
18225         (ediff-xemacs-init-menus): Use when rather than if.
18227         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18228         if+and to just and.
18229         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18230         (ediff-delete-overlay): Move the XEmacs test inside the definition.
18232         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18234         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18235         test inside XEmacs test.
18236         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18237         since it was doing nothing on Emacs.
18238         (ediff-make-bullet-proof-overlay): Use when rather than if.
18240         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18241         (ediff-setup-control-frame): Remove
18242         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18243         a (featurep 'xemacs) test.
18245 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
18247         * calc/calc-ext.el (calc-extended-command-history): New variable.
18248         (calc-execute-extended-command): Use `calc-extended-command-history'.
18250 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
18252         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
18253         (standard-mode-line-position): Add mouse-face.
18255         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18256         * progmodes/grep.el (grep-mode-map): Add :help.
18258         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18259         initialize in one step.  Add :help.  Use :enable to activate menu
18260         items.  Show the key binding for edebug-defun.
18261         (lisp-interaction-mode-map): Add a menu.
18263         * term.el (term-mode-map): Define and initialize in one step.
18265         * ediff-init.el (ediff-color-display-p): Simplify.
18266         (Xor): Remove unused function.
18267         (ediff-with-syntax-table): Simplify for Emacs.
18269         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18270         menu-bar being loaded, it always is.
18272 2008-03-05  Glenn Morris  <rgm@gnu.org>
18274         * textmodes/tex-mode.el (tex-mode): Suppress warning about
18275         multiple definitions when compiling.
18277 2008-03-04  Alan Mackenzie  <acm@muc.de>
18279         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18281         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18282         doc-string, "c-old-LEN" -> "c-old-END".
18284 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18286         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18287         namespaces.
18289 2008-03-04  Glenn Morris  <rgm@gnu.org>
18291         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18293         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18294         than mapcar.
18296 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18298         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18299         (byte-compile-nilconstp): Can't use recursion in a defsubst.
18301         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18302         so that M-q can fill comments.
18303         (tex-executable-exists-p, tex-compile): Extend with special syntax for
18304         commands implemented in elisp.
18305         (tex-compile-commands): Add an entry to use doc-view for pdf files.
18306         (tex-format-cmd): New function.
18307         (tex-compile): Use it to let the user specify default arguments.
18308         (tex-cmd-bibtex-args): New var.
18309         (tex-cmd-doc-view): New function.
18311 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18313         * faces.el (face-spec-set): Fix typos in docstring.
18315 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18317         * bindings.el (mode-line-column-line-number-mode-map): New variable.
18318         (standard-mode-line-position): Use it to add a menu for toggling
18319         column number and line number display.
18321 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18323         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18324         Remove optimization that was working around the form-code-walker bug.
18326         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18327         Walk into the body of lambdas after byte-compile-unfold-lambda.
18329 2008-03-03  Glenn Morris  <rgm@gnu.org>
18331         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18332         value, if set, over frame value.
18334         * simple.el (transient-mark-mode): Don't turn on by default.
18336         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18337         accidentally removed by the 2007-12-05 merge from Gnus.
18339 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
18341         * progmodes/compile.el (compilation-menu-map): Add menu entries
18342         for useful options.
18344 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
18345             Glenn Morris  <rgm@gnu.org>
18347         * emacs-lisp/bytecomp.el (byte-recompile-directory)
18348         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18349         Give a `bytecomp-' prefix to local variables with common names.
18351 2008-03-01  Glenn Morris  <rgm@gnu.org>
18353         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18354         Restore code commented out 2007-11-10.
18356         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18358         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18359         Delete macro.
18360         * emulation/viper-cmd.el, emulation/viper-ex.el:
18361         * emulation/viper-init.el, emulation/viper-keym.el:
18362         * emulation/viper-mous.el, emulation/viper-util.el:
18363         * emulation/viper.el:
18364         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18365         featurep test.
18367         Replace obsolete frame-local variables with frame-parameters.
18368         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18369         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18370         (viper-vi-state-cursor-color): Only call make-variable-frame-local
18371         on XEmacs.
18372         * emulation/viper-util.el (viper-frame-value): New macro.
18373         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18374         (viper-R-state-post-command-sentinel)
18375         (viper-replace-state-post-command-sentinel)
18376         (viper-change-state-to-insert, viper-change-state-to-emacs):
18377         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18378         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18379         (viper-get-saved-cursor-color-in-insert-mode)
18380         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18381         Use viper-frame-value for viper-replace-overlay-cursor-color,
18382         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18383         viper-vi-state-cursor-color values.
18385         * emulation/viper-cmd.el (zmacs-region-stays):
18386         * emulation/viper-util.el (zmacs-region-stays): No need to define
18387         for compiler.
18389         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18390         mapcar on Emacs.
18392         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18393         on XEmacs.
18395         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18396         rather than if.
18398 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18400         * whitespace.el: New version 9.3.  As the glyph code generation was
18401         fixed, it is possible now to use character code above ?\x1FFFF in the
18402         display table.  Fix `whitespace-indentation-regexp' to not include an
18403         extra ending character.  Reported by Michael Welsh Duggan
18404         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
18405         the original whitespace package had.  Suggested by Eric Cooper
18406         <ecc@cmu.edu>.  Doc fix.
18407         (whitespace-action): New option.
18408         (whitespace-display-mappings): Changed default newline visualization to
18409         display downwards arrow, as the glyph code generation was fixed.
18410         (whitespace-unload-function): Assure that all local whitespace mode is
18411         turned off.
18412         (whitespace-global-modes): Fix type customization.
18413         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18414         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18415         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18416         Fix code.
18417         (whitespace-buffer): Command removed.
18418         (whitespace-trailing-regexp, whitespace-mark-x)
18419         (whitespace-display-window, whitespace-action-when-on)
18420         (whitespace-add-local-hook, whitespace-remove-local-hook)
18421         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18422         (whitespace-action): New funs.
18423         (whitespace-report-list, whitespace-report-text)
18424         (whitespace-report-buffer-name): New consts.
18425         (whitespace-report, whitespace-report-region): New commands.
18427 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18429         * disp-table.el (make-glyph-code): Don't test the result of
18430         `face-id', which already signals an error for invalid faces.
18431         (glyph-face): Simplify.
18433         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18434         running `desktop-not-loaded-hook' to allow modifying it.
18435         Don't show warning message if `desktop-dirname' was modified.
18437 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18439         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18440         we still expect more lines.
18442         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18443         comment-paragraph filling if the commark doesn't match
18444         comment-start-skip.
18446 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
18448         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18449         the `imap' variant.
18451 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18453         * files.el (make-auto-save-file-name): Encode more characters in
18454         non-file buffer names.  Use url-encoding.
18456 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18458         * net/net-utils.el (ftp-program): Fix typo in docstring.
18459         (ifconfig-program-options, netstat-program-options)
18460         (arp-program-options, route-program-options, nslookup-program-options)
18461         (ftp-program-options, smbclient-program-options)
18462         (dns-lookup-program-options, arp, route): Doc fixes.
18464         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18465         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18466         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18467         Fix typos in docstrings.
18468         (gdb-pending-triggers): Reflow docstring.
18469         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18471 2008-03-01  Alan Mackenzie  <acm@muc.de>
18473         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18474         typing "#" at EOB.
18476 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18478         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18480 2008-02-29  Kim F. Storm  <storm@cua.dk>
18482         * emulation/cua-base.el (cua-remap-control-v)
18483         (cua-remap-control-z): New defcustoms.
18484         (cua-mode): Add them to set-after property.
18485         (cua--init-keymaps): Use them.
18486         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18488         * help.el (view-emacs-todo): Rename from view-todo.
18489         (describe-gnu-project): Rename from describe-project.  Users changed.
18490         (view-help-file): New helper function.
18491         (describe-distribution, describe-copying, describe-gnu-project)
18492         (view-todo, view-order-manuals, view-emacs-problems): Use it.
18493         (view-emacs-debugging, view-external-packages): New commands.
18494         (help-map): Move describe-distribution to C-h C-o (ordering).
18495         Move view-emacs-problems to C-h C-p (problems).
18496         Bind view-emacs-debugging to C-h C-d (debugging).
18497         Bind view-external-packages to C-h C-e (extras).
18498         (help-for-help-internal): Cleanup and align descriptions.
18499         Remove command names to reduce clutter.
18501 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18503         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18504         and quieter face (not a warning).
18506 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
18508         * vc.el (vc-status-crt-marked): New variable.
18509         (vc-status-mode): Make it local.
18510         (vc-status-refresh): Use it to save the marked files.
18511         (vc-update-vc-status-buffer): Use it to restore the marked files.
18513         * vc-svn.el (vc-svn-after-dir-status):
18514         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18516 2008-02-29  Glenn Morris  <rgm@gnu.org>
18518         * allout.el (allout-topic-encryption-bullet)
18519         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18520         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18521         from 22.0 to 22.1.
18523         * net/imap.el (imap-ping-server):
18524         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18525         Change defcustom :version from 23.0 to 23.1.
18527 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
18529         * desktop.el (desktop-save): Save the buffer name if the
18530         uniquified base name is empty.
18532 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18534         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18535         correctly when user has "set print address off".
18537 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
18539         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18540         version number of the next major Emacs release, not 23.0.
18542         * longlines.el (longlines-unload-function): New function.
18544 2008-02-28  Juri Linkov  <juri@jurta.org>
18546         * startup.el (normal-splash-screen): Add argument `concise'.
18547         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
18548         to the created buffer.  If `concise' is non-nil, call
18549         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
18550         (display-startup-screen): Add argument `concise' to the call to
18551         `normal-splash-screen'.
18553 2008-02-28  Kim F. Storm  <storm@cua.dk>
18555         * startup.el (startup-echo-area-message): Check for about-emacs.
18557 2008-02-28  Juri Linkov  <juri@jurta.org>
18559         * startup.el: Always add initial message to *scratch* buffer if
18560         `initial-scratch-message' is non-nil regardless of the value of
18561         `inhibit-startup-screen'.
18562         (inhibit-startup-screen, initial-scratch-message): Doc fix.
18563         (command-line-1): Move code that inserts `initial-scratch-message'
18564         up before the if-form that checks for `inhibit-startup-screen'.
18565         Suggested by Jonathan Rockway <jon@jrock.us>.
18567 2008-02-28  Juri Linkov  <juri@jurta.org>
18569         * cus-edit.el (custom-mode-map, custom-mode-link-map):
18570         Rename `custom-mode' to `Custom-mode' in docstrings.
18571         (custom-buffer-create-internal, customize-browse):
18572         Rename `custom-mode' to `Custom-mode'.
18573         (custom-mode-hook): Rename to `Custom-mode-hook'.
18574         (Custom-mode-hook): Renamed from `custom-mode-hook'.
18575         (custom-mode): Rename to `Custom-mode'.
18576         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
18577         (custom-mode): Add backward-compatible non-interactive variant of
18578         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
18579         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18581         * info-look.el: Rename `custom-mode' to `Custom-mode'.
18583         * emulation/viper.el (viper-emacs-state-mode-list):
18584         Rename `custom-mode' to `Custom-mode'.
18586         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18587         Capitalize "Tagged Files".
18588         (minibuffer-local-map): Add menu items for next/previous
18589         history elements and isearch history forward/backward.
18591         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18592         `hs-isearch-open' with t instead of `comment' in :selected
18593         for "Code and Comment blocks" menu item.
18595 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18597         * uniquify.el (uniquify-buffer-base-name): Undo last change.
18598         Should be done in desktop.el instead.
18600 2008-02-28  Glenn Morris  <rgm@gnu.org>
18602         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18604         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18606         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18607         (Info-menu, Info-goto-node): Remove declarations.
18608         (report-emacs-bug-info): Use info rather than Info-goto-node.
18610         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18611         (idlwave-convert-xml-system-routine-info): Don't require xml.
18612         (idlwave-show-commentary, idlwave-shell-show-commentary):
18613         Don't require finder.
18614         (idlwave-info): Don't require info.  Use info rather than
18615         Info-goto-node.
18617         * textmodes/org.el (Info-goto-node): Remove declaration.
18618         (org-info): Use info rather than Info-goto-node.
18620         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18621         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18623 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18625         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18626         the menu.
18628         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18629         (vc-finish-logentry): Check for vc-status-mode, not only for
18630         vc-dired-mode.
18632 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18634         * isearch.el (isearch-printing-char): Don't check
18635         keyboard-coding-system.
18636         Call isearch-process-search-multibyte-characters only when
18637         current-input-method is non-nil.
18639 2008-02-27  Kim F. Storm  <storm@cua.dk>
18641         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18642         (glyph-char, glyph-face): Handle cons encoding.
18644 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18646         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18647         empty string, return nil to allow the caller to default to the
18648         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18650         * tool-bar.el (tool-bar-setup): Doc fix.
18652         * mail/supercite.el (sc-describe):
18653         Fix typos in obsolescence declaration.
18655 2008-02-27  Glenn Morris  <rgm@gnu.org>
18657         * autoinsert.el (auto-insert-alist): Change permission text to
18658         match FSF's GPLv3 form.
18660         * mail/supercite.el (sc-cite-original): Doc fix.
18661         (sc-version): Make obsolete.
18662         (sc-describe): Show the SC info page.  Make obsolete.
18664 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18666         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18667         when using transient-mark-mode.
18668         (default-indicate-unused-lines): Remove unused var.
18670 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18672         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18673         and previous.
18675         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18677 2008-02-26  Glenn Morris  <rgm@gnu.org>
18679         * net/net-utils.el (top-level): Don't require comint when compiling.
18680         (nslookup-font-lock-keywords): Don't require font-lock.
18681         Use font-lock faces rather than variables.
18682         (nslookup, ftp, smbclient, network-service-connection):
18683         Don't require comint.
18684         (comint-prompt-regexp, comint-input-autoexpand)
18685         (comint-input-ring): Declare for compiler.
18686         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18687         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18689         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18690         doc-string.
18692 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18694         * doc-view.el (doc-view-current-page): Add a `win' argument.
18696 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18698         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18699         Demote it to plain defvar.
18700         (doc-view-conversion-refresh-interval): Reduce interval.
18701         (doc-view-goto-page): Allow moving to pages not yet rendered.
18702         (doc-view-goto-page): Construct a file name rather than extracting it
18703         from doc-view-current-files.
18704         (doc-view-kill-proc): Ignore errors from kill-process.
18705         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18706         (doc-view-insert-image): Use appropriate text if the page hasn't been
18707         rendered yet.  Adjust scrolling so the text is displayed.
18708         (doc-view-display): Detect not just that a page is available, but also
18709         that it wasn't available before, so as to avoid refreshing all pages
18710         repeatedly.
18711         (doc-view-mode): Make doc-view-cache-directory if needed.
18713 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18715         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18716         toggle-read-only.
18718         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18719         refering to a missing required field with the OPT prefix.
18720         Make unwindform more robust.
18722         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18723         it duplicates the bibtex support in progmodes/hideshow.el.
18724         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18725         entries that do not start at the beginning of a line.
18727 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18729         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18731 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18733         * help-fns.el (describe-variable): Add phrases about
18734         initialization file with and without customization;
18735         use new button type help-info-variable.
18737         * help-mode.el (help-info-variable):
18738         New button able to read Info files for help-fns.el.
18740 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18742         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18743         (grep-mode): Use grep-mode-tool-bar-map.
18745         * progmodes/compile.el (tool-bar): Require tool-bar.
18746         (compilation-mode-tool-bar-map): New variable.
18747         (compilation-mode): Use compilation-mode-tool-bar-map.
18749         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18751 2008-02-25  Glenn Morris  <rgm@gnu.org>
18753         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18755 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18757         * diff-mode.el (diff-file-junk-re): New const.
18758         (diff-beginning-of-file-and-junk): Use it.
18759         (diff-file-kill): Make sure we were really inside a file diff.
18761         * diff-mode.el: Make it more robust in the presence of empty context
18762         lines in unified hunks.
18763         (diff-valid-unified-empty-line): New var.
18764         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18765         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18766         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18767         (diff-hunk-header-re-unified): New const.
18768         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18769         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18770         (diff-sanity-check-hunk): Use it.
18772         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18773         Index: line, don't search backward for the previous one.
18775 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18777         * international/fontset.el (setup-default-fontset): Add non-OTF
18778         lao font for lao script.
18780         * language/tibetan.el: Register tibetan-composition-function in
18781         composition-function-table.
18783         * language/tibet-util.el (tibetan-composition-function):
18784         Adjust for the new calling way (argument changed).  Try font-shape-text
18785         if possible.
18787         * language/lao.el: Register lao-composition-function in
18788         composition-function-table.
18790         * language/lao-util.el (lao-composition-function): Adjust for the new
18791         calling way (argument changed).  Try font-shape-text if possible.
18793 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18795         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18797 2008-02-25  Juri Linkov  <juri@jurta.org>
18799         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18800         background, "red4" for a dark background, "red" for 16 and
18801         8 colors, "grey" for grayscale, and inverse video otherwise.
18802         Add :version tag.
18803         (isearch-message): Keep the original isearch-message intact, and
18804         add text properties to it where necessary.  Add `isearch-error' to
18805         the condition that checks if isearch is unsuccessful.
18807 2008-02-24  Juri Linkov  <juri@jurta.org>
18809         * progmodes/compile.el (compilation-handle-exit):
18810         Use compilation-error face instead of font-lock-warning-face.
18811         Display the same message in the minibuffer as is inserted
18812         at the end of the compilation buffer.
18814 2008-02-24  Glenn Morris  <rgm@gnu.org>
18816         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18817         multiple file case.
18819         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18821         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18822         multiple file case.  Use a single `let' rather than two.
18824 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18826         * progmodes/compile.el (compilation-start): Specify a face for
18827         mode-line-process.
18828         (compilation-handle-exit): Specify a face and a tooltip for
18829         mode-line-process.
18831 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18833         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18834         (hilit-chg-make-ov): Simplify.
18835         (hilit-chg-fixup): Use remove-overlays.
18836         (hilit-chg-set-face-on-change): Remove redundant call to
18837         `remove-text-properties'.
18839         * dired.el (dired-mark-prompt): Don't count/display the t element.
18840         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18842 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18844         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18845         add-submenu.
18846         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18847         Remove.  Move contents to the only use ...
18848         (verilog-menu): ... here.
18849         (verilog-statement-menu): Remove.  Move contents to the only use ...
18850         (verilog-stmt-menu): ... here.
18851         (verilog-mark-defun): Simply call mark-defun for emacs.
18852         (occur-pos-list): Declare for byte compiler.
18853         (mode-popup-menu): Don't defvar.
18854         (verilog-add-statement-menu): Remove.
18855         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18856         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18858 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18860         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18861         conditional.
18862         (verilog-font-grouping-keywords-face): Make the begin..end
18863         keywords standout more than other verilog keywords.
18864         (verilog-type-font-keywords): Move the begin..end out of this list
18865         to facilitate making them to (potentially) stand out more.
18866         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18867         function & task blocks.
18868         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18869         initial, function & task blocks.
18870         (verilog-forward-sexp): Handle the new "disable fork" statement of
18871         IEEE-1800 Verilog.
18872         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18873         statement of IEEE-1800 Verilog.
18874         (verilog-calc-1): Handle the new "disable fork" statement of
18875         IEEE-1800 Verilog.
18876         (verilog-disable-fork-re): Add const to help handle the new
18877         "disable fork" statement of IEEE-1800 Verilog.
18878         (verilog-declaration-core-re): Add port directions by themselves,
18879         with no qualification, as base item of a declaration.
18880         (verilog-pretty-declarations): Add new flag to ask it to refrain
18881         from printing to the message buffer.
18882         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18883         printing to the message buffer.  Improve handling of the many
18884         types of expression line up.
18885         (verilog-just-one-space): Remove printing of an empty message.
18886         (verilog-get-lineup-indent): Rework to support the better handling
18887         of expression lineup for verilog-pretty-expr.
18888         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18890 2008-02-24  Alan Mackenzie  <acm@muc.de>
18892         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18893         yesterday's commit.
18895 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18897         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18898         to mouse-set-point in buffers that aren't associated with files.
18900         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18902 2008-02-24  Alan Mackenzie  <acm@muc.de>
18904         Set of changes so that "obtrusive" syntactic elements in a
18905         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18906         unmatched paren) don't interact syntactically with stuff outside
18907         the CPP line.
18909         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18910         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18911         off-by-one bug.
18912         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18913         a bit of refactoring.
18914         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18915         functionality of c-awk-advise-fl-for-awk-region, which has been
18916         refactored away.
18918         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18919         (c-clear-char-property-with-value): New function and macro which
18920         remove text-properties `equal' to a supplied value.
18922         * progmodes/cc-engine.el: Comment about text properties amended.
18924         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18925         parens around "error\\|warning".
18927         * progmodes/cc-langs.el (c-get-state-before-change-function)
18928         (c-before-font-lock-function, c-anchored-cpp-prefix):
18929         New language variables.
18930         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18932         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18933         syntax-table text properties.
18934         (c-common-init): Call language specific before/after-change
18935         functions at mode initialisation.
18936         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18937         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18938         (c-neutralize-syntax-in-CPP): New functions.
18939         (c-before-change, c-after-change): Call the new language specific
18940         change functions defined in cc-langs.el.
18941         (c-advise-fl-for-region): New macro.
18942         (awk-mode): Remove AWK specific stuff which has been refactored
18943         into language independent stuff.
18945 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18947         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18948         (gdb): (Re)set gdb-flush-pending-output to nil here...
18949         (gdb-init-1): ...instead of here (before gdb-prompt).
18951 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18953         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18954         Recognize ''' just like any other char-constant.
18956 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18958         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18959         careful enough.  Detect the uid-change all within the main loop.
18961 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18963         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18965 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18967         * hilit-chg.el (highlight-save-buffer-state): New macro.
18968         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18969         (hilit-chg-clear): Use it to preserve the modified-p flag.
18970         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18972 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18974         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18975         when needed.
18977 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18979         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18980         from gnus-button-url-regexp.
18982 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18984         * progmodes/compile.el (compilation-next-error): Doc fix.
18985         (compilation-find-file): Doc fix.
18987 2008-02-24  Glenn Morris  <rgm@gnu.org>
18989         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18990         Add obsolete aliases to the old names.
18992 2008-02-24  Richard Stallman  <rms@gnu.org>
18994         * net/net-utils.el (ifconfig): Rename from ipconfig.
18995         (ipconfig): Alias to ifconfig.
18996         (ifconfig-program): Rename from ipconfig-program.
18997         (ifconfig-program-options): Rename from ipconfig-program-options.
18999 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
19001         * progmodes/verilog-mode.el (verilog-declaration-core-re):
19002         Add port directions by themselves, with no qualification, as base
19003         item of a declaration.
19004         (verilog-pretty-declarations): Add new flag that inhibits printing
19005         to the message buffer.
19006         (verilog-pretty-expr): Add new flag that inhibits printing to the
19007         message buffer.  Improve handling of the many types of expression
19008         line up.
19009         (verilog-just-one-space): Don't print an empty message.
19010         (verilog-get-lineup-indent): Rework to support the better handling
19011         of expression lineup for verilog-pretty-expr.
19012         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19013         (verilog-mode-version, verilog-mode-release-date): Update.
19015 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19017         * subr.el (cancel-change-group): Don't move point.
19019 2008-02-23  Markus Triska  <markus.triska@gmx.at>
19021         * linum.el (linum-after-config): Update all visible windows.
19023 2008-02-23  Glenn Morris  <rgm@gnu.org>
19025         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
19026         Add :help for Solitaire and Tetris.
19028         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
19030         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
19031         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
19032         (smtpmail-queue-index-file): Make it a defcustom.
19033         (smtpmail-queue-index): Delete.
19034         (smtpmail-send-it, smtpmail-send-queued-mail):
19035         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
19036         smtpmail-queue-index.
19038         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19039         Add :version.
19041 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
19043         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19044         New variables.
19045         (iwconfig): New function.
19047 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
19049         * vc.el (vc-find-revision): Make vc-parent-buffer local before
19050         setting it.
19051         (vc-status-menu-map): Do not define using easy-menu.
19052         (vc-status-menu-map): New defalias.
19053         (vc-status-mode-map): Hook up the menu.
19054         (top-level): Update TODO.
19056         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
19058         * vc-bzr.el (vc-bzr-init-version): Rename to ...
19059         (vc-bzr-init-revision): ... this.
19061 2008-02-23  Jason Rumney  <jasonr@gnu.org>
19063         * makefile.w32-in (WINS_ALMOST): Remove term.
19064         (WINS): Add term here.
19065         (custom-deps, finder-data): Use WINS_ALMOST.
19067 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
19069         * faces.el (font-weight-table): Fix value of `semi-light'.
19071 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19073         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
19074         Make those tables bijective.
19076 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
19078         Finish pdbtrack integration cleanup, settling missing-functions
19079         byte compiler warnings appropriately.
19081         * progmodes/python.el (python-point): Remove this - beginning-of-line
19082         was all that was necessary for `python-pdbtrack-overlay-arrow'.
19083         (python-end-of-def-or-class, python-beginning-of-def-or-class)
19084         (python-goto-initial-line): Drop these - they were only needed for
19085         python-point.
19086         (python-comint-output-filter-function): Use condition-case and
19087         beginning-of-line directly, instead of python-mode.el functions
19088         which require all sorts of baggage.
19089         (point-safe): Unnecessary - we're using condition-case directly,
19090         instead.
19091         (python-execute-file): Include for python-shell, which I'm leaving
19092         in keeping despite it being unnecessary for pdb tracking.
19094 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
19096         * progmodes/scheme.el (scheme-font-lock-keywords-2):
19097         Add SRFI 11 support.
19098         (let-values, let*-values): Specify scheme-indent-function.
19100 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
19102         * vc.el (vc-exec-after): Move setting mode-line-process in the
19103         busy case ...
19104         (vc-set-mode-line-busy-indicator): ... in this new function.
19105         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19106         (vc-update-vc-status-buffer): Reset mode-line-process.
19107         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19108         mark/unmark all the files with the same state as the current one.
19109         With a prefix argument mark/unmark all files.
19110         (vc-status-mode-menu): Adjust strings.
19111         (vc-update-vc-status-buffer): Only do something when the argument
19112         is not nil.
19113         (vc-status-kill-dir-status-process): New function.
19114         (vc-status-mode-map): Bind it.
19115         (vc-status-process-buffer): New variable.
19116         (vc-status-mode): Make it local.
19117         (vc-status-refresh): Set it.
19119         * vc-hg.el (vc-hg-dir-status):
19120         * vc-git.el (vc-git-dir-status):
19121         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
19122         command is run.
19124 2008-02-22  Glenn Morris  <rgm@gnu.org>
19126         * json.el (top-level): No need to require thingatpt.
19127         (json-read-keyword): Use thing-at-point rather than word-at-point.
19129         * time.el (top-level): No need to require time-date when compiling.
19131         * emacs-lisp/copyright.el (copyright-update-year):
19132         Fix subexpression numbering for the case when years are split over
19133         lines, and for the replace case.
19135         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
19136         (tpu-caar, tpu-cadr): Delete functions.
19137         (zmacs-regions): No need to declare for compiler.
19138         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
19139         (tpu-spell-check): Rewrite, and handle mark after point.
19140         (tpu-special-insert): Use or rather than if.
19142         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
19143         rather than spell-region.
19145         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
19146         warnings about spell-region.
19148 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
19150         * ldefs-boot.el: Regenerated.
19152         * loadup.el: Don't load language/devanagari, language/kannada,
19153         language/malayalam, and language/tamil.  Load language/sinhala.
19155         * language/indian.el (indian-font-foundry)
19156         (indian-script-language-alist, indian-font-char-index-table)
19157         (indian-font-char, indian-font-char-range, indian-script-table)
19158         (indian-default-script, indian-composable-pattern): Delete them.
19159         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
19160         language environments moved to here.
19161         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
19162         New language environments.
19164         * language/devanagari.el, language/devan-util.el,
19165         * language/kannada.el, language/knd-util.el, language/malayalam.el,
19166         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
19167         Delete them.
19169         * language/sinhala.el: New file.
19171 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
19173         Update Nick Robert's port of pdb tracking from python-mode.el.
19175         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19176         Clarify docstring.
19177         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19178         tracking is happening.
19179         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19180         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19181         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19182         Tracking is plugged in to all comint buffers once python.el is loaded.
19183         (python-pdbtrack-overlay-arrow): Toggle activation of
19184         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19185         (python-pdbtrack-track-stack-file): Use new
19186         `python-pdbtrack-get-source-buffer' for more flexible access to
19187         debugging source files.
19188         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19189         according to pdb stack trace, optionally using new
19190         `python-pdbtrack-grub-for-buffer' if file is not locally available.
19191         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19192         named buffer, or having function with indicated name.
19193         (python-shell): Remove comint-output-filter-functions hook
19194         addition, it's being done elsewhere.  Wrap long line.
19196 2008-02-21  Michael Olson  <mwolson@gnu.org>
19198         * json.el: Replace XEmacs compatibility code to get rid of
19199         compiler warnings.
19201         * time.el: Fix compiler warning.
19203 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
19205         * json.el: New file (JavaScript Object Notation parser / generator).
19207 2008-02-21  Dave Love  <fx@gnu.org>
19209         * progmodes/sym-comp.el: New file.
19211         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19212         Require sym-comp.  Add Python buffer to same-window-buffer-names.
19213         Fixup whitespaces.
19214         (python-font-lock-keywords): Add highlighting for Python builtins.
19215         (python-font-lock-syntactic-keywords): Rewrite.
19216         (python-quote-syntax): Use syntax-ppss-context instead of parsing
19217         ppss directly.
19218         (python-mode-map): Add binding for python-find-function.
19219         (python-calculate-indentation): Clean up the logic.
19220         (python-beginning-of-defun): Explicitly set return value.
19221         (python-beginning-of-statement): Stop looping if we get stuck
19222         going backwards.
19223         (python-next-statement): Stop looping if we somehow end up inside
19224         a string while advancing.
19225         (python-preoutput-continuation, python-version-checked): New vars.
19226         (python-check-version): New function.
19227         (run-python): Set default command to python-command instead of
19228         python-python-command.
19229         (run-python): Use python-check-version.  Give PYTHONPATH
19230         precedence over data-directory in the process environment.
19231         Load function definitions in python process after.
19232         (python-check-comint-prompt): New function.
19233         (python-send-command, python-send-receive): Use it.
19234         (python-complete-symbol, python-try-complete): Functions deleted.
19235         Use symbol-complete instead of python-complete-symbol throughout.
19236         (python-fill-paragraph): Further refine the fenced-string regexp.
19237         (def-python-skeleton): Expand to the original abbrev instead if in
19238         a comment or string.  Tweak skeletons for `if', `while', `for',
19239         `try/except', `try/finally', `name'.
19240         (python-pea-hook, python-abbrev-pc-hook): New functions.
19241         (python-abbrev-syntax-table): New var.
19242         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19243         Use symbol-completion-try-complete for hippie expansion.
19244         Turn on font lock unconditionally.
19245         (python-mode-hook): Defcustom it.  No need to use make-local
19246         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19247         option, since it's buffer-local.
19249 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
19251         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19253 2008-02-21  Drew Adams  <drew.adams@oracle.com>
19255         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19256         "Turn off" and a "Help" entry when the minor mode has no menu.
19258 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
19260         * vc.el (vc-status-mark, vc-status-unmark): New functions.
19261         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19262         vc-status-mark-file and vc-status-unmark-file.
19263         (vc-status-mark-unmark): New function.
19264         (vc-status-previous-line, vc-status-next-line): No longer interactive.
19266 2008-02-21  Glenn Morris  <rgm@gnu.org>
19268         * composite.el (encode-composition-rule): Fix typo in error message.
19269         (composition-function-table, auto-composition-mode): Doc fixes.
19271         * subr.el (sit-for): Fix obsolete form for nil second argument.
19273         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19274         (spell-string): Make obsolete, in favor of ispell.
19276 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
19278         * language/devanagari.el: Don't setup composition-function-table
19279         here.
19280         ("Devanagari"): Change charset, coding-system, coding-priority to
19281         Unicode-based ones.  Don't require the feature devan-util.
19283         * composite.el (compose-chars-after): Fix arguments for a function
19284         in composition-function-table.
19285         (auto-compose-region): Likewise.
19287         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19288         for Ethiopic.
19289         (ps-mule-plot-string): Ignore glyph-string based compositions.
19291 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19293         * doc-view.el: Allow different windows to show different pages.
19294         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19295         (doc-view-current-image, doc-view-current-overlay): Remove variables,
19296         add them back as macros instead, using image-mode-winprops instead.
19297         Update all users of those variables.
19298         (doc-view-new-window-function): New function to create a new overlay
19299         for each new window.
19300         (doc-view-mode): Use it and image-mode-setup-winprops.
19301         (doc-view-clone-buffer-hook): Rewrite accordingly.
19303         * image-mode.el: Extend [hv]scroll support to per-window properties.
19304         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19305         (image-mode-winprops-alist): New var to replace them.
19306         (image-mode-new-window-functions): New hook.
19307         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19308         New funs.
19309         (image-set-window-vscroll, image-set-window-hscroll): Use them.
19310         Remove the `window' argument, update callers.
19311         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19312         Use the new functions.
19313         (image-mode-reapply-winprops): New fun.
19314         (image-mode): Use it.
19316 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
19318         * calc/calc-math.el (math-sin-raw): Add optional argument
19319         to keep track of original argument.
19320         (math-cos-raw): Use optional argument when calling math-sin-raw.
19321         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19322         with close to original precision.
19324 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19326         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19327         args in calls of sit-for.
19329 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
19331         * vc-svn.el (vc-svn-program): Fix typo in docstring.
19332         (vc-svn-checkin): Fix typo in error message.
19334         * help-mode.el: Require easymenu when compiling.
19336 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
19338         * help-mode.el (help-mode-menu): New menu.
19340 2008-02-20  Glenn Morris  <rgm@gnu.org>
19342         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19343         on Windows.
19345 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
19347         * ps-mule.el (ps-mule-encode-region): Return a single string.
19348         (ps-mule-plot-string): Adjust for the above change.
19349         (ps-mule-encode-header-string): Likewise.
19351         * international/latin1-disp.el (latin1-display): Don't use
19352         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
19353         standard-display-table.
19354         (latin1-display-identities): Adjust for the change of what is
19355         returned by (get-language-info charset 'charset).
19357         * international/mule-util.el (char-displayable-p): Fix for Latin-1
19358         characters and terminal case.
19360 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
19362         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19364         * progmodes/python.el: Also require comint when loading.
19365         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19366         Replace python-shell with run-python on menu bar.
19367         (python-shell-map): New map.
19368         (python-default-interpreter, python-python-command-args)
19369         (python-jython-command-args, python-pdbtrack-do-tracking-p):
19370         New options.
19371         (python-which-shell, python-which-args, python-which-bufname):
19372         New buffer local variables.
19373         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19375         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19376         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19377         New constants.
19379         Pdbtrack features:
19381         (python-point, python-end-of-def-or-class)
19382         (python-beginning-of-def-or-class, python-goto-initial-line)
19383         (python-comint-output-filter-function)
19384         (python-pdbtrack-overlay-arrow)
19385         (python-pdbtrack-track-stack-file, python-toggle-shells)
19386         (python-shell, python-pdbtrack-toggle-stack-tracking)
19387         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19388         New functions.
19390 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19392         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19393         when the argument is nil.
19395 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19397         * vc.el (dir-status): Add a brief description.
19399 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
19401         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19402         If non-nil, reverse the sense of the check.
19404         * vc-rcs.el (vc-rcs-root): New func.
19405         * vc-cvs.el (vc-cvs-root): New func.
19406         * vc-svn.el (vc-svn-root): New func.
19407         * vc-sccs.el (vc-sccs-root): New func.
19409 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
19411         * language/japan-util.el (setup-japanese-environment-internal):
19412         Call use-cjk-char-width-table.
19414         * language/japanese.el ("Japanese"): Set exit-function to
19415         use-default-char-width-table.
19417         * international/characters.el: Delete occurrences of non-Unicode
19418         tibetan and ethiopic characters.
19419         (cjk-char-width-table): New variable.
19420         (use-cjk-char-width-table, use-default-char-width-table):
19421         New functions.
19423 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19425         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19426         (vc-status-mode-menu): Add a :filter.
19427         (vc-status-printer): Add faces.
19429         * vc-hg.el (vc-hg-extra-status-menu): New function.
19430         (vc-hg-dir-status): Clean up the buffer before using it.
19432 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19434         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19435         (gdb): Initialize it here instead.
19437         * files.el (locate-dominating-file): Fix thinko in last change.
19438         Reported by Bruce Stephens <bruce.stephens@isode.com>.
19440 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
19442         * vc.el (vc-status-mode-menu): New menu for vc-status.
19444 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
19446         * progmodes/verilog-mode.el (customize): Fix typo in error message.
19447         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19448         (verilog-mode-auto, verilog-indent-level-module)
19449         (verilog-minimum-comment-distance, verilog-library-flags)
19450         (verilog-library-directories, verilog-library-files)
19451         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19452         (verilog-xemacs-menu, verilog-set-compile-command)
19453         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19454         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19455         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19456         (verilog-batch-inject-auto, verilog-batch-indent)
19457         (verilog-continued-line, verilog-type-keywords)
19458         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19459         (verilog-read-inst-pins, verilog-read-arg-pins)
19460         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19461         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19462         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19463         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19464         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19465         (verilog-mode-version, verilog-mode-release-date)
19466         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19467         (verilog-simulator, verilog-compiler)
19468         (verilog-auto-sense-defines-constant, verilog-company)
19469         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19470         Fix typos in docstrings.
19471         (verilog-set-auto-endcomments, verilog-calculate-indent)
19472         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19473         Reflow docstrings.
19474         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19475         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19476         (electric-verilog-forward-sexp, verilog-in-case-region-p)
19477         (verilog-in-struct-region-p, verilog-in-generate-region-p)
19478         (verilog-leap-to-head, verilog-current-indent-level)
19479         (verilog-case-indent-level, verilog-cpp-keywords)
19480         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19481         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19482         (verilog-signals-not-in, verilog-symbol-detick-text)
19483         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19484         (verilog-forward-close-paren, verilog-backward-open-paren)
19485         (verilog-backward-open-bracket): Doc fixes.
19487         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19488         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19489         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19490         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19491         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19492         Fix typos in docstrings.
19494         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19496 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
19498         * info.el (Info-read-node-name): Removed unused `default' arg.
19500 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19502         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19504 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19506         * image-mode.el (image-get-display-property): New fun.
19507         (image-forward-hscroll, image-next-line, image-eol, image-eob)
19508         (image-mode, image-minor-mode, image-toggle-display-text)
19509         (image-toggle-display): Use it.
19511 2008-02-18  Jason Rumney  <jasonr@gnu.org>
19513         * international/mule.el (xml-find-file-coding-system): Don't warn
19514         about utf-16 with BOM.
19516         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19518         * international/mule.el (sgml-xml-auto-coding-function): Detect and
19519         warn if file encoding is not utf-8 and encoding not specified.
19520         (xml-find-file-coding-system): New function.
19521         * international/mule-conf.el (file-coding-system-alist): Use it.
19523 2008-02-17  Glenn Morris  <rgm@gnu.org>
19525         * international/mule-cmds.el (set-locale-environment):
19526         Pass `frame' to getenv for LC_MESSAGES.
19528 2008-02-17  Juri Linkov  <juri@jurta.org>
19530         * time.el (emacs-init-time): Use format instead of format-seconds.
19532 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19534         * textmodes/bibtex.el (bibtex-search-entry): Rename from
19535         bibtex-find-entry.  Add autoload cookie.
19536         (bibtex-find-entry): Alias for bibtex-search-entry.
19537         (bibtex-search-crossref): Rename from bibtex-find-crossref.
19538         (bibtex-find-crossref): Alias for bibtex-search-crossref.
19539         (bibtex-clean-entry): atomic-change-group removed.
19540         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
19541         to locate buffer location where error occurred.
19542         Make error messages more specific.
19543         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19545 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19547         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19548         top level.
19550         * simple.el (transient-mark-mode): Add an :init-value.
19552         * startup.el (command-line): Use custom-reevaluate-setting for
19553         transient-mark-mode.
19555 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
19557         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19559 2008-02-16  Juri Linkov  <juri@jurta.org>
19561         * startup.el (after-init-time): New variable.
19562         (command-line): Set `after-init-time' to the current time.
19564         * time.el (emacs-init-time): New function.
19566 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19568         * files.el (locate-dominating-file): Remove initial loop because it's
19569         not careful enough.  Detect the uid-change all within the main loop.
19571 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19573         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19575 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19577         * vc.el (vc-annotate): Add new argument.
19578         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19580         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19581         Move make-variable-buffer-local code after the corresponding defvar.
19582         (hs-minor-mode-map): Define and initialize in one step.
19583         (hs-minor-mode): Change from defun to define-minor-mode.
19585 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
19587         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19588         (gdb-ready): Move declaration...
19590         * progmodes/gdb-ui.el (gdb-ready): ...to here.
19591         (gdb-early-user-input): New variable.
19592         (gdb): Reset gdb-flush-pending-output to nil and set
19593         comint-input-sender here (before gdb-prompt), instead of...
19594         (gdb-init-1): ...here.
19595         (gdb-send): If Emacs is not ready, defer user input to...
19596         (gdb-prompt): ...here.
19598 2008-02-16  Glenn Morris  <rgm@gnu.org>
19600         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19602         * startup.el (emacs-startup-time): Rename to `before-init-time'.
19603         (before-init-time): New name for `emacs-startup-time'.
19604         (command-line): Use before-init-time rather than emacs-startup-time.
19605         * time.el (emacs-uptime): Use before-init-time rather than
19606         emacs-startup-time.
19608         * composite.el (composition-function-table): Doc fix.
19610         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19611         in favor of `%z' specifier.
19612         (emacs-uptime): Move to time.el.
19613         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19614         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19615         argument of format-seconds.
19617 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19619         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19621 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19623         * ielm.el (ielm-is-whitespace): Remove.
19624         (ielm-is-whitespace-or-comment): New function.
19625         (ielm-eval-input): Use it.
19627 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19629         * term/mac-win.el: Fix coding tag.
19631 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19633         * vc-hooks.el (vc-menu-map):
19634         * bindings.el (mode-line-mode-menu): Add tooltips.
19636         * bindings.el (help-echo): Add more tooltips.  Use a less
19637         telegraphic style for existing tooltips.
19639 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19641         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19642         from the auto-generated one.
19644 2008-02-14  Glenn Morris  <rgm@gnu.org>
19646         * mail/rmail-spam-filter.el (rmail-spam-filter):
19647         Let-bind message-spam-status.
19649         * mail/smtpmail.el (password-cache-add): Declare as function.
19651 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19653         * mail/smtpmail.el: Use password-cache.
19655 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19657         * uniquify.el (uniquify-buffer-base-name): New function.
19658         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19660         * desktop.el (uniquify-managed): Don't defvar.
19661         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19662         `uniquify-managed'.  Return also the buffer's base name.
19663         (desktop-save): When saving the buffer info, filter out the base name,
19664         and save it as buffer name if the buffer is managed by uniquify.
19665         (uniquify-item-base): Don't declare; not called anymore.
19667 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19669         * vc.el (vc-annotate-find-revision-at-line): New function.
19670         (vc-annotate-mode-map): Bind it.
19671         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19672         some entries.
19674 2008-02-14  Glenn Morris  <rgm@gnu.org>
19676         * calendar/time-date.el (format-seconds): New function.
19677         (emacs-uptime): Use format-seconds.
19679         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19680         Remove `LC_ALL=C', since it's included in $(emacs) now.
19682 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19684         * textmodes/org-publish.el (org-publish-timestamp-filename):
19685         Replace colon characters in filename too.
19687 2008-02-13  Bastien Guerry  <bzg@altern.org>
19689         * mail/rmail.el (rmail-header-name): New face.
19690         (rmail-font-lock-keywords): Use rmail-header-name.
19692         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19693         against X-Spam-Status header field.
19694         (rmail-spam-filter): Also check X-Spam-Status header field.
19696 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19698         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19699         Add support for .pm files and .php files.
19700         (flymake-err-line-patterns): Add pattern for PHP errors.
19701         (flymake-php-init): New function.  PHP support for flymake.
19703         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19704         Add regular expression for PHP errors.
19706 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19708         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19709         This DTRT even on w32 machines.
19710         (ange-ftp-cf1): Quote FILENAME.
19712 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19714         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19715         (smerge-auto-combine): New fun.
19717 2008-02-12  Juri Linkov  <juri@jurta.org>
19719         * startup.el (fancy-startup-screen, normal-splash-screen):
19720         Set default-directory to command-line-default-directory.
19722         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19723         after reading the desktop.
19725         * progmodes/compile.el (compilation-auto-jump):
19726         Call compile-goto-error only when compilation-auto-jump-to-first-error
19727         is non-nil.
19728         (compilation-scroll-output): Replace :type 'boolean with a choice
19729         that has three options including a third option `first-error'.
19730         Doc fix.
19731         (compilation-start, compilation-forget-errors): Add an alternate
19732         condition comparing compilation-scroll-output with `first-error'
19733         in addition to compilation-auto-jump-to-first-error (to call
19734         compilation-auto-jump in the proper place).
19736 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19738         * international/mule.el (sgml-html-meta-auto-coding-function):
19739         Make sure the search limit is ahead.
19741         * tar-mode.el: Fix broken indentation.
19742         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19743         Use with-current-buffer.
19745 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19747         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19748         it is already automatically buffer-local.
19750 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19752         * help.el (describe-key): Join some split lines to facilitate filling.
19753         * help-fns.el (describe-function-1): Fill text of overlong lines.
19755 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19757         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19758         Use unibyte-string instead of string-make-unibyte.
19760         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19762 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19764         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19765         works also for buffers w/o buffer-file-name.  Update callers.
19766         (doc-view-clone-buffer-hook): New fun.
19767         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19768         the `doc-view' property so they can be recognized.
19770         * simple.el (clone-indirect-buffer-hook): New hook.
19771         (clone-indirect-buffer): Run it.
19773 2008-02-11  Michael Olson  <mwolson@gnu.org>
19775         * epa-setup.el:
19776         * epg-package-info.el: Files removed.
19778 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19780         * epa.el (epa-menu-mode): Merge into epa-mode.
19781         (epa-menu-items): Rename the label "EasyPG Assistant" to
19782         "Encryption/Decryption".
19784         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19785         (epa-dired-mode-map): Rename from epa-dired-map.
19786         (epa-global-dired-mode): Rename the global minor mode.
19788 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19790         * isearch.el (isearch-fail): New face.
19791         (isearch-message): Highlight failure part of input.
19793 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19795         * ibuffer.el (ibuffer-header-line-format): New var.
19796         (ibuffer-mode): Set it instead of header-line-format.
19797         (ibuffer-update): Use it to set header-line-format.
19799         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19800         properties like self-insert-command.
19802 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19804         * progmodes/etags.el: Add many doc strings.
19806 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19808         * ldefs-boot.el: Regenerated.
19810 2008-02-11  Glenn Morris  <rgm@gnu.org>
19812         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19813         Shorten some names.
19815         * ffap.el (ffap-rfc-directories): Add :version.
19817 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19819         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19820         files, and backup files of same.
19822 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19824         * ffap.el (ffap-rfc-directories): New variable.
19825         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19827         * info.el (Info-next-reference, Info-prev-reference)
19828         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19830         * simple.el (completion-list-mode): Show full completion-list-mode-map
19831         in the docstring.
19833 2008-02-11  Sam Steingold  <sds@gnu.org>
19835         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19837 2008-02-11  Glenn Morris  <rgm@gnu.org>
19839         * startup.el (emacs-startup-time): New variable.
19840         (command-line): Set emacs-startup-time.
19842         * calendar/time-date.el (emacs-uptime): New function.
19844 2008-02-10  Bastien Guerry  <bzg@altern.org>
19846         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19847         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19848         it is nil.
19850 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19852         * epg-config.el: Expand the contents of epg-package-info.el.
19853         (epg-package-name): New constant.
19854         (epg-version-number): New constant.
19855         (epg-bug-report-address): New constant.
19857         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19858         (epa-global-mail-mode): New global minor mode.
19860         * epa-file.el (epa-file-mode): New global minor mode.
19862         * epa-dired.el (epa-dired-mode): New global minor mode.
19864         * epa.el (epa-menu): New variable.
19865         (epa-menu-items): New variable.
19866         (epa-menu-mode): New global minor mode.
19867         (epa-global-minor-modes): New user option.
19868         (epa-mode): New global minor mode.
19870 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19872         * net/dbus.el: Remove `no-byte-compile' cookie.
19873         (dbus-call-method, dbus-register-signal, dbus-debug)
19874         (dbus-registered-functions-table): Declare them with
19875         `declare-function' or `defvar', respectively.
19876         (top): Don't assert any longer.  Require 'cl when compiling.
19877         Apply `ignore-errors' but `dbus-ignore-errors'.
19879 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19881         * diff-mode.el (diff-add-change-log-entries-other-window):
19882         Use add-change-log-entry.
19884 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19886         * button.el (button-map):
19887         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19888         * ldefs-boot.el: Regenerate.
19890 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19892         * epa.el (epa-faces, epa):
19893         * epa-file.el (epa-file):
19894         * epg-config.el (epg): Add :version.
19896 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19898         * vc.el (vc-exec-after): Append CODE to previous fragments.
19899         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19900         take MESSAGES instead of VERBOSE; use it when non-nil.
19901         (vc-diff-internal): Compute messages once; use them;
19902         update call to vc-diff-finish.
19904 2008-02-09  Michael Olson  <mwolson@gnu.org>
19906         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19907         buffer has been killed, such as by
19908         `tramp-cleanup-all-connections'.
19910 2008-02-09  Miles Bader  <miles@gnu.org>
19912         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19914 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19916         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19917         splitter in context hunks.
19919 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19921         * international/fontset.el (setup-default-fontset): Fix arabic otf
19922         font specification.
19924 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19926         * epa-dired.el:
19927         * epa-file.el:
19928         * epa-mail.el:
19929         * epa-setup.el:
19930         * epa.el:
19931         * epg-config.el:
19932         * epg-package-info.el:
19933         * epg.el: Initial check-in of EasyPG.
19935 2008-02-08  Glenn Morris  <rgm@gnu.org>
19937         * woman.el (woman-locale): New defcustom.
19938         (woman-expand-locale, woman-manpath-add-locales): New functions.
19939         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19941         * international/mule-cmds.el (locale-translate): New function,
19942         with old code extracted from set-locale-environment.
19943         (set-locale-environment): Use locale-translate.  Set woman-locale.
19945         * cus-start.el (selection-coding-system): Remove, since it's now
19946         defined in select.el rather than in xselect.c.
19947         * select.el (selection-coding-system): Make it a defcustom, and
19948         add the properties from cus-start.el.  Bump :version.
19950         * custom.el (custom-theme-set-variables): Sort symbols that are
19951         dependencies before symbols that depend on them.
19952         (custom-enabled-themes): Set after custom-theme-directory.
19954         * pcmpl-unix.el (top-level): Move provide statement to end.
19955         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19956         `*' from doc-string.  Allow to be nil.
19957         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19958         Allow to be nil.  Add :version.
19959         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19960         without hostnames, and multiple hostnames per line.
19962         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19964 2008-02-08  Phil Hagelberg  <phil@evri.com>
19966         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19967         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19969 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19971         * startup.el (command-line-x-option-alist): Add --parent-id.
19973         * term/x-win.el (x-handle-parent-id): New function.
19975 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19977         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19978         "Font Menu".
19980 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19982         * net/dbus.el (dbus-interface-peer): New defconst.
19983         (dbus-ping): New defun.
19985 2008-02-06  Sam Steingold  <sds@gnu.org>
19987         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19989 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19991         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19992         Just return nil and let the C code provide a fallback.
19994 2008-02-05  Glenn Morris  <rgm@gnu.org>
19996         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19997         tramp-flush-connection-property for removed 2nd argument.
19999 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20001         * diff-mode.el (diff-add-change-log-entries-other-window):
20002         Rename from diff-create-changelog.  Change users.
20003         Minor change to hopefully work with plain diffs.
20004         (diff-mode-map): Add binding for it.
20006 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
20008         * diff-mode.el: Add new TODO entry.
20009         (diff-create-changelog): New function.
20010         (diff-mode-menu): Bind it.
20012 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
20014         * international/mule-diag.el (print-fontset-element): Handle the
20015         case of inhibiting the fallback fonts.
20017 2008-02-04  Kim F. Storm  <storm@cua.dk>
20019         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20020         (ido-magic-delete-char): Use prefix arg.
20022 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
20024         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
20025         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
20026         of today, the most recent libpng is 1.2.24).
20028 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
20030         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
20032         * net/dbus.el (top): Check (featurep 'dbusbind).
20034         * net/tramp.el (tramp-process-sentinel): New defun.
20035         (tramp-do-copy-or-rename-file-out-of-band)
20036         (tramp-maybe-open-connection): Use it as process sentinel.
20037         (tramp-handle-delete-directory): Don't use the "-f" option; it
20038         isn't portable.
20039         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
20040         after the command.
20041         (tramp-handle-shell-command): Set `mode-line-process' in the
20042         asynchronous case.
20044         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
20046         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
20047         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
20048         Use `tramp-process-sentinel' as process sentinel.
20050 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
20052         * whitespace.el (global-whitespace-mode): Revert last change.
20053         (whitespace-unload-function): Force `global-whitespace-mode'
20054         to deactivate local modes in a slightly less intrusive way.
20056 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
20058         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
20060 2008-02-02  Glenn Morris  <rgm@gnu.org>
20062         * international/latin1-disp.el (latin1-display):
20063         * progmodes/fortran.el (fortran-comment-indent-char):
20064         * progmodes/idlw-shell.el (top-level):
20065         * term/mac-win.el (mac-keyboard-translate-char):
20066         * whitespace.el (whitespace-char-valid-p):
20067         * wid-edit.el (widget-key-sequence-read-event):
20068         Use characterp rather than char-valid-p.
20070         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
20071         to capitalized-find-word-boundary.  Doc fix.  Update callers.
20072         (capitalized-next-word-boundary-function-table): Rename to
20073         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
20075         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20076         string-to-int.
20078         * ps-def.el (declare-function): Add compatibility definition.
20079         (ps-plot-with-face, ps-plot-string): Declare as functions.
20080         (ps-bold-faces, ps-italic-faces): Declare variables.
20082         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20083         (ps-mule-end-job): Declare as functions.
20085         * wid-edit.el (widget-string-complete): Use assoc-string rather
20086         than assoc-ignore-case.
20088 See ChangeLog.13 for earlier changes.
20090 ;; Local Variables:
20091 ;; coding: utf-8
20092 ;; End:
20094     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
20096   This file is part of GNU Emacs.
20098   GNU Emacs is free software: you can redistribute it and/or modify
20099   it under the terms of the GNU General Public License as published by
20100   the Free Software Foundation, either version 3 of the License, or
20101   (at your option) any later version.
20103   GNU Emacs is distributed in the hope that it will be useful,
20104   but WITHOUT ANY WARRANTY; without even the implied warranty of
20105   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20106   GNU General Public License for more details.
20108   You should have received a copy of the GNU General Public License
20109   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20111 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc