Fix EOLs broken with last commit.
[emacs.git] / lisp / ChangeLog
blobec5fde9847d40b1c1d4dfc836e385539eee00ffc
1 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
3         * window.el (quit-window): Restore delete window with second
4         arg non-nil behavior as of before 2008-10-30 change.
6 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
8         * help-fns.el (describe-function-1): Do char-range check for
9         self-insert-command.
11 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
13         * files.el (file-precious-flag): Document that this flag is
14         advisory.
16 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
18         * emacs-lisp/bytecomp.el (byte-compile-associative)
19         (byte-compile-minus, byte-compile-quo): If there are more than two
20         operands, don't use binary operation code (bug#1334).
22 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
24         * w32-fns.el (w32-shell-dos-semantics):
25         * calendar/diary-lib.el (diary-face-attrs):
26         * international/mule-cmds.el (set-default-coding-systems)
27         (prefer-coding-system):
28         * net/tramp.el (tramp-set-completion-function):
29         * progmodes/vhdl-mode.el (vhdl-file-header):
30         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
32         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
34         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
35         (kill-matching-buffers, save-buffers-kill-emacs)
36         (save-buffers-kill-terminal): Fix typos in docstrings.
37         (switch-to-buffer-other-window): Reflow docstring.
38         (revert-buffer): Doc fix.
39         (define-project-bindings): Rename arg LIST to SETTINGS.
40         (project-find-settings-file): Use `let', not `let*'.
41         Use `when'.
43 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
45         * files.el (project-settings-file, locate-dominating-file):
46         Fix typos in docstrings.
47         (find-file-visit-truename): Remove * from defcustom docstring.
49 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
51         * files.el (project-settings-file): New variable.
52         (project-find-settings-file): Use it, instead of hardcoding
53         .dir.settings.el.
55 2008-11-13  Glenn Morris  <rgm@gnu.org>
57         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
59 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
61         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
62         in mail bodies.
64 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
66         * international/mule.el (autoload-coding-system, with-category-table)
67         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
68         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
69         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
70         (set-file-name-coding-system, ctext-pre-write-conversion)
71         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
72         Reflow docstrings.
73         (charset-list, set-coding-priority): Remove redundant obsolescence info.
74         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
75         (char-valid-p): Define with `define-obsolete-function-alias'.
77         * textmodes/artist.el (artist-mode): Fix typos in docstring.
79 2008-11-12  Sam Steingold  <sds@gnu.org>
81         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
82         between hostname and path.
84 2008-11-11  Juri Linkov  <juri@jurta.org>
86         * dired-aux.el (dired-isearch-filenames)
87         (dired-isearch-filenames-regexp):
88         Let-bind isearch-message-prefix-add to "filename ".
90         * isearch.el (isearch-message-prefix-add)
91         (isearch-message-suffix-add): New variables.
92         (isearch-message-prefix): Show additional text from
93         `isearch-message-prefix-add' before "I-search".
94         (isearch-message-suffix): Show additional text from
95         `isearch-message-suffix-add' at the end.
97         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
98         `isearch-search'.  Call isearch-success-function to skip matches
99         outside the current isearch scope.  Let-bind search-invisible to
100         nil to not match invisible text.
102         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
103         Let-bind `isearch-recursive-edit' to nil to prevent calling
104         `exit-recursive-edit' in `isearch-done' that terminates the
105         execution of these commands when it is non-nil.  Call
106         `exit-recursive-edit' explicitly at the end.
107         (isearch-occur): For word search construct the correct regexp
108         with word boundaries to proceed with occur.
110         * isearch.el (isearch-search-fun): Compare the length of the
111         current search string with the length of the string from the
112         previous search state to detect the situation when the user
113         adds or removes characters in the search string.
114         Use word-search-forward-lax and word-search-backward-lax in this
115         case, and otherwise word-search-forward and word-search-backward.
117 2008-11-11  Sam Steingold  <sds@gnu.org>
119         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
120         the "Version Control" group (for C-x v g).
122 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
124         * server.el (server-process-filter): Fix typos and reflow docstring.
126 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
128         * mail/footnote.el (footnote-mode): Improve doc-string.
129         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
131 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
133         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
135 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
137         * mail/smtpmail.el (smtpmail-open-stream): Use
138         `starttls-any-program-available'.  Auto-load starttls.el for it.
140 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
142         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
143         version (bug@1285).
145 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
147         * startup.el (command-line): Ignore init-file-user when checking
148         user's home directory on MS-DOS as well.
150 2008-11-07  Sam Steingold  <sds@gnu.org>
152         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
154 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
156         * frame.el (make-frame-on-display): Use `string-match-p'.
158 2008-11-07  Glenn Morris  <rgm@gnu.org>
160         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
162 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
164         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
165         to initialize font-lock keyword case sensitivity.
166         (lisp-mode): Use it.
168 2008-11-06  Glenn Morris  <rgm@gnu.org>
170         * eshell/esh-maint.el: Remove unused file.
172         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
174         * cus-edit.el (custom-comment-tag): Doc fix.
175         (custom-comment, custom-variable-value-create, custom-face):
176         Use face names sans -face suffix rather than aliases.
178 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
180         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
181         window width.
183 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
185         * server.el (server-process-filter): Only default to emacsclient's
186         terminal in daemon mode.
188 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
190         * window.el (quit-window): Restore prefix argument behavior
191         removed in 2008-10-30 change.  (Bug#1308)
193 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
195         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
196         function to kill-buffer-hook, not to kill-buffer.
197         Reported by Markus Triska <markus.triska@gmx.at>
199 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
201         * calc/calc.el (calc-quit): Make sure that the keypad buffer
202         exists before deleting its windows.
204 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
206         * server.el (server-process-filter): Don't call
207         server-create-tty-frame when no tty name is specified.
209 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
211         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
213 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
215         * international/mule-cmds.el (toggle-enable-multibyte-characters)
216         (define-char-code-property):
217         * textmodes/reftex.el (reftex-index):
218         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
220 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
222         * vc-bzr.el (vc-bzr-dir-printer): Rename from
223         vc-bzr-status-printer.
225         * startup.el (startup-echo-area-message): Display a different
226         message in daemon mode.  Suggested by Stephen Turnbull.
228         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
229         Windows.
231 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
233         * dframe.el (dframe-mouse-position-function)
234         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
235         (dframe-mouse-set-point): Fix typos in docstrings.
237 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
239         * vc-dir.el (vc-dir-headers): Undo previous change.
241 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
243         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
244         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
246 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
248         * subr.el (looking-back): Fix doc-string typo.
250         * electric.el (Electric-pop-up-window): Call window-end with
251         UPDATE set to t.
253         * window.el (save-selected-window): Make it behave like
254         save-selected-window-norecord.
255         (save-selected-window-norecord): Remove, since functionality
256         fully taken over by save-selected-window.
257         (walk-windows, set-window-text-height, fit-window-to-buffer):
258         Use save-selected-window instead of save-selected-window-norecord.
259         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
260         save-selected-window-norecord.
261         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
262         indent-function for save-selected-window-norecord.
264 2008-11-03  Alan Mackenzie  <acm@muc.de>
266         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
268 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
270         * subr.el (looking-back): Doc fix.
272         * term/x-win.el (x-initialize-window-system):
273         Call x-wm-set-size-hint after initialization.
275         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
276         to t.
278         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
279         2000-12-08 (bug#1297).
281         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
283 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
285         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
286         when appropriate.
288 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
290         * window.el (save-selected-window-norecord): New macro.
291         (walk-windows): Use save-selected-window-norecord and call
292         select-window with NORECORD set.  (Bug#1237)
293         (set-window-text-height, fit-window-to-buffer):
294         Use save-selected-window-norecord and call select-window with
295         NORECORD set.
296         * subr.el (with-selected-window): Call set-frame-selected-window
297         with new argument NORECORD set.  Update doc-string.
298         (with-selected-frame): Call select-frame with new argument
299         NORECORD set.  Update doc-string.
300         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
301         Put indent-function for save-selected-window-norecord.
302         * font-lock.el (lisp-font-lock-keywords-2):
303         Add save-selected-window-norecord.
305 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
307         * cus-edit.el (customize-apropos-options, custom-comment)
308         (custom-comment-tag, custom-face-edit-attribute-tag):
309         Fix typos in docstrings.
310         (custom-buffer-done-kill): Remove * from defcustom docstring.
311         (custom-file): Fix typo in doc of defcustom choice.
313         * frame.el (display-visual-class): Fix typo in docstring.
314         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
315         (special-display-frame-alist, show-trailing-whitespace)
316         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
317         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
318         Remove * from defcustom docstrings.
320         * md4.el (md4-buffer): Fix typo in docstring.
321         (md4, md4-64): Doc fixes.
322         (md4-pack-int32): Reflow docstring.
324         * paths.el (rmail-file-name): Remove * from defcustom docstring.
325         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
327         * rect.el (open-rectangle): Reflow docstring.
328         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
330         * select.el (x-get-cut-buffer): Fix typo in docstring.
332         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
333         (timezone-time-zone-from-absolute, timezone-leap-year-p):
334         Fix typos in docstrings.
336         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
337         Fix typos in docstrings.
339 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
341         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
343         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
344         (newsticker--treeview-list-update, newsticker--treeview-item-show)
345         (newsticker--treeview-tree-update)
346         (newsticker--treeview-tree-update-highlight)
347         (newsticker-treeview-update)
348         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
349         (newsticker-treeview-next-new-or-immortal-item)
350         (newsticker-treeview-prev-new-or-immortal-item)
351         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
352         (newsticker-treeview-tree-click): Watch for layout changes.
353         (newsticker--treeview-set-current-node): Cleanup.
354         (newsticker--treeview-restore-layout): Rename from
355         newsticker--treeview-restore-buffers.
356         (newsticker--treeview-mark-item): Update cache file.
358 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
360         * calendar/icalendar.el (icalendar--uid-count): New.
361         (icalendar--create-uid): New.  Extracted from
362         `icalendar-export-region' and add uid counter.
363         (icalendar-export-region): Use `icalendar--create-uid'.
365 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
367         * tooltip.el (tooltip-frame-parameters): Doc fix.
369 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
371         * window.el (window-body-height, window-current-scroll-bars)
372         (walk-windows, get-window-with-predicate, get-buffer-window-list)
373         (minibuffer-window-active-p, count-windows)
374         (window-safely-shrinkable-p, window--splittable-p)
375         (window--try-to-split-window, window--frame-usable-p)
376         (window--even-window-heights, window--display-buffer-1)
377         (window--display-buffer-2, set-window-text-height)
378         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
379         (truncated-partial-width-window-p): Rewrite doc-string.
380         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
381         (split-window-vertically, split-window-horizontally):
382         Rename args, rewrite doc-string, and simplify code.
383         (split-window-save-restore-data): Rename args and use
384         when instead of if.
386 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
388         * indent.el (indent-for-tab-command): Use use-region-p.
390         * vc.el (vc-revert): Limit the length of the query string.
392 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
394         * simple.el (idle-update-delay, next-error-highlight)
395         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
396         (minibuffer-history-case-insensitive-variables, kill-ring-max)
397         (kill-read-only-ok, backward-delete-char-untabify-method)
398         (kill-whole-line, mark-ring-max, global-mark-ring-max)
399         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
400         (goal-column, line-move-ignore-invisible, fill-prefix)
401         (auto-fill-inhibit-regexp, blink-matching-paren)
402         (blink-matching-paren-on-screen, blink-matching-paren-distance)
403         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
404         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
405         (minibuffer-history-isearch-wrap, transient-mark-mode)
406         (next-logical-line, auto-fill-mode, line-number-mode)
407         (column-number-mode, size-indication-mode, clone-indirect-buffer)
408         (normal-erase-is-backspace-mode): Doc fixes.
409         (current-kill, transient-mark-mode, toggle-truncate-lines)
410         (visible-mode): Reflow docstrings.
411         (minibuffer-local-shell-command-map, interprogram-paste-function):
412         Fix typos in docstrings.
414 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
416         * server.el (server-process-filter): In daemon mode, default to
417         emacsclient's tty if not opening a new frame and only the
418         terminal-frame is available.
420 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
422         * window.el (quit-window): Simplify code.  Say in doc-string
423         that it operates on the selected window's buffer.  (Bug#1259)
425 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
427         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
428         nil so that log-view-diff-changeset works.
430 2008-10-30  Glenn Morris  <rgm@gnu.org>
432         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
434         * resume.el: Move to obsolete/.
435         * Makefile.in (ELCFILES): Update.
437 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
439         * electric.el (Electric-pop-up-window): Don't shrink the window if
440         it's already big enough.
442         * minibuffer.el (delete-minibuffer-contents): Delete all
443         minibuffer contents instead of just the current field.
445         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
447         * bookmark.el (bookmark-handle-bookmark): Rename from
448         bookmark-jump-noselect.
449         (bookmark--jump-via, bookmark-insert): Callers changed.
450         (bookmark-jump-noselect): Wrapper function for
451         bookmark-handle-bookmark.
452         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
454         * textmodes/ispell.el (ispell-word): Use use-region-p.
456 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
458         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
459         to follow naming conventions for abnormal hooks.  Doc fix.
460         (tooltip-mode, tooltip-timeout): Use it.
461         (tooltip-hook): New obsolete alias.
462         (tooltip-help-tips): Doc fix.
464         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
466 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
468         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
469         of hardcoded /tmp.
471 2008-10-29  Glenn Morris  <rgm@gnu.org>
473         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
475         * vc-hooks.el (vc-find-root): Remove bogus alias.
477 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * international/quail.el (quail-show-guidance): Don't create
480         a guidance-frame if current buffer is not a minibuffer, since even if
481         selected-window is mini-p, the buffer will never be displayed in it, so
482         it wil be usable for guidance.
484 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * smerge-mode.el: Require diff-mode at run-time as well.
488 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
490         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
491         * vc-hooks.el (vc-stay-local): Likewise.
493 2008-10-28  Phil Sung  <psung@mit.edu>
495         * follow.el (follow-scroll-down, follow-calc-win-end)
496         (follow-estimate-first-window-start): Reduce effective window
497         height when header line is present.  (Bug#925)
499 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
501         * subr.el (locate-user-emacs-file): Simplify.  Don't create
502         `user-emacs-directory' when Emacs is running in batch mode.
504         * startup.el (inhibit-startup-screen): Reflow docstring.
505         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
507 2008-10-27  Kenichi Handa  <handa@m17n.org>
509         * descr-text.el (describe-char): Fix terminal case (where font is nil).
511 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
513         * face-remap.el (text-scale-increase, text-scale-decrease)
514         (text-scale-adjust): Remove &optional keyword from the arg list;
515         the INC argument is not really optional, if the functions happen
516         to be called from elisp.
518 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
520         * vc.el: Rename VC methods that were missed when vc-status was
521         renamed to vc-dir.
522         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
523         vc-svn-status-extra-headers.
524         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
525         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
526         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
527         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
528         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
529         vc-dir-status-printer.
530         (vc-dir-headers): Use `dir-extra-headers' instead of
531         `status-extra-headers'.
532         (vc-dir-printer): Rename from vc-dir-status-printer.
533         (vc-default-dir-extra-headers): Rename from
534         vc-default-status-extra-headers.
535         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
536         vc-cvs-status-extra-headers.
538         * startup.el (server-name): Pacify byte compiler.
539         (command-line): If --daemon=SERVER_NAME was used, set server-name
540         before calling server-start.
542 2008-10-26  Romain Francoise  <romain@orebokech.com>
544         * startup.el (command-line): Call daemon-initialized after
545         starting the server.
547 2008-10-26  Kenichi Handa  <handa@m17n.org>
549         * help-fns.el (describe-categories): Display the terse legend at
550         the head.
552         * international/characters.el: Docstrings of categories improved.
554 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
558         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
559         to the courier family.
560         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
561         usually not serif'd and hence rather unlike verbatim's printed output.
563 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
565         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
566         when reporting the module.
568         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
570         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
572 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * files.el (locate-dominating-stop-dir-regexp): New var.
575         (locate-dominating-file): Change arg from a regexp to a file name.
576         Rewrite using the vc-find-root code to avoid directory-files which is
577         too slow.  Obey locate-dominating-stop-dir-regexp.
578         Don't pay attention to changes in owner.
579         (project-find-settings-file): Adjust call to locate-dominating-file.
581         * progmodes/flymake.el (flymake-find-buildfile):
582         Adjust call to locate-dominating-file.
584         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
585         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
587 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
589         * subr.el (with-current-buffer): Rename buffer argument to
590         buffer-or-name.
591         * window.el (get-buffer-window-list): Rename buffer argument to
592         buffer-or-name and make it optional.
594 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
596         * completion.el (add-completion-to-head, add-completion): Doc fixes.
597         (completion-search-next, add-completions-from-file):
598         Fix typos in docstrings.
600         * filesets.el (filesets-menu-ensure-use-cached)
601         (filesets-ingroup-patterns, filesets-filetype-property):
602         * tutorial.el (get-lang-string):
603         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
604         Fix typos in docstrings.
606         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
607         (image-dired-line-up-method, image-dired-thumb-size)
608         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
609         (image-dired-track-original-file, image-dired-track-thumbnail)
610         (image-dired-dired-next-line, image-dired-dired-previous-line)
611         (image-dired-write-comments): Reflow docstrings.
612         (image-dired-show-all-from-dir-max-files)
613         (image-dired-format-properties-string, image-dired-create-thumbs)
614         (image-dired-mark-tagged-files, image-dired-gallery-generate):
615         Fix typos in docstrings.
617         * savehist.el (savehist-save-minibuffer-history, savehist-file)
618         (savehist-additional-variables, savehist-ignored-variables)
619         (savehist-file-modes, savehist-autosave-interval):
620         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
621         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
622         (fancy-splash-image):
623         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
624         (thumbs-conversion-program, thumbs-margin):
625         Remove spurious * in docstrings.
627 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
629         * thingatpt.el (end-of-sexp, beginning-of-sexp)
630         (forward-same-syntax): Omit default arguments to char-after and
631         char-before.
633 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
635         * subr.el (locate-user-emacs-file): New function.
636         (user-emacs-directory): Mention it in docstring.
638         * completion.el (save-completions-file-name):
639         * filesets.el (filesets-menu-cache-file):
640         * image-dired.el (image-dired-dir, image-dired-db-file)
641         (image-dired-temp-image-file, image-dired-gallery-dir)
642         (image-dired-temp-rotate-image-file):
643         * savehist.el (savehist-file):
644         * server.el (server-auth-dir):
645         * thumbs.el (thumbs-thumbsdir):
646         * tutorial.el (tutorial--saved-dir):
647         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
649 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
651         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
652         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
654 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
656         * filesets.el: Update author email.
657         (filesets-data): Doc fix.
659 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
661         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
663 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
665         * international/mule-cmds.el (describe-language-environment):
666         Indent sample text.
668 2008-10-23  Glenn Morris  <rgm@gnu.org>
670         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
672         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
673         byte-compile a redefinition of a function with special byte-compile
674         handling.  (Bug#411)
676 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
678         * ps-print.el: Deal with page sizes for label printes.  Suggested by
679         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
680         (ps-print-version): New version 7.3.3.
681         (ps-page-dimensions-database): New page sizes for label printers.
682         (ps-n-up-printing): Fix code.
684 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
686         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
688         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
689         (list-at-point): Add docstrings.
691         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
693         * dired-aux.el (dired-do-create-files): Doc fix.
695 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
697         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
698         with other documentation.
700 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
702         * replace.el (how-many): Fix typo in docstring.
703         Reported by Leo <sdl.web@gmail.com>.
705 2008-10-22  Glenn Morris  <rgm@gnu.org>
707         * international/mule-cmds.el (universal-coding-system-argument):
708         Check for C-g.  (Bug#1205)
710 2008-10-22  Kenichi Handa  <handa@m17n.org>
712         * international/characters.el: Don't setup
713         find-word-boundary-function-table.
714         (next-word-boundary-han, next-word-boundary-kana): Delete them.
715         (word-combining-categories, word-separating-categories):
716         Adjust to the change of the docstrings.
718 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
720         * simple.el (region-active-p): Doc fix.
722 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
724         * subr.el (apply-partially): Move from here...
726         * simple.el (apply-partially): ...to here.
728 2008-10-20  Andreas Schwab  <schwab@suse.de>
730         * subr.el (split-string-and-unquote): Simplify regexp.
732 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
734         * subr.el (top-level): Require `cl' when compiling.
736 2008-10-20  David Reitter <david.reitter@gmail.com>
738         * info.el (Info-mode): Do not remove an existing header line if
739         `Info-use-header-line' is nil.
741 2008-10-19  Juri Linkov  <juri@jurta.org>
743         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
744         Add arg `delimited' as in `query-replace' for the case when
745         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
746         Add more indicators to the prompt ("word" and "in region").
748         * replace.el (query-replace, query-replace-regexp)
749         (replace-string, replace-regexp, perform-replace): Add "word"
750         indicatiors to the prompt for word delimited replacements.
752         * replace.el (read-regexp): Rename arg `default' to `default-value'.
753         Doc fix.
755 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
757         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
759         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
761 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
763         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
764         Make argument names follow Elisp manual.
766 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
768         * textmodes/remember.el (remember-data-file):
769         * shadowfile.el (shadow-initialize)
770         <shadow-info-file, shadow-todo-file>:
771         * savehist.el (savehist-file):
772         * recentf.el (recentf-save-file):
773         * pcvs-defs.el (cvs-cvsrc-file):
774         * international/kkc.el (kkc-init-file-name):
775         * ido.el (ido-save-directory-list-file):
776         * calendar/todo-mode.el (todo-file-do, todo-file-done)
777         (todo-file-top): Run file names that begin with a period thru
778         `convert-standard-filename'.
780         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
781         before-init-hook.
783         Fix Bug #1183:
785         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
786         coding-system-for-read to ediff-coding-system-for-write.
788         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
789         coding-system-for-write to ediff-coding-system-for-write.
791         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
792         (ediff-coding-system-for-write): Set to emacs-internal.
794 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * international/mule-conf.el (emacs-internal): New coding system alias.
798 2008-10-18  Juri Linkov  <juri@jurta.org>
800         * info.el (Info-file-supports-index-cookies-list): New variable.
801         (Info-file-supports-index-cookies): New function.
802         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
803         (Info-index-nodes): Let-bind Info-point-loc to nil for files
804         without an index cookie to ignore it when Info-index-nodes is
805         called during navigating from an index node with line numbers.
806         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
808         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
809         variable definition section.
811         * info.el (Info-find-node-2): Put initial point below the header line
812         and breadcrumbs line.
814 2008-10-18  Glenn Morris  <rgm@gnu.org>
816         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
817         the needed external programs were not found.
819 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
821         * files.el (trash-directory): Run thru `convert-standard-filename'.
822         (file-modes-char-to-who, file-modes-char-to-right)
823         (file-modes-rights-to-number, file-modes-symbolic-to-number)
824         (read-file-modes): Doc fixes.
826 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
828         * abbrev.el (define-abbrev): Doc fix.
830 2008-10-17  Alan Mackenzie  <acm@muc.de>
832         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
833         foo bar [] = { ...".
835 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
837         * faces.el (face-spec-set-2): Don't pass invalid attributes to
838         set-face-attribute.
840 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
842         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
843         according to `locale-coding-system'.  (This fixes trivial bug reported
844         as part of bug#1179).
845         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
846         particular order).  Use `when'.
848 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
850         * w32-fns.el (w32-check-shell-configuration): Doc fix.
851         (w32-add-charset-info): Fix typo in docstring.
853 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
855         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
856         after discussion.
858 2008-10-16  Magnus Henoch  <mange@freemail.hu>
860         * vc-arch.el (vc-arch-dir-status): New function.
861         (vc-arch-after-dir-status): New function.
863 2008-10-16  Glenn Morris  <rgm@gnu.org>
865         * man.el (Man-getpage-in-background): Force recent `man's to output
866         escape sequences even when stdout is not a tty.  (Bug#1142)
868 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
870         * international/mule-conf.el: Add `utf8' and `UTF8' as
871         aliases for the `utf-8' coding system.
873 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
875         * find-file.el (ff-get-file): Doc fix.
876         (ff-get-file-name): Use `let', not `let*'.
877         (ff-search-directories): Fix typo in docstring.
878         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
879         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
880         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
881         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
882         (cc-other-file-alist, modula2-other-file-alist):
883         Remove spurious * in docstrings.
885 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
887         * faces.el (set-face-attribute): Set family and foundry before
888         other attributes.
889         (face-spec-set-2): Pass unmodified args to set-face-attribute.
891 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
893         * hl-line.el (hl-line-unload-function): New function.
894         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
895         (hl-line-sticky-flag): Remove spurious * in docstring.
897 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
899         * vc-git.el (vc-git-show-log-entry): Include the revision in the
900         search string.
902 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
904         * net/tramp.el (tramp-process-one-action): Embed regexp in
905         parentheses, before adding end-of-buffer construct.  Suggested by
906         Markus Triska <markus.triska@gmx.at>.
908 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
910         * net/newst-plainview.el (w3m-toggle-inline-image):
911         Define 'declare-function if necessary, for compatibility.
913         * net/newst-treeview.el (w3m-toggle-inline-images):
914         Define 'declare-function if necessary, for compatibility.
916 2008-10-13  Alan Mackenzie  <acm@muc.de>
918         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
919         so that the function works on one-line macros.
921         * progmodes/cc-engine.el: Amend several doc strings and comments.
923 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
925         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
927         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
928         (vc-cvs-stay-local): Add a new choice and default to it.
929         (vc-cvs-dir-status): Use the new vc-stay-local choice.
931         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
933 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
935         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
936         Add support for extended return statement.
938         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
939         and obj-dir; keep user order.
941 2008-10-12  Glenn Morris  <rgm@gnu.org>
943         * Makefile.in (ELCFILES): Update.
945         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
946         (shell-file-name-quote-list): Declare.
948 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
950         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
952 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
954         * startup.el (command-line): If toolbar is disabled but ought to
955         be initialized, call tool-bar-setup.
957         * tool-bar.el (tool-bar-setup): Variable deleted.
958         (tool-bar-setup): Set it up unconditionally.
960         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
962         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
963         tool-bar-map has been initialized before setting it up.
965         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
966         tool-bar-map has been initialized before setting it up.
968 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
970         * emacs-lisp/warnings.el (display-warning): Issue a message if
971         called during daemon initialization.
973         * tool-bar.el (tool-bar-local-item)
974         (tool-bar-local-item-from-menu): Put the check for number of
975         display colors into the image expression.
976         (tool-bar-setup): Don't be a no-op on ttys.
978         * info.el (info-tool-bar-map):
979         * progmodes/gud.el (gud-tool-bar-map):
980         * progmodes/grep.el (grep-mode-tool-bar-map):
981         * progmodes/compile.el (compilation-mode-tool-bar-map):
982         Initialize it unconditionally.
984 2008-10-11  Romain Francoise  <romain@orebokech.com>
986         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
987         * kmacro.el (kmacro-edit-lossage): Ditto.
988         * edmacro.el (edit-kbd-macro): Ditto.
990 2008-10-11  Ulf Jasper  <ulf@web.de>
992         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
993         Fix variable names.
995 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
997         * startup.el (command-line): Revert 2008-09-26 change, not
998         necessary anymore.
1000 2008-10-10  Andreas Schwab  <schwab@suse.de>
1002         * simple.el (minibuffer-complete-shell-command):
1003         Bind comint-delimiter-argument-list, comint-file-name-chars and
1004         comint-file-name-quote-list like shell-mode.
1006 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1008         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1009         call of select-window.
1011 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
1013         * calc/calc.el (calc-embedded-word-regexp)
1014         (calc-embedded-word-regexp-alist): New variables.
1015         (calc-embedded-open-word, calc-embedded-close-word)
1016         (calc-embedded-open-close-word-alist): Remove unused variables.
1018         * calc/calc-embed.el (calc-embedded-make-info):
1019         Use `calc-embedded-word-regexp' to find words.
1021 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1023         * info.el (Info-extract-menu-counting): New argument no-detail to
1024         skip detailed node listings.
1025         (Info-forward-node): New argument not-up to inhibit going up.
1026         (Info-final-node): Call Info-extract-menu-counting and
1027         Info-forward-node with the new arguments set to avoid infinite
1028         looping.  (Bug#1116)
1030 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1032         * startup.el (command-line): Don't invoke tool-bar-mode if it is
1033         not fboundp.
1035 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1037         * startup.el (command-line): Enable tool-bar-mode as long as it is
1038         not suppressed by X resources, regardless of the terminal.
1040         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1041         graphical terminals.
1042         (tool-bar-setup): No-op if called on a tty.
1044 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1046         * frame.el (make-frame-on-tty): Use "F" inside interactive.
1047         Support `pc' ``window-system''.
1049         * progmodes/compile.el (compilation-start): Resurrect the version
1050         for systems that don't support asynchronous subprocesses.
1052 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1054         * window.el (pop-up-frames): Add choice graphic-only.
1055         (display-buffer): When pop-up-frames equals graphic-only do
1056         not pop up new frame on text-only terminals.  (Bug#1061)
1058 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
1060         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1061         (vc-cvs-dir-status): Use it.
1063 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1065         * json.el (json-skip-whitespace): Fix last change.
1067 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
1069         * bs.el (bs-unload-function): New function.
1071 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
1073         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1074         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1075         For clarity, explicitly require cl.
1077 2008-10-08  Michael Olson  <mwolson@gnu.org>
1079         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1080         can avoid a bad interaction with programs that add functions to
1081         the window-scroll-functions hook.  This fixes Bug #858.
1083 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
1085         * startup.el (command-line): Use display-warning to warn about an
1086         init file error.
1087         (command-line-1): Remove init file error delay.
1089 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1091         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
1092         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
1093         (rx-group-if): New function.
1094         (rx-parent): New variable.
1095         (rx-and, rx-or): Put shy groups only when necessary.
1096         (rx-bracket): Remove.
1097         (rx-anything): New function.
1098         (rx-any-delete-from-range, rx-any-condense-range)
1099         (rx-check-any-string): New functions.
1100         (rx-check-any): Return result as a list.  Don't convert chars to
1101         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
1102         Check char category string.  Call rx-form instead of rx-to-string.
1103         (rx-any): Rebuid to complete the function.
1104         (rx-check-not): Fix char category regexp pattern string.
1105         Call rx-form instead of rx-to-string.
1106         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
1107         "[^^]".  Call regexp-quote for one char string when not called from
1108         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
1109         "\\[SCBW]" to toggle.
1110         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
1111         instead of rx-to-string.
1112         (rx-kleene): Call rx-form instead of rx-to-string.
1113         Call rx-group-if to adjust putting of shy groups.
1114         (rx-atomic-p): Make check more precisely.
1115         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
1116         (rx-regexp): Call rx-group-if.
1117         (rx-form): New function.
1118         (rx-to-string): Call rx-form, rx-group-if.
1119         Refine definition of NO-GROUP.
1121 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1123         * json.el (json-advance): Use forward-char.
1124         (json-skip-whitespace): Use skip-syntax-forward.
1126 2008-10-07  Alan Mackenzie  <acm@muc.de>
1128         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
1129         indenting a macro followed by blank lines doesn't backslash the
1130         following non-blank line into the macro.
1132 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
1134         * startup.el (before-init-time, after-init-time): Move into emacs.c.
1135         (command-line): Set after-init-time to nil before initialization.
1137 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
1139         * calc/calc-units.el (math-standard-units): Update the values
1140         of the units.
1142 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
1144         * bookmark.el (bookmark-unload-function): New function.
1146 2008-10-06  Andreas Schwab  <schwab@suse.de>
1148         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1150 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
1152         * mail/footnote.el: Remove * in defcustom docstrings and tell
1153         for most options that customizing them doesn't affect buffers
1154         already displaying footnotes.
1155         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
1156         Fix handling of text properties and identical start/end tags.
1157         Do not use format when renumbering.
1158         (Footnote-set-style): Make it work.
1159         (Footnote-insert-numbered-footnote): Simplify.
1160         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
1161         (Footnote-goto-footnote): Fix handling of empty section tag.
1162         (Footnote-delete-footnote): Fix handling of identical start/end
1163         tags, empty section tag, and spaced footnotes.  Do not use
1164         kill-region.
1165         (footnote-mode): Make most options buffer-local to avoid that
1166         customizing messes up handling of footnotes in buffers that
1167         already display them.
1169 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
1171         * faces.el (x-create-frame-with-faces): Undo previous change.
1173         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
1174         existent files.
1176 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
1178         * international/mule-cmds.el (universal-coding-system-argument):
1179         Handle digit-argument too.
1181 2008-10-05  Mario Lang  <mlang@delysid.org>
1183         * xml.el (xml-parse-string): Use skip-chars-forward.
1185 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1187         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
1188         existent files.
1189         (vc-bzr-dir-status-files): New function.
1191 2008-10-04  Glenn Morris  <rgm@gnu.org>
1193         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
1195         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
1196         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1198         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
1199         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1201 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
1203         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1204         Fix typo.  (Bug#1074)
1206 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
1208         * progmodes/compile.el (compilation-start): Make sure to move to
1209         point-max only when we are in the compilation buffer.  (Bug#1073)
1211 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
1213         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
1214         tool-bar-mode is on.
1216         * vc-svn.el (vc-svn-dir-status-files):
1217         * vc-cvs.el (vc-cvs-dir-status-files): New function.
1219 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1221         * vc-hg.el (vc-hg-dir-status-files): New function.
1223 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
1225         * window.el (window--display-buffer-1): Don't care about
1226         visibility since raise-frame does.
1228 2008-10-03  Mario Lang  <mlang@delysid.org>
1230         * nxml/xmltok.el (xmltok-forward): Simplify.
1232 2008-10-03  Glenn Morris  <rgm@gnu.org>
1234         * Makefile.in (ELCFILES): Update.
1236         * frame.el (set-default-font): Make obsolete.
1237         * mouse.el (mouse-set-font): Use set-frame-font.
1239         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1240         (jka-compr-mode-alist-additions): Also match `.tbz2'.
1242         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
1243         * files.el (auto-mode-alist): Add .PRO as per above autoload.
1245 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1247         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
1248         (vc-dir-refresh): Set it here instead.  (Bug#1067)
1250 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
1252         * faces.el (inhibit-frame-set-background-mode): New var.
1253         (frame-set-background-mode): Use it to avoid a loop in
1254         face-spec-recalc.
1256 2008-10-02  Glenn Morris  <rgm@gnu.org>
1258         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
1259         vc-diff-switches.
1261 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1263         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
1264         that is, to take some action when a buffer is killed.  Suggested by
1265         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
1266         11.2.2.
1267         (whitespace-action): Docstring and :type fix.
1268         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
1269         Code fix.
1270         (whitespace-add-local-hook, whitespace-remove-local-hook)
1271         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
1273 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1275         * net/tls.el (open-tls-stream): Show the actual command being
1276         executed, instead of the format string.
1278 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
1280         * term/internal.el (dos-locale-alist): New alist.
1281         (dos-codepage-setup): Use it to compute a value of locale with
1282         which to call set-locale-environment.  Remove code to set
1283         terminal, keyboard, and file-name encoding (done by
1284         set-locale-environment).
1286         * international/mule-cmds.el
1287         (set-language-environment-nonascii-translation): Fix nonascii
1288         value for `pc' ``window-system''.
1289         (set-display-table-and-terminal-coding-system)
1290         (set-default-coding-systems): Don't special-case `pc'.
1292 2008-10-01  Glenn Morris  <rgm@gnu.org>
1294         * filesets.el (filesets-menu-name): Fix type.
1295         (filesets-menu-path, filesets-menu-before): Fix types.
1296         Change defaults to be consistent with recentf.  (Bug#1056)
1298 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * term/xterm.el (xterm-turn-on-modify-other-keys)
1301         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
1302         Don't forget to pass `terminal' to `send-string-to-terminal'.
1304 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
1306         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
1307         (vc-file-not-found-hook): Check, that `buffer-file-name' is
1308         non-nil.  It is not clear, whether this is only fixing symptoms on
1309         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
1310         is embedded by that check.  So it might be TRT.  Suggested by Dan
1311         Nicolaescu <dann@ics.uci.edu>.
1313 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
1315         * Makefile.in (ELCFILES): Remove codepage.elc.
1317         * international/codepage.el: File removed, as even ms-dos doesn't
1318         need it anymore.
1320         * loadup.el [ms-dos]: Don't load ccl and codepage.
1322         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
1323         (IT-character-translations, cjk-codepages-alist): Remove variables.
1324         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
1325         (IT-unicode-translations): Remove charset and base elements.
1326         Add translations for Latin-1 characters.
1327         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
1328         base and chset elements of IT-unicode-translations.  Don't wrap
1329         translation in "{...}".  Set up translations only for characters
1330         for which unencodable-char-position returns non-nil.
1331         (dos-codepage-setup): Don't use special-case codepages in
1332         cjk-codepages-alist.
1334         * files.el (locate-dominating-file): Wrap directory-files with
1335         condition-case, instead of calling file-directory-p, which stats
1336         the directory one more time.
1338         * mail/mail-utils.el (mail-unquote-printable-region):
1339         Use insert-byte instead of insert-char, when the UNIBYTE arg is
1340         non-nil.
1342 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
1344         * epa-file.el (epa-file-insert-file-contents): Fix typo.
1346 2008-09-30  Glenn Morris  <rgm@gnu.org>
1348         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
1350 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
1352         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
1353         (which-function): Handle nested imenu trees.
1355         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
1356         some nested menu items.
1358 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
1360         * calc/calc-units.el (math-standard-units): Add entries used to
1361         display the the values in the units buffer.
1362         (math-build-units-table): Add entries to the units table to be used
1363         to display the values in the units buffer.
1364         (math-build-units-table-buffer): Use the display entry of the units
1365         table when non-nil.
1366         (calc-define-unit): Add option to enter display value of unit.
1368 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1370         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
1372 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
1374         * files.el (locate-dominating-file): Take file-attributes of
1375         `dir', not of `file' (which never changes).
1377 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1379         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
1380         also be `localname'.
1382         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
1383         IDENTIFICATION.
1385 2008-09-28  Glenn Morris  <rgm@gnu.org>
1387         * vc.el (vc-switches): Give it a doc string.
1389 2008-09-28  Romain Francoise  <romain@orebokech.com>
1391         * comint.el (comint-show-output): Adjust to stickiness changes of
1392         the output field.
1394         * startup.el (command-line): Start the daemon server later.
1396 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
1398         * subr.el (read-quoted-char): Call char-resolve-modifiers
1399         instead of char-resolve-modifers.
1401 2008-09-27  Glenn Morris  <rgm@gnu.org>
1403         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
1404         than [return].  (Bug#1031)
1406 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
1408         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
1410 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
1412         * epg.el (epg-wait-for-status): Check if there is no pending status.
1413         Reported by Ted Romer <ted@romerfamily.com>.
1415 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1417         * startup.el (command-line): Turn on menu-bar-mode and
1418         tool-bar-mode when running as a daemon.
1420 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
1422         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
1423         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
1424         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
1425         ($(lisp)/progmodes/cc-engine.elc)
1426         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1427         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
1428         ($(lisp)/progmodes/cc-subword.elc)
1429         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
1431         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
1432         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
1433         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
1434         ($(lisp)/progmodes/cc-engine.elc)
1435         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1436         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
1437         ($(lisp)/progmodes/cc-subword.elc)
1438         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
1440 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1442         * informat.el (Info-split-threshold): New variable.
1443         (Info-split): Use it.
1445         * textmodes/texinfmt.el (texinfo-format-buffer):
1446         Use Info-split-threshold to decide whether to split Info files.
1448 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1450         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
1451         quoting.
1453         * comint.el (comint-dynamic-complete-as-filename): Quote directory
1454         name when reinserting it.
1456         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
1457         word-search-backward-lax for incremental word search.
1459 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
1461         * generic-x.el (generic-other-modes): Fix typo in docstring.
1462         (generic-use-find-file-hook, generic-lines-to-scan)
1463         (generic-find-file-regexp, generic-ignore-files-regexp)
1464         (generic-define-mswindows-modes, generic-define-unix-modes):
1465         Remove `*' from docstring.
1466         (generic-mode-find-file-hook): Use `string-match-p'.
1467         (apache-log-generic-mode, mailagent-rules-generic-mode)
1468         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
1469         (java-manifest-generic-mode, java-properties-generic-mode)
1470         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
1471         for consistency with other modes in generic-x.el.
1473 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
1475         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
1476         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
1477         parens specially only if latex-handle-escaped-parens is non-nil.
1478         (latex-indent-within-escaped-parens): New option.
1479         (latex-find-indent): Bind latex-handle-escaped-parens to
1480         latex-indent-within-escaped-parens.  Do not treat escaped parens
1481         specially when this is nil.  (Bug#954)
1483 2008-09-25  Glenn Morris  <rgm@gnu.org>
1485         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
1487 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1489         * vc.el (vc-mark-resolved): Move message here from
1490         vc-default-mark-resolved.
1491         (vc-default-mark-resolved): Change to an alias for ignore.
1493 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1495         * term.el (term-emulate-terminal): Encode input string before
1496         checking its length.
1498 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
1500         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
1501         is loaded.
1503         * server.el (server-buffer-done): Avoid changing the buffer when
1504         deleting the client's frame (bug#640).
1506         * vc.el (vc-default-mark-resolved): New function.
1508 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
1510         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
1511         from raising a wrong-type-argument error.
1513 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
1515         * help-fns.el (describe-function-1, describe-variable): Print
1516         relative file name in help buffer.
1517         * faces.el (describe-face): Print relative file name in help
1518         buffer.
1520 2008-09-23  Romain Francoise  <romain@orebokech.com>
1522         * subr.el (with-output-to-string): Make sure that the temporary
1523         buffer gets killed.
1525 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
1527         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
1528         indentation problem with keyword symbols when a list starts with
1529         ,@ or spaces.  (Bug#1012)
1531 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
1533         * textmodes/tex-mode.el (latex-find-indent): Try to handle
1534         escaped close parens correctly.  (Bug#954)
1536 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
1538         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
1539         usage of `fortune-file' even though a FILE argument was passed to
1540         the function.
1542 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1544         * startup.el (command-line): Start the server when in daemon mode.
1545         Remove always true test.
1547         * frame.el (frame-initialize): Remove spurious setting of
1548         special-display-function with the default value.
1550 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1552         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
1554 2008-09-20  Glenn Morris  <rgm@gnu.org>
1556         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
1557         Fix custom type.  (Bug#1011)
1559 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
1561         * files.el (move-file-to-trash): Avoid recursive trashing if
1562         rename-file calls delete-file.
1564 2008-09-20  Glenn Morris  <rgm@gnu.org>
1566         * play/fortune.el: Remove leading `*' from defcustom docs.
1567         (fortune-program-options): Doc fix.  Allow to be a string again.
1568         Add :version.
1569         (fortune-in-buffer): Handle fortune-program-options as a string.
1570         Don't rely on fortune program accepting options after fortune file.
1572 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
1574         * play/fortune.el (fortune-program-options): Change to a list.
1575         (fortune-in-buffer): Use apply.
1577 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1579         * emacs-lisp/authors.el: Change encoding of file to utf-8.
1580         (authors-coding-system): Likewise.
1582 2008-09-20  Ami Fischman  <ami@fischman.org>
1584         * savehist.el (savehist-save): Handle errors in writing as well as
1585         reading.
1587 2008-09-20  Michael Olson  <mwolson@gnu.org>
1589         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
1590         to provide a minimal performance boost.
1592 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1594         * proced.el (proced-grammar-alist, proced-custom-attributes)
1595         (proced-format-alist, proced-format, proced-filter-alist)
1596         (proced-filter, proced-sort): Use defcustom.
1597         (proced-mode): Fix docstring.
1598         (proced-process-attributes): Handle return value nil of functions
1599         in proced-custom-attributes.
1601 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
1603         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
1604         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
1606 2008-09-19  Miles Bader  <miles@gnu.org>
1608         * comint.el (comint-output-filter): Make field properties for
1609         output text front-sticky.
1611 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1613         * vc-bzr.el (vc-bzr-show-log-entry):
1614         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
1615         C-x v l for a directory uses that.
1617 2008-09-18  Simon Josefsson  <simon@josefsson.org>
1619         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
1620         .sieve files.
1622 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
1624         * help-macro.el (make-help-screen): Preserve key bindings
1625         established in help-mode call when exiting this macro.
1627 2008-09-17  Kenichi Handa  <handa@m17n.org>
1629         * language/burmese.el: Fix setting of composition-function-table.
1631 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
1633         * info.el (Info-follow-nearest-node): Don't raise an error for
1634         mouse-1 clicks.
1636 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
1638         * calc/calc-units.el (calc-convert-temperature): Use default
1639         units when appropriate.
1641 2008-09-16  Markus Triska  <markus.triska@gmx.at>
1643         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
1644         catch errors raised in `texmathp'.
1645         (flyspell-tex-math-initialized): Remove.
1647 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
1649         * frame.el (select-frame-set-input-focus): With non-nil
1650         mouse-autoselect-window always move mouse cursor to frame's
1651         selected window.  Otherwise restore pre 2008-09-13 behavior.
1652         (select-frame-by-name): Use select-frame-set-input-focus.
1654         * files.el (switch-to-buffer-other-frame): Don't raise frame since
1655         pop-to-buffer already does it.
1656         (display-buffer-other-frame): Fix doc-string.
1658 2008-09-16  Glenn Morris  <rgm@gnu.org>
1660         * add-log.el (diff-find-source-location): Update declaration.
1662         * progmodes/make-mode.el (makefile-match-function-end):
1663         Move point.  (Bug#983)
1665 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
1667         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
1669 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
1671         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
1672         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
1674 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1676         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
1678 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
1680         * files.el (file-truename): Don't raise args-out-of-range error
1681         when filename has no separator on windows-nt.  (Bug#982)
1683 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1685         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
1686         be more honest when we don't know.
1687         (diff-tell-file-name): Don't prompt before the actual prompt.
1688         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
1689         (diff-find-source-location): Add `noprompt' argument.
1690         (diff-current-defun): Don't prompt.
1692 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1694         * proced.el (proced-mark-face, proced-marked-face)
1695         (proced-sort-header-face): Remove.
1696         (proced-font-lock-keywords): Simplify.
1697         (proced-format): Use face proced-sort-header.
1698         (proced-format-interactive, proced-sort-interactive)
1699         (proced-filter-interactive): Only call proced-update if the scheme
1700         has changed.
1701         (proced-sort-header): Use posn-actual-col-row.
1703 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
1705         * add-log.el (change-log-find-window): New variable.
1706         (change-log-goto-source-1, change-log-goto-source):
1707         Set change-log-find-window to window displaying source.
1708         (change-log-next-error): Select window specified by
1709         change-log-find-window.
1711 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
1713         * frame.el (select-frame-set-input-focus): With focus follows
1714         mouse move mouse cursor to right window.
1715         * window.el (pop-to-buffer): Select window before calling
1716         select-frame-set-input-focus.
1718 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1720         * proced.el (proced-sort-header): New face.
1721         (proced-sort-header-face): New variable.
1722         (proced-format): Allow format value nil.
1723         Use proced-sort-header-face for header of sort column.
1724         (proced-format-args): New function.
1725         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
1726         (proced-header-help-echo, proced-field-help-echo, proced-timer)
1727         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
1728         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
1729         (proced-sort-header): Bind also to mouse-1.
1730         (proced-move-to-goal-column): Return position of point.
1731         (proced-filter-interactive): Always revert listing.
1732         (proced-format-ttname): Simplify.
1733         (proced-update): Do not keep undo information.  Put point at
1734         beginning of buffer if we generate the first listing.
1736 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
1738         * doc-view.el (doc-view-scroll-up-or-next-page)
1739         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
1740         vertically split windows.
1742 2008-09-12  Glenn Morris  <rgm@gnu.org>
1744         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
1746         * indent.el (indent-line-function): Doc fix.
1747         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
1749 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
1751         * window.el (pop-to-buffer): If the window for buffer-or-name is
1752         not on the selected frame, raise that window's frame and give it
1753         input focus.  (Bug#745)
1755 2008-09-11  Glenn Morris  <rgm@gnu.org>
1757         * ido.el (ido-mode): Initialize with custom-initialize-default,
1758         rather than a set function.  (Bug#947)
1760 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
1762         * replace.el (perform-replace): Don't set inhibit-read-only using
1763         query-replace-skip-read-only (bug#956).
1765         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
1766         of the <<foo>> form.
1768 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
1770         * window.el (display-buffer): Fix doc-string typo.
1772 2008-09-10  Kenichi Handa  <handa@m17n.org>
1774         * composite.el (compose-gstring-for-graphic): Fix previous change.
1776 2008-09-10  Glenn Morris  <rgm@gnu.org>
1778         * info.el (Info-try-follow-nearest-node): Fix doc typo.
1780 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
1782         * info.el (Info-mouse-follow-nearest-node): Follow links to different
1783         manuals.  (Bug#886)
1785 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
1787         * ido.el (ido-unload-function): New function.
1789 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
1791         * ido.el (ido-file-internal): Fix typo in prompt.
1792         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
1793         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
1794         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
1795         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
1796         Fix typos in docstrings.
1798 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
1800         * help-fns.el (describe-function-1): Don't print extra newline
1801         after filling.
1803 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1805         * help-fns.el (find-lisp-object-file-name): Handle case where
1806         library is compressed.
1808 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
1810         * complete.el (PC-do-completion): Don't replace buffer
1811         contents (bug#227).
1813 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
1815         * loadhist.el (unload-feature-special-hooks):
1816         Add `choose-completion-string-functions'.
1818 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1820         * vc-svn.el (vc-svn-root):
1821         * vc-sccs.el (vc-sccs-root):
1822         * vc-rcs.el (vc-rcs-root):
1823         * vc-cvs.el (vc-cvs-root): Delete.
1824         * vc-hooks.el (vc-find-root): Remove `invert' argument.
1826 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1828         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
1829         errors occurring in different files.
1831 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
1833         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
1834         (vc-bzr-status-printer): New function.
1835         (vc-bzr-after-dir-status): Deal with renamed files.
1837 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
1839         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
1840         buffer's filename.
1842 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
1844         * subr.el (cancel-change-group): Widen buffer temporarily when
1845         undoing changes.  (Bug#810)
1847 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
1849         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
1850         with gud-stop-subjob rather than exit debugger.
1852 2008-09-07  Kenichi Handa  <handa@m17n.org>
1854         * composite.el: Compose combining characters only when it
1855         follows a character matching with "[[:alpha:]]".
1857 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1859         * proced.el: Require time-date.
1860         (proced-command-alist, proced-command, proced-goal-header-re)
1861         (proced-sorting-schemes-alist, proced-sorting-scheme)
1862         (proced-header-alist, proced-sorting-schemes-re)
1863         (proced-skip-regexp, proced-next-line, proced-previous-line)
1864         (proced-listing-type, proced-sorting-scheme-p): Remove.
1865         (proced-grammar-alist, proced-custom-attributes)
1866         (proced-format-alist, proced-format, proced-filter-alist)
1867         (proced-filter, proced-sort, proced-goal-attribute)
1868         (proced-timer-interval, proced-timer-flag, proced-timer)
1869         (proced-process-alist, proced-sort-internal, proced-process-tree)
1870         (proced-header-help-echo, proced-field-help-echo): New variables.
1871         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
1872         (proced-omit-process, proced-filter, proced-process-tree)
1873         (proced-filter-children, proced-children-pids)
1874         (proced-filter-parents, proced-<, proced-string-lessp)
1875         (proced-time-lessp, proced-xor, proced-sort-p)
1876         (proced-format-time, proced-format-start, proced-format-ttname)
1877         (proced-format, proced-process-attributes): New functions.
1878         (proced-toggle-timer-flag, proced-mark-children)
1879         (proced-mark-parents, proced-filter-interactive)
1880         (proced-filter-attribute, proced-sort-interactive)
1881         (proced-sort-header, proced-format-interactive): New commands.
1882         (proced-move-to-goal-column): Use goal-column.
1883         (proced-mode): Use proced-timer.
1884         (proced-do-mark-all): Display process count.  Use use-region-p.
1885         Simplify.
1886         (proced-omit-processes): Use use-region-p.
1887         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1888         (proced-sort-start, proced-sort-time, proced-sort-user):
1889         Use proced-sort-interactive.
1890         (proced-sort): Make it a function that performs the actual sort.
1891         (proced-update): New arg revert.  Use proced-process-alist,
1892         proced-filter, proced-sort, proced-format, and
1893         proced-grammar-alist.  Preserve position of point based on fields.
1894         Make header line and fields clickable.
1895         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
1896         (proced-why): Use save-selected-window.
1897         (proced-log): Use buffer-read-only.
1899 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
1901         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
1903 2008-09-06  Glenn Morris  <rgm@gnu.org>
1905         * add-log.el (diff-find-source-location): Declare.
1906         (find-change-log): If called from a diff buffer, try to switch to the
1907         source buffer (e.g. to respect change-log-default-name there).
1909         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
1910         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
1912         * Makefile.in (ELCFILES): Update.
1914 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
1916         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
1917         user enters a mouse event in another frame, or a special event.
1919         * server.el (server-switch-buffer): New arg.
1920         (server-execute): If reusing an existing window, set file position
1921         if required.
1923 2008-09-06  Kenichi Handa  <handa@m17n.org>
1925         * language/lao.el: Fix setting of composition-function-table.
1927 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
1929         * term/pc-win.el (msdos-show-help): Don't truncate lines while
1930         displaying help echo messages.
1932 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
1934         * subr.el (symbol-file): Fix doc-string.
1936 2008-09-06  Glenn Morris  <rgm@gnu.org>
1938         * help-mode.el (help-xref-forward-stack): Doc fix.
1940         * add-log.el (change-log-default-name): Autoload safety.
1942 2008-09-05 Wilson Snyder  <wsnyder@wsnyder.org>
1944         * verilog-mode.el (verilog-library-extensions): Enable .sv
1945         filename extensions to call verilog-mode.
1946         (verilog-auto, verilog-auto-inst, verilog-faq)
1947         (verilog-submit-bug-report): Update author support URLs.
1948         (verilog-delete-auto, verilog-auto-inout-module)
1949         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
1950         creating complemented testbench modules.  Suggested by Yishay Belkind.
1951         (verilog-auto-inst-port, verilog-simplify-range-expression):
1952         When verilog-auto-inst-param-value is set, don't require a
1953         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
1954         Yishay Belkind.
1955         (verilog-auto-inst-param-value): Add safe variable.
1956         (verilog-re-search-forward, verilog-re-search-backward):
1957         Fix returning wrong search results on Emacs 22.1.
1958         (verilog-modi-cache-results, verilog-auto): Fix warning message
1959         about "toggling font-lock-mode."
1960         (verilog-auto): Fix losing font-lock on errors.
1961         (verilog-auto-inst-param-value, verilog-mode-version)
1962         (verilog-mode-version-date, verilog-read-inst-param-value)
1963         (verilog-auto-inst, verilog-auto-inst-param)
1964         (verilog-auto-inst-port, verilog-simplify-range-expression):
1965         Allow parameters to be replaced with their values, on the expansion of
1966         an AUTOINST with Verilog 2001 style parameter settings.
1967         Suggested by David Rogoff.
1969 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
1971         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
1972         Better support for the property statement.  Sometimes this keyword
1973         introduces a statement which requires an endproperty keyword, and
1974         sometimes it doesn't, depending on the work before the property
1975         word.  If property is prefixed with assert, assume or cover
1976         keyword, then the statement is ended with a ';'.  Otherwise,
1977         property is like task or specify, and is followed by some number
1978         of statements, which are ended with an endproperty keyword.
1979         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
1980         in a highlighted region: indent each line in region according to
1981         mode.  Supply this so it works in XEmacs and older Emacs.
1983 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1985         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
1986         Don't clean up a buffer when killing it.
1988 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1990         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
1991         buffers (bug#360).  New version 11.2.1.
1992         (whitespace-action): New value `warn-read-only' to give a warning when
1993         buffer is read-only and whitespace action is cleanup or auto-cleanup.
1994         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
1995         (whitespace-warn-read-only): New fun.
1997 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
1999         * international/quail.el: Require help-mode.
2000         (quail-help-init): Function removed.
2001         (quail-keyboard-layout-button, quail-keyboard-customize-button):
2002         Define directly.
2004         * dired.el (dired-get-filename): Rewrite octal escape character
2005         processor (bug#885).
2007 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
2009         * cus-edit.el (custom-button-pressed): Default to inverse-video.
2011         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2012         not just for terminal-frame.
2014 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
2016         * window.el (window--try-to-split-window): Don't split when window
2017         is not splittable in last disjunct.  (Bug#888)
2019 2008-09-05  Kenichi Handa  <handa@m17n.org>
2021         * language/tibetan.el: Fix setting of composition-function-table.
2023         * composite.el (find-composition): Mention about the automatic
2024         composition in the docstring.
2025         (compose-gstring-for-graphic): Fix handling "above" marks.
2027         * descr-text.el (describe-char): Fix handling of automatic composition.
2029 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
2031         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2032         (tramp-parse-connection-properties): Reflow docstring.
2034 2008-09-04  Kim F. Storm  <storm@cua.dk>
2036         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2037         and other-frame methods when switching between file and buffer modes.
2039 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
2041         * info.el (Info-dir-remove-duplicates): Narrow buffer when
2042         removing duplicate entries under same heading.  Don't skip char
2043         matching anything but a space or tab at bol.  (Bug#864)
2045 2008-09-03  Alan Mackenzie  <acm@muc.de>
2047         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2049 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2052         (completion-pcm--all-completions): Move the case-fold-search binding to
2053         it also applies to completion-regexp-list (used in all-completions).
2054         (completion-pcm--hilit-commonality): Add missing case-fold-search.
2056 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
2058         * window.el (pop-up-frame-function): Move ...
2059         * frame.el (pop-up-frame-function): ... here, to avoid
2060         "CHANGED outside Customize;".
2062 2008-09-03  Glenn Morris  <rgm@gnu.org>
2064         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2066 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
2068         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2069         non-alphabetical characters properly.
2071 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2073         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2075 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
2077         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2078         control-prefixed keys.  (Bug#835)
2080 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
2082         * image-mode.el (image-mode): Fix 2008-07-19 change.
2084 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
2086         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
2088         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2090 2008-09-02  Glenn Morris  <rgm@gnu.org>
2092         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
2094         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2096 2008-09-01  Glenn Morris  <rgm@gnu.org>
2098         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
2099         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
2100         and fix name typos.  (Bug#856)
2102 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
2104         * minibuffer.el (completion-pcm--pattern->regex):
2105         When completion-ignore-case is non-nil, generate a regexp that
2106         ignores case.
2108         * window.el (recenter-top-bottom): Doc fix.
2110 2008-09-01  Simon South  <ssouth@member.fsf.org>
2112         * progmodes/delphi.el: New maintainer.
2113         (delphi-interface-types): New var.
2114         (delphi-composite-types): Use it.
2115         (delphi-enclosing-indent-of): Distinguish between "interface"
2116         keyword as a unit separator and used like a class declaration.
2118 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
2120         * help-fns.el (describe-simplify-lib-file-name)
2121         (find-source-lisp-file): Remove.
2122         (find-lisp-object-file-name): New function giving preference to
2123         files found via load-path instead of loaddefs.el.
2124         (describe-function-1): Use new function instead of the removed
2125         ones.  (Bugs #587, #669, #690)
2126         * faces.el (describe-face): Use find-lisp-object-file-name instead
2127         of describe-simplify-lib-file-name.
2129 2008-09-01  Kenichi Handa  <handa@m17n.org>
2131         * international/mule-diag.el (font-show-log): Fix previous change.
2133         * international/mule-cmds.el (set-language-environment):
2134         Don't overwrite current-iso639-language if the current language
2135         environment doesn't provide that data.
2136         (set-locale-environment): Set current-iso639-language from the
2137         locale name.
2139         * international/fontset.el (script-representative-chars): Re-add
2140         the entry for symbol, but with vector of characters.
2141         (setup-default-fontset): Cancel previous change.
2143 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
2145         * ido.el: Move provide statement to the end of the file.
2147 2008-08-30  Markus Triska  <markus.triska@gmx.at>
2149         * linum.el (linum-mode): `window-size-change-functions' can now be
2150         buffer-local.
2151         (linum-update-window): Use result of `move-overlay'.
2153 2008-08-30  Glenn Morris  <rgm@gnu.org>
2155         * subr.el (make-variable-frame-local): Tweak obsolescence message.
2157         * info.el (Info-hide-note-references, Info-refill-paragraphs):
2158         Doc fixes.
2160         * apropos.el (apropos-command): Report documentation errors.
2161         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
2163 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
2165         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
2166         string.
2168 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
2170         * bindings.el (mode-line-frame-identification): Fix last change.
2172 2008-08-29  Kenichi Handa  <handa@m17n.org>
2174         These changes are to adjust the automatic composition for the new
2175         implementation (avoid using text property).
2177         * composite.el (composition-function-table): Move declaration to
2178         composite.c.
2179         (terminal-composition-base-character-p): Delete it.
2180         (terminal-composition-function): Delete it.
2181         (terminal-composition-function-table): Delete it.
2182         (lgstring-header, lgstring-set-header, lgstring-font)
2183         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
2184         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
2185         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
2186         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
2187         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
2188         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
2189         (compose-glyph-string, compose-glyph-string-relative)
2190         (compose-gstring-for-graphic, compose-gstring-for-terminal):
2191         New functions.
2192         (auto-compose-chars): Argument changed.
2194         * language/european.el: Don't setup composition-function-table.
2195         (diacritic-composition-pattern, diacritic-compose-region)
2196         (diacritic-compose-string, diacritic-compose-buffer)
2197         (diacritic-composition-function): Delete them.
2199         * language/lao-util.el (lao-composition-function): Argument changed.
2201         * language/sinhala.el: Fix setting up of composition-function-table.
2203         * language/thai.el: Fix setting up of composition-function-table.
2205         * language/thai-util.el: Encoding changed to utf-8.
2206         (thai-composition-function): Argument changed.
2208         * language/indian.el: Fix setting up of composition-function-table.
2209         (devanagari-composable-pattern)
2210         (tamil-composable-pattern, kannada-composable-pattern)
2211         (malayalam-composable-pattern): New variables.
2213         * international/characters.el (unicode-category-table):
2214         Setup unicode-category-table.
2216         * international/fontset.el (setup-default-fontset): Prepend
2217         iso10646-1 fonts to the fallback font groups instead of appending.
2219 2008-08-29  Glenn Morris  <rgm@gnu.org>
2221         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
2223 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2225         * term/x-win.el (x-win-suspend-error): Don't signal error if there
2226         are no X frames active.
2228 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
2230         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
2231         `ignore-errors' (the function must succeed always).
2233 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
2235         * json.el (json-read-number): New arg.  Handle explicitly signed
2236         numbers.
2237         (json-readtable): Add `+' and `.'.
2239 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
2241         * term/pc-win.el (msdos-previous-message): New variable.
2242         (msdos-show-help): New function.
2243         (msdos-initialize-window-system): Set show-help-function to
2244         msdos-show-help.
2246 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
2248         * emacs-lisp/debug.el (debug): When killing a noninteractive
2249         Emacs, give an exit status of -1.
2251 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2253         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
2255 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
2257         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
2258         not the same as the last modification time, fall back on the
2259         backend-specific check.
2261 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
2263         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
2264         to go to the position of interest.
2266 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
2268         * textmodes/artist.el (artist-mode-init): Add comment on the
2269         setting up of the `artist-replacement-table' array.
2270         (artist-get-replacement-char): New defsubst.
2271         (artist-get-char-at-xy-conv, artist-replace-char)
2272         (artist-replace-chars, artist-replace-string): Use it instead of
2273         accessing `artist-replacement-table' directly.
2274         Reported by Rubén Berenguel <ruben@maia.ub.es>.
2276         (artist-mt): Fix structures for cut and copy operations.
2278 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
2280         * shell.el (shell-file-name-quote-list): Quote `$'.
2282         * comint.el (comint-dynamic-complete-as-filename): Generalize last
2283         change to allow quoting of characters before point.
2284         (comint-dynamic-list-filename-completions): Quote common substring.
2286 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
2288         * comint.el (comint-dynamic-complete-as-filename): If case is
2289         ignored while matching, replace the entire filename with completion.
2291         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
2292         flyspell-pre-point is valid to avoid signalling an error in
2293         post-command-hook.
2295 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
2297         * linum.el (linum): Inherit remaining face attributes from default
2298         face.
2300 2008-08-26  Markus Triska  <markus.triska@gmx.at>
2302         * linum.el (linum-delay): Disable - it should no longer be
2303         necessary, and can lead to longer delays.
2304         (linum-update-window): Renumber if margin width has changed.
2306 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
2308         * epa.el (epa--key-widget-action): Save the selected window to
2309         make `widget-button-click-moves-point' work.  (Bug#733).
2311 2008-08-26  Glenn Morris  <rgm@gnu.org>
2313         * calendar/holidays.el (calendar-holidays): Doc fix.
2315         * progmodes/gud.el (tramp-file-name-localname)
2316         (tramp-dissect-file-name): Declare.
2318         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
2320 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
2322         * bindings.el (mode-line-frame-control): New function, caters to
2323         `pc' ``window system''.
2324         (mode-line-frame-identification): Use it instead of accessing
2325         window-system directly.
2327 2008-08-25  Juri Linkov  <juri@jurta.org>
2329         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
2330         `center-line' and "\eS" from `center-paragraph'.
2331         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
2332         `center-paragraph'.
2334 2008-08-25  Ulf Jasper  <ulf@web.de>
2336         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
2337         (newsticker-treeview-treewindow-width): New.
2338         (newsticker-treeview-listwindow-height): New.
2339         (newsticker-treeview-browse-url-item): New.
2340         (newsticker-treeview-mode-map):
2341         Add newsticker-treeview-browse-url-item.
2342         (newsticker--treeview-window-init):
2343         Use newsticker-treeview-treewindow-width and
2344         newsticker-treeview-listwindow-height.
2346         * net/newst-reader.el (newsticker-browse-url-item): New.
2348 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2350         * vc-dir.el (vc-dir-marked-only-files-and-states):
2351         (vc-dir-child-files-and-states): Reverse the list before returning it.
2353 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
2355         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
2357 2008-08-24  Romain Francoise  <romain@orebokech.com>
2359         * progmodes/python.el (run-python): Remove '' from sys.path.
2361 2008-08-23  Glenn Morris  <rgm@gnu.org>
2363         * progmodes/fortran.el (fortran-tab-mode-string)
2364         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
2366 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
2368         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
2369         Add declare-function.
2371         * startup.el (command-line): Don't call tty-register-default-colors
2372         if initial-window-system is `pc'.
2374         * term/internal.el (local-function-key-map): Fix unbalanced parens.
2375         (msdos-key-remapping-map): New variable.  Move here all the special
2376         keys we will be remapping via local-function-key-map.
2377         (msdos-setup-keyboard): New function.
2379         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
2380         make-msdos-frame.
2381         (terminal-init-internal): New function, errors out if called.
2382         (msdos-initialize-window-system): New function.
2383         (msdos-create-frame-with-faces): Set the terminal's
2384         `terminal-initted' (sic!) parameter.
2385         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
2386         (window-system-initialization-alist):
2387         Add msdos-initialize-window-system.
2388         (handle-args-function-alist): Use tty-handle-args for `pc'
2389         ``window system'' as well.
2390         (pc-win): Provide.
2392         * term/tty-colors.el (tty-register-default-colors): Remove bogus
2393         code for using msdos-color-values.
2395         * loadup.el [ms-dos]: Load term/pc-win.
2397 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
2399         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
2400         directory name.
2402 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
2404         * progmodes/gud.el (gud-common-init): Use absolute file so that
2405         perldb works with tramp (sudo).
2407         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
2408         match data in process filters.
2410 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
2412         * dired.el (dired-buffer-stale-p): Do not revert buffer that
2413         can be written.
2415 2008-08-23  Glenn Morris  <rgm@gnu.org>
2417         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
2418         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
2420 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2422         * subr.el (temp-buffer-show-hook): Doc fix.
2424 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
2426         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
2427         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
2428         <tassilo@member.fsf.org>.
2430         * net/trampver.el: Update release number.
2432         * net/xesam.el (xesam-minor-mode): New minor mode.
2433         (xesam-highlight-buffer): Remove.  Code moved to
2434         `xesam-minor-mode'.
2435         (xesam-refresh-entry): Use `xesam-minor-mode'.
2437 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
2439         * minibuffer.el (completion--try-word-completion):
2440         Disable partial-completion when considering the addition of a space
2441         or hyphen.
2443 2008-08-21  John Paul Wallington  <jpw@pobox.com>
2445         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
2446         filename of `tofile' doesn't contain any colons on Windows,
2447         Cygwin, and MS-DOS systems.
2449 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
2451         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
2452         (epg-context-set-progress-callback): Make sure the callback is a
2453         cons of a function and a handback.  Update all callers.
2455 2008-08-20  David Reitter  <david.reitter@gmail.com>
2457         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
2458         Patch applied by Adrian Robert.
2460 2008-08-20  Kevin Ryde  <user42@zip.com.au>
2462         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
2463         directive lines.
2465 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
2467         * net/xesam.el (xesam-highlight-string): Precise doc string.
2468         (xesam-highlight-buffer): New defun.
2469         (xesam-refresh-entry): Use it.  Better check for sourceModified.
2471 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
2473         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
2474         their names.
2476 2008-08-19  Kenichi Handa  <handa@m17n.org>
2478         * language/european.el ("Esperanto"): Change the preferred
2479         charsets to iso-8859-3.
2481         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
2483         * international/fontset.el (script-representative-chars):
2484         Delete the entry for symbol.
2485         (setup-default-fontset): For symbol characters, don't specify
2486         :script property.
2488 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
2490         * minibuffer.el (completion-table-dynamic): Doc fix.
2492         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
2493         saved.
2495 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
2497         * emulation/edt.el (edt-default-emulation-setup):
2498         Share global-buffers-menu-map with the emulated global map.
2500 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
2502         * term/ns-win.el (global): Uncomment "put backspace
2503         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
2505 2008-08-18  Kenichi Handa  <handa@m17n.org>
2507         * international/mule-diag.el (font-show-log): Add optional arg N
2508         to control the limit of font listing.
2510 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
2512         * window.el (recenter-top-bottom): Determine top and bottom
2513         positions using scroll-margin instead of scroll-conservatively.
2515 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2517         * proced.el (proced-send-signal): Use beginning-of-line.
2519 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2521         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
2522         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
2523         listing types.
2524         (proced-log-buffer): New variable.
2525         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
2526         region if transient-mark-mode is turned on and the region is active.
2527         (proced-omit-processes): Rename from proced-hide-processes to
2528         avoid key clash with describe-mode (bound to h).  Search for
2529         marked processes starting from point-min.
2530         (proced-header-space): Remove.
2531         (proced-send-signal): Handle errors.  Operate on current process
2532         if no process is marked.
2533         (proced-why): New command.
2534         (proced-log, proced-log-summary): New functions.
2535         (proced-help): Use proced-why.
2536         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
2537         (bibtex-autokey-year-title-separator): Fix docstring.
2539 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
2541         * net/xesam.el (xesam-vendor, xesam-notify-function):
2542         New local variables.
2543         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
2544         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
2545         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
2546         (xesam-new-search): Initialize `xesam-vendor'.
2548 2008-08-15  Glenn Morris  <rgm@gnu.org>
2550         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
2551         a pipeline.
2552         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
2553         unless at the end of the pipeline.  (Bug#699).
2555 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
2557         * minibuffer.el (completion-boundaries): Doc fix.
2558         (display-completion-list): Only default base-size to zero if
2559         completing in the minibuffer.
2561         * simple.el (completion-base-size): Doc fix.
2562         (choose-completion): Try reselecting completion-reference-buffer.
2564 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
2566         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
2567         also for remote directories.
2569 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
2572         since those precomputed values aren't used any more.
2573         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
2575 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
2577         * help.el (with-help-window): Return last value in BODY.
2579 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
2581         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
2582         notify function of the URL.
2583         (xesam-new-search): Encode special characters in the query string.
2585 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
2587         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
2589 2008-08-13  Andreas Schwab  <schwab@suse.de>
2591         * net/tramp.el (tramp-handle-shell-command): Handle output going
2592         to current buffer like shell-command.  Don't disable undo.
2594 2008-08-13  Glenn Morris  <rgm@gnu.org>
2596         * eshell/esh-cmd.el (eshell/which): Handle the case where no
2597         description is found.
2599 2008-08-12  Alan Mackenzie  <acm@muc.de>
2601         * progmodes/cc-defs.el (c-emacs-features):
2602         argumentative-bod-function: bind mark-ring to avoid accumulating a
2603         spurious mark.
2605 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
2607         * simple.el (visual-line--saved-state): New var.
2608         (visual-line-mode): Save local values of variables, and restore
2609         them when visual-line-mode is disabled.
2611 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
2613         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
2615 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
2617         * progmodes/cc-defs.el (c-emacs-features):
2618         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
2619         moving point during the test.
2621         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
2623 2008-08-11  Glenn Morris  <rgm@gnu.org>
2625         * term/ns-win.el (x-parse-geometry): Doc fix.
2627         * dired.el (x-popup-menu):
2628         * hi-lock.el (x-popup-menu):
2629         * mouse.el (font-face-attributes):
2630         * calendar/cal-menu.el (x-popup-menu):
2631         * calendar/calendar.el (x-popup-menu):
2632         * calendar/holidays.el (x-popup-menu):
2633         * progmodes/cperl-mode.el (x-popup-menu):
2634         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
2635         (x-open-connection):
2636         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
2637         (x-command-line-resources):
2638         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
2639         (x-display-name, x-command-line-resources):
2640         Add declarations for builds without X.
2642 2008-08-10  Glenn Morris  <rgm@gnu.org>
2644         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
2646 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
2648         * vc-bzr.el (vc-bzr-find-revision): Rename from
2649         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
2651 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
2653         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
2654         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
2655         "DONE", when all hits are retrieved.
2656         (xesam-search): Autoload it.
2658 2008-08-11  John Paul Wallington  <jpw@pobox.com>
2660         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
2661         empty string when no filename.
2662         (define-ibuffer-column filename): Accommodate that change.
2664         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
2665         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
2667 2008-08-10  Glenn Morris  <rgm@gnu.org>
2669         * Makefile.in (ELCFILES): Update.
2671 2008-08-10  John Paul Wallington  <jpw@pobox.com>
2673         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
2675 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
2677         * battery.el (battery-echo-area-format, battery-status-function):
2678         Handle new Linux sysfs format for battery reporting.
2679         (battery-linux-sysfs): New function.
2681 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
2683         * add-log.el (change-log-search-tag-name)
2684         (change-log-goto-source): Fix behavior when point is not on tag.
2686 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
2688         * startup.el (command-line-ns-option-alist): Use ignore instead of
2689         ns-ignore-0-arg.
2691         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
2692         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
2693         (ns-alternatives-map): New variable.
2694         (x-set-up-function-keys): Use it.
2695         (global): Comment out "put backspace ascii-character..." and friends.
2696         Move function-key-map into ns-alternatives-map.  Don't call
2697         precompute-menubar-bindings.  Don't set anything connected with
2698         browse-url.
2699         (after-make-frame-functions): Clarify comment why a hook is added.
2701 2008-08-06  Joakim Verona  <joakim@verona.se>
2703         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
2704         in url:s.
2706 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2708         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
2709         Fix 2008-01-01 change: use a shy group to not affect subsequent
2710         match calls.
2712 2008-08-06  Reto Zimmermann  <reto@gnu.org>
2714         * progmodes/vera-mode.el (vera-electric-tab):
2715         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
2716         region when active.
2718 2008-08-06  Kenichi Handa  <handa@m17n.org>
2720         * faces.el (face-valid-attribute-values): Fix handling the value
2721         of (font-family-list) and font-XXX-table.
2723 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2725         * proced.el (proced-menu): Bind the correct function to for toggling.
2727         * vc-dir.el (vc-dir-mode): Fix typo.
2729 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2731         * whitespace.el (whitespace-newline-mode)
2732         (global-whitespace-newline-mode, whitespace-mode)
2733         (global-whitespace-mode): Improve docstring.
2735 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
2737         * kmacro.el (kmacro-exec-ring-item): Add autoload.
2739         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
2741         * cus-start.el (all): Handle auto-save-visited-file-name.
2743 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
2745         * files.el (hack-one-local-variable-eval-safep): Handle
2746         lisp-indent-function and scheme-indent-function in addition to the
2747         deprecated lisp-indent-hook.
2749 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
2751         * net/xesam.el (top): Require `wid-edit' always.
2752         (xesam-mode-line, xesam-highlight): New deffaces.
2753         (xesam-objects): New local variable.
2754         (xesam-search-engines): Fix error in field list.
2755         (xesam-mode): Use `xesam-mode-line' instead of
2756         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
2757         proper initialization (why?).
2758         (xesam-highlight-string, xesam-get-hits)
2759         (xesam-kill-buffer-function): New defuns.
2760         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
2761         result of "hit.fields", it isn't a string only.  Wrap an error of
2762         the strigi search engine ("xesam:size" is returned as string).
2763         Highlight search items.
2764         (xesam-refresh-search-buffer): Make logic of counters more simple.
2765         Prefetch next hits.
2766         (xesam-signal-handler): Use `xesam-mode-line' instead of
2767         `font-lock-type-face'.
2768         (xesam-new-search): Add `xesam-kill-buffer-function' to
2769         `kill-buffer-hook'.
2771 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
2773         * add-log.el (change-log-next-error, change-log-mode): Add support
2774         for `next-error' to call `change-log-goto-source' on named files
2775         in a ChangeLog.
2777 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
2779         * calc/calc.el (math-read-number): Handle all C-like languages
2780         properly.
2782 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2784         * calc/calc.el (math-read-number): Handle C numbers beginning with
2785         0 correctly.
2787 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2789         * term/ns-win.el ([ns-new-frame]): New global key.
2791 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
2793         * international/mule-cmds.el (read-char-by-name):
2794         Check UCS names with `assoc-string' and case folding.
2796 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
2798         * net/dbus.el (dbus-call-method-asynchronously)
2799         (dbus-method-return-internal, dbus-method-error-internal):
2800         Declare them with `declare-function'.
2802 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
2804         * descr-text.el (describe-char-display): Fix last change:
2805         don't pass CHARSET to `encoded-string-description'.
2807 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
2809         * vc.el (vc-next-action): Update list var correctly after delete.
2811 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2813         * ido.el (ido-mode): Add toggle notification.
2815         * cus-edit.el (custom-save-all): Avoid destroying symlink if
2816         already visiting the custom file.
2818         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2819         pending output coming after the status change.
2821 2008-08-02  Jason Rumney  <jasonr@gnu.org>
2823         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
2825 2008-08-01  Kenichi Handa  <handa@m17n.org>
2827         * international/mule-cmds.el (encode-coding-char):
2828         New optional arg CHARSET.
2830         * descr-text.el (describe-char-display): Call encode-coding-char
2831         with the arg CHARSET.
2832         (describe-char): Pay attention to the text-property `charset'.
2834 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
2836         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
2837         error messages.
2838         (dbus-set-property): Call `dbus-introspect-get-property' instead
2839         of `dbus-get-property'.
2841         * net/xesam.el (xesam-all-fields): Remove source and content
2842         identifiers.
2843         (xesam-dbus-unique-names): New defvar.
2844         (xesam-dbus-call-method): New defun.  Replace all calls of
2845         `dbus-call-method' by `xesam-dbus-call-method'.
2846         (xesam-get-cached-property, xesam-set-cached-property):
2847         New defuns.
2848         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
2849         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
2850         (xesam-search-engines): Make it an association list.  Take changed
2851         layout into account in the corresponding function.
2852         (xesam-delete-search-engine): Remove check for consistency of
2853         `xesam-search-engines', not needed anymore.
2854         (xesam-mode): Show XML query string only in the debug case.
2856 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
2858         * files.el (read-file-modes): Fix typo in docstring.
2860 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
2862         * Makefile.in: Avoid maintainer warning for autogenerated unicode
2863         files.
2865         * apropos.el (apropos-symbol): Don't set button skip by default.
2866         (apropos-print): Set button skip iff searching for multiple types.
2867         (apropos-print-doc): Insert blank label button when searching for
2868         a single type.
2870         * button.el (forward-button): Avoid infloop.
2872         * minibuffer.el (read-file-name-completion-ignore-case):
2873         Add cygwin to the list.
2875 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
2877         * files.el (abbreviate-file-name): When replacing $HOME with ~,
2878         turn off case-fold-search.
2880 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
2882         * net/dbus.el (top): Don't register for "NameOwnerChanged".
2883         (dbus-message-type-invalid, dbus-message-type-method-call)
2884         (dbus-message-type-method-return, dbus-message-type-error)
2885         (dbus-message-type-signal): New defconst.
2886         (dbus-ignore-errors): Fix `edebug-form-spec' property.
2887         (dbus-return-values-table): New defvar.
2888         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
2889         New defun.
2890         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
2891         Extend docstring.  Adapt implementation according to new
2892         `dbus-event' layout.
2893         (dbus-event-service-name, dbus-event-path-name)
2894         (dbus-event-interface-name, dbus-event-member-name):
2895         Adapt implementation according to new `dbus-event' layout.
2896         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
2898         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
2899         (xesam-mode): Rework implementation.
2900         (xesam-new-search): Additional parameter TYPE.
2901         (xesam-search): Adapt call of `xesam-new-search'.
2903 2008-07-31  Juri Linkov  <juri@jurta.org>
2905         * dired-aux.el (dired-do-chmod): Set default value to the original
2906         mode string using absolute notation like u=rwx,g=rx,o=rx.
2907         Use it as a new arg `default' of `dired-mark-read-string'.
2908         (dired-mark-read-string): Add new optional arg `default'.
2910         * files.el (read-file-modes): Set default value to the original
2911         mode string using absolute notation like u=rwx,g=rx,o=rx.
2912         Use it as the `default' arg of `read-string'.
2914         * filesets.el (filesets-cmd-isearch-getargs): Check if the
2915         variable `files' is bound to avoid warnings.
2917         * isearch.el (isearch-forward-regexp, isearch-forward-word)
2918         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
2919         to the command `isearch-forward' instead of displaying "See C-s".
2920         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
2921         with their interactive specifications.  Move reading the face name to
2922         the main body after calls to isearch-done and isearch-clean-overlays.
2924         * mb-depth.el: Unify all names under one common name prefix
2925         `minibuffer-depth-'.
2926         (minibuffer-depth-indicator-function): Rename from
2927         `minibuf-depth-indicator-function'.
2928         (minibuffer-depth-overlay): Rename from
2929         `minibuf-depth-overlay'.
2930         (minibuffer-depth-setup): Rename from
2931         `minibuf-depth-setup-minibuffer'.
2932         (minibuffer-depth-indicate-mode): Rename from
2933         `minibuffer-indicate-depth-mode'.
2935 2008-07-31  Juri Linkov  <juri@jurta.org>
2937         * dired-aux.el (dired-isearch-filenames-toggle): New command.
2938         (dired-isearch-filenames-setup): Bind "\M-sf" to
2939         dired-isearch-filenames-toggle in isearch-mode-map.
2940         (dired-isearch-filenames-end): Bind "\M-sf" to nil
2941         in isearch-mode-map.
2943         * isearch.el (isearch-edit-string-set-word): New command.
2944         (minibuffer-local-isearch-map): Bind "\C-w" to
2945         isearch-edit-string-set-word.
2946         (isearch-new-word): Temporary internal variable.
2947         (isearch-edit-string): Remove special case of reading the
2948         first character and checking it for C-w.
2950         * simple.el (read-shell-command, shell-command):
2951         Move code that uses minibuffer-with-setup-hook to set
2952         minibuffer-default-add-function to minibuffer-default-add-shell-commands
2953         from the interactive spec of `shell-command' to `read-shell-command'.
2955         * international/mule-cmds.el (read-char-by-name):
2956         Accept hash notation.  Doc fix.
2957         (ucs-insert): Doc fix.  Convert to number only when `arg' is
2958         a string.  Use separate error message when `arg' is not an integer.
2959         Bind `ucs-insert' to `C-x 8 RET'.
2961 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
2963         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
2964         move the (arglist-cont-nonempty) from c-offsets-alist to
2965         c-hanging-braces-alist like other styles already have.
2967 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2969         * textmodes/texinfmt.el:
2970         * nxml/nxml-enc.el:
2971         * mail/feedmail.el:
2972         * international/mule.el:
2973         * international/latexenc.el:
2974         * emulation/viper-util.el:
2975         * emulation/viper-init.el:
2976         * emulation/viper-ex.el:
2977         * emacs-lisp/bytecomp.el:
2978         * version.el:
2979         * subr.el:
2980         * startup.el:
2981         * sort.el:
2982         * shadowfile.el:
2983         * recentf.el:
2984         * printing.el:
2985         * paths.el:
2986         * minibuffer.el:
2987         * ls-lisp.el:
2988         * loadup.el:
2989         * hippie-exp.el:
2990         * finder.el:
2991         * files.el:
2992         * ediff-util.el:
2993         * ediff-ptch.el:
2994         * ediff-init.el:
2995         * ediff-diff.el:
2996         * dired.el:
2997         * dired-aux.el:
2998         * cus-edit.el:
2999         * bindings.el:
3000         * arc-mode.el:
3001         * add-log.el: Remove VMS support.
3002         * obsolete/vmsproc.el:
3003         * obsolete/vms-pmail.el:
3004         * obsolete/vms-patch.el: Remove file.
3006 2008-07-31  Alan Mackenzie  <acm@muc.de>
3008         * progmodes/cc-mode.el (c-before-hack-hook): New function
3009         (Top Level): Install c-before-hack-hook on
3010         before-hack-local-variables-hook, rather than
3011         c-postprocess-file-styles on hack-local-variables-hook.
3013 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3015         * files.el (normal-mode): Move call to hack-project-variables into
3016         hack-local-variables.
3017         (file-local-variables-alist, before-hack-local-variables-hook):
3018         New vars.
3019         (ignored-local-variables): Add file-local-variables-alist.
3020         (hack-local-variables-filter): Renamed from
3021         hack-local-variables-apply.  Add the result to
3022         file-local-variables-alist, without applying them.
3023         (hack-local-variables): Set file-local-variables-alist to nil.
3024         Call hack-project-variables and before-hack-local-variables-hook.
3025         Apply variables here, instead of hack-local-variables-apply.
3026         Based on a patch by Alan Mackenzie.
3028 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3030         * info-look.el (autoconf-mode :doc-spec): For
3031         "(autoconf)M4 Macro Index", if the item already
3032         begins with "AS_", don't prefix that string again.
3034 2008-07-30  Juri Linkov  <juri@jurta.org>
3036         * info.el (info, Info-mode): Doc fix.
3038         * isearch.el (isearch-mode-map): Bind `M-s r' to
3039         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3040         (search-map): Bind `M-s w' to `isearch-forward-word' globally
3041         in the global map `search-map'.
3042         (isearch-forward): Doc fix.
3043         (isearch-forward-word, isearch-toggle-case-fold): New commands.
3045         * simple.el (quoted-insert): Comment out code that treats
3046         0240-0377 specially.
3048 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
3050         * cus-start.el: Add customization info for
3051         read-buffer-completion-ignore-case.
3053 2008-07-30  Sam Steingold  <sds@gnu.org>
3055         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3057 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3059         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3060         (vc-dir-mode): Improve docstring.
3062 2008-07-30  Juri Linkov  <juri@jurta.org>
3064         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3065         for the sake of isearch-mode-hook in dired-mode in dired.el.
3067 2008-07-19  Markus Triska  <markus.triska@gmx.at>
3069         * image-mode.el (image-mode): Set image-mode-text-map when image
3070         cannot be displayed.
3072 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
3074         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3075         ada-xref-set-default-prj-values.
3076         (ada-prj-display-page): Ditto.
3078         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3079         (ada-make-filename-from-adaname): Fix free variable.
3081 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3083         * vc-git.el (vc-git-status-printer): Synchronize with the default.
3085 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
3087         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
3088         for declarations inside a parenthetical list.  The code is ill-advised,
3089         and doesn't work given user defined types.
3090         (verilog-set-auto-endcomments): Enhance function automatic
3091         endcomment to support functions that return user defined types.
3092         (verilog-mode): Add code to tell which-function-mode minor mode
3093         that Verilog supports this feature.
3094         (verilog-beg-block-re-ordered, verilog-indent-re)
3095         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
3096         (verilog-leap-to-head): Support the new virtual and/or protected
3097         tasks, as well as extern declarations of tasks for indenting and
3098         for forward/backward expression.
3100 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
3102         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
3103         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
3104         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
3105         (verilog-string-replace-matches): Avoid recursion with small
3106         replacements.
3107         (verilog-auto-inst-param-value, verilog-mode-version)
3108         (verilog-mode-version-date, verilog-read-inst-param-value)
3109         (verilog-auto-inst, verilog-auto-inst-param)
3110         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
3111         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
3112         David Rogoff.  This allows parameters to be replaced with their
3113         values, on the expansion of an AUTOINST with Verilog 2001 style
3114         parameter settings.
3116 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
3118         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
3119         to `cddr'.
3121 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3123         * Makefile.in (ELCFILES): Add mairix.elc.
3125 2008-07-29  David Engster  <deng@randomsample.de>
3127         * net/mairix.el: New file.
3129 2008-07-29  Juri Linkov  <juri@jurta.org>
3131         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
3132         instead of variable-pitch with bold and 1.2 height.
3134         * dired-aux.el (dired-do-async-shell-command): New command.
3136         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
3137         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
3139 2008-07-29  Juri Linkov  <juri@jurta.org>
3141         * international/mule-cmds.el (ucs-names): New internal variable.
3142         (ucs-names): New function.
3143         (ucs-completions): New lazy completion variable.
3144         (read-char-by-name): New function.
3145         (ucs-insert): Replace interactive spec letter "s" with the call to
3146         `read-char-by-name'.
3148         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
3150         * replace.el (occur-read-primary-args):
3151         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3152         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
3153         second arg of `read-regexp'.
3155         * dired-aux.el (dired-isearch-filenames): New user option.
3156         (dired-isearch-orig-success-function): New internal variable.
3157         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
3158         (dired-isearch-success-function): New functions.
3159         (dired-isearch-filenames, dired-isearch-filenames-regexp):
3160         New commands.
3162         * dired.el (dired-insert-set-properties): Add new text property
3163         `dired-filename' to put on file names.
3164         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
3165         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
3166         Add menu items.
3167         (dired-mode): Add hook `dired-isearch-filenames-setup' to
3168         buffer-local `isearch-mode-hook'.
3170 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3172         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
3173         (ada-create-case-exception): Fix typo in docstring.
3174         (ada-no-auto-case): Return nil, not the docstring.
3175         (ada-indent-current): Reflow docstring.
3177         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
3178         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
3179         (ada-prj-load-from-file): Reflow docstring.
3180         (ada-prj-display-page): Fix typo in widget.
3182         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
3183         Fix typos in docstrings.
3185         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
3186         (ada-compile-current, ada-check-current, ada-run-application)
3187         (ada-get-ali-file-name): Fix typos in docstrings.
3188         (ada-xref-confirm-compile, ada-find-references)
3189         (ada-find-local-references, ada-find-any-references): Doc fixes.
3190         (ada-get-all-references): Fix typo in error message.
3191         (ada-xref-current-project): Use `let', not `let*'.
3192         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
3194 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3196         * whitespace.el (whitespace-newline): Change initialization to have a
3197         low contrast relative to the background color.  Suggested by David
3198         Reitter <david.reitter@gmail.com>.
3200 2008-07-28  Juri Linkov  <juri@jurta.org>
3202         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
3203         New functions.
3205         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
3206         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
3208 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
3210         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
3211         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
3213 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3215         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
3216         Add support for add-log.
3217         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
3219         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
3220         (ada-prj-save): Prompt for file name if not given.
3221         (ada-prj-display-page): Display casing exceptions.
3223         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
3224         Ada mode project files.  Delete 'main_unit' project variable;
3225         only need 'main'.  Simplify handling of default project values.
3226         Use cross-prefix consistently.
3227         (ada-find-executable): Throw error if not found.
3228         (ada-initialize-runtime-library): Improve error handling when
3229         gnatls not found.
3230         (ada-gnat-parse-gpr): New.
3231         (ada-treat-cmd-string): Allow process environment variables.
3232         (ada-xref-set-default-prj-values): Delete; replace with
3233         ada-default-prj-properties.
3234         (ada-parse-prj-file): Handle GNAT project files.
3235         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
3236         (ada-select-prj-file): New.
3237         (ada-get-absolute-dir-list): Allow project and environment variables.
3239 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3241         Sync with Tramp 2.1.14.
3243         * net/tramp.el (tramp-perl-directory-files-and-attributes)
3244         (tramp-get-device): Make device number a cons cell.
3245         (tramp-convert-file-attributes): Make inode a cons cell.
3247         * net/trampver.el: Update release number.
3249 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3251         * faces.el (face-set-after-frame-default): Treat 'ns as all other
3252         window systems.
3254 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3256         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
3258 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3260         Remove support for Mac Carbon.
3261         * term/mac-win.el: Remove file
3262         * international/mule-cmds.el:
3263         * version.el:
3264         * startup.el:
3265         * simple.el:
3266         * mwheel.el:
3267         * mouse.el:
3268         * loadup.el:
3269         * isearch.el:
3270         * info.el:
3271         * frame.el:
3272         * faces.el:
3273         * disp-table.el:
3274         * cus-start.el:
3275         * cus-face.el:
3276         * cus-edit.el:
3277         * Makefile.in: Remove code for Carbon.
3279 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3281         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
3282         bindings for functions deleted by Dan N. 2008-07-21.  Set
3283         where-is-preferred-modifier.  Add show-manual option to Help menu.
3285 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
3287         * net/tramp.el (tramp-handle-start-file-process):
3288         Set query-on-exit flag.  Kill temporary buffer.
3289         (tramp-process-sentinel): Remove defun.
3290         (tramp-do-copy-or-rename-file-out-of-band)
3291         (tramp-maybe-open-connection): Don't call it.
3293         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
3294         `tramp-process-sentinel'.
3296         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
3297         `tramp-process-sentinel'.
3299         * net/xesam.el (xesam-from): Remove defvar.
3300         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
3301         and `mode-line-position'.
3302         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
3303         information to the widgets.  Don't set `mode-line-position'.
3304         (xesam-refresh-search-buffer): Correct hit number computing.
3305         Don't set `mode-line-position'.
3306         (xesam-new-search): Add debug information to the mode line.
3308 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3310         * diff-mode.el (diff-show-trailing-blanks): Renamed to
3311         diff-show-trailing-whitespaces.
3313 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3315         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
3316         invalid filename strings when parsing tex errors (bug#376).
3318 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
3320         * menu-bar.el (menu-bar-file-menu): Fix typo.
3322 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
3324         * play/solitaire.el (solitaire-mode-map): Define within defvar.
3325         (solitaire-mode): Define with `define-derived-mode'.
3326         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
3327         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
3328         (solitaire-undo, solitaire-check): Use `when'.
3329         (solitaire-solve): Err out if the solitaire is already in progress.
3330         Use `when'.
3332         * descr-text.el (describe-char): Don't overwrite local variable char
3333         when describing characters with display-table entries.  Display font
3334         backend when describing composed characters.  Simplify: use `let'
3335         instead of `let*', and `or x y' instead of `if x x y'.
3337 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3339         * image-mode.el (image-minor-mode): Set up winprops.
3341 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3343         * diff-mode.el (diff-show-trailing-blanks): New fun.
3344         Show trailing blanks in modified lines for diff-mode.
3346 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
3348         * Makefile.in (ELCFILES): Add net/xesam.el.
3350         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
3351         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
3353         * net/xesam.el: New file.
3355 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
3357         * dired-aux.el (dired-copy-file-recursive): Avoid calling
3358         set-file-modes when creating target directories.
3360 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
3362         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
3363         Set `show-trailing-whitespace' to nil.
3364         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
3365         Fix typos in docstrings.
3367 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
3369         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
3370         key remapping, not directly.
3372 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3374         * whitespace.el: New version 11.2.
3375         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
3376         minor mode visualization.
3378 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3380         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
3382         * Makefile.in (ELCFILES): Add term/common-win.elc.
3384         * vc-dir.el (vc-dir-search, vc-dir-isearch)
3385         (vc-dir-isearch-regexp): New functions.
3386         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
3388 2008-07-23  Juri Linkov  <juri@jurta.org>
3390         * isearch-multi.el: Remove file to avoid dos file name clashes
3391         with isearch-x.el.  Move most content to misearch.el.
3393         * misearch.el: New file with most content from isearch-multi.el.
3394         Rename `isearch-buffers' name prefixes to `multi-isearch'.
3395         Remove `isearch-buffers-minor-mode'.  Add new function
3396         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
3397         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
3398         `multi-isearch-files', `multi-isearch-files-regexp'.
3400         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
3402         * isearch.el (isearch-message-prefix): Display "Multi" when
3403         `multi-isearch-next-buffer-current-function' is non-nil.
3404         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
3405         with `multi-isearch-next-buffer-current-function', and
3406         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
3408         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
3409         `multi-isearch-next-buffer-function' instead of
3410         `isearch-buffers-next-buffer-function'.  Remove call to
3411         `isearch-buffers-minor-mode'.
3413         * buff-menu.el (Buffer-menu-marked-buffers)
3414         (Buffer-menu-isearch-buffers)
3415         (Buffer-menu-isearch-buffers-regexp): New functions.
3416         (Buffer-menu-mode-map): Bind "M-s a C-s" to
3417         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
3418         `Buffer-menu-isearch-buffers-regexp'.
3419         (Buffer-menu-mode): Document new commands in docstring.
3420         (list-buffers-noselect): Add one space after Info file name
3421         according to the Info address convention.
3423         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
3424         New functions.
3426         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
3427         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
3428         (ibuffer-mode): Document new commands in docstring.
3430         * filesets.el (filesets-commands): Add commands for "Isearch" and
3431         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
3432         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
3433         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
3434         or `multi-isearch-files-regexp'.
3435         (filesets-cmd-query-replace-getargs): Call standard function
3436         `query-replace-read-args' to read `query-replace' arguments.
3437         Add `multi-query-replace-map'.
3438         (filesets-cmd-query-replace-regexp-getargs)
3439         (filesets-cmd-isearch-getargs): New functions.
3441 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3443         * international/mule.el (recode-region): Deactivate mark at the end.
3445 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3447         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3448         Use more suitable colors on dark displays.
3450 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
3452         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
3453         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
3454         (tramp-temp-buffer-name): New defconst.
3455         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
3456         command.  No trailing prompt.
3457         (tramp-process-sentinel): Remove temporary buffer, if existing.
3458         Don't handle trailing prompt.
3459         (tramp-open-connection-setup-interactive-shell):
3460         Use `tramp-temp-buffer-name'.
3462 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3464         * shell.el (shell-dynamic-complete-functions):
3465         Use comint-dynamic-complete-filename as well (bug#361).
3467 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3469         * term/ns-win.el:
3470         * version.el (emacs-version):
3471         * loadup.el:
3472         * frame.el (make-frame-on-display): Check for ns instead of
3473         ns-windowing.
3475         * dired.el (dired-mode-map): Show the key binding for wdired.
3477         * menu-bar.el (menu-bar-file-menu): Show the key binding for
3478         exiting Emacs.
3480 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3482         * term/ns-win.el (x-list-fonts): Drop alias.
3484 2008-07-23  Juri Linkov  <juri@jurta.org>
3486         * replace.el (multi-query-replace-map): New variable.
3487         (perform-replace): Add processing of new multi-buffer keys bound
3488         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
3489         if last input char was `automatic-all'.  Set new local variable
3490         `multi-buffer' to t when one of new two keys were typed.  Return
3491         non-nil value of `multi-buffer' that tells to calling functions
3492         to continue replacement on the next file.
3494         * progmodes/etags.el (tags-query-replace): Set arg `map' of
3495         `perform-replace' to `multi-query-replace-map'.
3497 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
3500         otherwise displayed in every buffer.
3502         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
3503         (vc-arch-trim-one-revlib): Delete temp directories as well.
3505 2008-07-22  Stephen Eglen  <stephen@gnu.org>
3507         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
3509 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
3511         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
3513 2008-07-22  Miles Bader  <miles@gnu.org>
3515         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
3516         (sh-mode-map): Remove remapping of newline-and-indent.
3518 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3520         * vc.el (Todo): Update.
3522         * vc-hooks.el: Remove obsolete comment.
3524         * vc-git.el (vc-git-status-printer): Update the directory display
3525         to match the default.
3527         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
3529 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3531         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
3532         for "word wrap" command.
3534         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
3536 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3538         * term/ns-win.el: Rename ns- functions/variables to the
3539         corresponding x- versions.
3540         (x-select-text, x-cut-buffer-or-selection-value)
3541         (x-disown-selection-internal, x-get-selection-internal)
3542         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
3543         (x-display-mm-width, x-display-mm-height)
3544         (x-display-backing-store, x-display-save-under)
3545         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
3546         defaliases.
3548         * frame.el (ns-display-name): Remove declaration.
3549         (make-frame-on-display): Use x-display-name instead
3550         ns-display-name.  Use unless.
3552         * startup.el (command-line-1): Fix indentation.
3554         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
3555         checked in inadvertently.
3557 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3559         * term/ns-win.el: Standardize references to "Nextstep" in
3560         comments, messages, and docstrings.
3561         (ns-handle-args, x-parse-geometry)
3562         (ns-extended-platform-support-mode, x-setup-function-keys)
3563         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
3564         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
3565         (ns-initialized, ns-initialize-window-system): Doc fixes.
3567 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3569         * diff-mode.el (diff-auto-refine): Delete defcustom.
3570         (diff-auto-refine-mode): New func/var via define-minor-mode.
3571         Update var ref to use diff-auto-refine-mode.
3572         * smerge-mode.el (diff-mode): Require when compiling.
3573         (smerge-auto-refine): Delete defcustom.
3574         Update smerge-auto-refine ref to use diff-auto-refine-mode.
3576 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3578         * simple.el (visual-line): New custom group.
3579         (visual-line-fringe-indicators): New var.
3580         (visual-line-mode): Set fringe-indicator-alist based on
3581         visual-line-fringe-indicators.  Add lighter.
3583 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3585         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
3586         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
3587         (x-handle-geometry, x-handle-name-switch, x-display-name)
3588         (x-handle-display, x-handle-args, x-colors): Move ...
3589         * term/common-win.el: ... here.  New file.
3590         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
3591         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
3592         (x-handle-geometry, x-handle-name-switch, x-display-name)
3593         (x-handle-display, x-handle-args, x-colors): Remove.
3594         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
3596 2008-07-19  Juri Linkov  <juri@jurta.org>
3598         * startup.el (fancy-startup-text): Move the line "To quit
3599         a partially entered command, type Control-g" a few lines below
3600         to be after the line "To start".  Add text "at gnu.org" to
3601         "Overview of Emacs features".
3603         * dired.el (dired-mode-map): Fix menu text of
3604         image-dired-display-thumbs.
3606         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3607         (image-dired-cmd-create-temp-image-options)
3608         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
3609         ImageMagick command line to change the dimensions of the image
3610         only if its width or height exceeds the geometry specification.
3612         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
3614         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
3615         to docstrings.
3617 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3619         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
3620         Vinicius Jose Latorre.
3622 2008-07-19  Glenn Morris  <rgm@gnu.org>
3624         * term/ns-win.el (ns-make-command-string): Use mapconcat.
3625         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
3627 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
3629         * net/dbus.el (dbus-interface-properties): New defconst.
3630         (dbus-introspect): Update docstring.
3631         (dbus-introspect-xml, dbus-introspect-get-attribute)
3632         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
3633         (dbus-introspect-get-interface-names)
3634         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
3635         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
3636         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
3637         (dbus-introspect-get-property)
3638         (dbus-introspect-get-annotation-names)
3639         (dbus-introspect-get-annotation)
3640         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
3641         (dbus-introspect-get-signature, dbus-get-property)
3642         (dbus-set-property, dbus-get-all-properties): New defuns.
3644 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
3646         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
3647         ns-grabenv.elc.
3649         * ns-carbon-compat.el: File removed.
3651         * ns-grabenv.el: File removed.
3653         * term/ns-win.el: Contents of ns-carbon-compat.el and
3654         ns-grabenv.el moved here.
3655         (ns-grabenv, ns-open-file-select-line): Doc fixes.
3656         (ns-submit-bug-report): Function removed.  Reports go to the main
3657         Emacs bug list.
3658         (ns-handle-args, ns-spi-service-call): Doc fixes.
3659         (info-ns-emacs): Function removed.  Nextstep port manual will be
3660         merged into the Emacs manual, so no separate link needed.
3662 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
3664         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
3666 2008-07-18  Glenn Morris  <rgm@gnu.org>
3668         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
3669         to XEmacs, since it does nothing for Emacs.
3671 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3673         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
3674         BUFFER that is a string but does not exist as a buffer object, as
3675         mentioned in the doc-string.
3677 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
3679         * simple.el (line-move-visual): Make it a defcustom.
3680         (line-move-1): Convert temporary-goal-column back to an integer if
3681         it was set as a float by a previous call to line-move-visual.
3682         (end-of-visual-line, beginning-of-visual-line)
3683         (next-logical-line, previous-logical-line): New functions.
3685 2008-07-17  David Reitter  <david.reitter@gmail.com>
3687         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
3688         functions.
3689         (visual-line-mode, global-visual-line-mode): New minor mode.
3690         (visual-line-mode-map): New variable.
3692 2008-07-17  Glenn Morris  <rgm@gnu.org>
3694         * term/ns-win.el (parameters): Declare for compiler.
3696 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
3698         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
3699         for Windows.
3701 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
3703         * epa.el (epa-key-list-mode): Use run-mode-hooks.
3704         (epa-key-mode): Ditto.
3705         (epa-info-mode): Ditto.
3707 2008-07-17  Glenn Morris  <rgm@gnu.org>
3709         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
3710         (ns-handle-numeric-switch): Just call ns-handle-switch.
3711         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
3712         (ns-handle-args): Simplify using `pop'.
3713         (ns-display-name): Define (used in frame.el).
3714         (menu-bar-select-frame): Add (ignored) arg to more closely match the
3715         original definition.
3716         (ns-perform-service): Declare.
3717         (ns-save-preferences): Use fewer `let's.
3719         * frame.el (ns-display-name): Declare for compiler.
3721 2008-07-17  Kenichi Handa  <handa@m17n.org>
3723         * descr-text.el (describe-char-unidata-list): Initialize to the
3724         list of name, general-category, decomposition, and old-name.
3726 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
3728         * startup.el (command-line-1): Update processing of NS long options to
3729         mimic recent changes to processing of X long options.
3731 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
3733         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
3734         list of #defines for remote files.
3735         (gdb-source-info): Only show main if it has been found.
3737 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * term/ns-win.el: Require CL; fix up comment style; reindent.
3740         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
3741         (ns-save-preferences): Use `case'.
3742         (ns-initialize-window-system): Use `dolist'.
3744 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
3746         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
3747         windowing is used.
3748         * term/ns-win.el (ns-extended-platform-support-mode):
3749         Correct/improve documentation.
3751 2008-07-16  Glenn Morris  <rgm@gnu.org>
3753         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
3754         Simply require 'cl (see comment in cl-compat.el).
3755         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
3756         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
3757         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
3758         directly rather by subterfuge.  Provide cl before loading cl-macs.
3760         * paths.el (rmail-spool-directory): Remove settings for systems that are
3761         no longer supported.
3763         * frame.el (ns-initialize-window-system): Declare for compiler.
3765         * term/ns-win.el: Add numerous declarations for compiler.
3766         (ns-pop-up-frames): Move definition before use.  Doc fix.
3768         * emacs-lisp/check-declare.el (check-declare-locate)
3769         (check-declare-verify): Handle .m files.
3771 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3773         * ns-carbon-compat.el: New file: user-visible compatibility of
3774         NeXTstep port with Carbon port.
3775         * ns-grabenv.el: New file: functionality useful on OS X platform to
3776         expose environment variables inside Emacs started from icon.
3777         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
3778         * cus-edit.el:
3779         * cus-face.el:
3780         * disp-table.el:
3781         * faces.el:
3782         * info.el:
3783         * mouse.el:
3784         * mwheel.el:
3785         * simple.el: Add ns to window systems treated as GUIs.
3786         * facemenu.el (facemenu-read-color): Don't require a name match under
3787         NS, to allow numeric color entry.
3788         * frame.el (make-frame-on-display): Follow code for 'x in initializing
3789         'ns window system if need be.
3790         (various): Add 'ns as described above.
3791         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
3792         ns-windowing is active.
3793         * startup.el (command-line-ns-option-alist): New constant to handle NS
3794         windowing system specific command line args analogous to how they are
3795         handled for X windows.
3796         (command-line-1): Use the above where appropriate.
3797         * version.el: Add NS port version.
3798         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
3799         Darwin (usually OS X) systems.
3800         (woman-use-own-frame): Include 'ns in list of GUI window systems.
3801         * emulation/viper-util.el (ns-display-color-p)
3802         (ns-color-defined-p): Remove these (caustically-commented) outdated
3803         compensations for a port that was never itself integrated until now.
3804         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
3805         for NS window system.
3806         * international/mule-cmds.el: Add 'ns to list of special-cased window
3807         systems (probably most of these, x/w32/mac/ns could be changed to
3808         window-system non-nil).
3809         * term/ns-win.el: New file: lisp-side support for NS windowing system.
3811 2008-07-14  Jason Rumney  <jasonr@gnu.org>
3813         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
3814         (x-handle-numeric-switch, x-handle-initial-switch)
3815         (x-handle-xrm-switch, x-handle-args, x-handle-display)
3816         (xw-defined-colors, w32-initialize-window-system):
3817         Avoid use of cl pop and push macros.
3819 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
3821         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
3822         error when change-log-search-file-name returns nil.
3824 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
3826         * add-log.el (change-log-search-file-name):
3827         Use match-string-no-properties.
3828         (change-log-search-tag-name-1, change-log-search-tag-name)
3829         (change-log-goto-source-1, change-log-goto-source): New functions.
3830         (change-log-tag-re, change-log-find-head, change-log-find-tail):
3831         New variables.
3832         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
3834 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
3836         * calc/calc-help.el (calc-describe-key): Add angles to special key
3837         descriptions.
3839 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3841         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
3842         search for regexp.
3844 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
3846         * simple.el (line-move-visual): Handle null pixel position gracefully.
3848 2008-07-11  Jason Rumney  <jasonr@gnu.org>
3850         * files.el (file-truename): Get truename of ancestors if file does
3851         not exist on Windows.
3853 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
3855         * simple.el (line-move-visual): Obey goal-column and no-error arg.
3856         (track-eol, temporary-goal-column, previous-line, next-line):
3857         Update docstring.
3858         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
3859         to nil.
3861 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * simple.el (line-move-visual): New var.
3864         (line-move-visual): New function.
3865         (line-move): Call line-move-visual.
3867 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
3869         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
3870         pattern and add patterns for C++ header files.
3872 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
3874         * window.el (truncated-partial-width-window-p): New function.
3876         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
3878         * faces.el (x-create-frame-with-faces): Don't pass parameters that
3879         are set later to x-create-frame.
3880         (face-set-after-frame-default): Apply X resources for non-default
3881         faces.
3883 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
3885         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
3886         frame-specific X resource settings.  Set faces using a list of
3887         frame parameters explicitly passed to the calling
3888         function (e.g. make-frame).
3889         (x-create-frame-with-faces, tty-create-frame-with-faces):
3890         Supply explicit frame parameter list to face-set-after-frame-default.
3892 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3894         * net/browse-url.el (browse-url-default-browser):
3895         Fix argument list in lambda.
3897 2008-07-07  Ulf Jasper  <ulf@web.de>
3899         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
3900         from url-retrieve.
3901         (newsticker--sentinel-work): Fix xerror typo.
3903 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3905         * vc-dir.el (vc-dir-refresh): Only update files.
3907         * vc-git.el (vc-git--ls-files-state): Remove unused function.
3909         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
3911 2008-07-06  John Paul Wallington  <jpw@pobox.com>
3913         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
3915 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
3917         * vc-git.el (vc-git-registered): Return true for removed files.
3918         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
3919         all the files instead of one per file.
3920         (vc-git-previous-revision): Add support for project-wide previous
3921         revision when specified file is nil.
3923 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3925         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
3927         * vc-dir.el (vc-dir-find-child-files): New function.
3928         (vc-dir-resync-directory-files): New function.
3929         (vc-dir-recompute-file-state): New function, broken out of ...
3930         (vc-dir-resynch-file): ... here.  Also deal with directories.
3931         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
3932         (vc-resynch-buffer): Use it.
3934         * vc-hg.el (vc-hg-registered): Do not set vc-state.
3936         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
3938 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
3940         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
3941         if it's not part of gdb-ui, e.g, at start.
3943         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
3944         filenames in stack trace (text command mode).
3946 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
3950         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
3951         Use syntax-ppss on a position *before* the char we want to change.
3953 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
3955         * vc-dir.el (vc-dir-query-replace-regexp): New function.
3956         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
3957         (vc-dir-mode-map): Likewise.
3959 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
3961         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
3962         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
3963         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
3964         Remove spurious * in defcustom docstrings.
3966         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
3967         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
3968         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
3969         (default-justification): Remove spurious * in defcustom docstrings.
3971         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
3972         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
3973         (rst-compare-decorations, rst-default-indent, rst-update-section)
3974         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
3975         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
3976         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
3977         Fix typos in docstrings.
3978         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
3979         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
3980         (rst-get-decorations-around, rst-section-tree-point)
3981         (rst-font-lock-adornment-point): Reflow docstrings.
3982         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
3983         Doc fixes.
3984         (rst-re-enumerations): Comment out.
3986         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
3987         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
3988         (nxml-unicode-block-char-name-set):
3989         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
3990         * nxml/rng-nxml.el (rng-set-state-after):
3991         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
3993         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
3994         (rng-c-parse-annotation-body):
3995         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
3997         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
3998         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
3999         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4000         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4001         Fix typos in docstrings.
4002         (nxml-attribute-indent): Reflow docstring.
4003         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4004         (nxml-default-buffer-file-coding-system): Doc fixes.
4006         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4007         (nxml-ns-set-prefix): Fix typos in docstrings.
4008         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4009         Reflow docstring.
4010         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4012         * nxml/nxml-outln.el (nxml-hide-all-text-content)
4013         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4014         (nxml-hide-direct-text-content, nxml-hide-subheadings)
4015         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4016         (nxml-outline-display-rest, nxml-outline-set-overlay)
4017         (nxml-section-tag-forward, nxml-section-tag-backward)
4018         (nxml-back-to-section-start): Fix typos in docstrings.
4020         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4021         Doc fixes.
4023         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4024         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4025         (nxml-scan-after-change): Fix typo in docstring.
4027         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4028         (rng-name-class-possible-names): Doc fixes.
4029         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4030         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4031         Fix typos in docstrings.
4032         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4033         Reflow docstrings.
4035         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4036         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4038         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4039         (rng-xsd-convert-date-time): Reflow docstrings.
4040         (rng-xsd-compile): Fix typo in docstring.
4042         * nxml/rng-loc.el (rng-current-schema-file-name)
4043         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4044         Doc fixes.
4045         (rng-set-schema-file): Fix typo in docstring.
4047         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4048         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4049         Fix typos in docstrings.
4050         (rng-message-overlay, rng-conditional-up-to-date-start)
4051         (rng-conditional-up-to-date-end): Doc fixes.
4052         (rng-next-error, rng-previous-error): Reflow docstrings.
4054         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4055         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4056         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4057         (xmltok-merge-attributes): Fix typos in docstrings.
4058         (xmltok-make-attribute, xmltok-forward-special)
4059         (xmltok-get-declared-encoding-position): Reflow docstrings.
4061         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4062         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4063         Fix typos in docstrings.
4065 2008-07-02  John Paul Wallington  <jpw@pobox.com>
4067         * ibuffer.el (ibuffer-buffer-file-name):
4068         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
4069         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
4071 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4073         * files.el (backup-extract-version): Handle versioned directories.
4074         (trash-directory): New variable.
4075         (move-file-to-trash): New function.
4077         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4079 2008-07-02  Magnus Henoch  <mange@freemail.hu>
4081         * vc-git.el (vc-git-annotate-command): Use proper option for
4082         specifying revision.
4084 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4086         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4087         if available.
4089 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
4091         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
4093         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
4094         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
4096         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
4098 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
4100         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
4101         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
4102         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4103         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
4104         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4105         (gdb-stack-list-locals-regexp): Future proof regexps better.
4107 2008-06-30  Juri Linkov  <juri@jurta.org>
4109         * faces.el (face-name-history): New variable.
4110         (make-face, make-empty-face): Replace interactive spec "S"
4111         with `read-from-minibuffer' where `read' arg is t and
4112         `hist' arg is `face-name-history'.
4113         (read-face-name): Set `hist' arg of `completing-read-multiple'
4114         to `face-name-history'.
4115         (list-faces-display): Use `read-regexp' instead of `read-string'
4116         to read regexp.
4118         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
4119         to `regexp-history'.
4120         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
4121         make it an obsolete alias to it.
4122         (hi-lock-face-defaults): New variable renamed from
4123         `hi-lock-face-history'.
4124         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4125         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
4126         `read-from-minibuffer'.  Doc fix.
4127         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
4128         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
4129         Set `hist' arg of `completing-read' to `face-name-history'.
4130         Put a list of default faces to `default' arg instead of `hist' arg.
4132         * bindings.el (abbrev-map, narrow-map): New variables.
4133         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
4134         Rebind related commands to these new maps.
4135         (ctl-x-r-map): New variable for rectangle, register and bookmark
4136         keys.  Move rectangle keybindings to rect.el and register
4137         keybindings to register.el.
4138         (next-buffer, previous-buffer): Remove C-x prefix and move
4139         keybindings to ctl-x-map.
4141         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
4142         to the new map `ctl-x-r-map' in autoload cookies.
4144         * expand.el: Rebind two global `C-x a' keys "n", "p"
4145         to the new map `abbrev-map' in autoload cookies.
4147         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
4149         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
4151 2008-06-30  Miles Bader  <miles@gnu.org>
4153         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
4154         after processing an escape sequence.
4156 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
4158         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
4159         from 2008-06-28.  It does not work on W32.
4161 2008-06-29  Juri Linkov  <juri@jurta.org>
4163         * replace.el (read-regexp): New function.
4164         (keep-lines-read-args, occur-read-primary-args):
4165         Call `read-regexp' instead of code moved to new function.
4166         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
4167         from the end of prompt.
4168         (replace-re-search-function): Doc fix.
4170 2008-06-29  Kenichi Handa  <handa@m17n.org>
4172         * descr-text.el (describe-char-display): Always return a string.
4173         (describe-char-padded-string): New function.
4174         (describe-char): Adjusted for the change of
4175         describe-char-display.  Use describe-char-padded-string.
4177 2008-06-29  Andreas Schwab  <schwab@suse.de>
4179         * vc-dir.el (vc-dir): Make backend argument optional and use
4180         vc-responsible-backend when nil.  Interactively pass nil for
4181         backend instead of using the backend of what happens to be
4182         default-directory at the time of the call.
4184         * find-dired.el (find-dired-filter): Preserve point.
4186 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4188         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
4189         (sasl-find-mechanism, sasl-next-step):
4190         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
4191         (sasl-ntlm-response): Fix typos in docstrings.
4193 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
4195         * international/mule-cmds.el (view-hello-file): Doc fix.
4197 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
4199         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
4200         (set-face-attribute, face-set-after-frame-default)): Don't use it.
4202 2008-06-28  John Paul Wallington  <jpw@pobox.com>
4204         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
4206 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
4208         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
4209         (tramp-convert-file-attributes): Convert symlinks only when
4210         returned from `tramp-handle-file-attributes-with-stat'.
4212         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
4213         `substitute-in-file-name' when unloading.
4214         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
4216 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
4218         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
4219         (vc-string-prefix-p): Move function ...
4220         * vc.el (vc-string-prefix-p): ... here.
4222 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4224         * vc-dir.el (vc-dir): Complete only directory names.
4226 2008-06-27  Jason Rumney  <jasonr@gnu.org>
4228         * w32-fns.el (top-level): Unconditionally define all charsets.
4230 2008-06-27  Alan Mackenzie  <acm@muc.de>
4232         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
4233         the CC Mode specific functions; this is no longer needed, since
4234         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
4236         * progmodes/cc-defs.el (c-emacs-features): New feature
4237         'argumentative-bod-function.
4239 2008-06-27  John Paul Wallington  <jpw@pobox.com>
4241         * chistory.el (list-command-history): Use `bound-and-true-p'.
4242         (command-history-map): Define within defvar.  Add docstring.
4244 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4246         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
4247         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
4248         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
4249         (image-type-from-buffer): Use `looking-at-p'.
4251 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4253         * ibuf-ext.el (diff-sentinel): Declare.
4255 2008-06-27  Glenn Morris  <rgm@gnu.org>
4257         * calendar/lunar.el (calendar-lunar-phases): Rename from
4258         calendar-phases-of-moon.  Keep old name as alias, update callers.
4259         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
4260         (diary-lunar-phases): Rename from diary-phases-of-moon.
4261         Keep old name as alias.
4262         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
4263         (cal-menu-global-mouse-menu): Update for lunar name changes.
4264         * calendar/calendar.el (calendar-mode-map): Update for name change.
4265         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
4267 2008-06-26  Glenn Morris  <rgm@gnu.org>
4269         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
4270         argument `nolocation'.
4271         (calendar-sunrise-sunset-month): New function.
4272         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
4273         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
4274         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
4275         * calendar/calendar.el (solar-sunrises-buffer): New constant.
4276         (calendar-mode-map): Use cal-menu-sunmoon-menu.
4277         (calendar-buffer-list): Add solar-sunrises-buffer.
4279         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
4281 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4283         * cus-start.el: Add customization types for word-wrap and
4284         shift-select-mode.
4286 2008-06-26  John Paul Wallington  <jpw@pobox.com>
4288         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
4289         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
4290         (ibuffer-mark-on-buffer): Don't display message when removing marks.
4291         (ibuffer-mark-by-mode): Use `buffer-local-value'.
4293 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4295         * vc-dir.el (tool-bar): Require.
4297         * vc.el (ewoc, tool-bar): Do not require.
4299 2008-06-26  Kenichi Handa  <handa@m17n.org>
4301         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
4302         characters.
4304         * composite.el (terminal-composition-base-character-p): New function.
4305         (terminal-composition-function):
4306         Use terminal-composition-base-character-p.  Include the base character
4307         in the composition.
4308         (auto-compose-chars): Don't check font-object for terminal display.
4310 2008-06-26  Glenn Morris  <rgm@gnu.org>
4312         * doc-view.el (bookmark-make-record-default):
4313         * image-mode.el (bookmark-make-record-default): Fix declaration.
4315         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
4316         Add default :value for sexp type.
4317         (calendar-month-edges): New variable.
4318         (calendar-month-edges): New function.
4319         (calendar-recompute-layout-variables): Set calendar-month-edges.
4320         (calendar-intermonth-header, calendar-intermonth-text): New options.
4321         (calendar-insert-at-column): New function.
4322         (calendar-generate-month): Use calendar-insert-at-column.
4323         Handle intermonth text.  Add 'date property.
4324         (calendar-column-to-month): Remove function.
4325         (calendar-column-to-segment): New function.
4326         (calendar-cursor-to-date): Use calendar-column-to-segment.
4327         Check 'date property.
4329         * calendar/calendar.el (calendar-print-other-dates):
4330         Handle mouse events.
4331         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
4332         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
4334         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
4335         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
4336         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
4338         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4339         Use calendar-column-to-segment, calendar-month-edges, and
4340         the 'date property to handle intermonth text.
4342         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
4344         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
4345         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
4346         Add doc strings.
4347         (cal-menu-context-mouse-menu): Add some :keys.
4348         (calendar-check-holidays): Declare rather than autoloading.
4349         (diary-show-holidays-flag): Remove unneeded declaration.
4351         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
4352         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
4353         event-start is nil.
4355 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * minibuffer.el (completion-basic-try-completion): Use the text after
4358         point to constrain the completion candidates.
4359         (completion-basic-all-completions): Adjust accordingly.
4361 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
4363         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
4364         courier.
4366         * faces.el (set-face-attribute): Doc fix.
4368 2008-06-25  Juri Linkov  <juri@jurta.org>
4370         * bindings.el (goto-map): New variable.  Rebind goto-related
4371         commands to this `M-g' prefix keymap.
4372         (search-map): New variable for `M-s' prefix keymap.
4373         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
4374         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
4375         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
4376         `M-shw' to `hi-lock-write-interactive-patterns'.
4378         * isearch.el (isearch-mode-map): Bind `M-s h r' to
4379         `isearch-highlight-regexp'.
4380         (isearch-highlight-regexp): New function.
4382 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * info.el (Info-bookmark-make-record):
4385         Use bookmark-make-record-default.
4386         (Info-bookmark-jump): Use bookmark-default-handler.
4388         * image-mode.el (image-bookmark-make-record):
4389         Use bookmark-make-record-default.
4390         (image-bookmark-jump): Use bookmark-default-handler.
4392         * doc-view.el (doc-view-bookmark-make-record):
4393         Use bookmark-make-record-default.
4394         (doc-view-bookmark-jump): Use bookmark-default-handler.
4396         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
4397         used until now in bookmark.el's code.
4398         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
4399         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
4400         used until now in bookmark.el's code.
4401         (bookmark-set-filename): Remove special code, moved to its only caller.
4402         (bookmark-store): Use the newer format.
4403         (bookmark-make-record-default): Add arg `point-only'.
4404         Rename from bookmark-make-record-for-text-file.
4405         (bookmark--jump-via): New function.
4406         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
4407         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
4408         Use it.
4409         (bookmark-jump-noselect, bookmark-default-handler):
4410         Don't return an alist, instead return the data implicitly by changing
4411         current buffer and point.  Signal an error if the file doesn't exist.
4413         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
4414         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
4416         * bs.el: Use with-current-buffer.  Simplify.
4417         (bs-toggle-readonly): Avoid vc-toggle-read-only.
4419         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
4420         is bound before using it.
4422 2008-06-25  Kenichi Handa  <handa@m17n.org>
4424         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
4426 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
4428         * vc-hg.el:
4429         * vc-git.el: Require vc-dir when compiling.
4431         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
4432         vc-dir-marked-only-files.  Change the return value.
4433         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
4434         Change the return value.
4435         (vc-dir-deduce-fileset): New function broken out from ...
4436         * vc.el (vc-deduce-fileset): ... here and ...
4437         (vc-deduce-fileset): ... here.
4439         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
4440         (vc-svn-parse-status): Do not set the vc-backend property.
4442 2008-06-25  Andreas Schwab  <schwab@suse.de>
4444         * faces.el (face-font-family-alternatives, variable-pitch):
4445         Use "Sans Serif", not "Sans-Serif".
4447 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
4449         * faces.el (face-font-family-alternatives, variable-pitch):
4450         Change "Sans" to the canonical name "Sans-Serif".
4452 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4454         * calc/calc.el (calc-mode-map): Add extra keybindings to
4455         `calc-missing-key'.
4456         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
4457         `kill-ring-save'.
4459 2008-06-24  Miles Bader  <miles@gnu.org>
4461         * mouse.el (mouse-appearance-menu): Don't do anything if the user
4462         pops up the menu but doesn't select anything.
4464 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
4466         * add-log.el (add-change-log-entry): Add new arg to force each new
4467         entry to be on a new line.
4468         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
4470         * vc-dir.el (vc-client-object): Remove.
4471         (vc-dir-prepare-status-buffer): Take a backend as an argument and
4472         use it when looking for a buffer.
4473         (vc-dir): Add a backend argument.  Set revert-buffer-function.
4474         Don't create a client object.  Move bindings ...
4475         (vc-dir-menu-map, vc-dir-mode-map): ... here.
4476         (vc-dir-revert-buffer-function): New function.
4477         (vc-generic-status-printer): Rename to ...
4478         (vc-dir-status-printer): ... this.
4479         (vc-generic-state, vc-generic-status-fileinfo-extra)
4480         (vc-dir-extra-menu, vc-make-backend-object): Remove.
4481         (vc-default-status-printer): Use a different face for
4482         directories.  Don't display any text for directories in the state
4483         column.  Add tooltips.
4485         * vc.el (Todo): Update.
4487         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
4488         * vc-rcs.el (vc-annotate-convert-time):
4489         * vc-mtn.el (vc-annotate-convert-time):
4490         * vc-git.el (vc-annotate-convert-time):
4491         * vc-cvs.el (vc-annotate-convert-time):
4492         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
4494 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4496         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
4497         instead of using view-mode.
4499 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4501         * Makefile.in (distclean): Don't delete *.elc and autogen files.
4503 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4505         * vc.el:
4506         * vc-hooks.el:
4507         * vc-dispatcher.el: Move vc-dir variables and functions ...
4508         * vc-dir.el: ... here.  New file.
4509         * Makefile.in (ELCFILES): Add vc-dir.elc.
4511         * vc.el: Move vc-annotate variables and functions ...
4512         * vc-annotate.el: ... here.  New file.
4513         * Makefile.in (ELCFILES): Add vc-annotate.elc.
4515         * vc-dav.el: Move here from url/vc-dav.el.
4516         (Todo): Note work needed to make this backend functional.
4518         * Makefile.in (ELCFILES): Update vc-dav.el location.
4520 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
4524 2008-06-21  John Paul Wallington  <jpw@pobox.com>
4526         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
4528         * textmodes/rst.el (rst-mode): Put docstring in right place.
4530 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
4532         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
4533         size for legibility.
4535         * faces.el (fixed-pitch): Use "Monospace" family.
4536         (variable-pitch): Use "Sans" family.
4537         (face-font-family-alternatives): Define alternatives for "Sans"
4538         and "Monospace".
4540 2008-06-21  Glenn Morris  <rgm@gnu.org>
4542         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
4543         Require 'cl when compiling.
4545         * emacs-lisp/debug.el (help-xref-interned): Declare.
4547         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
4548         Evaluate definition when compiling.
4550         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
4551         rather than mouse-1.
4552         (bug-reference-url-format): Autoload safe if string.
4553         (bug-reference-bug-regexp): Make space after "bug" optional.
4555         * Makefile.in (all): Explicitly pass EMACS to sub-make,
4556         for some non-GNU makes.
4558         * cus-dep.el (custom-dependencies-no-scan-regexp):
4559         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
4561         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
4562         increments.
4564         * calendar/calendar.el: Factor out the magic numbers controlling the
4565         calendar layout.
4566         (calendar-month-digit-width, calendar-month-width)
4567         (calendar-right-margin): New variables.
4568         (calendar-recompute-layout-variables, calendar-set-layout-variable):
4569         New functions.
4570         (calendar-left-margin, calendar-intermonth-spacing)
4571         (calendar-column-width, calendar-day-header-width)
4572         (calendar-day-digit-width): New options.
4573         (calendar-first-date-row): New constant.
4574         (calendar-move-to-column, calendar-ensure-newline): New functions,
4575         replacing calendar-insert-indented.
4576         (calendar-insert-indented): Remove function.
4577         (calendar-generate-month): Use calendar-move-to-column and
4578         calendar-ensure-newline.  Use layout variables.
4579         (calendar-generate, calendar-update-mode-line)
4580         (calendar-font-lock-keywords): Use layout variables.
4581         (calendar-column-to-month): New function.
4582         (calendar-cursor-to-date): Use calendar-column-to-month.
4583         Use layout variables.
4584         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4585         Use layout variables.  Use calendar-column-to-month.
4586         (calendar-cursor-to-visible-date): Use layout variables.
4588 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
4591         (all): Run compile-last.
4592         (compile-onefile): New target.
4593         (compile-first): Simplify.
4594         (compile-last): Don't treat COMPILE_FIRST specially.
4595         (COMPILE_FIRST): List the elc files rather than the el files.
4596         (ELCFILES): Update.
4598 2008-06-21  Ulf Jasper  <ulf@web.de>
4600         * net/newst-treeview.el: Remove dead code.
4601         (newsticker--window-config): Remove.
4602         (newsticker-treeview-quit): Do not save window config.
4603         (newsticker-treeview): Do not try to restore window config.
4604         (newsticker-groups, newsticker--treeview-list-sort-by-column)
4605         (newsticker--treeview-list-new-items)
4606         (newsticker--treeview-list-immortal-items)
4607         (newsticker--treeview-list-obsolete-items)
4608         (newsticker--treeview-list-all-items)
4609         (newsticker--treeview-list-feed-items): Fix documentation.
4611 2008-06-21  Miles Bader  <miles@gnu.org>
4613         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
4615 2008-06-21  Alan Mackenzie  <acm@muc.de>
4617         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
4618         infinite loop on invalid syntax.
4620 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4622         * textmodes/rst.el: Run rst-define-level-faces when loading.
4623         (rst-mode): Don't set the font-lock-multiline var.
4624         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
4625         Set the font-lock-multiline property by hand.
4627         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
4629         * Makefile.in (emacs-deps): Remove.
4630         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
4631         (all): Use them.
4632         (autogen-clean): Remove.
4634 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4636         * Makefile.in (all): New target.
4637         (bootstrap-prepare): Remove.
4639         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
4640         the .elc file to batch-byte-compile.
4642         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
4643         set-keymap-parents if set-keymap-parent doesn't exist.
4645         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
4646         Allow more than one space before the |.
4648         * textmodes/rst.el: Fix up docstring conventions.
4649         Move vars to before their first use.
4650         (rst-mode): Don't mess with font-lock-support-mode.
4651         (rst-suggest-new-decoration, rst-adjust-decoration):
4652         Avoid CL's copy-list.
4653         (rst-delete-entire-line): Use line-beginning-position.
4654         (rst-position): New fun.
4655         (rst-straighten-decorations): Use it instead of CL's position.
4656         (rst-straighten-bullets-region): Avoid CL's mapcar*.
4657         (rst-toc-mode): Use define-derived-mode.
4658         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
4659         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
4660         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
4661         (rst-replace-lines): Simplify.
4662         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
4664         * simple.el (special-mode-map): New var.
4665         (special-mode): New major mode.
4667 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
4669         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
4670         log-view-file-re.
4672         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
4673         (vc-switch-backend): Simplify.
4674         (Todo): Remove solved items.
4676         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
4677         the vc-backend property.
4679 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
4682         Bind inhibit-read-only since the buffer is always read-only.
4684 2008-06-20  Ulf Jasper  <ulf@web.de>
4686         * net/newst-treeview.el (newsticker-treeview-own-frame):
4687         Change default value to nil.
4688         (newsticker--treeview-list-add-item)
4689         (newsticker--treeview-propertize-tag): Show item title in tooltip.
4691 2008-06-20  Martin Blais  <blais@furius.ca>
4692             Stefan Merten  <smerten@oekonux.de>
4693             David Goodger  <goodger@python.org>
4695         * textmodes/rst.el: New file.
4697 2008-06-20  Sam Steingold  <sds@gnu.org>
4699         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
4700         remove DIRECTORY entries.
4702 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4704         * makefile.w32-in (distclean): Depend on `clean'.
4705         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
4706         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
4707         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
4708         empty cus-load.el with `echo', and include "Local Variables"
4709         section to prevent the empty file from being compiled.
4710         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
4711         that generate an empty cus-load.el.
4713 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
4715         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4716         Don't copy ldefs-boot.el over loaddefs.el.
4717         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
4718         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
4719         to loaddefs.el; they are not needed now.  Add coding cookie.
4721 2008-06-20  Miles Bader  <miles@gnu.org>
4723         * face-remap.el (face-remap-add-relative, face-remap-set-base):
4724         Strip unnecessary list levels from SPECS.
4725         (buffer-face-set, buffer-face-toggle):
4726         Change argument from FACE to &rest SPECS, and strip unnecessary
4727         list levels from SPECS.
4728         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
4730 2008-06-20  Jason Rumney  <jasonr@gnu.org>
4732         * international/fontset.el (setup-default-fontset): Specify script
4733         for latin use of iso10646-1.  Fix use of lang tags.
4735 2008-06-19  Miles Bader  <miles@gnu.org>
4737         * face-remap.el (text-scale-increase): Start from zero if
4738         text-scale-mode isn't enabled.
4740 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
4743         frame parameters after setting up the `default' face.
4745 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4747         * faces.el (face-set-after-frame-default): Don't exclude `default'.
4749 2008-06-18  Glenn Morris  <rgm@gnu.org>
4751         * mouse.el (buffer-face-mode-invoke): Declare.
4753         * Makefile.in (ELCFILES): Add org/org-id.elc.
4755         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
4756         * calendar/cal-menu.el (cal-menu-holidays-menu):
4757         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
4758         (cal-menu-today-holidays): Remove function.
4760         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
4761         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
4762         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
4763         Remove unused functions.
4764         (calendar-mouse-view-diary-entries): Use format rather than concat.
4766         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
4767         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4768         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
4770         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
4771         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4772         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
4773         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
4774         cal-menu-event-to-date.
4776         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
4777         Handle mouse events.
4778         * calendar/cal-tex.el (cal-tex-cursor-year)
4779         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4780         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4781         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4782         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
4783         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4784         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
4785         (cal-tex-cursor-month): Mark N as optional.
4786         * calendar/cal-menu.el (calendar-mouse-tex-day)
4787         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
4788         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
4789         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
4790         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
4791         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
4792         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
4793         Remove functions.
4794         (cal-menu-context-mouse-menu): Replace the above functions with the
4795         cal-tex versions.  Add HTML submenu.
4797 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
4799         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
4800         text command mode.
4801         (gdb): Explain that gud-gdb is needed for text command mode.
4803 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
4805         * window.el (split-height-threshold): Remove spurious extra line.
4807 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
4810         (calendar-set-mark):
4811         * calendar/diary-lib.el (diary-insert-entry):
4812         * calendar/solar.el (calendar-sunrise-sunset): Use it.
4813         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
4814         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
4815         (cal-menu-context-mouse-menu): Use calendar-set-mark,
4816         diary-insert-entry, and calendar-sunrise-sunset instead.
4818         * vc.el (vc-deduce-fileset): Add arg `only-files'.
4819         (vc-next-action): Pass the new arg.
4820         (vc-register): Don't use `only-files'.
4821         Don't set `backup-inhibited' in the current buffer.
4823 2008-06-17  Miles Bader  <miles@gnu.org>
4825         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
4827         * face-remap.el (buffer-face-mode-face)
4828         (buffer-face-mode-remapping): New variables.
4829         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
4830         (buffer-face-mode-invoke): New functions.
4831         (variable-pitch-mode-remapping): Variable removed.
4832         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
4834         * face-remap.el (internal-lisp-face-attributes): New variable.
4835         (face-attrs-more-relative-p, face-remap-order): New functions.
4836         (face-remap-add-relative): Use `face-remap-order'.
4838 2008-06-17  Glenn Morris  <rgm@gnu.org>
4840         * mouse.el (x-select-font): Declare.
4842         * calendar/calendar.el (calendar-move-hook):
4843         Add calendar-update-mode-line as an option.
4844         (calendar-date-echo-text): New user option.
4845         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
4846         (calendar-insert-indented): Simplify newline insertion.
4847         (calendar-describe-mode): Remove unused function.
4848         (calendar-mode-line-entry): New function.
4849         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
4850         Mark as risky.
4851         (calendar-mouse-other-month): Remove function.
4852         (calendar-other-month): Handle mouse events.
4853         (calendar-goto-info-node): Call fit-window-to-buffer.
4854         (calendar-mode): Use define-derived-mode.  Doc fix.
4855         (calendar-update-mode-line): Tweak whitespace.
4857 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
4860         (vc-dir-marked-only-files): vc-string-prefix-p.
4862 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
4864         * progmodes/gdb-ui.el (gdb-memory-set-address)
4865         (gdb-memory-set-repeat-count): Allow keyboard bindings.
4866         (gdb-memory-mode-map): Bind above functions respectively
4867         to 'S' and 'N'.
4869 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
4871         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
4873 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
4875         * log-view.el (vc-diff-internal): Declare for compiler.
4877         * vc-bzr.el (log-view-per-file-logs):
4878         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
4880 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
4882         * mouse.el (mouse-appearance-menu-map): New var.
4883         (mouse-appearance-menu): New function.
4884         Bind it to S-down-mouse-1.
4886 2008-06-15  Juri Linkov  <juri@jurta.org>
4888         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
4889         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
4890         as the second element.
4891         (Info-build-toc): Add PARENT element extracted from the Up pointer.
4892         Don't print progress messages.
4893         (Info-toc-nodes): New variable and function.
4894         (Info-index-nodes): Optimize non-string file name case.
4895         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
4896         (Info-insert-breadcrumbs): Use the cached document structure instead
4897         of visiting all ancestor nodes.  Remove the initial `>'.
4899 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
4901         * log-view.el (log-view-diff-changeset): New function.
4902         (log-view-mode-map, log-view-mode-menu): Bind it.
4903         (log-view-per-file-logs, log-view-vc-fileset)
4904         (log-view-vc-backend): New variables.
4905         (log-view-find-revision, log-view-modify-change-comment)
4906         (log-view-annotate-version): Throw an error if the log is for more
4907         than one file and we can't find the current file.  Get the current
4908         file from log-view-vc-fileset if necessary.
4909         (log-view-diff): Get the current file from log-view-vc-fileset if
4910         necessary.
4912         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
4914         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
4915         (vc-hg-log-view-mode): Declare for compiler.
4916         (vc-hg-log-view-mode): Set log-view-per-file-logs and
4917         log-view-file-re.
4918         (vc-hg-diff): If no file is passed, use default-directory for cwd.
4920         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
4922         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
4924 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
4926         * net/tramp.el (tramp-handle-start-file-process):
4927         Clear modification time of the connection buffer.
4928         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
4929         (tramp-open-connection-setup-interactive-shell): Flush cache, and
4930         restart `tramp-maybe-open-connection' when the remote system has
4931         been changed.  Throw 'uname-changed event.
4932         (tramp-maybe-open-connection): Catch it.
4934         * net/tramp-cmds.el (tramp-cleanup-all-connections):
4935         Reset `tramp-locked'.
4937 2008-06-15  Ulf Jasper  <ulf@web.de>
4939         * net/newst-treeview.el (newsticker--treeview-list-update)
4940         (newsticker--treeview-item-update)
4941         (newsticker--treeview-tree-update)
4942         (newsticker-treeview-jump, newsticker-group-add-group)
4943         (newsticker-group-move-feed, newsticker-group-delete-group):
4944         Remove window dedication.
4945         (newsticker--group-manage-orphan-feeds): Handle ill-valued
4946         newsticker-groups.
4947         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
4949 2008-06-15  Andreas Schwab  <schwab@suse.de>
4951         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
4952         when parsing CVS/Repository.
4954         * wdired.el (wdired-search-and-rename): Fix undocumented change.
4956 2008-06-15  Ulf Jasper  <ulf@web.de>
4958         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
4959         (newsticker-extra-face, newsticker-enclosure-face): Moved to
4960         net/newst-reader.el.
4962         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
4963         (newsticker-extra-face, newsticker-enclosure-face): Moved from
4964         net/newst-reader.el.
4966 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4968         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
4969         Catch and recover from case when the bytes we thought we were reading
4970         turn out to be something else entirely, such as latin-1 chars from
4971         quail.  See bug#396.
4973 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
4975         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
4976         (vc-register): Call the backend function only once, instead of
4977         once for each file.
4978         (vc-next-action): Update call to vc-register.
4979         (vc-dir-register): Remove function.
4980         (vc-dir): Bind vc-register instead of vc-dir-register.
4982 2008-06-14  Glenn Morris  <rgm@gnu.org>
4984         * Makefile.in (ELCFILES): Add net/newst-*.el.
4986 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4988         * wdired.el (wdired-do-renames): New function.
4989         (wdired-finish-edit): Use it to.
4990         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
4992 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4994         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
4996 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
4998         * window.el (window--even-window-heights): Even window heights
4999         only if the selected window is higher than WINDOW.
5000         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5002 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5006 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * term/linux.el (terminal-init-linux): Load t-mouse.
5010 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5011             Drew Adams  <drew.adams@oracle.com>
5013         * info.el (Info-breadcrumbs-depth): New var.
5014         (Info-insert-breadcrumbs): New function.
5015         (Info-fontify-node): Use it.
5016         (Info-mode-map): Move initialization into declaration.
5018 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
5020         Rename net/newsticker-*.el to net/newst-*.el.
5021         * net/newst-backend.el: Rename from net/newsticker-backend.el.
5022         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5023         * net/newst-reader.el: Rename from net/newsticker-reader.el.
5024         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5025         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5026         * net/newsticker-backend.el: Rename to net/newst-backend.el.
5027         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5028         * net/newsticker-reader.el: Rename to net/newst-reader.el.
5029         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5030         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5032 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5034         * progmodes/compile.el (compilation-start): Don't disable undo in
5035         comint buffer.  Don't override the comint-filter with our own.
5036         (compilation-filter): Change point's insertion-type.
5038         * comint.el (comint-output-filter): Use copy-marker.
5040 2008-06-13  David Reitter  <david.reitter@gmail.com>
5042         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5043         Check message-signature-separator exists before using it.
5045 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
5047         * vc.el (vc-delete-file): Bind default-directory before calling
5048         the backend.
5049         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5050         (vc-annotate-show-diff-revision-at-line-internal): ... here.
5051         New function.
5052         (vc-annotate-show-changeset-diff-revision-at-line): New function.
5053         (vc-annotate-mode-menu): Bind it.
5055 2008-06-13  Jason Rumney  <jasonr@gnu.org>
5057         * term/w32-win.el (mouse-set-font): Remove overridden function.
5058         (w32-select-font): Declare as obsolete alias for x-select-font.
5060 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5062         These changes add serial port access.
5063         * term.el (term-update-mode-line): Modify.
5064         (serial-port-is-file-p, serial-nice-speed-history)
5065         (serial-no-speed, serial-mode-line-speed-menu)
5066         (serial-mode-line-config-menu): New variables and constants.
5067         (serial-name-history, serial-speed-history)
5068         (serial-supported-or-barf, serial-read-name, serial-read-speed)
5069         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5070         (serial-mode-line-speed-menu, serial-update-speed-menu)
5071         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5072         (serial-update-config-menu): New functions.
5074 2008-06-13  Glenn Morris  <rgm@gnu.org>
5076         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5078         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5080 2008-06-13  Kenichi Handa  <handa@m17n.org>
5082         * cus-face.el (custom-face-attributes): Add :foundry.
5084         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
5085         (face-x-resources): Add :foundry.
5086         (face-valid-attribute-values): Likewise.
5087         (face-attribute-name-alist): Likewise.
5088         (describe-face): Likewise.
5090 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
5094 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5096         * longlines.el (longlines-search-forward, longlines-search-backward)
5097         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
5099 2008-06-12  Sam Steingold  <sds@gnu.org>
5101         * vc.el (vc-rename-file): DTRT when the destination is a directory
5102         name and the source is a file.
5104 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5106         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
5108 2008-06-12  Glenn Morris  <rgm@gnu.org>
5110         * progmodes/f90.el (f90-beginning-of-subprogram)
5111         (f90-end-of-subprogram): Only give a message when interactive.
5113         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
5115         * progmodes/cperl-mode.el (cperl-info-on-command):
5116         Use display-pixel-height rather than x-display-pixel-height.
5118         * mail/rmailedit.el (rmail-cease-edit):
5119         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
5121         * emulation/edt.el (edt-xserver):
5122         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
5124         * emulation/edt-mapper.el: Drop test for Emacs < 19.
5126         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
5127         Evaluate definitions when compiling.  Reverse tests.
5129         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
5130         use unless.
5132         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
5134         * textmodes/artist.el (x-pointer-shape):
5135         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
5136         (x-open-connection, x-server-max-request-size, x-get-resource):
5137         * term/w32console.el (x-setup-function-keys):
5138         * term/w32-win.el (x-parse-geometry, x-resource-name)
5139         (generate-fontset-menu, image-library-alist, x-open-connection)
5140         (setup-default-fontset, set-fontset-font, setup-default-fontset)
5141         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
5142         (x-get-resource):
5143         * term/mac-win.el (x-parse-geometry, x-resource-name)
5144         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
5145         (new-fontset, x-display-list, x-open-connection, x-get-resource):
5146         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
5147         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
5148         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
5149         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
5150         (tooltip-identifier-from-point, define-fringe-bitmap):
5151         * play/gamegrid.el (image-size):
5152         * play/bubbles.el (image-size):
5153         * mail/emacsbug.el (x-server-vendor, x-server-version):
5154         * international/mule-util.el (internal-char-font):
5155         * international/mule-diag.el (font-info, query-fontset, fontset-info)
5156         (fontset-alias-alist, fontset-list, fontset-plain-name):
5157         * international/mule-cmds.el (x-server-vendor, x-server-version):
5158         * international/fontset.el (font-encoding-charset-alist)
5159         (otf-script-alist, new-fontset, set-fontset-font)
5160         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5161         (fontset-list, query-fontset, x-get-resource):
5162         * emulation/edt.el (x-server-vendor):
5163         * emulation/edt-mapper.el (x-server-vendor):
5164         * emacs-lisp/map-ynp.el (x-popup-dialog):
5165         * emacs-lisp/lmenu.el (x-popup-dialog):
5166         * x-dnd.el (x-window-property, x-change-window-property)
5167         (x-get-selection-internal):
5168         * woman.el (x-list-fonts):
5169         * w32-fns.el (x-server-version):
5170         * tooltip.el (x-show-tip, x-hide-tip):
5171         * tool-bar.el (image-mask-p):
5172         * thumbs.el (image-size):
5173         * term.el (overflow-newline-into-fringe):
5174         * subr.el (scroll-bar-scale):
5175         * startup.el (x-get-resource, tool-bar-mode, image-size):
5176         * select.el (x-get-selection-internal, x-own-selection-internal)
5177         (x-disown-selection-internal):
5178         * mouse.el (generate-fontset-menu):
5179         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
5180         * image.el (image-library-alist):
5181         * image-mode.el (image-size, image-refresh):
5182         * image-dired.el (clear-image-cache):
5183         * gs.el (x-display-mm-width, x-display-pixel-width)
5184         (x-display-mm-height, x-display-pixel-height)
5185         (x-change-window-property, x-display-grayscale-p, x-window-property):
5186         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
5187         (x-focus-frame, x-list-fonts, x-display-screens)
5188         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
5189         (x-display-mm-width, x-display-backing-store, x-display-save-under)
5190         (x-display-planes, x-display-color-cells, x-display-visual-class):
5191         * faces.el (internal-face-x-get-resource)
5192         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
5193         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
5194         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
5195         (x-parse-geometry, x-create-frame, x-setup-function-keys)
5196         (tool-bar-setup):
5197         * doc-view.el (clear-image-cache, image-size, tooltip-show):
5198         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
5199         * dframe.el (x-display-pixel-width, x-display-pixel-height):
5200         * descr-text.el (internal-char-font):
5201         Define for compiler, for builds without X.
5203 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
5207 2008-06-11  Glenn Morris  <rgm@gnu.org>
5209         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
5210         before trying to move there.
5211         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
5212         is non-nil, indent most terminating statements like loop body.
5214         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
5215         Gregorian date, and add it, not the local date, to diary-entries-list.
5216         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
5218 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5220         * progmodes/compile.el (compilation-filter): Fix up last change.
5222         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
5224         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
5225         (gpm-mouse-mode): Make it into a proper global minor mode.
5227         * files.el (save-some-buffers-action-alist): Only use recursive-edit
5228         if the user enabled recursive-minibuffers.
5230         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5231         Add support for scroll-other-window.
5233 2008-06-11  Jason Rumney  <jasonr@gnu.org>
5235         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
5236         Use tmm-menubar if menu is disabled in this frame.
5238         * menu-bar.el (menu-bar-open): Determine how to open menu bar
5239         from frame type, per documentation.  Add w32 case.
5241 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5243         * minibuffer.el (completion--merge-suffix): New function.
5244         (completion-basic-try-completion): Use it.
5245         (completion-pcm--find-all-completions): Add argument `filter'.
5246         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
5247         New functions.
5248         (completion-pcm-try-completion): Use them.
5250         * xt-mouse.el (turn-on-xterm-mouse-tracking)
5251         (turn-off-xterm-mouse-tracking): Use terminal-list.
5253         * cus-start.el (underline-minimum-offset): Rename from
5254         x-underline-minimum-display-offset.
5256 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
5258         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
5260 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
5262         * mouse.el (mouse-select-font): New function.
5264         * faces.el (face-spec-recalc): When the face is set using
5265         Customize, avoid recalculating it twice.
5267         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
5268         Font" menu item to it.  Apply selected font to all frames, and
5269         make it savable.
5270         (menu-bar-options-save): Save `default' font if changed.
5272 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5274         * ffap.el (ffap-string-at-point-mode-alist):
5275         Use alpha rather than lower.
5277         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
5279         * subr.el (momentary-string-display): Use an overlay.
5281         * progmodes/compile.el (compilation-mode):
5282         Set window-point-insertion-type.
5283         (compilation-filter): Don't use insert-before-markers any more.
5284         * emacs-lisp/trace.el (trace-make-advice):
5285         Set window-point-insertion-type in the trace buffer.
5286         * startup.el (normal-top-level): Set window-point-insertion-type in
5287         *Messages*.
5288         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
5289         (telnet-filter): Don't use insert-before-markers any more.
5290         * comint.el (comint-mode): Set window-point-insertion-type.
5291         (comint-output-filter): Don't use insert-before-markers any more.
5292         * button.el (make-text-button): Allow `start' to be a string.
5294 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
5296         * emacs-lisp/autoload.el (autoload-rubric):
5297         Fix coding cookie not to force Unix EOL.
5299 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
5301         * window.el (window--splittable-p, window--try-to-split-window):
5302         Don't use with-selected-window to avoid messing up get-lru-window.
5303         Reported by David Hansen <david.hansen@gmx.net>.
5305 2008-06-10  Glenn Morris  <rgm@gnu.org>
5307         * subr.el (locate-library): Doc fix.
5309         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
5310         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
5311         Check tool-bar-map is bound, for non-X builds.
5313         * net/newsticker-reader.el (newsticker--next-item-image)
5314         (newsticker--previous-item-image, newsticker--previous-feed-image)
5315         (newsticker--next-feed-image, newsticker--mark-read-image)
5316         (ewsticker--mark-immortal-image, newsticker--narrow-image)
5317         (newsticker--get-all-image, newsticker--update-image)
5318         (newsticker--browse-image): Check xpm images are available.
5319         (newsticker--mark-read-image, newsticker--mark-immortal-image)
5320         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
5322         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
5323         (newsticker--plainview-tool-bar-map, newsticker-mode):
5324         Check tool-bar-map is bound, for non-X builds.
5325         (w3m-toggle-inline-image): Declare.
5327         * net/newsticker-backend.el (tool-bar-map): Don't declare.
5329         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
5331         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
5332         (finder-compile-keywords): Move let to where needed.
5333         (finder-mouse-face-on-line): Go back one more line if needed.
5334         (finder-list-matches): Use cadr.
5335         (finder-goto-xref): New function.
5336         (finder-commentary): Add buttons to jump to foo.el libraries.
5338 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * apropos.el (apropos-function, apropos-macro, apropos-command)
5341         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5342         (apropos-plist): Add apropos-short-label property.
5343         (apropos-multi-type): New variables.
5344         (apropos-command, apropos-value): Set it.
5345         (apropos-compact-layout): New custom.
5346         (apropos-print, apropos-print-doc): Use it.
5347         (apropos-print): Truncate lines.
5349 2008-06-09  Kenichi Handa  <handa@m17n.org>
5351         * international/fontset.el (font-encoding-alist):
5352         Add an entry for "ascii-0".
5354 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
5356         * language/hanja-util.el (hanja-init-load): Show the message only
5357         when loading a table.
5359 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5361         * net/newsticker-treeview.el (newsticker-treeview):
5362         * net/newsticker-plainview.el (newsticker-plainview):
5363         Add autoload cookie.
5365 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5367         * net/newsticker.el: Split up into newsticker-backend, -ticker,
5368         -reader, -plainview, and -treeview.
5369         (newsticker-version): Change to 1.99.
5371         * net/newsticker-backend.el: New.  Move backend functionality from
5372         newsticker.el to newsticker-backend.el.
5373         (newsticker--download-logos): New.
5374         (newsticker--sentinel-callback): New.
5375         (newsticker--set-customvar): Remove.  Split up into specific
5376         functions related to retrieval, ticker, buffer, and display.
5377         (newsticker--set-customvar-retrieval): New.  Extracted from
5378         `newsticker--set-customvar'.
5379         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
5380         (newsticker-url-list-defaults):
5381         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5382         (newsticker-url-list): Doc changed.  URL can be a function.
5383         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5384         (newsticker-retrieval-method): New.
5385         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
5386         (newsticker-retrieval-interval):
5387         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5388         (newsticker-desc-comp-max): Change :group.
5389         (newsticker--cache): Doc changed.
5390         (newsticker--guid-to-string): New.
5391         (newsticker--guid): Use `newsticker--guid-to-string'.
5392         (newsticker--real-feed-name): New.
5393         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
5394         (newsticker-start): Use `insert-file-contents' for reading cache.
5395         Use `newsticker--start-feed'.
5396         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
5397         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
5398         Use `newsticker--stop-feed'.
5399         (newsticker-save-item): New.
5400         (newsticker--get-news-by-funcall): New.
5401         (newsticker-get-news): Handle new retrieval methods.
5402         (newsticker--sentinel): Use `newsticker--sentinel-work'.
5403         (newsticker--sentinel-work): New.  Extracted from
5404         `newsticker--sentinel'.  Use `newsticker--download-logos',
5405         `newsticker--sentinel-callback'.
5406         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
5407         (newsticker--parse-atom-1.0): Fix link determination.
5408         (newsticker--parse-rss-0.91): Fix time determination.
5409         (newsticker--parse-rss-0.92): Fix time determination.
5410         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
5411         (newsticker--parse-generic-feed): New arg order in
5412         `newsticker--cache-add'.
5413         (newsticker--parse-generic-items): Fix for multiple items.
5414         New arg order in `newsticker--cache-add'.
5415         (newsticker--forget-preformatted): Check whether
5416         `newsticker--buffer-set-uptodate' is fbound.
5417         (newsticker--decode-iso8601-date): Handle fractions of seconds.
5418         (newsticker--decode-rfc822-date): Partial timezone handling.
5419         (newsticker--cache-contains): Fix guid problem.
5420         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
5421         (newsticker--cache-save): New.
5422         (newsticker--cache-update): Use temp buffer.
5423         (newsticker--stat-num-items): Allow multiple AGE args.
5424         (newsticker--stat-num-items-total): New.
5425         (newsticker--opml-import-outlines): New.
5426         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
5427         (newsticker--do-run-auto-mark-filter): Doc changed.
5428         (newsticker-retrieve-random-message): New.
5430         * net/newsticker-ticker.el: New.  Move ticker functionality from
5431         net/newsticker.el to net/newsticker-ticker.el.
5432         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
5433         `newsticker--ticker-timer'.
5434         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
5435         to `newsticker--ticker-timer'.
5436         (newsticker--set-customvar-ticker): New.  Extracted from
5437         `newsticker--set-customvar'.
5438         (newsticker-ticker-interval): Rename `newsticker-display-interval'
5439         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
5440         for :set.  Change :group.
5441         (newsticker-scroll-smoothly): Doc changed.  Change :group.
5442         (newsticker-hide-immortal-items-in-echo-area)
5443         (newsticker-hide-old-items-in-echo-area)
5444         (newsticker-hide-obsolete-items-in-echo-area):
5445         Use `newsticker--set-customvar-ticker for :set.  Change :group.
5446         (newsticker-start-ticker): Rename `newsticker--display-timer' to
5447         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
5448         to `newsticker-ticker-interval'.
5449         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
5450         `newsticker--ticker-timer'.
5452         * net/newsticker-reader.el: New.  Move reader functionality from
5453         net/newsticker.el to net/newsticker-reader.el.
5454         (newsticker--set-customvar-formatting): New.  Extracted from
5455         `newsticker--set-customvar'.
5456         (newsticker-reader, newsticker-frontend): New.
5457         (newsticker-enable-logo-manipulations): Change :group.
5458         (newsticker-justification): Use `newsticker--set-customvar-formatting'
5459         for :set.  Change :group.
5460         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
5461         for :set.  Change :group.
5462         (newsticker-html-renderer): Doc changed.
5463         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
5464         (newsticker-date-format):
5465         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
5466         (newsticker--insert-enclosure):
5467         Rename `newsticker--buffer-insert-enclosure' to
5468         `newsticker--insert-enclosure'.  Add keymap arg.
5469         (newsticker--print-extra-elements):
5470         Rename `newsticker--buffer-print-extra-elements' to
5471         `newsticker--print-extra-elements'.  Add keymap arg.
5472         (newsticker--do-print-extra-element):
5473         Rename `newsticker--buffer-do-print-extra-element' to
5474         `newsticker--do-print-extra-element'.  Add keymap arg.
5475         (newsticker-show-news): Use `newsticker-frontend'.
5477         * net/newsticker-plainview.el: New.  Move plainview functionality
5478         from net/newsticker.el to net/newsticker-reader.el.
5479         (newsticker-plainview): New.
5480         (newsticker--set-customvar-sorting): New.  Extracted from
5481         `newsticker--set-customvar'.
5482         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
5483         for :set.  Changed :group.
5484         (newsticker-heading-format, newsticker-item-format)
5485         (newsticker-desc-format, newsticker-statistics-format):
5486         Use `newsticker--set-customvar-formatting for :set.  Change :group.
5487         (newsticker-faces): Change :group.
5488         (newsticker-default-face): Enable again.
5489         (newsticker-hide-old-items-in-newsticker-buffer)
5490         (newsticker-show-descriptions-of-new-items):
5491         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
5492         (newsticker-show-all-news-elements): Change :group.
5493         (newsticker-plainview-hooks): New.
5494         (newsticker-select-item-hook, newsticker-select-feed-hook)
5495         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
5496         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
5497         to `newsticker--plainview-tool-bar-map'.
5498         (newsticker--url-keymap): Add mouse-1 binding.
5499         (newsticker-plainview): New.
5500         (newsticker-mark-all-items-of-feed-as-read): Change doc.
5501         (newsticker--buffer-do-insert-text): Use renamed
5502         newsticker--[buffer-]insert-enclosure and
5503         newsticker--[buffer-]print-extra-elements.
5504         (newsticker--buffer-set-faces): Use newsticker-default-face.
5506         * net/newsticker-treeview.el: New.
5508 2008-06-08  Andreas Schwab  <schwab@suse.de>
5510         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
5512         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
5514         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
5515         empty line.
5517         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
5519 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
5521         * window.el (split-height-threshold, split-width-threshold):
5522         Add choice nil.
5523         (split-window-preferred-function): Allow either nil or a function.
5524         (window--splittable-p, window--try-to-split-window):
5525         Handle changed option values.
5527         (window--frame-usable-p): Handle nil argument.
5529         (display-buffer): Call get-lru-window when pop-up-windows is nil
5530         and window can't be split.
5532 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5534         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
5536         * net/tramp.el (top): Quote feature names.  Remove
5537         `tramp-rfn-eshadow-setup-minibuffer' from
5538         `rfn-eshadow-setup-minibuffer-hook' when unloading.
5539         (tramp-read-passwd): There is only one call to
5540         `auth-source-user-or-password' needed.  Pacify byte compiler.
5542 2008-06-08  Andreas Schwab  <schwab@suse.de>
5544         * window.el (display-buffer): Use lru window if current window
5545         cannot be split.
5547 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * apropos.el (apropos-library): New command and new button.
5550         (apropos-library-button): New function.
5552         * apropos.el: Remove spurious * in docstrings.
5553         (apropos-label-face): Use variable pitch.
5554         (apropos-print): Use dolist and with-current-buffer.
5555         (apropos-print-doc): Use when.
5557         * window.el (special-display-p, display-buffer):
5558         Fix up C->Elisp transcription error.
5560 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
5563         (byte-compile-file): Initialize it.
5564         (byte-compile-nogroup-warn): Keep track of the current group.
5566 2008-06-08  Glenn Morris  <rgm@gnu.org>
5568         * Makefile.in (compile, compile-always, bootstrap-prepare):
5569         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
5571 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
5573         * language/hanja-util.el (hanja-init-load): Use a char-table for
5574         hanja-table.
5575         (hangul-to-hanja-char): Adjust for the above change.
5577 2008-06-07  Glenn Morris  <rgm@gnu.org>
5579         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
5580         lm-keywords.
5582         * mail/sendmail.el (mail-interactive): Add :version.
5584         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
5585         obsolete alias.
5587         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
5588         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
5589         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
5590         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
5591         * eshell/esh-util.el, international/mule-cmds.el:
5592         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
5593         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
5594         Remove unnecessary eval-when-compiles and eval-and-compiles.
5596         * Makefile.in (bootstrap-clean): Run autogen-clean.
5597         (maintainer-clean): No need to run autogen-clean now it is included in
5598         bootstrap-clean.
5600 2008-06-06  Miles Bader  <miles@gnu.org>
5602         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
5604 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
5606         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
5607         longlines mode.
5609         * replace.el (replace-search-function)
5610         (replace-re-search-function): New vars.
5611         (perform-replace): Use them.
5613         * longlines.el (longlines-re-search-forward): New function.
5614         (longlines-mode): Bind replace-search-function and
5615         replace-re-search-function, to ensure that replacement commands
5616         treat newlines as spaces.
5617         (longlines-show-effect): Default to a pilcrow sign.
5619 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * help.el (function-called-at-point):
5622         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
5623         even when calling find-tag-default.
5625 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
5627         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
5628         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
5629         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
5630         (nxml-fontify-buffer, nxml-do-fontify):
5631         Remove obsolete variables and functions.
5632         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
5633         (nxml-degrade, nxml-after-change, nxml-after-change1)
5634         (nxml-extend-region, nxml-extend-after-change-region)
5635         (nxml-extend-after-change-region1, nxml-fontify-matcher)
5636         (nxml-toggle-char-ref-extra-display): Use font-lock, and
5637         font-lock-extend-region-functions in particular, to fontify
5638         nxml-mode buffers.
5639         (nxml-debug-region): New debugging helper function.
5641         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
5642         (nxml-scan-after-change, nxml-move-tag-backwards):
5643         Adapt for font-lock changes.
5645         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
5646         (nxml-debug-set-inside, nxml-debug-clear-inside):
5647         New debugging functions.
5648         (nxml-with-degradation-on-error): New helper macro.
5650 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
5652         * window.el (display-buffer): Remove dead call to get-lru-window.
5654 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5656         * mail/sendmail.el (mail-interactive): Change default.
5658 2008-06-05  John Paul Wallington  <jpw@pobox.com>
5660         * bindings.el (completion-ignored-extensions):
5661         Add .p64fsl, .d64fsl, and .dx64fsl.
5663 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5665         * ffap.el (ffap-prompter): Don't use the region.
5667 2008-06-05  Sam Steingold  <sds@gnu.org>
5669         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
5670         subdirectory to be registered.
5672 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
5674         * window.el (display-buffer-function, special-display-p)
5675         (special-display-buffer-names, special-display-regexps)
5676         (special-display-function, same-window-p, same-window-buffer-names)
5677         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
5678         (pop-up-frame-function, pop-up-windows, even-window-heights)
5679         (split-window-preferred-function, split-height-threshold)
5680         (window--display-buffer-1, display-buffer, pop-to-buffer):
5681         Move from window.c and buffer.c.
5682         (window--splittable-p, window--try-to-split-window)
5683         (window--frame-usable-p, window--display-buffer-2)
5684         (window--even-window-heights): New functions.
5685         (split-width-threshold): New option.
5686         (split-window-preferred-horizontally): Remove.
5688         * cus-start.el: Remove corresponding declarations.
5690 2008-06-05  Sam Steingold  <sds@gnu.org>
5692         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
5693         an error on modified buffers.
5695 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5697         * progmodes/etags.el (tags-verify-table): Be careful to use and update
5698         tags-file-name and tags-table-list from the right buffer.
5699         (tags-table-check-computed-list, tags-table-extend-computed-list)
5700         (find-tag-noselect): Use with-current-buffer.
5702         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
5703         Use print-circle.
5705         * minibuffer.el (minibuffer-local-must-match-filename-map):
5706         Declare obsolete alias for the old name.
5708         * abbrev.el (unexpand-abbrev): Better preserve markers.
5710 2008-06-05  Glenn Morris  <rgm@gnu.org>
5712         * emacs-lisp/autoload.el (autoload-rubric): New function,
5713         extracted from autoload-ensure-default-file.
5714         (autoload-ensure-default-file): Use autoload-rubric.
5716         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
5717         (custom-dependencies-no-scan-regexp): New variable.
5718         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
5719         Don't scan files matching custom-dependencies-no-scan-regexp.
5720         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
5722         * finder.el (finder-headmark): Initialize and add doc string.
5723         (generated-finder-keywords-file): Doc fix.
5724         (finder-no-scan-regexp): New variable.
5725         (finder-compile-keywords): Use a single let binding.
5726         Disable undo in the output buffer.  Use autoload-rubric.
5727         Use mapc rather than mapcar.  Don't scan files matching
5728         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
5729         rather than concat.  Use directory-files to do regexp matching.
5730         No need to require jka-compr.
5731         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
5732         (finder-list-matches): Disable undo.
5733         (finder-commentary): Use let rather than let*.  Disable undo.
5734         (finder-current-item): Use zerop.
5735         (finder-mode): Use define-derived-mode.
5736         (finder-exit): Doc fix.  Use dolist.
5738         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
5739         (custom-deps): Don't require $(lisp)/cus-load.el.
5740         (custom-deps, finder-data): Don't depend on autoloads.
5741         Should not be needed now, and doing so was causing make install to
5742         re-dump emacs post-bootstrap.
5743         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
5744         mid-build forces some things to be rebuilt.
5746 2008-06-05  Miles Bader  <miles@gnu.org>
5748         * face-remap.el
5749         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
5750         (face-remap-remove-relative): Renamed from
5751         `remove-relative-face-remapping'.
5752         (face-remap-reset-base): Renamed from
5753         `set-default-base-face-remapping'.
5754         (face-remap-set-base): Renamed from `set-base-face-remapping'.
5755         (text-scale-increase): Renamed from `increase-buffer-face-height'.
5756         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
5757         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
5759         * face-remap.el (variable-pitch-mode): Autoload.
5761 2008-06-04  Sam Steingold  <sds@gnu.org>
5763         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
5764         Generate extra status headers for a Mercurial tree.
5766 2008-06-04  John Paul Wallington  <jpw@pobox.com>
5768         * echistory.el (electric-history-map): Define within defvar.
5769         Add docstring.
5771         * font-lock.el (font-lock-turn-off-thing-lock)
5772         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
5773         Use `bound-and-true-p'.
5774         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
5775         Doc fixes.
5777         * international/ccl.el (define-ccl-program): Add `doc-string'
5778         declaration.
5780 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
5782         * face-remap.el (variable-pitch-mode): Reflow docstrings.
5783         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
5785 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
5787         * emacs-lisp/rx.el (rx): Doc fix.
5789 2008-06-04  Markus Triska  <markus.triska@gmx.at>
5791         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
5793 2008-06-04  Miles Bader  <miles@gnu.org>
5795         * face-remap.el (adjust-buffer-face-height): New function.
5796         Add autoloaded keybindings in ctl-x-map.
5797         (increase-buffer-face-height, decrease-buffer-face-height):
5798         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
5800 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
5802         * simple.el (line-move-1): If we did not move as far as desired,
5803         ensure that point-left and point-entered hooks are called.
5805 2008-06-03  Sam Steingold  <sds@gnu.org>
5807         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
5809 2008-06-03  John Paul Wallington  <jpw@pobox.com>
5811         * progmodes/make-mode.el (makefile-cleanup-continuations)
5812         (makefile-warn-suspicious-lines, makefile-warn-continuations):
5813         Use `derived-mode-p'.
5815 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5817         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
5818         (ELCFILES): Update.
5820 2008-06-03  Miles Bader  <miles@gnu.org>
5822         * face-remap.el: New file.
5823         * Makefile.in (ELCFILES): Add face-remap.elc.
5825 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5827         * progmodes/flymake.el (flymake-process-filter): Make sure the source
5828         buffer isn't dead.
5830         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
5831         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
5832         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
5833         * obsolete/auto-show.el, obsolete/hscroll.el:
5834         Remove packages that were obsolete in Emacs-20, or that were obsolete
5835         in Emacs-21 and do not contain any more code.
5837         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
5838         vc-client-mode is not set.
5840         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
5841         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
5843         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
5844         yet a bit more clever at distinguishing / from /.
5846 2008-06-03  Kenichi Handa  <handa@m17n.org>
5848         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
5850 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
5852         * language/hanja-util.el: New file.
5854 2008-06-03  Glenn Morris  <rgm@gnu.org>
5856         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
5857         Check that end-of-word follows "type".
5859 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
5861         * epa-file.el (epa-file-write-region): Write the entire buffer
5862         content if START is nil.
5864 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
5866         * select.el (x-get-selection): Fix typo.
5868 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
5870         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
5871         (describe-char): Use `looking-at-p', `string-match-p' when possible.
5873 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5875         * tar-mode.el (tar-header-block-summarize): Ensure one space around
5876         user&group.
5878 2008-05-31  John Paul Wallington  <jpw@pobox.com>
5880         * help-fns.el (describe-variable-custom-version-info):
5881         Handle dotted `package-version' info.
5883 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
5885         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
5887 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
5889         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
5890         names and improve support for unregistered files.
5892 2008-05-31  Glenn Morris  <rgm@gnu.org>
5894         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
5895         Remove shell variable `elc'.  Split tests to hopefully be more portable.
5896         Fix `sel' assignment.
5898 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
5900         * minibuffer.el (completion-table-dynamic): Doc fix.
5902 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5904         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
5905         Try and return `unregistered' when applicable.
5907         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5908         Don't encourage naming variables with "-flag".
5910 2008-05-30  Glenn Morris  <rgm@gnu.org>
5912         * Makefile.in (update-elclist): Hide the warning when it does not apply,
5913         make it milder when it does.
5914         (autogen-clean): New target.
5915         (maintainer-clean): Use autogen-clean.
5917         * calendar/diary-lib.el (diary-display-function): New name for
5918         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
5919         Change custom type and version.
5920         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
5921         (diary-fancy-display): Doc fixes.
5922         (diary-list-entries, diary-include-other-diary-files)
5923         (diary-mail-entries):
5924         Use diary-display-function rather than diary-display-hook.
5926         * calendar/appt.el (appt-check): Use diary-display-function rather than
5927         diary-display-hook.
5928         * calendar/cal-x.el (calendar-dedicate-diary): Update for
5929         diary-display-function replacing diary-display-hook.
5930         * org/org-agenda.el (org-get-entries-from-diary): Also set
5931         diary-display-function.
5933         * calendar/cal-html.el (cal-html-list-diary-entries):
5934         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5935         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
5936         argument of diary-list-entries rather than setting diary-display-hook.
5938 2008-05-30  Kenichi Handa  <handa@m17n.org>
5940         * international/mule-conf.el (utf-8-with-signature): Renamed from
5941         utf-8-sig.
5942         (utf-8-auto): Adjusted for the above change.
5944         * international/mule-diag.el (describe-font): Don't check fontset
5945         here, and just call font-info.  Get the default font by from the
5946         default face.
5948 2008-05-29  Kenichi Handa  <handa@m17n.org>
5950         * international/mule-conf.el (utf-8-sig, utf-8-auto):
5951         New coding systems.
5953         * international/mule.el (define-coding-system): Accept :bom for utf-8.
5955 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
5957         * international/utf-7.el (utf-7-encode): Use the right escape char
5958         depending on imap/nonimap encoding.
5960 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
5964 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
5966         * icomplete.el (icomplete-prospects-height): Add :group.
5968 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5970         * icomplete.el (icomplete-prospects-length): Make obsolete.
5971         (icomplete-prospects-height): New var.
5972         (icomplete-completions): Use it.
5974 2008-05-29  David Kastrup  <dak@gnu.org>
5976         * autoinsert.el (auto-insert): Add :link.
5978 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5980         * tar-mode.el (tar-header): New field `header-start'.
5981         (tar-header-block-tokenize): Set it when useful.
5982         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
5983         (tar-header-data-end): New function.
5984         (tar-summarize-buffer): Use it.
5985         (tar-next-line): Fix goal column for long usernames.
5986         (tar-expunge-internal): Use header-start.
5987         (tar-rename-entry): Handle ustar-style long names.
5988         (tar-alter-one-field): Add optional `descriptor' argument.
5989         (tar-subfile-save-buffer): Use it.
5991 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5993         * tar-mode.el (tar-header): New field `header-start'.
5994         (tar-header-block-tokenize): Set header-start for longlink entries.
5995         (tar-expunge-internal): Use header-start to expunge longlink entries.
5997         * files.el (hack-local-variables): Don't signal an error if the local
5998         variable section is not properly terminated.
6000         * emacs-lisp/easymenu.el (easy-menu-convert-item)
6001         (easy-menu-convert-item-1): Move the duplicate-generation outside of
6002         the caching so it also works for identical entries.
6004         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6005         (tar-mode): Use write-region-annotate-functions rather than
6006         write-contents-functions.
6007         (tar-extract): Remove unused var `pos'.
6008         (tar-subfile-save-buffer): Remove unused var `following-descs'.
6009         (tar-mode-write-file): Remove.
6010         (tar-write-region-annotate): New function.
6012         * progmodes/flymake.el (flymake-save-buffer-in-file):
6013         * shadowfile.el (shadow-copy-file):
6014         * arc-mode.el (archive-*-write-file-member):
6015         * files.el (diff-buffer-with-file):
6016         * subr.el (with-temp-file): Pass nil to write-region.
6017         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6019         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6020         the custom.
6022         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6023         to write-region.
6025 2008-05-28  Glenn Morris  <rgm@gnu.org>
6027         * Makefile.in (update-elclist): Work around non-portability of "\"
6028         in various implementations of echo.
6030 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * international/mule-diag.el (describe-current-coding-system):
6033         Don't assume selection-coding-system is always defined.
6035         * tar-mode.el: Use defstruct and markers.
6036         (tar-setf): Remove.
6037         (tar-header): Use defstruct.  Add `data-start' field.
6038         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6039         (tar-desc-data-start): Remove (now called tar-header-data-start).
6040         (tar-roundup-512): New fun.
6041         (tar-header-block-tokenize): Receive a buffer position rather than
6042         a string.  Handle @longLink here, be more careful about it.
6043         Create a marker for data-start.
6044         (tar-summarize-buffer): Don't handle @LongLink here any more.
6045         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6046         data-start on the following entries any more.
6047         (tar-chown-entry, tar-chgrp-entry): Use read-number.
6049         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6050         (tar-header-offset): Remove.
6051         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6052         Not permanent any more.
6053         (tar-data-buffer): New var.
6054         (tar-data-swapped-p, tar-change-major-mode-hook)
6055         (tar-mode-kill-buffer-hook): New funs.
6056         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6057         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6058         (tar-clear-modification-flags, tar-alter-one-field)
6059         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6060         Change accordingly.
6062 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6064         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6065         (vc-dir-resynch-file): ... this.  Update callers.
6066         Use vc-string-prefix-p.  Ignore directory args.
6067         (vc-string-prefix-p): CSE.
6068         (vc-resynch-buffer): Restore conditional.
6070         * vc-hooks.el (vc-after-save): Improve test.
6071         (vc-mode-line): Fix indentation.
6073 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6075         * calendar/parse-time.el (parse-time-months)
6076         (parse-time-weekdays): Add long-form month and day names.
6078 2008-05-27  Glenn Morris  <rgm@gnu.org>
6080         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6082 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6084         * vc-dispatcher.el (vc-string-prefix-p): New function.
6085         (vc-dir-parent-marked-p): Use it.
6087 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6089         * vc.el (Problems): Remove fixed issues.
6090         (vc-expand-dirs): Avoid returning directories.
6091         (vc-dir): Fix C-x v v binding.
6092         (vc-make-backend-object): Fix name.
6093         (vc-dir-show-fileentry): Fix docstring.
6094         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
6095         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
6096         Reset the state for directories.
6097         (vc-dir-headers): Align labels.
6098         (vc-default-status-printer): Do no call prettify-state-info.
6099         (vc-deduce-fileset): Replace implementation with one based on a
6100         working older version.
6101         (vc-next-action): Use the new form of vc-deduce-fileset.
6102         Fix dealing with unregistered files.
6104         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
6105         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
6106         (vc-dir-child-files): New function.
6107         (vc-dir-node-directory): New function.
6108         (vc-dir-update, vc-dir-parent-marked-p)
6109         (vc-dir-children-marked-p, vc-dir-mark-all-files)
6110         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
6112         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
6114 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
6117         (diff-font-lock-keywords, diff-context->unified)
6118         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
6119         (diff-hunk-text, diff-find-source-location): Use it.
6120         (diff-post-command-hook): Let the user edit the hunk headers.
6122 2008-05-26  Andreas Schwab  <schwab@suse.de>
6124         * vc.el (vc-default-prettify-state-info): Fix formatting of an
6125         unknown state.
6127         * tar-mode.el (tar-summarize-buffer): Comment fix.
6129 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6131         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6133 2008-05-26  Glenn Morris  <rgm@gnu.org>
6135         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
6137 2008-05-25  John Paul Wallington  <jpw@pobox.com>
6139         * proced.el (proced-next-line, proced-previous-line):
6140         Avoid calling `next-line' and `previous-line' from Lisp code.
6142 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
6144         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
6145         Use diary-ordinal-suffix.
6147 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
6149         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
6150         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
6151         (edebug-save-displayed-buffer-points, edebug-initial-mode)
6152         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
6153         (edebug-print-length, edebug-print-level, edebug-print-circle)
6154         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
6155         (edebug-global-break-condition, edebug-sit-for-seconds):
6156         Remove spurious * from defcustom docstrings.
6157         (edebug-unwrap*, edebug-signal, edebug-eval-display):
6158         Improve argument/docstring consistency.
6159         (edebug-test-coverage, edebug-gensym, edebug-read)
6160         (edebug-top-level-nonstop, edebug-eval-result-list)
6161         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
6162         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
6163         (edebug-display-freq-count): Reflow docstrings.
6164         (edebug-restore-status): Doc fix.
6166 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6168         * proced.el (proced-header-line): Use the :align-to 0 feature
6169         rather than computing the corresponding position manually.
6170         (proced-update): Don't hardcode point-min==1.
6172 2008-05-24  Alan Mackenzie  <acm@muc.de>
6174         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
6175         if c-file-style is set to a non-string.
6177         (c-neutralize-CPP-line): Surround by `save-excursion'.
6178         (c-neutralize-syntax-in-CPP): Optimize for speed.
6180 2008-05-24  Glenn Morris  <rgm@gnu.org>
6182         * Makefile.in (update-elclist): New target, to update ELCFILES.
6183         (bootstrap-after): Run update-elclist.
6185 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
6187         * icalendar.el (icalendar-version): Increase to "0.19".
6188         (icalendar--date-style): New function.
6189         (icalendar--datetime-to-diary-date): Doc fix.
6190         Use icalendar--date-style.
6191         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
6192         (icalendar--convert-yearly-to-ical)
6193         (icalendar--convert-recurring-to-diary): Handle iso date style,
6194         use icalendar-date-style.
6196 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
6198         * vc.el (vc-delete-file): Make sure the buffer is deleted and
6199         vc-dir buffers are updated.
6201 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * vc.el (vc-delete-file): Don't try to resynch the buffer.
6205 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
6207         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
6208         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
6209         (reftex-extra-bindings): Use it.
6211         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
6212         away from the user-reserved keys.
6214         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
6215         New vars.
6216         (ada-create-keymap): Use them.
6218 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6220         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
6221         a properly-grouped regexp.
6223 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
6225         * progmodes/cap-words.el (capitalized-words-mode):
6226         Fix typos in docstring.
6228 2008-05-23  Kenichi Handa  <handa@m17n.org>
6230         * international/mule-conf.el: Don't define the charset `emacs'
6231         here, just put :docstring, :short-name, and :long-name.
6233 2008-05-22  Kenichi Handa  <handa@m17n.org>
6235         * international/mule-diag.el (font-show-log): Limit each listing
6236         to 20 items.
6238 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
6240         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
6241         (gdb-annotation-rules): New entry for "thread-changed".
6242         (gdb-thread-changed): New function.
6244 2008-05-23  Glenn Morris  <rgm@gnu.org>
6246         * Makefile.in (SOURCES): Remove, unused.
6247         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
6248         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
6249         Exclude more '*loaddefs' files.
6250         (compile-always): Simplify '.elc' deletion.
6252 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6254         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
6255         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
6257         * minibuffer.el (completion-boundaries): Change calling
6258         convention, so `string' has the same semantics as in
6259         try-completion and all-completions.
6260         (completion-table-with-context, completion--embedded-envvar-table)
6261         (completion--file-name-table)
6262         (completion-pcm--find-all-completions): Adjust code accordingly.
6264 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
6266         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
6267         prune image-mode-winprops-alist, preventing it from growing
6268         indefinitely.
6269         (image-mode-reapply-winprops): Use it.
6271 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
6273         * net/netrc.el (netrc-machine): Always match if the port is not given.
6275 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6277         * minibuffer.el (completion-pcm--find-all-completions):
6278         Don't add pseudo-completions.
6280         * icomplete.el (icomplete-eoinput): Remove.
6281         (icomplete-overlay): New var to replace it.
6282         (icomplete-tidy): Rewrite.
6283         (icomplete-exhibit): Use an overlay.
6284         (icomplete-completions): Use completion-all-sorted-completions.
6285         Obey completion-ignore-case.
6287         * files.el (locate-dominating-file): Accept non-existing argument.
6288         (project-find-settings-file): Rewrite, using locate-dominating-file.
6290 2008-05-22  Kenichi Handa  <handa@m17n.org>
6292         * faces.el (font-weight-table, font-slant-table, font-width-table):
6293         Delete them.  Don't call internal-set-font-style-table.
6295         * international/mule-diag.el (font-show-log): New function.
6297         * international/fontset.el (script-representative-chars): Add more
6298         chars for latin.  Add data for symbol.
6299         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
6301 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * minibuffer.el (completion-all-sorted-completions): New var.
6304         (completion--flush-all-sorted-completions)
6305         (completion-all-sorted-completions): New functions.
6306         (minibuffer-force-complete): New command.
6308 2008-05-21  Glenn Morris  <rgm@gnu.org>
6310         * files.el (c-postprocess-file-styles): Declare for compiler.
6312         * Makefile.in: Allow for parallel byte-compiling.
6313         (ELCFILES): New variable.
6314         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
6315         (compile-first, compile-main, compile-last): New targets.
6316         (compile-always): Simplify - delete .elc files, then `make compile'.
6318         * Makefile.in (compile-calc): Use glob rather than find.
6319         ($(lisp)/progmodes/cc-mode.elc): Use $@.
6321         * eshell/esh-module.el: No need for cl when compiling.
6323         * eshell/eshell.el (eshell-defgroup): New alias.
6324         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6325         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6326         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6327         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6328         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6329         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
6330         Autoload the custom group.  Set generated-autoload-file.
6331         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
6332         for eshell-defgroup.
6333         * eshell/esh-module.el (eshell-load-defgroups): Remove.
6334         Require esh-groups rather than loading it.
6336 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6338         * proced.el (proced-header-line): New variable and new function.
6339         (proced-mode): Set header-line-format.
6340         (proced-update): Set proced-header-line.
6341         (proced-send-signal): Use proced-header-line.
6343 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * macros.el (insert-kbd-macro): Use prin1-char.
6347 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6349         * minibuffer.el (completion-boundaries): New function.
6350         (completion--some): Delay errors.
6351         (complete-with-action, completion-table-with-context):
6352         Handle `boundaries' case.
6353         (completion--try-word-completion): Avoid partial-completion
6354         when the user hasn't entered anything yet.
6355         (minibuffer-local-map, minibuffer-local-filename-completion-map)
6356         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
6357         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
6358         Setup default keybindings.
6359         (completion--embedded-envvar-re): New var.
6360         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
6361         (completion--file-name-table): Handle `boundaries' case.
6362         (completion-pcm--pattern->regex): Avoid pathological backtracking.
6363         (completion-pcm--all-completions): Add a `prefix' arg.
6364         (completion-pcm--find-all-completions): New function.
6365         (completion-pcm-all-completions, completion-pcm-try-completion):
6366         Use it.
6368         * icomplete.el (icomplete-completions): Don't use `predicate' with
6369         a table of a different type than `candidates'.
6371 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6373         * proced.el (proced-goal-column): Rename from proced-procname-column.
6374         (proced-goal-header-re): Rename from proced-procname-column-regexp.
6375         (proced-move-to-goal-column): Rename from proced-move-to-procname.
6376         (proced-header-face, proced-header-regexp): Remove.
6377         (proced-font-lock-keywords): Remove proced-header-face.
6378         (proced-header-alist, proced-sorting-schemes-re): New variables.
6379         (proced): Rename Proced buffer to *Proced*.
6380         (proced-next-line, proced-previous-line): New commands.
6381         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
6382         (proced-hide-processes): Do not treat first line as special.
6383         (proced-header-space): New function.
6384         (proced-update): Use header-line-format.
6385         Initialize proced-header-alist and proced-sorting-schemes-re.
6386         Set proced-goal-column.  Include proced-command in mode-name.
6387         (proced-send-signal): Use header-line-format for *Marked
6388         Processes* buffer.
6389         (proced-sort): Restrict minibuffer completion to applicable
6390         sorting schemes.
6391         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
6393 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6395         * icomplete.el (icomplete-simple-completing-p):
6396         Allow icomplete-with-completion-tables to say "use it everywhere".
6397         (icomplete-completions): Obey completion-styles.  Try to accommodate
6398         partial-completion style.
6400 2008-05-20  Michael Olson  <mwolson@gnu.org>
6402         * files.el (project-find-settings-file): Change concat to
6403         expand-file-name.
6405 2008-05-19  Tom Tromey  <tromey@redhat.com>
6407         * files.el (normal-mode): Call hack-project-variables.
6408         (hack-local-variables-confirm): Add 'project' argument.
6409         (hack-local-variables-apply): New function.
6410         (hack-local-variables): Use it.
6411         (project-class-alist, project-directory-alist): New variables.
6412         (project-get-alist): New function.
6413         (project-collect-bindings-from-alist)
6414         (project-collect-binding-list, set-directory-project)
6415         (project-find-settings-file, project-define-from-project-file)
6416         (hack-project-variables): New functions.
6418 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
6422 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
6424         * faces.el (font-weight-table): Fix typo in docstring.
6426 2008-05-18  David Hull  <david@snap.com>  (tiny change)
6428         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
6429         (vc-hg-annotate-command): Allow white space before version number.
6431 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6433         * calc/calc-yank.el (calc-register-alist): New variable.
6434         (calc-set-register, calc-get-register, calc-copy-to-register)
6435         (calc-insert-register, calc-add-to-register, calc-append-to-register)
6436         (calc-prepend-to-register): New functions.
6438         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
6439         `calc-copy-to-register' and `calc-insert-register'.
6440         Autoload new register functions.
6442         * calc/calc-help.el (calc-r-prefix-help): Add help for register
6443         functions.
6445 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
6447         * vc.el (Todo): Add known problems.
6448         (vc-dir-backend): New variable.
6449         (vc-dir): Set it.
6450         (vc-make-backend-object, vc-generic-status-printer)
6451         (vc-generic-state, vc-generic-status-fileinfo-extra)
6452         (vc-dir-extra-menu): Use it.
6453         (vc-generic-dir-headers): Remove, unused.
6455         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
6456         vc-dir-prev-directory for consistency with vc-dir-previous-line.
6457         (vc-dir-mode-map): Fix bindings.
6459         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
6461 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6463         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
6464         operated on.
6465         (calc-kill-region): Kill entire lines.
6467 2008-05-17  Glenn Morris  <rgm@gnu.org>
6469         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
6470         simplify initial value.
6471         (defezimage): Drop support for Emacs without defimage, use a featurep
6472         test rather than fboundp when defining, drop with-no-warnings.
6473         (ezimage-insert-over-text): Move featurep test inside
6474         add-text-properties.
6476         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
6478         * net/tramp.el (top-level): Load auth-source when compiling.
6480         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
6482 2008-05-17  Andreas Schwab  <schwab@suse.de>
6484         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
6486 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
6488         * vc.el (vc-annotate-show-diff-revision-at-line): Change
6489         vc-diff-internal arg to match what vc-deduce-fileset returns now.
6491 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6493         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
6495 2008-05-17  Jim Meyering  <meyering@redhat.com>
6497         * ido.el (ido-save-history): Do not emit a trailing newline at the
6498         end of the ido history file.
6500 2008-05-16  John Paul Wallington  <jpw@pobox.com>
6502         * vc-dispatcher.el (top-level): Revert previous change: require cl
6503         when compiling.
6505 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
6507         * vc.el (vc-default-status-printer)
6508         (vc-default-prettify-state-info): Enhance the state prettyprinter
6509         to deal better with unknown states and indirect through it when
6510         painting vc-dir buffers.
6512 2008-05-16  John Paul Wallington  <jpw@pobox.com>
6514         * vc-dispatcher.el (top-level): Don't require cl when compiling.
6515         (vc-dir-mode-map): Fix backquote.
6516         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
6518 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
6520         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
6521         Reported by Glenn Morris <rgm@gnu.org>.
6523 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
6525         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
6526         the end of the file, it was good work at one time but has been
6527         stale since 1995 and may now be actively misleading.
6528         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
6529         CVS repository and module (assumptions for the latter a bit iffy).
6530         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
6531         SVN repository.
6533 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
6535         * vc-rcs.el (vc-rcs-create-tag):
6536         * vc-sccs.el (vc-sccs-create-tag):
6537         Fix typo in error message and pass backend arg.
6539 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
6541         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
6543 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6545         * net/tramp.el: Load auth-source library.
6546         (tramp-read-passwd): Use it for password, not login.
6548 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
6550         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
6551         (ses-print-cell): Use string-width, truncate-string-to-width,
6552         delete-region rather than length, substring, delete-char.
6553         (ses-setup): Set inhibit-point-motion-hooks to t.
6554         Calculate position by actually moving point rather than just using
6555         unibyte character length.
6556         (ses-mode): Set indent-tabs-mode to nil.
6557         (ses-center): Use string-width rather than length.
6559 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
6561         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
6562         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
6563         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
6564         vc-*-create-tag and vc-*-retrieve-tag respectively.
6566         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
6567         unneeded defalias.
6569         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
6571         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
6572         about buffer names.
6574 2008-05-15  Glenn Morris  <rgm@gnu.org>
6576         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
6578         * org/org-exp.el (org-infojs-options-inbuffer-template):
6579         Fix declaration.
6581         * progmodes/cc-mode.el (declare-function): Add compat definition.
6582         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
6584 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
6586         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
6587         list to a cons so the caller can get back both expanded and
6588         unexpanded filesets.
6589         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
6590         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
6591         Change handling of selection-set returns as required.
6593 2008-05-15  John Paul Wallington  <jpw@pobox.com>
6595         * add-log.el (top-level): Don't require cl when compiling.
6597         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
6598         (archive-*-extract): Use `zerop'.
6599         (archive-*-write-file-member): Use `or', use `zerop'.
6601         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
6603         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
6604         (ibuffer-mark-interactive, ibuffer-set-mark)
6605         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
6606         (ibuffer-map-lines, ibuffer-switch-format)
6607         (ibuffer-update-title-and-summary)
6608         (ibuffer-redisplay-engine): Use it.
6610         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
6611         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
6612         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
6613         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
6614         (ibuffer-mark-read-only-buffers)
6615         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
6617         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
6618         (define-ibuffer-column, define-ibuffer-sorter)
6619         (define-ibuffer-op, define-ibuffer-filter): Add declarations
6620         containing indentation specs, replacing equivalent top-level
6621         forms that set `lisp-indent-function' properties.
6622         (define-ibuffer-op): Use `derived-mode-p'.
6623         (define-ibuffer-filter): Remove redundant `concat' call.
6625 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
6627         * net/tramp.el (tramp-echo-mark): Update docstring.
6628         (tramp-echo-mark-marker): New defconst.
6629         (tramp-check-for-regexp): Use it.
6631 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
6633         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
6634         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
6635         as parent.
6637 2008-05-14  John Paul Wallington  <jpw@pobox.com>
6639         * international/mule.el (convert-define-charset-argument):
6640         Remove period from end of error message.
6641         (coding-system-mnemonic): Doc fix.
6642         (ctext-pre-write-conversion): Doc fix.
6644 2008-05-14  Simon Marshall  <simon@gnu.org>
6646         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
6647         from its default value and give it the risky-local-variable
6648         property (CVE-2008-2142).
6650 2008-05-14  Kenichi Handa  <handa@m17n.org>
6652         * language/korean.el ("Korean"): Set `iso639-language'
6653         property to `ko'.
6655         * language/japanese.el ("Japanese"): Set `iso639-language'
6656         property to `ja'.
6658         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6659         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
6660         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
6662         * international/mule-cmds.el (set-language-environment):
6663         Set current-iso639-language.
6665         * international/fontset.el (setup-default-fontset): For kana, han,
6666         hangul, and cjk-misc, move an entry with font-spec at the end.
6667         (generate-fontset-menu): Exclude fontset-auto* from the list.
6669         * composite.el (compose-chars-after): Assume that WINDOW is always
6670         non-nil.
6672         * faces.el (font-weight-table, font-slant-table)
6673         (font-swidth-table): Declare them by defconst.  Change the format
6674         of elements.  Call internal-set-font-style-table after their
6675         declaration.
6676         (face-valid-attribute-values): Call font-family-list.  Get values
6677         for width, weight, and slant from font-xxx-table.
6679         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
6681 2008-05-13  John Paul Wallington  <jpw@pobox.com>
6683         * ibuffer.el (ibuffer-buffer-file-name): New function.
6684         (define-ibuffer-column filename): Use it.
6686         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
6688 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
6690         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
6691         as a string.
6692         (talk-add-display): Simplify.  Accept only string args.
6694 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
6696         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
6698 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * Makefile.in (bootstrap-prepare): Don't chmod files.
6701         (autoloads): Do it here instead, where it's actually needed.
6703 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
6705         * tool-bar.el (tool-bar-make-keymap): Account for the optional
6706         KEY-BINDING-DATA field in menu-item list.
6708 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6710         * dired.el (dired-read-dir-and-switches): Move things about to use less
6711         recursion during macroexpansion.
6713         * dired.el (dired-read-dir-and-switches): Use read-file-name.
6715         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
6716         completion-ignored-extension directories if there's something else.
6717         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
6718         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
6719         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
6720         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
6721         buffer-read-only -> inhibit-read-only.
6723 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
6725         * vc.el (vc-expand-dirs): Stop this function from tossing out
6726         explicitly specified files.
6728 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6730         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
6731         to `insert'.
6733 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
6735         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
6736         cons.  Use vc-annotate-backend.
6737         (with-vc-file, edit-vc-file): Remove unused macros.
6739 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
6741         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
6742         (smtpmail-try-auth-methods): Use it.
6744 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
6747         (setf (nthcdr ..) ..) doesn't require CL at runtime.
6749 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
6751         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
6753 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6755         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
6756         (vc-bzr-revision-completion-table): Use process-file.
6757         (vc-bzr-working-revision): Pass relative file names.
6759         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
6761 2008-05-11  Juri Linkov  <juri@jurta.org>
6763         * wid-edit.el (widget-image-directory): Change default image data
6764         subdirectory from "custom" to "images/custom".
6766         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
6767         before recursive call to `Info-next-preorder' to not add
6768         intermediate nodes to the history.
6770         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
6772         * emulation/cua-base.el: Put isearch-scroll property
6773         on cua-scroll-up and cua-scroll-down.
6775 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
6777         * vc-hooks.el (vc-recompute-state): Remove (dead code).
6779 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
6781         * vc-dispatcher.el (ewoc): Require.
6782         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
6784         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
6786 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
6788         * term/w32-win.el (x-colors):
6789         * term/mac-win.el (x-colors):
6790         * term/x-win.el (x-colors): Re-order colors.
6792 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
6794         * smerge-mode.el (smerge-command-prefix): Fix custom type.
6796 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
6798         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
6799         New functions implementing motion to next and previous directory.
6801         * vc-arch.el (vc-arch-command):
6802         * vc-bzr.el (vc-bzr-command):
6803         * vc-cvs.el (vc-cvs-command):
6804         * vc-dispatcher.el (vc-do-command):
6805         * vc-git.el (vc-git-command):
6806         * vc-hg.el (vc-hg-command):
6807         * vc-mcvs.el (vc-mvcs-command):
6808         * vc-mtn.el (vc-mtn-command):
6809         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
6810         (vc-sccs-workfile-unchanged-p):
6811         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
6812         * vc-rcs.el (all methods): Remove assumption about what a nil
6813         argument to vc-do-command means.  This means no buffer name needs
6814         to be hardcoded into the dispatcher layer, and it's better to be
6815         explicit anyway.
6817         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
6819 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
6821         * vc.el: Update todo.
6823         * vc-sccs.el (vc-sccs-dir-status):
6824         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
6825         backends and returning up to date files.
6827         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
6829 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
6831         * vc.el (vc-dir):
6832         * vc-hooks.el: Tweak the VC directory bindings.  These are now
6833         documented in the manual.
6835         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
6836         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
6837         (vc-dispatcher-selection-set): Allow callers to pass in an
6838         observer flag that says no buffer sync is required.
6839         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
6840         Use the observer flag.
6842 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
6844         * simple.el (start-file-process): Clarify docstring.
6846 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
6848         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
6849         Remove stub implementations of, and references to, wash-log.
6850         * vc-rcs.el (vc-rcs-comment-history):
6851         * vc-cvs.el (vc-cvs-comment-history):
6852         Inline the code that used to be wash-log.
6854         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
6855         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6856         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
6857         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
6858         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
6859         (vc-rcs-print-log): Grok directories.
6861 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * vc.el (vc-mark-resolved): Add `backend' argument.
6864         (vc-next-action): Pass it the backend.
6865         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
6866         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
6867         (vc-default-comment-history, vc-default-create-snapshot)
6868         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
6869         (vc-annotate-revision-previous-to-line)
6870         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
6871         * vc-svn.el (vc-svn-checkout):
6872         * vc-mcvs.el (vc-mcvs-checkout):
6873         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
6874         (vc-working-revision, vc-before-save, vc-mode-line):
6875         Prefer vc-call-backend to vc-call so as not to recompute the backend.
6877         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
6878         state to be consistent since it's often an unwarranted restriction.
6879         Don't return the state either.
6880         (vc-next-action): Check that the state is consistent.
6881         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
6882         (vc-rollback, vc-update): Adapt to new return value of
6883         vc-deduce-fileset.
6885         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
6886         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
6887         (vc-dispatcher-in-fileset-p): New fun.
6888         (vc-dispatcher-selection-set): Use it to properly handle directories.
6890 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
6892         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
6893         (vc-update): Remove unused let bindings.
6895 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
6897         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
6898         (vc-diff, vc-revert, vc-rollback, vc-update):
6899         * vc-dispatcher.el (vc-dispatcher-selection-set):
6900         Get rid of 4 special cases in fileset selection.  This involved
6901         changing the return value of (vc-deduce-fileset) so that it passes
6902         back a deduced state as well as a deduced back end.
6904 2008-05-08  Sam Steingold  <sds@gnu.org>
6906         * progmodes/compile.el (compilation-minor-mode-map)
6907         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
6908         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
6909         it to `compilation-minor-mode-map' (instead of an explicit `cons').
6911 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6913         * org/org.el (org-modules, org-format-latex-options):
6914         * org/org-archive.el (org-archive-stamp-time)
6915         (org-archive-save-context-info):
6916         * org/org-faces.el (org-hide):
6917         * org/org-irc.el (org-irc-parse-link):
6918         * org/org-macs.el (org-call-with-arg, org-autoload):
6919         * org/org-mew.el (org-mew-store-link):
6920         * org/org-remember.el (org-remember-store-without-prompt)
6921         (org-remember-templates): Fix typos in docstrings.
6923         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6925         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6926         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6927         (org-bbdb-anniv-split): Fix typos in docstrings.
6929         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6930         (org-publish-use-timestamps-flag): Reflow docstring.
6931         (org-publish-files-alist): Fix typos in docstring.
6933 2008-05-07  Sam Steingold  <sds@gnu.org>
6935         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
6936         appears to be too aggressive with window removal.
6938 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
6940         * progmodes/verilog-mode.el (verilog-type-font-keywords):
6941         Add leda and 0in as pragma keywords.
6942         (verilog-pretty-expr): Support lining up assignments which include
6943         part selects.
6944         (verilog-mode): More portable check for the availability of
6945         hideshow support.
6946         (verilog-do-indent): Remove special indent for declarations inside
6947         a parenthetical list.  The code is ill-advised, and doesn't work
6948         given the new user defined types.
6949         (verilog-set-auto-endcomments): Enhance function automatic
6950         endcomment to support functions that return user defined types.
6951         (verilog-mode): Add code to tell which-function-mode minor mode
6952         that Verilog supports this feature.
6954 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
6956         * epa-file.el: Require epa-hook.
6958         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
6960         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
6961         file-names clashes on 8+3 filesystems.  Provide epa-hook.
6963         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
6964         file-names clashes on 8+3 filesystems.
6966 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6968         * org/org.el (org-read-date-get-relative): Interpret lone
6969         weekday abbreviation as relative to today.
6971 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6973         * abbrev.el (define-abbrev-table):
6974         * composite.el (toggle-auto-composition):
6975         * json.el (json-alist-p, json-plist-p):
6976         * minibuffer.el (completion-table-with-predicate):
6977         * ps-mule.el (ps-mule-external-libraries):
6978         * emacs-lisp/advice.el (ad-special-form-p):
6979         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6980         * eshell/em-smart.el (eshell-review-quick-commands):
6981         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
6982         (python-skip-out, python-check-comint-prompt):
6983         Don't use `iff' in docstrings.
6985         * international/robin.el (robin-package-alist): Fix typo in docstring.
6986         (robin-current-package-name): Doc fix.
6987         (robin-activate): Don't use `iff' in docstring.
6989 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
6991         * vc.el, vc-dispatcher.el: VC-Dired support removed.
6992         The code uses a ewoc-based implementation now.
6993         * vc-hooks.el: Support for Meta-CVS has been removed.
6995 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * tool-bar.el: Choose images dynamically.
6998         (tool-bar-make-keymap, tool-bar-find-image): New function.
6999         (tool-bar-find-image-cache): New var.
7000         (tool-bar-local-item, tool-bar-local-item-from-menu):
7001         Don't select the image yet, do it later in tool-bar-make-keymap.
7003 2008-05-07  Andreas Schwab  <schwab@suse.de>
7005         * window.el: Require 'cl when compiling.
7007 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7009         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7011 2008-05-07  Glenn Morris  <rgm@gnu.org>
7013         * subr.el (ignore-errors): Move here from cl-macs.el.
7014         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7016         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7017         oddness.
7019 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7021         * vc-hooks.el (vc-find-file-hook):
7022         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7023         further from vc.el.
7024         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7026 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
7028         * progmodes/verilog-mode.el (verilog-getopt-file):
7029         Cleanup warning message format.
7030         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7031         (verilog-auto-inout, verilog-auto-inout-module)
7032         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7033         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7034         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7035         (verilog-auto-sense-sigs, verilog-auto-tieoff)
7036         (verilog-auto-unused, verilog-auto-wire)
7037         (verilog-decls-get-assigns, verilog-decls-get-consts)
7038         (verilog-decls-get-gparams, verilog-decls-get-inouts)
7039         (verilog-decls-get-inputs, verilog-decls-get-outputs)
7040         (verilog-decls-get-ports, verilog-decls-get-regs)
7041         (verilog-decls-get-signals, verilog-decls-get-wires)
7042         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7043         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7044         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7045         (verilog-inject-sense, verilog-library-filenames)
7046         (verilog-mode-release-date, verilog-mode-version)
7047         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7048         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7049         (verilog-modi-get-assigns, verilog-modi-get-consts)
7050         (verilog-modi-get-gparams, verilog-modi-get-inouts)
7051         (verilog-modi-get-inputs, verilog-modi-get-outputs)
7052         (verilog-modi-get-ports, verilog-modi-get-regs)
7053         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7054         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7055         (verilog-modi-get-wires, verilog-preserve-cache)
7056         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7057         (verilog-read-sub-decls, verilog-read-sub-decls-line)
7058         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7059         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7060         Add caching of additional state, and rework signal extraction
7061         routines to improve AUTO expansion performance by 300%++.
7063 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
7065         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7066         Tweak Open Watcom regexp to distinguish between errors and warnings.
7068 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * dired.el (dired-read-dir-and-switches): Fix up last change.
7072 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
7074         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7075         out of this function, move it to vc-dispatcher-selection-set.
7077 2008-05-05  Sam Steingold  <sds@gnu.org>
7079         * window.el (delete-other-windows-vertically): New function.
7081 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * dired.el (dired-read-dir-and-switches):
7084         Obey read-file-name-completion-ignore-case.
7086 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
7088         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7089         Add regexp for Open Watcom compiler output.
7091 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
7093         * progmodes/python.el (python-block-pairs): Align finally with except.
7095 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
7099 2008-05-05  Tom Tromey  <tromey@redhat.com>
7101         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
7102         looking at conflict marker.
7104 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
7107         client-mode -> vc-client-object, and guess `funcall' was meant.
7108         (vc-dir-mode): Rename client-mode -> vc-client-mode.
7110 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
7112         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
7113         (dbus-debug): Move declarations outside eval-when-compile.
7115 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7117         * proced.el (proced-command-alist): Fix system-type values.
7118         Fix defcustom.
7119         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
7120         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7121         (proced-sort-start, proced-sort, proced-sort-time): New commands.
7122         (proced-update): Use proced-sorting-scheme.  Update modeline.
7123         (proced-send-signal): Use nreverse.
7124         (proced-sorting-scheme-p): New function.
7126 2008-05-04  Andreas Schwab  <schwab@suse.de>
7128         * vc.el: Require dired when compiling.
7130         * minibuffer.el (completion--insert-strings): Don't delete past bol.
7132 2008-05-03  Glenn Morris  <rgm@gnu.org>
7134         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
7135         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
7136         Simplify compilation requirements.
7137         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
7138         declarations.
7140 2008-05-03  Dave Love  <fx@gnu.org>
7142         * progmodes/python.el (python-beginning-of-statement):
7143         Loop at least once (fixes 2008-02-21 change).
7145 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
7147         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
7148         instead of `length' for comparing length of user and group names.
7150 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
7152         * vc-dispatcher.el: New file, separates out the UI and command
7153         execution machinery from VCS-specific logic left in vc.el.
7154         The separation is not yet completely clean, but it's a good start.
7155         * vc.el: This file is about 1700 lines shorter now.
7156         Remove obsolete logentry-check from the backend API.
7157         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
7158         implementation of the logentry-check method, and it guarded against
7159         a log length limit that has probably been obsolete for 15 years (!).
7161 2008-05-02  Sam Steingold  <sds@gnu.org>
7163         * progmodes/compile.el (compilation-start): Move setting of
7164         compilation-directory after (funcall mode) as that resets local
7165         variables, this fixes recompile in grep buffers.
7166         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
7167         in dired &c).
7169 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7171         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7172         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7173         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
7174         has one of these and that all are called in compatible ways.
7175         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7176         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7177         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
7178         backend has one of these.
7180 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7182         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
7183         initialization into define-abbrev-table.  Use :regexp.
7184         (octave-mode-syntax-table): Don't set word syntax for `.
7186         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
7187         than only value.
7189         * dired.el (dired-read-dir-and-switches):
7190         Set minibuffer-completing-file-name and call substitute-in-file-name.
7191         (dired-format-columns-of-files): Use completion--insert-strings.
7193         * minibuffer.el (completion-hilit-commonality): Revert last change:
7194         the leftover code was actually useful.
7195         (completion--insert-strings): Use string-width rather than length.
7197 2008-05-02  Sam Steingold  <sds@gnu.org>
7199         * vc.el (vc-dir-mode-map): Enable mouse bindings.
7200         (vc-at-event): New macro: run the body at the even location.
7201         (vc-dir-menu, vc-dir-toggle-mark): Use it.
7202         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
7203         * subr.el (mouse-event-p): Check if the event is mouse-related.
7205 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
7207         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7208         Don't throw error if no file is found.
7210 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7212         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
7213         (vc-default-state-heuristic): Doc fix.
7215 2008-05-02  Richard Sharman  <rsharman@pobox.com>
7217         * hilit-chg.el (highlight-changes-mode): Remove references to
7218         hooks that no longer exist.  Because define-minor-mode is used the
7219         hook highlight-changes-mode-hook exists and can do what both the
7220         old hooks used to do.  The documentation at the top of the file
7221         was updated to demonstrate this.
7222         (highlight-changes-mode): Remove commented out call to a hook
7223         function that is no longer there.
7224         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
7226 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7228         * vc.el (vc-default-dired-state-info): Change name of primitive
7229         to prettify-state-info, in preparation for ripping out dired mode.
7230         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
7231         to prettify-state-info, in preparation for ripping out dired mode.
7232         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
7233         tries this on a version-controlled buffer.  It will do useless or
7234         actively bad things on any version control system newer than RCS.
7235         * vc-hooks.el (vc-dired-resynch-file):
7236         * vc.el (vc-dired-resynch-file): Change name of primitive to
7237         vc-directory-resynch-file, preparing to remove dired.
7239 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7241         * vc-rcs.el (vc-rcs-state): Fix typos.
7243         * vc.el (vc-register): Change argument order so that the prefix
7244         argument is assigned correctly.
7245         (vc-next-action, vc-dir-register): Update for the above change.
7247 2008-05-01  Juri Linkov  <juri@jurta.org>
7249         * replace.el (occur-read-primary-args): Set default to the car of
7250         regexp-history and display it in the prompt, but don't add to the
7251         list of minibuffer defaults.  Bind history-add-new-input to nil to
7252         not add automatically `default'.  For empty input return `default'.
7253         Otherwise, add `input' to regexp-history and return it.
7254         (occur-1): Signal an error for the empty regexp.
7256         * progmodes/compile.el (compilation-auto-jump):
7257         Set window point to `pos' explicitly.
7259 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7261         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
7262         when appropriate.
7263         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
7264         we report the 'unregistered state reliably.
7265         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
7266         we report the 'unregistered state reliably.
7267         * vc-git.el (vc-git-state): Call vc-git-unregistered so
7268         we report the 'unregistered state reliably.
7269         * vc-hooks.el (vc-state): Document that vc-unregistered is
7270         now expected to be returned reliably.
7271         * vc.el (vc-default-dired-state): Change needs-patch state to
7272         needs-update, since the name now shows up in dir-status listings
7273         and was somewhat misleading.
7274         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
7275         immediately after removing the file.
7276         * vc.el (vc-next-action): More informative messages when a fileset
7277         is in a mixed state or files are missing.
7279 2008-05-01  Sam Steingold  <sds@gnu.org>
7281         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
7283 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7285         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
7287 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
7289         * epa-file-hook.el: New file split from epa-file.el.
7290         * epa-file.el: Require 'epa-file-hook.
7291         (epa-file-handler): Add autoload cookie.
7292         * loadup.el: Load epa-file-hook.
7293         * startup.el (command-line): Eval the body of auto-encryption-mode.
7295 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7297         * vc.el (vc-dir-mode-map): Don't bind "r".
7299         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
7300         (vc-hg-status-printer): New function.
7301         (vc-hg-after-dir-status): Deal with copied and renamed files.
7302         (vc-hg-dir-status): Add flag to show copied files.
7304 2008-05-01  John Paul Wallington  <jpw@pobox.com>
7306         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
7307         (ibuffer-do-sort-by-recency): Reverse sorting order if last
7308         sorting mode was recency.
7310         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
7311         reverse sorting order if last sorting mode was the sorter's.
7313 2008-05-01  Jason Rumney  <jasonr@gnu.org>
7315         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
7317 2008-04-30  John Paul Wallington  <jpw@pobox.com>
7319         * ibuffer.el (define-ibuffer-column filename): When the major mode
7320         is `vc-dir-mode' show the buffer's default directory.
7322         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
7323         major mode is `vc-dir-mode' use the buffer's default directory.
7325 2008-04-30  Sam Steingold  <sds@gnu.org>
7327         * vc.el (vc-dir-delete-file): Add.
7328         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
7329         (vc-delete-file): Do not barf when the file has been already deleted.
7331 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7333         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
7335 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * progmodes/octave-mod.el (octave-help): New function.
7338         * progmodes/octave-hlp.el: Delete.
7339         * info-look.el (octave-mode): Add operator index.
7341         * vc.el (vc-checkout): Typo.
7343 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7345         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
7346         Add "..." in the appropriate places.
7348         * epa.el (epa-key-list-mode-map): Add more menu entries.
7349         Add "..." in the appropriate places.
7351         * dired.el (dired-mode-map): Add :help.
7353         * vc.el (vc-deduce-fileset): Add new parameter.
7354         (vc-dir-marked-only-files): New function.
7355         (vc-next-action): Don't ignore directories, look at the files
7356         inside them.
7357         (vc-dir-mode): Document how the mark/unmark commands work.
7359 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7361         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7362         Rule out trailing spaces in file and directory names as well.
7364         * minibuffer.el (completion--do-completion): Move point even if the
7365         completion makes no change.
7366         (completion-pcm-try-completion): Fix computation of new point.
7368 2008-04-30  David Hansen  <david.hansen@gmx.net>
7370         * dired.el: Require 'cl.
7372 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
7374         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
7375         hollow if not in innermost frame.
7377 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7378         Make `checkout-model' apply to filesets.
7379         * vc-hooks.el (vc-checkout-model): Rewrite.
7380         (vc-before-save, vc-after-save): Adjust callers accordingly.
7381         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
7382         (vc-transfer-file): Adjust callers accordingly.
7383         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
7384         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
7385         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
7386         instead of vc-checkout-model.
7387         * vc-mcvs.el (vc-mcvs-revert):
7388         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
7389         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
7390         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
7391         * vc-svn.el (vc-svn-checkout-model):
7392         * vc-hg.el (vc-hg-checkout-model):
7393         * vc-git.el (vc-git-checkout-model):
7394         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
7396         * dired.el (dired-read-dir-and-switches): Replace last change with
7397         a new approach that mixes read-file-name and read-directory-name.
7399         * files.el (read-buffer-to-switch):
7400         Avoid making assumptions about `other-buffer'.
7402 2008-04-29  Sam Steingold  <sds@gnu.org>
7404         * vc.el (vc-dir-mode-hook): Add normal hook.
7405         (vc-dir-mode): Run it.
7407 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
7409         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
7410         Always split windows.
7411         (gdb-speedbar-timer-fn): Only raise frame after user input.
7412         (gdb-same-frame): Reverse initial value.
7413         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
7415         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
7416         gdb-speedbar-timer-fn.
7418 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
7422 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
7424         * epa.el (epa-key-list-mode-map): Add menu.
7425         (epa-delete-keys, epa-import-keys): Fix typo.
7427 2008-04-29  Glenn Morris  <rgm@gnu.org>
7429         * find-cmd.el (top-level): Does not need cl when compiling.
7431 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
7433         * find-cmd.el: New file.
7435 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
7438         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
7439         (completion-pcm--hilit-commonality): New function.
7440         (completion-pcm-all-completions): Use it.
7442         * minibuffer.el (completion-common-substring): Mark obsolete.
7443         (completions-first-difference, completions-common-part):
7444         Move from simple.el.
7445         (completion-hilit-commonality): New fun.
7446         (display-completion-list, completion-emacs21-all-completions)
7447         (completion-emacs22-all-completions): Use it.
7448         * simple.el (completions-first-difference, completions-common-part):
7449         Move to minibuffer.el.
7450         (choose-completion-string): Use field functions and minibufferp.
7451         (completion-setup-function): Don't set completions faces.
7453 2008-04-29  Glenn Morris  <rgm@gnu.org>
7455         * calendar/calendar.el (calendar-nth-named-absday)
7456         (calendar-nth-named-day):
7457         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
7458         * calendar/holidays.el (holiday-float): Doc fixes.
7460         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
7461         the `full' case.
7463         * org/org-agenda.el (calendar-iso-from-absolute):
7464         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
7465         Fix declarations.
7467 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
7469         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
7470         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
7471         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
7472         (gdb-assembler-custom): Be careful not to match other addresses.
7474 2008-04-29  Jason Rumney  <jasonr@gnu.org>
7476         * battery.el (battery-status-function): Use w32-battery-status
7477         on Windows.
7478         (battery-echo-area-format): Make apm format the general case.
7479         (battery-mode-line-format): Merge apm and pmset formats as the
7480         general case.
7482 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
7484         * progmodes/gdb-ui.el (gdb-info-stack-custom):
7485         Use gud-tool-bar-item-visible-no-fringe.
7486         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
7487         is already visible in frame.  Remove optional size parameter
7488         and add optional frame parameter.
7490         * progmodes/gud.el (gud-display-line): Only consider visible
7491         frames when looking for source buffer.
7493 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
7495         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
7496         argument to get-char-property, in case the current buffer hasn't
7497         been assigned to that window yet.
7498         (doc-view-display): Default to selected window if the current
7499         buffer hasn't been assigned to a window yet.
7501 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
7503         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
7505 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
7507         * net/tramp.el (tramp-mode): New defcustom.
7508         (tramp-file-name-handler, tramp-completion-file-name-handler):
7509         Use it.
7510         (tramp-replace-environment-variables): Handle "$$".
7512 2008-04-28  Sam Steingold  <sds@gnu.org>
7514         * vc-hg.el (vc-hg-rename-file): Fix argument order.
7516 2008-04-28  Bastien Guerry  <bzg@altern.org>
7518         * whitespace.el (whitespace-trailing): Fix typo.
7520 2008-04-28  Sam Steingold  <sds@gnu.org>
7522         * textmodes/remember.el (diary-make-entry): Update the autoload.
7524 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
7527         all-completions.
7529 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
7531         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
7533 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
7535         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
7536         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
7537         (vc-dir-mark-file): Add an optional argument.
7538         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
7540 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
7542         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
7543         rather than obsolete alias find-file-hooks.
7544         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
7545         Use find-file-hook rather than obsolete alias find-file-hooks.
7546         Add to find-file-not-found-functions.
7547         (epa-file-handler): Put 'safe-magic and 'operations properties.
7549         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
7550         (epa-menu-items): Remove.
7552         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
7553         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
7554         (epa-dired-mode, epa-global-dired-mode): Remove.
7556         * dired.el (dired-mode-map): Bind encryption/decryption commands.
7558         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
7560         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
7562 2008-04-27  Glenn Morris  <rgm@gnu.org>
7564         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
7565         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
7567 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
7569         * org/org.el (org-html-level-start): Always have id's in HTML.
7570         (org-export-as-html): Use `org-link-protocols' to
7571         retrieve the export form of the link.
7572         (org-add-link-type): Final parameter renamed from PUBLISH.
7573         Better documentation of how it is to be used.  Avoid double entries for
7574         the same link type.
7575         (org-add-link-props): New function.
7576         (org-modules-loaded): New variable.
7577         (org-load-modules-maybe, org-set-modules): New function.
7578         (org-modules): New option.
7579         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
7580         (orgtbl-mode, org-store-link, org-insert-link-global)
7581         (org-open-at-point): Call `org-load-modules-maybe'.
7582         (org-search-view): Add more text properties.
7583         (org-agenda-schedule, org-agenda-deadline): Allow also in
7584         search-type agendas.
7585         (org-search-view): Order of arguments has been changed.
7586         Interpret prefix-arg as TODO-ONLY.
7587         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
7588         Take new argument order of `org-search-view' into account.
7589         (org-todo-only): New variable.
7590         (org-search-syntax-table): New variable and function.
7591         (org-search-view): Do the search with the special syntax table.
7592         (define-obsolete-function-alias): Make work with XEmacs.
7593         (org-add-planning-info): Use old date as default when modifying an
7594         existing deadline or scheduled item.
7595         (org-agenda-compute-time-span): Make argument N optional.
7596         (org-agenda-format-date-aligned): Require `cal-iso'.
7597         (org-agenda-list): Include week into agenda heading, don't
7598         list it at each date (only on Mondays).
7599         (org-read-date-analyze): Define local variable `iso-date'.
7600         (org-agenda-format-date-aligned): Remove dependency on
7601         `calendar-time-from-absolute'.
7602         (org-remember-apply-template, org-go-to-remember-target):
7603         Interpret filenames relative to `org-directory'.
7604         (org-complete): Silently fail when trying to complete
7605         keywords that don't have a default value.
7606         (org-get-current-options): Add a #+DATE: option.
7607         (org-additional-option-like-keywords): Remove "DATE:" from the
7608         list of additional keywords.
7609         (org-export-as-html): Remove (current-time) as unnecessary second
7610         argument of `format-time-string'.
7611         (org-clock-find-position): Handle special case at end of buffer.
7612         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
7613         `org-agenda-change-time-span'.
7614         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
7615         `org-agenda-change-time-span'.
7616         (org-agenda-month-view): New argument MONTH, pass it on to
7617         `org-agenda-change-time-span'.
7618         (org-agenda-year-view): New argument YEAR, pass it on to
7619         `org-agenda-change-time-span'.
7620         (org-agenda-change-time-span): New optional argument N, pass it on
7621         to `org-agenda-compute-time-span'.
7622         (org-agenda-compute-time-span): New argument N, interpret it by
7623         changing the starting day.
7624         (org-small-year-to-year): New function.
7625         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
7626         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
7627         into the future, and that the shift is at least one interval, never 0.
7628         (org-update-checkbox-count): Fix bug with checkbox counting.
7629         (org-add-note): New command.
7630         (org-add-log-setup): Rename from `org-add-log-maybe'.
7631         (org-log-note-headings): New entry for plain notes (i.e. notes not
7632         related to state changes or clocking).
7633         (org-get-org-file): Check for availability of `remember-data-file'.
7634         (org-cached-entry-get): Allow a regexp value for
7635         `org-use-property-inheritance'.
7636         (org-use-property-inheritance): Allow regexp value.  Fix bug in
7637         customization type.
7638         (org-use-tag-inheritance): Allow a list and a regexp value for
7639         this variable.
7640         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
7641         (org-entry-get): Respect value `selective' for the INHERIT argument.
7642         (org-tag-inherit-p, org-property-inherit-p): New functions.
7643         (org-agenda-format-date-aligned): Allow 10 characters for
7644         weekday, to accommodate German locale.
7645         (org-add-archive-files): New function.
7646         (org-agenda-files): New argument `ext', to get archive files as well.
7647         (org-tbl-menu): Protect the use of variables that
7648         are only available when org-table.el gets loaded.
7649         (org-read-agenda-file-list): Error if `org-agenda-files' is a
7650         single directory.
7651         (org-open-file): Allow a batch process to trigger
7652         waiting after executing a system command.
7653         (org-store-link): Link to headline when there is not
7654         target and no region in an org-mode buffer when creating a link.
7655         (org-link-types-re): New variable.
7656         (org-make-link-regexps): Compute `org-link-types-re'.
7657         (org-make-link-description-function): New option.
7658         (org-agenda-date, org-agenda-date-weekend): New faces.
7659         (org-archive-sibling-heading): New option.
7660         (org-archive-to-archive-sibling): New function.
7661         (org-iswitchb): New command.
7662         (org-buffer-list): New function.
7663         (org-agenda-columns): Also try the #+COLUMNS line in
7664         the buffer associated with the entry at point (or with the first
7665         entry in the agenda view).
7666         (org-modules): Add entry for org-bibtex.el.
7667         (org-completion-fallback-command): Move into `org-completion' group.
7668         (org-clock-heading-function): Move to `org-progress' group.
7669         (org-auto-repeat-maybe): Make sure that a note can
7670         be enforces if `org-log-repeat' is `note'.
7671         (org-modules): Allow additional symbols for external packages.
7672         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
7673         (org-clock-goto): Hide drawers after showing an
7674         entry with `org-clock-goto'.
7675         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
7676         Try also a clocktable block shift.
7677         (org-clocktable-try-shift): New function.
7678         (org-columns-hscoll-title): New function.
7679         (org-columns-previous-hscroll): New variable.
7680         (org-columns-full-header-line-format): New variable.
7681         (org-columns-display-here-title, org-columns-remove-overlays):
7682         Install `org-columns-hscoll-title' in post-command-hook.
7684         * org/org.el: Split into many small files.
7686         * org/org-agenda.el: New file, split off from org.el.
7688         * org/org-archive.el: New file, split off from org.el.
7690         * org/org-bbdb.el: New file.
7692         * org/org-bibtex.el: New file, split off from org.el.
7694         * org/org-clock.el: New file, split off from org.el.
7696         * org/org-colview.el: New file, split off from org.el.
7698         * org/org-compat.el: New file, split off from org.el.
7700         * org/org-exp.el: New file, split off from org.el.
7702         * org/org-faces.el: New file, split off from org.el.
7704         * org/org-gnus.el: New file, split off from org.el.
7706         * org/org-info.el: New file, split off from org.el.
7708         * org/org-infojs.el: New file.
7710         * org/org-irc.el: New file.
7712         * org/org-macs.el: New file, split off from org.el.
7714         * org/org-mew.el: New file.
7716         * org/org-mhe.el: New file, split off from org.el.
7718         * org/org-publish.el: New file, split off from org.el.
7720         * org/org-remember.el: New file, split off from org.el.
7722         * org/org-rmail.el: New file, split off from org.el.
7724         * org/org-table.el: New file, split off from org.el.
7726         * org/org-vm.el: New file, split off from org.el.
7728         * org/org-wl.el: New file, split off from org.el.
7730 2008-04-27  Jason Riedy  <jason@acm.org>
7732         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
7733         parameter that suppresses lines that evaluate to NIL.
7734         (orgtbl-get-fmt): New inline function for
7735         picking apart formats that may be lists.
7736         (orgtbl-apply-fmt): New inline function for applying formats that
7737         may be functions.
7738         (orgtbl-eval-str): New inline function for strings that may be
7739         functions.
7740         (orgtbl-format-line, orgtbl-to-generic): Use and document.
7741         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
7742         (*orgtbl-llfmt*, *orgtbl-llstart*)
7743         (*orgtbl-llend*): Dynamic variables for last-line formatting.
7744         (orgtbl-format-section): Shift formatting to support detecting the
7745         last line and formatting it specially.
7746         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
7747         formats unless overridden.
7748         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
7749         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
7750         bound variables to hold the input collection of lines and output
7751         formatted text.
7752         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
7753         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
7754         format parameters.
7755         (orgtbl-format-line): New function encapsulating formatting for a
7756         single line.
7757         (orgtbl-format-section): Similar for each section.  Rebinding the
7758         dynamic vars customizes the formatting for each section.
7759         (orgtbl-to-generic): Use orgtbl-format-line and
7760         orgtbl-format-section.
7761         (org-get-param): Now unused, so delete.
7762         (orgtbl-gather-send-defs): New function to
7763         gather all the SEND definitions before a table.
7764         (orgtbl-send-replace-tbl): New function to find the RECEIVE
7765         corresponding to the current name.
7766         (orgtbl-send-table): Use the previous two functions and implement
7767         multiple destinations for each table.
7769         * doc/org.texi (A LaTeX example): Note that fmt may be a
7770         one-argument function, and efmt may be a two-argument function.
7771         (Radio tables): Document multiple destinations.
7773 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
7775         * org/org-agenda.el (org-add-to-diary-list): New function.
7776         (org-prefix-has-effort): New variable.
7777         (org-sort-agenda-noeffort-is-high): New option.
7778         (org-agenda-columns-show-summaries)
7779         (org-agenda-columns-compute-summary-properties): New options.
7780         (org-format-agenda-item): Compute the duration of the item.
7781         (org-agenda-weekend-days): New variable.
7782         (org-agenda-list, org-timeline): Use the proper faces for dates in
7783         the agenda and timeline buffers.
7784         (org-agenda-archive-to-archive-sibling): New command.
7785         (org-agenda-start-with-clockreport-mode): New option.
7786         (org-agenda-clockreport-parameter-plist): New option.
7787         (org-agenda-clocktable-mode): New variable.
7788         (org-agenda-deadline-leaders): Allow a function value for the
7789         deadline leader.
7790         (org-agenda-get-deadlines): Deal with new function value.
7792         * org/org-clock.el (org-clock): New customization group.
7793         (org-clock-into-drawer, org-clock-out-when-done)
7794         (org-clock-in-switch-to-state, org-clock-heading-function):
7795         Move into the new group.
7796         (org-clock-out-remove-zero-time-clocks): New option.
7797         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
7798         (org-dblock-write:clocktable): Allow a Lisp form for the scope
7799         parameter.
7800         (org-dblock-write:clocktable): Fix bug with total time calculation.
7801         (org-dblock-write:clocktable): Request the unrestricted list of files.
7802         (org-get-clocktable): New function.
7803         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
7804         be strings but also integers (an absolute day number) and lists (m d y).
7806         * org/org-colview.el (org-columns-next-allowed-value)
7807         (org-columns-edit-value): Limit the effort for updating in the
7808         agenda to recomputing a single file.
7809         (org-columns-compute): Only write property value if it has changed.
7810         This avoids raising the buffer-change-flag unnecessarily.
7811         (org-agenda-colview-summarize)
7812         (org-agenda-colview-compute): New functions.
7813         (org-agenda-columns): Call `org-agenda-colview-summarize'.
7815         * org/org-exp.el (org-export-run-in-background): New option.
7816         (org-export-icalendar): Allow a batch process to trigger waiting
7817         after executing a system command.
7818         (org-export-preprocess-string): Rename from
7819         `org-cleaned-string-for-export'.
7820         (org-export-html-style): Made target class look like normal text.
7821         (org-export-as-html): Make use of the better preprocessing in
7822         `org-cleaned-string-for-export'.
7823         (org-cleaned-string-for-export): Better treatment of heuristic
7824         targets, many more internal links will now work in HTML export.
7825         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
7826         (org-export-inbuffer-options-extra): New variable.
7827         (org-export-options-filters): New hook.
7828         (org-infile-export-plist): Find also the settings keywords in
7829         `org-export-inbuffer-options-extra'.
7830         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
7831         multiple #+INFOJS_OPT lines.
7832         (org-export-html-handle-js-options): New function.
7833         (org-export-html-infojs-setup): New option.
7834         (org-export-as-html): Call `org-export-html-handle-js-options'.
7835         Add autoload to all entry points.
7836         (org-skip-comments): Function removed.
7838         * org/org-table.el (org-table-make-reference): Extra parenthesis
7839         around single fields, to make sure that algebraic formulas get
7840         correctly interpreted by calc.
7841         (org-table-current-column): No longer interactive.
7843         * org/org-export-latex.el (org-export-latex-preprocess):
7844         Rename from `org-export-latex-cleaned-string'.
7846 2008-04-27  Bastien Guerry  <bzg@altern.org>
7848         * org/org-publish.el (org-publish-get-base-files-1): New function.
7849         (org-publish-get-base-files): Use it.
7850         (org-publish-temp-files): New variable.
7851         Don't require 'dired-aux anymore.
7852         (org-publish-initial-buffer): New variable.
7853         (org-publish-org-to, org-publish): Use it.
7854         (org-publish-get-base-files-1): Bug fix: get
7855         the proper list of files when recursing thru a directory.
7856         (org-publish-get-base-files): Use the :exclude property to skip
7857         both files and directories.
7859 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
7861         * net/tramp.el (tramp-handle-make-symbolic-link)
7862         (tramp-handle-file-name-directory)
7863         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7864         (tramp-do-copy-or-rename-file-directly)
7865         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
7866         (tramp-handle-substitute-in-file-name)
7867         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7868         * net/tramp-cache.el (tramp-get-file-property)
7869         (tramp-set-file-property, tramp-flush-file-property)
7870         (tramp-flush-directory-property)
7871         * net/tramp-compat.el (tramp-compat-make-temp-file)
7872         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7873         Disable `file-name-handler-alist' when handling localname.
7874         It could have a remote file syntax, like a VMS file name.
7876 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7878         * whitespace.el: New version 11.1.
7879         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
7880         enclosed by \\( and \\)$.  Docstring fix.
7881         (whitespace-trailing-regexp): Fun removed.
7882         (whitespace-report-list): Const initialization fix.
7883         (whitespace-color-on): Code fix.
7885 2008-04-27  Andreas Schwab  <schwab@suse.de>
7887         * Makefile.el: Unbreak bootstrap.
7889 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
7891         * net/tramp.el (tramp-replace-environment-variables): New defun.
7892         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
7893         Use it.
7895 2008-04-27  Glenn Morris  <rgm@gnu.org>
7897         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
7899         * calculator.el (calculator-expt): Replace cl function `oddp'.
7901 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
7903         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7904         Simplify.  Collect `defun' and `autoload' entries.
7905         Avoid modifying load-history.
7907 2008-04-26  Glenn Morris  <rgm@gnu.org>
7909         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
7911         * simple.el (quoted-insert, zap-to-char): Revert previous change.
7913 2008-04-26  John Paul Wallington  <jpw@pobox.com>
7915         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
7916         `hexl-mode-old-eldoc-documentation-function'.
7917         (hexl-mode-exit): Restore it.
7918         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
7920         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
7922 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
7924         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
7925         (completion-pcm--all-completions): Doc fix.
7926         (completion-styles-alist, completion-all-completions):
7927         Fix typos in docstrings.
7929 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7931         * whitespace.el: There is now only one variable (whitespace-style) to
7932         specify which kind of blank is visualized.  Doc and docstring fix.
7933         New version 11.0.
7934         (whitespace-style): New option, replace whitespace-style-mark and
7935         whitespace-style-color.
7936         (whitespace-style-mark, whitespace-style-color): Options removed.
7937         (whitespace-hspace, whitespace-tab, whitespace-newline)
7938         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
7939         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
7940         (whitespace-hspace-regexp, whitespace-space-regexp)
7941         (whitespace-tab-regexp, whitespace-trailing-regexp)
7942         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7943         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7944         (whitespace-space-after-tab-regexp, whitespace-line-column)
7945         (whitespace-display-mappings, whitespace-report): Docstring fix.
7946         (whitespace-color-value-list, whitespace-mark-value-list)
7947         (whitespace-active-color, whitespace-active-mark)
7948         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
7949         (whitespace-style-value-list, whitespace-active-style)
7950         (whitespace-toggle-style): New vars.
7951         (whitespace-toggle-option-alist, whitespace-help-text):
7952         Var initialization and docstring fix.
7953         (whitespace-toggle-options, global-whitespace-toggle-options)
7954         (whitespace-cleanup, whitespace-cleanup-region)
7955         (whitespace-report-region, whitespace-interactive-char)
7956         (whitespace-toggle-list): Docstring and code fix.
7957         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7958         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
7959         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
7960         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
7962 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
7965         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
7966         (diff-sanity-check-hunk): Adjust code accordingly.
7968 2008-04-26  Glenn Morris  <rgm@gnu.org>
7970         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
7972         * forms-d2.dat: Move to ../etc.
7973         * forms-d2.el (forms-file): Adapt for above change.
7975         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
7976         `translation-table-for-input'.
7978         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
7979         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
7981         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
7982         to punctuation now it's not needed for abbrevs.
7983         (fortran-mode-abbrev-table): Remove defvar, make use of new
7984         define-abbrev-table :regexp feature.
7986         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
7987         insert, now that translation-table-for-input is not needed.
7989 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
7991         * emacs-lisp/pp.el (pp-display-expression): New function,
7992         extracted from pp-eval-expression.
7993         (pp-eval-expression): Use pp-display-expression.
7994         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
7995         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
7996         (pp-eval-last-sexp): Use pp-last-sexp.
7998 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * abbrev.el (define-abbrev-table): Apply props even if the table
8001         exists already.
8003         * minibuffer.el (completion-table-with-context): Fix `pred' for the
8004         various kinds of completion tables.
8005         (completion-emacs22-try-completion): Place cursor after the /, as was
8006         done in Emacs-22's minibuffer-complete-word.
8007         Fix bug reported by David Hansen <david.hansen@gmx.net>.
8008         (completion-emacs22-try-completion): Merge all mergeable text rather
8009         than just /.
8010         (completion-pcm--delim-wild-regex): New var.
8011         (completion-pcm-word-delimiters): New custom.
8012         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8013         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8014         (completion-pcm--all-completions, completion-pcm-all-completions)
8015         (completion-pcm--merge-completions, completion-pcm--pattern->string)
8016         (completion-pcm-try-completion): New functions.
8017         (completion-styles-alist): Add them.
8018         (completion-styles): Add it to the default.
8020 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
8022         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8023         (gdb-var-create-handler): ...until here when there are values.
8024         (gdb-post-prompt): Don't do -var-update with no watch expressions.
8025         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8027 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
8029         * ls-lisp.el (ls-lisp-format): Fix last change.
8030         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8031         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8032         (ls-lisp-filesize-f-fmt): New defvars.
8033         (ls-lisp-insert-directory): Dynamically compute format specifiers
8034         for displaying UID, GID, and file size, and store them in the
8035         above variables.
8036         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8037         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8038         instead of constant format strings.
8039         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8040         ls-lisp-filesize-d-fmt instead of constant format strings.
8042 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
8044         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8045         value of addresses rather than (partial) string value.
8046         (gdb-frame-handler): Change regexp according to above change.
8047         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8048         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8049         (gdb-assembler-mode): Disable undo in these buffers.
8051 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
8053         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8054         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8056 2008-04-24  Sam Steingold  <sds@gnu.org>
8058         * textmodes/remember.el (remember-diary-extract-entries): Use
8059         diary-make-entry instead of the obsolete make-diary-entry.
8061 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * subr.el (translation-table-for-input): Mark as obsolete.
8065         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8067         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8069         * textmodes/ispell.el (ispell-dictionary-alist-1)
8070         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8071         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8072         (ispell-dictionary-alist-6): Remove.
8073         (ispell-dictionary-base-alist): New var, merges the above.
8074         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8075         Use it.
8076         (ispell-dictionary-alist): Default to nil.  Remove autoload.
8077         (ispell-local-dictionary-alist): Remove autoload.
8079         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8080         (f90-mode-abbrev-table): Use the new :regexp feature.
8081         Merge defvar and mapc into define-abbrev-table.
8082         (f90-imenu-type-matcher): Remove unused `l'.
8083         (f90-imenu-generic-expression): Remove unused `not-ib'.
8084         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
8085         (f90-change-keywords): Use restore-buffer-modified-p.
8087 2008-04-24  Glenn Morris  <rgm@gnu.org>
8089         * net/goto-addr.el (goto-address-prog-mode):
8090         * progmodes/bug-reference.el (bug-reference-prog-mode):
8091         Define for compiler.
8093         * minibuffer.el (x-file-dialog): Declare as function.
8095         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
8096         dframe-update-speed rather than obsolete alias speedbar-update-speed.
8098         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
8099         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
8100         work with easymenu.  Add :keys where needed.
8102         * calendar/cal-move.el (calendar-scroll-left): Handle case when
8103         event-start is nil.
8105         * calendar/calendar.el (calendar-mode-map): Fix typo.
8107 2008-04-24  Tom Tromey  <tromey@redhat.com>
8109         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8110         Document keywords.  Add :suppress.
8111         * pcvs-defs.el (cvs-mode-map): Use :suppress.
8113         * net/goto-addr.el (goto-address-unfontify): New function.
8114         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
8115         (goto-address-fontify-region, goto-address-mode)
8116         (goto-address-prog-mode): New functions.
8118         * progmodes/bug-reference.el: New file.
8120 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8122         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
8124 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8126         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
8127         macros within lambdas.
8129 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * minibuffer.el (completion-try-completion): Add `point' argument.
8132         Change return value.
8133         (completion-all-completions): Add `point' argument.
8134         (minibuffer-completion-help): Pass the new `point' argument.
8135         (completion--do-completion): Pass the whole field to try-completion.
8136         (completion--try-word-completion): Rewrite, making fewer assumptions.
8137         (completion-emacs21-try-completion, completion-emacs21-all-completions)
8138         (completion-emacs22-try-completion, completion-emacs22-all-completions)
8139         (completion-basic-try-completion, completion-basic-all-completions):
8140         New functions.
8141         (completion-styles-alist): Use them.
8143 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
8145         * textmodes/ispell.el (ispell-set-spellchecker-params):
8146         New function to make sure right params and dictionary alists are used
8147         after spellchecker changes.
8148         (ispell-aspell-dictionary-alist, ispell-last-program-name)
8149         (ispell-initialize-spellchecker-hook): New variables and hook.
8150         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
8151         (ispell-maybe-find-aspell-dictionaries): Remove.
8152         Calls replaced by (ispell-set-spellchecker-params) calls.
8153         (ispell-have-aspell-dictionaries): Remove.
8155         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
8156         by ispell-set-spellchecker-params.
8158 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * complete.el (PC-do-completion): Be more robust in the presence of
8161         unexpected values in minibuffer-completion-predicate.
8163         * minibuffer.el (read-file-name): Don't let-bind default-directory.
8164         Only abbreviate default-filename if it's a file.
8166         * minibuffer.el (read-file-name-function, read-file-name-predicate)
8167         (read-file-name-completion-ignore-case, insert-default-directory):
8168         New vars, moved from fileio.c.
8169         (read-file-name): New fun, moved from fileio.c.
8170         * cus-start.el: Remove insert-default-directory and
8171         read-file-name-completion-ignore-case.
8173 2008-04-23  Magnus Henoch  <mange@freemail.hu>
8175         * tar-mode.el (tar-untar-buffer): If the entry has directory
8176         link type, extract it as a directory even if its file name doesn't
8177         end with a slash.  Fixes extraction of NetBSD tar archives.
8179 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8181         * server.el (server-start): Also don't get confused by CRs since we
8182         don't quote them.
8184 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8186         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
8187         (gdb-set-gud-minor-mode-existing-buffers)
8188         (gdb-info-breakpoints-custom, gdb-get-location)
8189         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8190         Previously gdb-create-define-alist wasn't always run and added to
8191         after-save-hook.
8193         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
8195 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8197         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
8198         comments like unindented ones.
8200 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8202         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
8203         parameter origins.
8205 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8207         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8208         Bind print-level to ensure output forms aren't truncated if
8209         print-level is set to eval-expression-print-level when going via
8210         eval-defun and friends, or has been otherwise fiddled with.
8212 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8215         font-lock-extend-after-change-region-function globally.
8217 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
8219         * speedbar.el (speedbar-use-tool-tips-flag)
8220         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
8221         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
8222         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
8223         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
8224         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
8225         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
8226         (speedbar-separator-face): Fix typos in docstrings.
8227         (speedbar-stealthy-function-list, speedbar-verbosity-level)
8228         (speedbar-supported-extension-expressions, speedbar-update-current-file)
8229         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
8230         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
8231         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
8232         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
8233         (speedbar-check-vc-this-line, speedbar-files-line-directory)
8234         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8235         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
8236         (speedbar-recenter): Doc fixes.
8237         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
8238         declaration and remove redundant info in docstring.
8240 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
8242         * vc-git.el (vc-git-status-printer): Deal with directories.
8244         * vc.el (vc-next-action): Look at more than the first file to
8245         determine the state.
8247 2008-04-23  Glenn Morris  <rgm@gnu.org>
8249         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
8250         timers.  Doc fix.
8251         (dframe-update-speed): Drop support for XEmacs < 20.
8252         (dframe-frame-mode): Drop support for Emacs < 20.
8253         (dframe-set-timer-internal): Drop support for Emacs without timers.
8254         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
8256         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
8257         versions.  Add doc-string.  Mark as obsolete.
8259         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
8261         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
8262         rather than using an Emacs version test.
8264         * tree-widget.el (tree-widget-image-enable): Use display-images-p
8265         rather than an Emacs version test.
8267         * calendar/cal-china.el (holiday-chinese-qingming)
8268         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
8269         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
8270         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
8272         * calendar/cal-islam.el (holiday-islamic): Doc fix.
8274         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
8275         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
8276         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8278 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8280         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
8281         (gdb-previous-frame-pc-address): ...to this.
8282         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
8283         of "info frame" with Gdb 6.4+.
8284         (gdb-stack-list-frames-regexp): New regexp.
8285         (gdb-frame-handler-1): Parse output of -stack-info-frame.
8287 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
8289         * tar-mode.el (tar-prefix-offset): New constant.
8290         (tar-header-block-tokenize): Support paths with long names
8291         which use the "ustar" standard.
8293 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
8295         * image-dired.el (image-dired-track-original-file)
8296         (image-dired-modify-mark-on-thumb-original-file):
8297         Use `dired-goto-file' instead of `search-forward'.  This solves
8298         a bug with finding files where the file name is a subset of other
8299         file names.  Doc fix.
8301 2008-04-22  Juri Linkov  <juri@jurta.org>
8303         * menu-bar.el (buffers-menu-max-size): Move its definition down to
8304         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
8305         (yank-menu-length): Change group name `mouse' to `menu'.
8306         (buffers-menu-buffer-name-length): New user option.
8307         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
8308         instead of the hard-coded number 27.
8310 2008-04-22  Juri Linkov  <juri@jurta.org>
8312         * isearch.el (eval-when-compile): Require `help-macro'.
8313         (isearch-help-for-help-internal): Isearch specific Help screen
8314         created by `make-help-screen'.
8315         (isearch-help-map): New variable that binds "b", "k", "m" to
8316         isearch-specific commands, and binds other keys to
8317         isearch-other-control-char, thus allowing other Help keys to
8318         exit isearch mode and execute their global definitions.
8319         (isearch-help-for-help, isearch-describe-bindings)
8320         (isearch-describe-key, isearch-describe-mode): New commands.
8321         (isearch-mode-help): Define alias to isearch-describe-mode
8322         and remove its old function definition.
8323         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
8324         Remove old comments because this issue is settled now.
8325         (isearch-forward): Describe three new Help commands in the docstring.
8326         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
8327         leave the single sentence at the first line of the docstring,
8328         and prepend the word "function" before `isearch-forward'
8329         to make the Help link to the function instead of variable.
8331 2008-04-22  Juri Linkov  <juri@jurta.org>
8333         * isearch.el (isearch-success-function): New variable with default
8334         to `isearch-success-function-default'.
8335         (isearch-search): Call a function from `isearch-success-function'
8336         instead of calling the hard-coded `isearch-range-invisible'.
8337         (isearch-success-function-default): New function that calls
8338         `isearch-range-invisible' and inverts its return value.
8340         * info.el (Info-search): In two similar places that skip
8341         undesired search matches move code to Info-search-success-function,
8342         and call `isearch-success-function' instead.
8343         (Info-search-success-function): New function copied from code
8344         in Info-search.  Replace isearch-range-invisible with
8345         text-property-not-all that checks for 'invisible and 'display
8346         properties to skip partially invisible matches (whose display
8347         properties were set by Info-fontify-node).
8348         (Info-mode): Set buffer-local isearch-success-function
8349         to Info-search-success-function.
8351 2008-04-22  Juri Linkov  <juri@jurta.org>
8353         * minibuffer.el (internal-complete-buffer-except): New function.
8355         * files.el (read-buffer-to-switch): New function.
8356         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8357         Change interactive spec to call read-buffer-to-switch instead of
8358         using the letter "B".
8360         * simple.el (minibuffer-default-add-shell-commands): New function.
8361         Use declare-function for mailcap-file-default-commands from "mailcap".
8362         (shell-command): Set local minibuffer-default-add-function to
8363         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
8364         before calling read-shell-command.  Set 4th arg default-value of
8365         read-shell-command to relative buffer-file-name in file buffers.
8367         * dired-aux.el (dired-read-shell-command-default): Move it to
8368         gnus/mailcap.el and change its name to more general name
8369         mailcap-file-default-commands.
8370         (minibuffer-default-add-dired-shell-commands): New function.
8371         Use declare-function for mailcap-file-default-commands from "mailcap".
8372         (dired-read-shell-command): Set local minibuffer-default-add-function
8373         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
8374         before calling read-shell-command.  Remove dired-read-shell-command-default
8375         from the default value arg because default values are not set in
8376         minibuffer-default-add-dired-shell-commands.  Doc fix.
8378         * dired-x.el (dired-smart-shell-command): Sync arguments and
8379         interactive spec with changes in `shell-command'.
8380         Use dired-get-filename to get the dired file name at point
8381         as the default value in dired mode.
8383 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
8385         * info.el (Info-complete-menu-item): Add missing parenthesis.
8387 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * info.el (Info-complete-menu-item): Save point.
8391 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
8393         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
8395 2008-04-22  Andreas Schwab  <schwab@suse.de>
8397         * Makefile.in (emacs-deps): Define.
8398         Use it instead of $(lisp)/subdirs.el.
8400 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
8402         * vc.el (vc-next-action): Do not consider directories when
8403         checking for state compatibility.
8404         (vc-transfer-file): Use when not if.
8405         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
8406         (vc-dir-mark-file): Use them.
8407         (vc-deduce-fileset): Also return the backend.
8408         (vc-diff-internal): Take as argument the value returned by
8409         vc-deduce-fileset instead of just the fileset.
8410         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
8411         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
8412         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
8414 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
8416         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
8417         set-window-vscroll but image-scroll-down.  Fixes a bug where a
8418         command following SPC scrolled up again.
8420 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
8422         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
8423         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
8424         (gud-watch): Add "$" prefix when in registers buffer.
8426 2008-04-22  Glenn Morris  <rgm@gnu.org>
8428         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
8430         * whitespace.el (whitespace-display-table)
8431         (whitespace-display-table-was-local): Move definitions before use.
8433         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
8434         (copyright-limit): Respect copyright-at-end-flag.
8435         (copyright-re-search, copyright-start-point)
8436         (copyright-offset-too-large-p): New functions.
8437         (copyright-update-year): Use copyright-re-search.
8438         (copyright-update, copyright-fix-years): Use copyright-start-point,
8439         and copyright-re-search.
8440         (copyright): Use copyright-offset-too-large-p.
8441         * add-log.el (change-log-mode): Set copyright-at-end-flag.
8443         * add-log.el (top-level): Require 'cl when compiling.
8445 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
8448         Treat minibuffer-completion-predicate as a predicate.
8450         * minibuffer.el (completion--file-name-table): Accept both the old
8451         `dir' arg or the new `pred' arg.
8453         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
8454         `predicate' argument to pass non-predicate data.
8455         (ffap-read-url-internal, ffap-read-file-or-url-internal):
8456         Use second arg as proper predicate.
8458         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
8459         (vc-bzr-revision-completion-table): Use completion-table-with-context
8460         instead.
8462         * simple.el (choose-completion-string): Use minibuffer-completion-table.
8464 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
8466         * term.el (term-emulate-terminal): Perform redisplay after the
8467         process filter has finished running.
8469 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8471         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
8473         * minibuffer.el (completion-try-completion): Change magic symbol
8474         property name.  Rename from minibuffer-try-completion.
8475         (completion-all-completions): Rename from minibuffer-all-completions.
8476         Remove hide-spaces argument.
8477         (completion--do-completion): Rename from minibuffer--do-completion.
8478         (minibuffer-complete-and-exit): Call just try-completion rather than
8479         completion-try-completion to fix up the case.
8480         (completion--try-word-completion): Try to add space or hyphen before
8481         making `string' a prefix of `completion'.
8482         (completion--insert-strings): Rename from minibuffer--insert-strings.
8484 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8486         * net/tls.el (tls-program): Add -ign_eof argument to call the
8487         openssl commands.
8488         (tls-checktrust): Ditto.
8490 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
8492         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
8494         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
8495         (vc-check-master-templates, vc-file-not-found-hook)
8496         (vc-kill-buffer-hook):
8497         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
8498         (vc-find-position-by-context, vc-buffer-context)
8499         (vc-restore-buffer-context, vc-responsible-backend)
8500         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
8501         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
8502         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
8503         (vc-version-diff, vc-diff, vc-insert-headers)
8504         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
8505         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
8506         (vc-revert, vc-rollback, vc-version-backup-file)
8507         (vc-rename-master, vc-delete-file, vc-rename-file)
8508         (vc-branch-part, vc-default-retrieve-snapshot)
8509         (vc-annotate-display-autoscale, vc-annotate-display-select)
8510         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
8511         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
8512         (vc-dir-update): Handle directories.
8513         (vc-default-status-printer): Simplify.
8515         * progmodes/asm-mode.el (asm-mode-map):
8516         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
8518         * progmodes/m4-mode.el (m4-mode-map): Add menu.
8520 2008-04-21  Kenichi Handa  <handa@m17n.org>
8522         * select.el (xselect-convert-to-string): Send a C_STRING only if
8523         the polymorphic target TEXT is requested.
8525 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
8527         * minibuffer.el (completion-setup-hook, display-completion-list)
8528         (completion--file-name-table): Fix typos in docstrings.
8529         (completion-table-dynamic): Fix typo, and reflow docstring.
8531 2008-04-20  Andreas Schwab  <schwab@suse.de>
8533         * server.el (server-switch-buffer): Also consider clients in the
8534         selected frame.
8536 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
8538         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
8539         Select window clicked on first.
8540         (gdb): Display thread number in mode-line.
8541         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
8542         (gdb-breakpoints-header): New variable.
8543         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
8545 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
8548         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
8549         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
8550         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8551         (vc-sccs-print-log): Use it.
8553         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
8555         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
8556         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
8558         * tooltip.el (tooltip-previous-message): New var.
8559         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
8560         the C code (avoid overwriting a minibuffer, restore previous echo
8561         message, ...).
8562         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
8563         Simplify.
8565 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
8567         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
8568         (gdb-init-1): Initialise it.
8569         (gdb-annotation-rules): New entry for "new-thread".
8570         (gdb-thread-identification): New function to customize
8571         mode-line-buffer-identification.
8572         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
8573         (gdb-assembler-mode): Use it.
8574         (gdb-threads-mode): Force "info threads" onto queue.
8576 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8578         * files.el (locate-file-completion-table): Rename from
8579         locate-file-completion and make it use `pred' in the normal way.
8580         (locate-file-completion): New compatibility wrapper.
8581         (load-library): Use locate-file-completion-table.
8582         * finder.el (finder-commentary):
8583         * subr.el (locate-library):
8584         * emacs-lisp/find-func.el (find-library): Likewise.
8585         * info.el: Use with-current-buffer and inhibit-read-only.
8586         (Info-read-node-name-2): Change to use `predicate' in the normal way.
8587         (Info-read-node-name-1): Adjust uses accordingly.
8589         * minibuffer.el (completion-table-with-context): Add support for `pred'.
8590         (completion-table-with-terminator): Don't use complete-with-action
8591         since we have to distinguish all three cases anyway.
8592         (completion-table-with-predicate): New function.
8593         (dynamic-completion-table): Add obsolete alias.
8595         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
8597 2008-04-18  Sam Steingold  <sds@gnu.org>
8599         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
8600         Use quit-window instead of bury-buffer.
8602 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * minibuffer.el (completion-table-with-terminator): Fix last fix.
8606 2008-04-18  Andreas Schwab  <schwab@suse.de>
8608         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8609         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8610         Depend on $(lisp)/subdirs.el.
8612 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
8614         * descr-text.el (describe-char-after):
8615         Use `define-obsolete-function-alias'.
8617         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
8619         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
8621         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
8622         Remove redundant obsolescence info in docstring.
8624         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8625         (vc-header-alist): Add WHEN to obsolescence declaration.
8626         (vc-state): Fix typo in docstring.
8628         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
8629         Use `define-obsolete-variable-alias'.
8631         * emulation/tpu-edt.el (tpu-have-ispell):
8632         * international/codepage.el (codepage-setup):
8633         Fix typo in obsolescence declaration.
8635         * international/mule.el (char-coding-system-table):
8636         Remove redundant obsolescence info in docstring.
8637         (charset-list, generic-char-p, set-char-table-default):
8638         Fix typos in obsolescence declarations.
8640         * international/mule-diag.el (non-iso-charset-alist):
8641         Fix typo in obsolescence declaration.
8642         (decode-codepage-char): Remove redundant obsolescence info in docstring.
8644         * font-core.el (font-lock-defaults-alist):
8645         * font-lock.el (font-lock-reference-face):
8646         * frame.el (screen-height, screen-width, set-screen-width)
8647         (set-screen-height):
8648         * hilit-chg.el (highlight-changes-initial-state):
8649         * isearch.el (isearch-return-char):
8650         * log-edit.el (cvs-commit-buffer-require-final-newline)
8651         (cvs-changelog-full-paragraphs):
8652         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
8653         (mouse-popup-menubar-stuff):
8654         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
8655         (mouse-wheel-click-button):
8656         * outline.el (outline-visible):
8657         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
8658         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
8659         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
8660         * progmodes/compile.el (compile-internal):
8661         Add WHEN to obsolescence declarations.
8663 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8665         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
8666         is not better anyway.
8668 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8670         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
8671         properly.
8673 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
8676         (python-use-skeletons): Remove, unused.
8677         (python-skeletons): Remove.  Use the abbrev table instead.
8678         (python-mode-abbrev-table): Fix regexp;
8679         add enable-function and case-fixed.
8680         (def-python-skeleton): Simplify.
8681         (python-expand-template): Use the abbrev-table and abbrev-insert.
8682         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
8683         Remove.
8684         (python-mode): Don't set pre-abbrev-expand-hook.
8686         * skeleton.el: Set coding-tag.
8688         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
8689         (expand-abbrev): Use it.
8690         (abbrev-table-menu): New function.
8692         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
8694         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
8696 2008-04-17  Sam Steingold  <sds@gnu.org>
8698         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
8699         idiosyncratic bury-buffer/delete-window logic.
8701 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
8703         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
8704         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
8706 2008-04-17  Kenichi Handa  <handa@m17n.org>
8708         * international/characters.el: Don't make the width of U+00AD to 0.
8710 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
8712         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
8713         (gdb, gdb-starting, gdb-frames-mode): Use it.
8714         (gdb-invalidate-frames): Advise to call "info stack" only if
8715         execution has occurred.
8716         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
8717         selected frame if no execution has occurred.
8718         (gdb-frames-force-update): New interactive function.
8719         (gdb-frames-mode-map): Bind it to "F".
8721 2008-04-17  Michael Olson  <mwolson@gnu.org>
8723         * textmodes/remember.el (remember-version): Release Remember 2.0.
8725 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
8727         * textmodes/artist.el:
8728         * progmodes/vhdl-mode.el:
8729         * progmodes/verilog-mode.el:
8730         * progmodes/vera-mode.el:
8731         * progmodes/simula.el:
8732         * progmodes/ps-mode.el:
8733         * progmodes/cmacexp.el:
8734         * obsolete/hilit19.el:
8735         * emulation/viper.el:
8736         * ediff.el: Cleanup the bug-report email addresses and make sure the
8737         maintainer is still willing to handle bug reports.
8739 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
8741         * vc.el (vc-dir-kill-query): Fix thinko.
8743 2008-04-16  Glenn Morris  <rgm@gnu.org>
8745         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
8746         by diary-sexp-entry.
8748 2008-04-16  Markus Triska  <markus.triska@gmx.at>
8750         * proced.el (proced-command-alist): Add support for darwin.
8752 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8754         * proced.el (proced-mode): Redefine as just the major-mode.
8755         (proced): Separate it from proced-mode.
8757         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
8759 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8761         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
8762         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
8763         `tab-width' setting from user.  New version 10.0.  Doc and docstring
8764         fix.
8765         (whitespace-style, whitespace-chars): Remove options.
8766         (whitespace-style-mark): New option, replace whitespace-style deleted
8767         option.  Fix docstring.
8768         (whitespace-style-color): New option, replace whitespace-chars deleted
8769         option.  Fix docstring.
8770         (whitespace-space, whitespace-hspace, whitespace-tab)
8771         (whitespace-newline, whitespace-trailing, whitespace-line)
8772         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
8773         (whitespace-space-after-tab, whitespace-hspace-regexp)
8774         (whitespace-space-regexp, whitespace-tab-regexp)
8775         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8776         (whitespace-empty-at-eob-regexp, whitespace-line-column)
8777         (whitespace-toggle-option-alist): Fix docstring.
8778         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8779         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
8780         docstring and initialization.
8781         (global-whitespace-mode): Autoloaded global minor mode.
8782         (whitespace-chars-value-list, whitespace-style-value-list)
8783         (whitespace-active-chars, whitespace-active-style)
8784         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
8785         (whitespace-color-value-list): New var, replace
8786         whitespace-chars-value-list removed var.
8787         (whitespace-mark-value-list): New var, replace
8788         whitespace-style-value-list removed var.
8789         (whitespace-active-color): New var, replace whitespace-active-chars
8790         removed var.
8791         (whitespace-active-mark): New var, replace whitespace-active-style
8792         removed var.
8793         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
8794         removed var.
8795         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
8796         removed var.
8797         (whitespace-toggle-option-alist, whitespace-report-list)
8798         (whitespace-report-text, whitespace-help-text): Fix initialization.
8799         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
8800         (whitespace-toggle-options, global-whitespace-toggle-options)
8801         (whitespace-cleanup-region, whitespace-report-region)
8802         (whitespace-interactive-char): Fix docstring and code.
8803         (whitespace-cleanup, whitespace-report): Fix docstring.
8804         (whitespace-replace-spaces-by-tabs): Remove fun.
8805         (whitespace-replace-action): New fun, replace
8806         whitespace-replace-spaces-by-tabs removed fun.
8807         (whitespace-regexp, whitespace-indentation-regexp)
8808         (whitespace-space-after-tab-regexp, whitespace-insert-value)
8809         (whitespace-kill-buffer): New funs.
8810         (whitespace-insert-option-mark, whitespace-help-on)
8811         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
8812         (whitespace-color-on, whitespace-color-off)
8813         (whitespace-display-char-on): Fix code.
8815 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
8818         (mouse-throw-magnifier-with-mouse-movement): Remove.
8819         (mouse-throw-magnifier-base): New const.
8820         (mouse-drag-scroll-delta): New fun.
8821         (mouse-drag-throw): Use it.
8823 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
8825         * international/uni-bidi.el, international/uni-category.el:
8826         * international/uni-combining.el, international/uni-comment.el:
8827         * international/uni-decimal.el, international/uni-decomposition.el:
8828         * international/uni-digit.el, international/uni-lowercase.el:
8829         * international/uni-mirrored.el, international/uni-name.el:
8830         * international/uni-numeric.el, international/uni-old-name.el:
8831         * international/uni-titlecase.el, international/uni-uppercase.el:
8832         * international/charprop.el: Regenerate.
8834 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
8836         * vc.el (vc-status-fileinfo): Add new member directoryp.
8837         (vc-default-status-printer): Print directories.
8838         (vc-status-update): Sort files before subdirectories.
8840         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
8841         Add alternative implementation based on "cvs update".
8843 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
8845         * doc-view.el: Changed requirements section to tell that only one
8846         of dvipdf or dvipdfm is needed.
8847         (doc-view-already-converted-p): Fix bug that forced reconversion
8848         if doc was already converted.
8850 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8852         * minibuffer.el (minibuffer-message):
8853         Make sure we can put-text-property.
8855         * emacs-lisp/crm.el: Complete rewrite.
8857         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
8858         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
8859         case of an error in display-completion-list.
8861         * filecache.el (file-cache-completions-keymap): Move init from
8862         file-cache-completion-setup-function into declaration.
8863         (file-cache-minibuffer-complete): Simplify.
8864         (file-cache-completion-setup-function): Use standard-output,
8865         preserve current-buffer.
8867         * vc.el (vc-status-update): Fix typo.
8868         (vc-status-update): Set needs-update.
8869         (vc-status-refresh): Î·-reduce.
8871 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
8873         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
8874         to image-eol.
8876 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
8878         * vc.el (vc-status-update): Undo the previous revert.
8880 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * minibuffer.el (completion-table-with-terminator): Those completions
8883         are never valid w.r.t test-completion.
8884         (completion--file-name-table):
8885         Check completion-all-completions-with-base-size.
8887 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
8889         * doc-view.el (doc-view-dvipdf-program): New variable.
8890         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
8891         (doc-view-mode-p): Check for doc-view-dvipdf-program as
8892         alternative for doc-view-dvipdfm-program.
8893         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
8895         * doc-view.el (doc-view-start-process): Don't set
8896         default-directory to "~/" if the current value is valid.
8897         This broke PS files that run other files in the same directory.
8899 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
8901         * vc.el (vc-status-kill-query): New function.
8902         (vc-status-mode): Add it to kill-buffer-query-functions.
8903         (vc-status-show-fileentry): New function.
8904         (vc-status-menu-map): Bind it.  Bind vc-next-action.
8906 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8908         * minibuffer.el (minibuffer-message): Put cursor at the right place.
8910 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8912         * proced.el (proced-send-signal): Fix error recognition.
8914 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8916         * proced.el (proced-command-alist): Remove sort column.
8917         (proced-command, proced-procname-column):
8918         Use make-variable-buffer-local.
8919         (proced-signal-function): Rename from proced-kill-program.
8920         Allow for elisp symbols and string values representing system calls.
8921         (proced-marker-regexp, proced-success-message): New functions.
8922         (proced): Use defalias.  Add autoload cookie.
8923         (proced-unmark-backward, proced-toggle-marks)
8924         (proced-hide-processes): New commands.
8925         (proced-do-mark): Simplify code.
8926         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
8927         (proced-update): Remove sorting.
8928         (proced-send-signal): Display number of processes to operate on.
8929         Allow for system calls or elisp functions to send signals.
8930         Check if signal was sent successfully.
8932 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8934         * minibuffer.el (completion-all-completion-with-base-size): New var.
8935         (completion--some): New function.
8936         (completion-table-with-context, completion--file-name-table):
8937         Return the base-size if requested.
8938         (completion-table-in-turn): Generalize to multiple arguments.
8939         (complete-in-turn): Compatibility alias.
8940         (completion-styles-alist): New var.
8941         (completion-styles): New customization.
8942         (minibuffer-try-completion, minibuffer-all-completions):
8943         New functions.
8944         (minibuffer--do-completion, minibuffer-complete-and-exit)
8945         (minibuffer-try-word-completion): Use them.
8946         (display-completion-list, minibuffer-completion-help): Use them.
8947         Handle all-completions's new base-size info to set completion-base-size.
8948         * info.el (Info-read-node-name-1): Use completion-table-with-context,
8949         completion-table-with-terminator and complete-with-action.
8950         Remove the now obsolete completion-base-size-function property.
8951         * simple.el (completion-list-mode-map): Move init into declaration.
8952         (completion-list-mode): Use define-derived-mode.
8953         (completion-setup-function): Use any completion-base-size that may
8954         have been set before.  Remove handling of completion-base-size-function.
8955         * loadup.el: Move abbrev.el up earlier.
8957 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
8959         * vc-git.el (vc-git-after-dir-status-stage)
8960         (vc-git-dir-status-goto-stage): New functions.
8961         (vc-git-after-dir-status-stage1)
8962         (vc-git-after-dir-status-stage1-empty-db)
8963         (vc-git-after-dir-status-stage2): Remove, functionality moved
8964         into the new generic stage functions.
8965         (vc-git-dir-status-files): New function.
8967         * vc.el (vc-status-update): Revert an incorrect rewrite.
8968         Add some comments.
8969         (vc-status-refresh-files): New function.
8970         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
8971         state of up-to-date files.
8972         (vc-default-dir-status-files): New function.
8974 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
8976         * minibuffer.el (completion--embedded-envvar-table)
8977         (read-file-name-internal): Fix typos in 2008-04-11 change.
8979         * faces.el (read-face-name): Use `completion-table-in-turn',
8980         not `complete-in-turn'.
8982 2008-04-13  Andreas Schwab  <schwab@suse.de>
8984         * progmodes/etags.el: Require 'cl when compiling.
8986 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
8988         * progmodes/gud.el (gud-menu-map): Expand tooltip.
8990         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
8991         (menu): Add/expand menu tooltips.
8993 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
8995         * progmodes/sh-script.el (sh-show-indent): Fix typo.
8996         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
8998         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
8999         considered registered.
9001 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9003         * emacs-lisp/copyright.el (copyright-update-directory): New command.
9005         * ediff-wind.el (ediff-split-window-function)
9006         (ediff-merge-split-window-function): Improve custom type.
9008 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
9010         * loadup.el ("minibuffer"): Move after "faces".
9012 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * progmodes/hideif.el (hif-factor): Handle unary minus.
9016 2008-04-12  Glenn Morris  <rgm@gnu.org>
9018         * calendar/cal-china.el (chinese-calendar-time-zone):
9019         Mark obsolete name as risky too.
9021         * calendar/calendar.el (calendar-faces): New custom group.
9022         (calendar-today, diary, holiday): Doc fix.
9023         Move to calendar-faces group.
9024         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9025         (diary-button): Doc fix.  Move to calendar-faces group.
9027         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9028         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9029         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9030         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9031         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9032         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9033         not in dumped files before the associated defcustom.
9035 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
9037         * minibuffer.el (lazy-completion-table): Fix debug spec.
9039 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * minibuffer.el (complete-with-action, lazy-completion-table):
9042         Move from subr.el.
9043         (apply-partially, completion-table-dynamic)
9044         (completion-table-with-context, completion-table-with-terminator)
9045         (completion-table-in-turn): New funs.
9046         (completion--make-envvar-table, completion--embedded-envvar-table):
9047         New funs.
9048         (read-file-name-internal): Use them.
9049         (completion-setup-hook): Move from simple.el.
9050         * subr.el (complete-with-action, lazy-completion-table):
9051         * simple.el (completion-setup-hook): Move to minibuffer.el.
9053 2008-04-11  Glenn Morris  <rgm@gnu.org>
9055         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9057 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9059         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9061         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9063         * textmodes/fill.el (fill-forward-paragraph-function): New var.
9064         (fill-forward-paragraph): New fun.
9065         (fill-paragraph, fill-region): Use it.
9067         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9068         (vc-status-create-fileinfo): Make `extra' optional.
9069         (vc-status-busy): New fun.
9070         (vc-status-menu-map): Use it.
9071         (vc-status-crt-marked): Remove.
9072         (vc-status-update): Rename from vc-status-add-entries.
9073         Add argument so as to prevent addition of entries.  Rewrite.
9074         (vc-update-vc-status-buffer): Remove.
9075         (vc-status-refresh): Don't remove old entries, set them to
9076         up-to-date instead.  Also do it after the update is complete.
9077         (vc-status-marked-files): Î·-reduce.
9079         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9080         for non-dialogs.
9082         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
9084         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
9086 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
9088         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
9089         to t and don't truncate msg.
9091 2008-04-11  Glenn Morris  <rgm@gnu.org>
9093         * calendar/calendar.el (diary, holidays):
9094         Move custom groups to other files.
9095         (holiday-general-holidays, holiday-oriental-holidays)
9096         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
9097         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9098         (holiday-hebrew-holidays, holiday-christian-holidays)
9099         (holiday-islamic-holidays, holiday-bahai-holidays)
9100         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
9101         * calendar/diary-lib.el: Move custom group here from calendar.el.
9102         * calendar/holidays.el: Move custom group and variables here
9103         from calendar.el.
9105         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
9107         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9108         Fix custom group.
9109         (calendar-current-time-zone-cache): Autoload riskiness.
9111         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
9113 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
9115         * woman.el (woman2-TH): Use string-equal instead of string-match.
9117 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9119         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
9120         (smerge-resolve): Merge the "2-way refinement" case with one half of
9121         the "mere whitespace" resolution.
9123 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9125         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
9127 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
9129         * subr.el (assoc-ignore-case, assoc-ignore-representation):
9130         Add WHEN to obsolescence declaration.
9132         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
9134 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9136         * vc-hooks.el (vc-state): Add new state `conflict'.
9137         (vc-after-save): Use when not if.
9138         (vc-default-mode-line-string): Deal with the conflict state.
9139         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
9141         * vc.el (vc-editable-p, vc-default-status-printer)
9142         (vc-next-action): Deal with the conflict state.
9143         (vc-mark-resolved): New function.
9144         (vc-status-mode): Fix mode name.
9145         (vc-default-comment-history): Use when not if.
9146         (Todo): Add new entries, remove old ones.
9148         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
9149         (vc-cvs-parse-status, vc-cvs-after-dir-status):
9150         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
9151         Detect the conflict state.
9153         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
9155 2008-04-10  Glenn Morris  <rgm@gnu.org>
9157         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
9158         Respect truncate-partial-width-windows in non-full windows,
9159         with regards to :toggle and :enable state.
9161         * simple.el (toggle-truncate-lines): Doc fix.
9163         * Makefile.in (MH_E_DIR): New variable.
9164         (MH_E_SRC): Restore variable removed 2008-03-13.
9165         (mh-loaddefs.el): Depend on $MH_E_SRC.
9166         (CAL_DIR, CAL_SRC): New variables.
9167         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
9168         Depend on CAL_SRC.
9170         * calendar/calendar.el (calendar, diary): Add :prefix.
9171         (holidays): Change :prefix.
9172         (calendar-today, holiday, calendar-holiday-marker)
9173         (european-calendar-style): Change custom groups.
9175         * calendar/calendar.el (diary-hook, diary-display-hook):
9176         Move to diary-lib.el.
9177         * calendar/diary-lib.el (diary-hook, diary-display-hook):
9178         Move here from calendar.el.
9179         * calendar/appt.el: Require diary-lib rather than calendar.
9180         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
9182         * calendar/appt.el (appt): Add :prefix.
9184         * calendar/diary-lib.el (diary-hook): Doc fix.
9185         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
9187 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
9190         New functions.
9192         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
9193         the arg to recursive calls.
9195 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9197         * minibuffer.el (completion-auto-help): Fix typo.
9199 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
9203 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
9205         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
9206         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
9208 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9210         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
9212         * minibuffer.el (minibuffer): Move group from cus-edit.el.
9213         (completion-auto-help): Move from C code.
9214         (minibuffer--maybe-completion-help): Remove.
9215         (minibuffer--bitset): New function.
9216         (minibuffer--do-completion): Rename from minibuffer-do-completion.
9217         Renumber a bit.  Really complete on string *before* point.
9218         Add argument used for word-completion.
9219         Join trailing / in completion with following text, as done in
9220         minibuffer-complete-word.
9221         Handle new value `lazy' for completion-auto-help.
9222         (minibuffer-try-word-completion): New function extracted from
9223         minibuffer-complete-word.
9224         (minibuffer-complete-word): Use minibuffer--do-completion.
9225         (minibuffer--insert-strings): Rename from
9226         minibuffer-complete-insert-strings.
9227         (exit-minibuffer): Fix typo.
9228         * cus-edit.el (minibuffer): Move group to minibuffer.el.
9229         * cus-start.el: Remove completion-auto-help.
9231 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
9233         * vc.el (vc-status-add-entries): New function.
9234         (vc-status-add-entry): Remove.
9235         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
9236         Use vc-status-add-entries.
9238         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
9239         order.
9241 2008-04-09  Jason Rumney  <jasonr@gnu.org>
9243         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
9244         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
9245         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
9246         (AUTOGENEL): New variable.
9247         (distclean, maintainer-clean): New targets.
9249 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9251         * emacs-lisp/regexp-opt.el (regexp-opt):
9252         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
9254 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
9256         * nxml/nxml-mode.el (nxml-cleanup): New function.
9257         (nxml-mode): Add it to change-major-mode-hook.
9259 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9261         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
9263 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9265         * calc/.cvsignore: New file.
9267 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9269         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
9271         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
9272         show-help-function when turning tooltip off.
9273         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
9274         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
9276 2008-04-09  Alan Mackenzie  <acm@muc.de>
9278         * font-lock.el (font-lock-extend-after-change-region-function):
9279         Make it buffer local.
9281 2008-04-09  Glenn Morris  <rgm@gnu.org>
9283         * calendar/calendar.el (diary-file, european-calendar-style):
9284         Remove autoload cookies.
9286 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9288         * outline.el (outline-mode-menu-bar-map):
9289         * log-view.el (log-view-mode-menu):
9290         * log-edit.el (log-edit-menu): Add :help.
9292 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9294         * emacs-lisp/regexp-opt.el (regexp-opt-group):
9295         Use substring-no-properties for correct handling of unibyte strings.
9297 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * add-log.el (change-log-next-buffer): Handle the case where version<
9300         signals an error.
9302         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
9303         mouse-major-mode-menu.
9304         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
9305         (mouse-major-mode-menu, mouse-popup-menubar)
9306         (mouse-popup-menubar-stuff): Use them.
9307         (C-down-mouse-3): Bind to a dynamic map rather than to
9308         mouse-popup-menubar-stuff.
9310         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
9311         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
9313 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9315         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
9316         file:// access method.
9318 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9320         * minibuffer.el: New file.
9321         * loadup.el: Load it.
9323 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
9326         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
9328         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
9329         (calc-mode-map, calc-digit-map, calc-dispatch-map):
9330         Move initialization into declaration.
9331         * calc/calc-yank.el:
9332         * calc/calc-misc.el:
9333         * calc/calc-embed.el:
9334         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
9336 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
9338         * ps-samp.el (ps-add-printer, ps-remove-printer)
9339         (ps-make-dynamic-printer-menu): New functions.
9341         * net/zeroconf.el: New file.
9343 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
9347 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
9349         * vc-rcs.el (vc-rcs-modify-change-comment):
9350         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
9352         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
9354 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
9356         * international/mule-cmds.el (set-locale-environment): Don't warn if
9357         coding system doesn't agree with system locale (this reverts changes
9358         by Dave Love, dated 2002-10-27 and 2002-10-09).
9360         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9361         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
9363         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
9365 2008-04-08  Glenn Morris  <rgm@gnu.org>
9367         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
9368         * textmodes/remember.el (remember-diary-convert-entry):
9369         Require calendar.
9371         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
9372         diary-file, since it is the default for make-diary-entry anyway.
9374         * calendar/cal-menu.el (cal-menu-event-to-date):
9375         Rename calendar-event-to-date.  Update callers.
9376         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
9377         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
9378         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
9379         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
9380         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
9381         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
9382         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
9383         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
9384         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
9385         (calendar-mouse-tex-month-landscape):
9386         Rename cal-tex-mouse-month-landscape.
9387         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
9388         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
9389         (calendar-mouse-tex-year-landscape):
9390         Rename cal-tex-mouse-year-landscape.
9391         (cal-menu-context-mouse-menu): Update for above name changes.
9393         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9394         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9395         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
9396         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
9397         * calendar/holidays.el: Replace int-to-string with number-to-string.
9399 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
9401         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
9402         region if point moves.
9404 2008-04-08  Kenichi Handa  <handa@m17n.org>
9406         * faces.el (font-slant-table): Change numeric values for `r',
9407         `roman', and `normal'.
9409 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9411         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
9413 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
9415         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
9416         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
9418 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
9420         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
9421         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
9423 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9425         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
9427 2008-04-07  Sam Steingold  <sds@gnu.org>
9429         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
9430         Add helper functions.
9431         (lisp-do-defun): Extract the common part of lisp-eval-defun and
9432         lisp-compile-defun; DEFVAR forms reset the variables to the init
9433         values, just like in emacs-lisp mode eval-defun.
9434         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
9435         (lisp-compile-region): Use lisp-compile-string.
9437 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * subr.el (combine-and-quote-strings): Also quote strings that contain
9440         the separator.
9442         * pcvs-util.el (cvs-map): Avoid recursion :-(
9444 2008-04-07  Glenn Morris  <rgm@gnu.org>
9446         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
9448         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
9449         view-diary-entries-initially.  Keep old name as alias, update users.
9450         (calendar-mark-diary-entries-flag): Rename
9451         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
9452         (calendar-view-holidays-initially-flag): Rename
9453         view-calendar-holidays-initially.  Keep old name as alias, update users.
9454         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
9455         Keep old name as alias, update users.
9456         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
9457         Keep old name as alias, update users.
9458         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
9459         Keep old name as alias, update users.
9460         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
9461         Keep old name as alias, update users.
9462         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
9463         (diary-american-date-forms): Rename american-date-diary-pattern.
9464         Keep old name as alias, update users.
9465         (diary-european-date-forms): Rename european-date-diary-pattern.
9466         Keep old name as alias, update users.
9467         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
9468         Keep old name as alias, update users.
9469         (calendar-european-date-display-form): Rename
9470         european-calendar-display-form.  Keep old name as alias, update users.
9471         (calendar-american-date-display-form): Rename
9472         european-calendar-display-form.  Keep old name as alias, update users.
9473         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
9474         Keep old name as alias, update users.
9475         (holiday-general-holidays): Rename general-holidays.
9476         Keep old name as alias, update users.
9477         (holiday-oriental-holidays): Rename oriental-holidays.
9478         Keep old name as alias, update users.
9479         (holiday-local-holidays): Rename local-holidays.
9480         Keep old name as alias, update users.
9481         (holiday-other-holidays): Rename other-holidays.
9482         Keep old name as alias, update users.
9483         (holiday-hebrew-holidays): Rename hebrew-holidays.
9484         Keep old name as alias, update users.
9485         (holiday-christian-holidays): Rename christian-holidays.
9486         Keep old name as alias, update users.
9487         (holiday-islamic-holidays): Rename islamic-holidays.
9488         Keep old name as alias, update users.
9489         (holiday-bahai-holidays): Rename bahai-holidays.
9490         Keep old name as alias, update users.
9491         (holiday-solar-holidays): Rename solar-holidays.
9492         Keep old name as alias, update users.
9493         (diary-fancy-buffer): Rename fancy-diary-buffer.
9494         Keep old name as alias, update users.
9495         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
9496         Update users.
9497         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
9498         Update users.
9499         (calendar-increment-month): Rename increment-calendar-month.
9500         Keep old name as alias, update callers.
9501         (calendar-increment-month-cons): Rename old calendar-increment-month.
9502         Update callers.
9503         (calendar-extract-month): Rename extract-calendar-month.
9504         Keep old name as alias, update callers.
9505         (calendar-extract-day): Rename extract-calendar-day.
9506         Keep old name as alias, update callers.
9507         (calendar-extract-year): Rename extract-calendar-year.
9508         Keep old name as alias, update callers.
9509         (calendar-generate-window): Rename generate-calendar-window.
9510         Update callers.
9511         (calendar-generate): Rename generate-calendar.  Update callers.
9512         (calendar-generate-month): Rename generate-calendar-month.
9513         Update callers.
9514         (calendar-redraw): Rename redraw-calendar.  Update callers.
9515         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
9516         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
9517         Update callers.
9518         (calendar-update-mode-line): Rename update-calendar-mode-line.
9519         Update callers.
9520         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
9521         update callers.
9522         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
9523         Keep old name as alias, update callers.
9524         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9525         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
9526         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
9527         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
9528         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
9529         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
9530         * calendar/solar.el: Update for calendar.el name changes.
9531         * org/org.el (org-agenda-format-date-aligned)
9532         (org-agenda-execute-calendar-command): Access date elements directly
9533         rather than using calendar functions.
9534         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
9535         Also set calendar-view-diary-initially-flag,
9536         calendar-view-holidays-initially-flag.
9537         (org-get-entries-from-diary): Also set diary-fancy-buffer.
9538         (org-agenda-execute-calendar-command): No need to set displayed-day.
9540 2008-04-06  Alan Mackenzie  <acm@muc.de>
9542         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
9543         typo in the doc string.
9545         * progmodes/cc-mode.el (c-basic-common-init):
9546         Set font-lock-extend-after-change-region-function.
9547         (c-extend-after-change-region): New function, used in
9548         font-lock-extend-after-change-region-function, thus superseding
9549         advice on the Font Lock after change functions.
9550         (c-advise-fl-for-region): Remove this macro.
9552 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9554         * textmodes/flyspell.el (flyspell-duplicate-distance):
9555         Improve custom type.
9557 2008-04-06  Glenn Morris  <rgm@gnu.org>
9559         * calendar/diary-lib.el (diary-sexp-entry-symbol):
9560         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
9561         (diary-list-entries-hook): Rename list-diary-entries-hook.
9562         Keep old name as alias, update users.
9563         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
9564         Keep old name as alias, update users.
9565         (diary-nongregorian-listing-hook): Rename
9566         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
9567         (diary-nongregorian-marking-hook): Rename
9568         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
9569         (diary-print-entries-hook): Rename print-diary-entries-hook.
9570         Keep old name as alias, update users.
9571         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
9572         Keep old name as alias, update users.
9573         (diary-number-of-entries): Rename number-of-diary-entries.
9574         Keep old name as alias, update users.
9575         (view-diary-entries, list-diary-entries, show-all-diary-entries):
9576         Give version of obsolescence.
9577         (diary-view-other-diary-entries): Rename view-other-diary-entries.
9578         Keep old name as alias, update callers.
9579         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
9580         update callers.
9581         (diary-include-other-diary-files): Rename include-other-diary-files.
9582         Keep old name as alias, update callers.
9583         (diary-simple-display): Rename simple-diary-display.
9584         Keep old name as alias, update callers.
9585         (diary-fancy-display): Rename fancy-diary-display.
9586         Keep old name as alias, update callers.
9587         (diary-print-entries): Rename print-diary-entries.
9588         Keep old name as alias, update callers.
9589         (diary-marking-entries-flag): Rename marking-diary-entries.
9590         Update users.
9591         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
9592         (diary-mark-entries): Rename mark-diary-entries.
9593         Keep old name as alias, update callers.
9594         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
9595         Keep old name as alias, update callers.
9596         (diary-mark-included-diary-files): Rename mark-included-diary-files.
9597         Keep old name as alias, update callers.
9598         (calendar-mark-days-named): Rename mark-calendar-days-named.
9599         Keep old name as alias, update callers.
9600         (calendar-mark-month): Rename mark-calendar-month.
9601         Keep old name as alias, update callers.
9602         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
9603         Keep old name as alias, update callers.
9604         (diary-sort-entries): Rename sort-diary-entries.
9605         Keep old name as alias, update callers.
9606         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
9607         Keep old name as alias, update callers.
9608         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
9609         update callers.
9610         (diary-insert-entry): Rename insert-diary-entry.
9611         Keep old name as alias.
9612         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
9613         Keep old name as alias.
9614         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
9615         Keep old name as alias.
9616         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
9617         Keep old name as alias.
9618         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
9619         Keep old name as alias.
9620         (diary-insert-block-entry): Rename insert-block-diary-entry.
9621         Keep old name as alias.
9622         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
9623         Keep old name as alias.
9624         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
9625         Keep old name as alias, update users.
9626         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
9627         Keep old name as alias, update callers.
9628         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9629         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
9630         * calendar/icalendar.el: Update for diary-lib name changes.
9632 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
9634         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
9636         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
9637         for copy, move, and link operations.
9639 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9641         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
9642         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
9644         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
9645         'require' statements with 1-argument ones (wrapped in if's).
9646         For compatibility with the current stable version of XEmacs.
9648 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
9650         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
9652 2008-04-06  Jason Rumney  <jasonr@gnu.org>
9654         * language/burmese.el ("Burmese"): Make sample text consistent with
9655         language name.
9657 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
9659         * progmodes/gdb-ui.el (gdb): New group.
9660         (gdb-debug-log-max, gdb-enable-debug)
9661         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
9662         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
9663         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
9664         (gdb-show-changed-values, gdb-max-children)
9665         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
9666         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
9667         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
9668         (gdb-memory-unit): Move to new group from GUD group.
9669         (menu): Allow customization from GDB-UI menu-item.
9671 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
9673         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
9675 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9677         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
9678         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9679         Revision numbers can include ".".
9681         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
9682         "+" lines not accounted for by counting "-" and context lines.
9684 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9686         * term/mac-win.el (mac-service-open-file): Use file URL instead of
9687         file name string.
9689 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
9692         (vc-bzr-annotate-time): Accept space used to preserve alignment.
9694 2008-04-05  Richard Stallman  <rms@gnu.org>
9696         * emacs-lisp/advice.el (defadvice): Add usage pattern.
9698 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
9700         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
9701         thread in [h-e-w]).
9703 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
9705         * files.el (abort-if-file-too-large): Fix typo in docstring.
9707 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * subr.el (functionp): Return nil for special forms.
9711 2008-04-05  Glenn Morris  <rgm@gnu.org>
9713         * emacs-lisp/autoload.el (autoload-ensure-default-file):
9714         Provide a feature.
9715         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
9716         Require loaddefs file rather than loading it.
9717         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
9718         autoload-ensure-default-file provides a feature.
9720         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
9721         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
9722         (compile, compile-always, recompile): Use $LOADDEFS.
9723         (cal-autoloads): Remove.
9725         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
9726         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
9728         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
9729         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
9731         * calendar/calendar.el (diary-hebrew-entry-symbol):
9732         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
9733         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
9734         Keep old name as alias.
9735         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
9736         Keep old name as alias.
9737         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
9738         to diary-bahai-entry-symbol.
9739         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
9740         to diary-hebrew-entry-symbol.
9741         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
9742         to diary-islamic-entry-symbol.
9743         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
9745         * calendar/solar.el (diary-sabbath-candles-minutes)
9746         (diary-sabbath-candles): Move to cal-hebrew.
9747         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
9748         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
9749         Doc fix.  Keep old name as alias.
9750         (diary-hebrew-sabbath-candles): Simplify.
9751         (solar-setup, solar-sunrise-sunset, calendar-latitude)
9752         (calendar-longitude, calendar-time-zone): Declare for compiler.
9753         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
9754         rename.
9756         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
9757         Rename coptic-calendar-month-name-array.  Update callers.
9758         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
9759         (calendar-coptic-name): Rename coptic-name.  Update callers.
9760         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
9761         Update callers.
9762         (calendar-coptic-last-day-of-month):
9763         Rename coptic-calendar-last-day-of-month.  Update callers.
9764         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
9765         Keep old name as alias, update callers.
9766         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
9767         Keep old name as alias, update callers.
9768         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
9769         Keep old name as alias.
9770         (calendar-ethiopic-month-name-array):
9771         Rename ethiopic-calendar-month-name-array.  Update callers.
9772         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
9773         Update callers.
9774         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
9775         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
9776         Keep old name as alias, update callers.
9777         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
9778         Keep old name as alias, update callers.
9779         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
9780         Keep old name as alias.
9782         * calendar/cal-french.el (calendar-french-epoch):
9783         Rename french-calendar-epoch.  Update callers.
9784         (calendar-french-month-name-array): Rename variable and function
9785         french-calendar-month-name-array.  Update callers.
9786         (calendar-french-multibyte-month-name-array):
9787         Rename french-calendar-multibyte-month-name-array.  Update callers.
9788         (calendar-french-day-name-array): Rename variable and function
9789         french-calendar-day-name-array.  Update callers.
9790         (calendar-french-special-days-array): Rename variable and function
9791         french-calendar-special-days-array.  Update callers.
9792         (calendar-french-multibyte-special-days-array):
9793         Rename french-calendar-multibyte-special-days-array.  Update callers.
9794         (calendar-french-accents-p): Rename french-calendar-accents.
9795         Update callers.
9796         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
9797         Update callers.
9798         (calendar-french-last-day-of-month):
9799         Rename french-calendar-last-day-of-month.  Update callers.
9800         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
9801         Keep old name as alias, update callers.
9802         (calendar-french-print-date): Rename calendar-print-french-date.
9803         Keep old name as alias, update callers.
9804         (calendar-french-goto-date): Rename calendar-goto-french-date.
9805         Keep old name as alias.
9807         * calendar/cal-menu.el, calendar/calendar.el:
9808         Update for Coptic and French name changes.
9810         * calendar/cal-china.el (calendar-chinese): Rename custom group
9811         from chinese-calendar.  Update users.
9812         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
9813         Keep old name as alias, update users.
9814         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
9815         Keep old name as alias.
9816         (calendar-chinese-daylight-time-offset):
9817         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
9818         update users.
9819         (calendar-chinese-standard-time-zone-name):
9820         Rename chinese-calendar-standard-time-zone-name.
9821         Keep old name as alias, update users.
9822         (calendar-chinese-daylight-saving-start):
9823         Rename chinese-calendar-daylight-savings-starts.
9824         Keep old name as alias, update users.
9825         (calendar-chinese-daylight-saving-end):
9826         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
9827         update users.
9828         (calendar-chinese-daylight-saving-start-time):
9829         Rename chinese-calendar-daylight-savings-starts-time.
9830         Keep old name as alias, update users.
9831         (calendar-chinese-daylight-saving-end-time):
9832         Rename chinese-calendar-daylight-savings-ends-time.
9833         Keep old name as alias, update users.
9834         (calendar-chinese-celestial-stem): Rename
9835         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
9836         (calendar-chinese-terrestrial-branch):
9837         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
9838         update users.
9839         (calendar-chinese-zodiac-sign-on-or-after):
9840         Rename chinese-zodiac-sign-on-or-after.  Update callers.
9841         (calendar-chinese-new-moon-on-or-after):
9842         Rename chinese-new-moon-on-or-after.  Update callers.
9843         (calendar-chinese-month-list): Rename chinese-month-list.
9844         Update callers.
9845         (calendar-chinese-number-months): Rename number-chinese-months.
9846         Update callers.
9847         (calendar-chinese-compute-year): Rename compute-chinese-year.
9848         Update callers.
9849         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
9850         (calendar-chinese-year): Rename chinese-year.  Update callers.
9851         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
9852         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
9853         Keep old name as alias, update callers.
9854         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
9855         Keep old name as alias, update callers.
9856         (calendar-chinese-months-to-alist):
9857         Rename make-chinese-month-assoc-list.  Update callers.
9858         (calendar-chinese-months): Rename chinese-months.  Update callers.
9859         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
9860         Keep old name as alias, update callers.
9862         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
9863         Rename hebrew-calendar-leap-year-p.  Update callers.
9864         (calendar-hebrew-last-month-of-year):
9865         Rename hebrew-calendar-last-month-of-year.  Update callers.
9866         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
9867         Update callers.
9868         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
9869         Update callers.
9870         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
9871         Update callers.
9872         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
9873         Update callers.
9874         (calendar-hebrew-last-day-of-month):
9875         Rename hebrew-calendar-last-day-of-month.  Update callers.
9876         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
9877         Keep old name as alias, update callers.
9878         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
9879         Keep old name as alias, update callers.
9880         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
9881         Keep old name as alias, update callers.
9882         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
9883         Keep old name as alias.
9884         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
9885         Keep old name as alias.
9886         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
9887         Keep old name as alias.
9888         (holiday-hebrew-passover): Rename holiday-passover-etc.
9889         Keep old name as alias.
9890         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
9891         Keep old name as alias, update callers.
9892         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
9893         Keep old name as alias.
9894         (calendar-hebrew-mark-date-pattern):
9895         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
9896         update callers.
9897         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
9898         Keep old name as alias.
9899         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
9900         Keep old name as alias.
9901         (diary-hebrew-insert-monthly-entry):
9902         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
9903         (diary-hebrew-insert-yearly-entry):
9904         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
9905         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
9906         Keep old name as alias.
9907         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
9908         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
9909         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
9910         Keep old name as alias.
9911         (calendar-hebrew-parashiot-names):
9912         Rename hebrew-calendar-parashiot-names.  Update callers.
9913         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
9914         (calendar-hebrew-year-Saturday-incomplete-Sunday):
9915         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
9916         (calendar-hebrew-year-Saturday-complete-Tuesday):
9917         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
9918         (calendar-hebrew-year-Monday-incomplete-Tuesday):
9919         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
9920         (calendar-hebrew-year-Monday-complete-Thursday):
9921         Rename hebrew-calendar-year-Monday-complete-Thursday.
9922         (calendar-hebrew-year-Tuesday-regular-Thursday):
9923         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
9924         (calendar-hebrew-year-Thursday-regular-Saturday):
9925         Rename hebrew-calendar-year-Thursday-regular-Saturday.
9926         (calendar-hebrew-year-Thursday-complete-Sunday):
9927         Rename hebrew-calendar-year-Thursday-complete-Sunday.
9928         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
9929         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
9930         (calendar-hebrew-year-Saturday-complete-Thursday):
9931         Rename hebrew-calendar-year-Saturday-complete-Thursday.
9932         (calendar-hebrew-year-Monday-incomplete-Thursday):
9933         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
9934         (calendar-hebrew-year-Monday-complete-Saturday):
9935         Rename hebrew-calendar-year-Monday-complete-Saturday.
9936         (calendar-hebrew-year-Tuesday-regular-Saturday):
9937         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
9938         (calendar-hebrew-year-Thursday-incomplete-Sunday):
9939         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
9940         (calendar-hebrew-year-Thursday-complete-Tuesday):
9941         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
9942         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
9943         Update for above name changes of constants.
9945         * calendar/cal-menu.el, calendar/calendar.el:
9946         Update for chinese and hebrew name changes.
9947         * calendar/diary-lib.el: Update for hebrew name changes.
9949 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9951         * subr.el (keymap-canonicalize): Correct thinko.
9953         * server.el: Undo part of the multi-tty change, which is only
9954         needed if server.el is preloaded, and broke server-running-p.
9955         (server-socket-dir): Initialize in the defvar, as before.
9956         (server-start): Remove initialization of server-socket-dir.
9958 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
9960         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
9961         3-member cons cells.
9963 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
9965         * cus-face.el (custom-face-attributes): Handle roman slant.
9967         * faces.el (default): Ensure the face-defface-spec property is set.
9969 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
9971         * files.el (abort-if-file-too-large): New function.
9972         (find-file-noselect, insert-file-1): Use it.
9974 2008-04-05  Reto Zimmermann  <reto@gnu.org>
9976         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9977         Replace C-c[a-zA-Z] key bindings.
9979 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9981         * progmodes/hideif.el (hif-token-alist): New var.
9982         (hif-token-regexp, hif-tokenize): Use it.
9983         (hif-mathify-binop): New macro.
9984         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
9985         (hif-greater-equal, hif-less-equal): Use it.
9986         (hif-logior, hif-logand): New functions.
9987         (hif-math): Accept | and & as well.
9989         * progmodes/etags.el: Fix problem with completion for buffer-local
9990         tables.  Reported by Radey Shouman <shouman@comcast.net>.
9991         (tags-complete-tag): Remove.
9992         (tags-lazy-completion-table): New function to replace it.
9993         (find-tag-tag, complete-tag): Update users.
9995 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
9997         * vc-rcs.el (vc-rcs-dir-status):
9998         * vc-sccs.el (vc-sccs-dir-status): New function.
10000         * outline.el (outline-mode-menu-bar-map):
10001         * term.el (terminal-signal-menu): Add :help.
10003         * net/eudc.el (eudc-mode-map): Declare and define in one step.
10004         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10006         * emacs-lisp/re-builder.el (reb-mode-map):
10007         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10009         * diff-mode.el (diff-file-junk-re): Recognize the git format for
10010         new files, deleted files and for changing permissions.
10011         (diff-mode): Set beginning-of-defun-function and
10012         end-of-defun-function.
10014         * vc-bzr.el (vc-bzr-state): Use when instead of if.
10016         * vc.el (vc-default-status-fileinfo-extra): New function.
10017         (vc-status-mark-buffer-changed): Use it.
10018         (vc-update-vc-status-buffer): Allow for partial updates.
10020 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10022         * net/tramp.el (after-init-hook): Don't wrap a lambda around
10023         tramp-register-completion-file-name-handler.
10025         * subr.el (keymap-canonicalize): New function.
10026         * mouse.el (mouse-menu-non-singleton): Use it.
10027         (mouse-major-mode-menu): Remove hack made unnecessary.
10029         * simple.el (set-fill-column): Prompt rather than error by default.
10031 2008-04-04  Andreas Schwab  <schwab@suse.de>
10033         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10034         Reset new-rules after each round.
10036         * Makefile.in (cal-autoloads): New target.
10037         (compile, compile-always, recompile): Depend on it.
10038         ($(lisp)/calendar/cal-loaddefs.el)
10039         ($(lisp)/calendar/diary-loaddefs.el)
10040         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10042 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10044         * ediff*.el: Replace load with require in eval-when-compile.
10046         * ediff-hook.el: Delete all invocations of (autoload ...).
10048         * ediff-util.el (ediff-setup): Make window-min-height a local variable
10049         in ediff control window, and set its min height to 2.
10050         (ediff-setup-control-buffer): Dedicate the control window.
10051         (ediff-toggle-multiframe): Undedicate control window.
10052         Work directly with ediff-setup-windows-multiframe and
10053         ediff-setup-windows-plain.
10055         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10056         New function.
10057         (ediff-window-setup-function): Change initialization.
10058         (ediff-setup-windows-automatic): Delete.
10059         (ediff-setup-windows-plain-merge): Make control window dedicated.
10060         (ediff-destroy-control-frame): Do not skip frames if working in a
10061         single frame.
10063         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10064         eval-when-compile.
10066         * emulation/viper-util.el: Move provide's forward, prevent recursion in
10067         eval-when-compile.
10069 2008-04-04  Glenn Morris  <rgm@gnu.org>
10071         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10072         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
10074         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10075         Rename islamic-calendar-leap-year-p.  Update callers.
10076         (calendar-islamic-last-day-of-month):
10077         Rename islamic-calendar-last-day-of-month.  Update callers.
10078         (calendar-islamic-day-number):
10079         Rename islamic-calendar-day-number.  Update callers.
10080         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10081         Update callers, keep old name as alias.
10082         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
10083         Update callers, keep old name as alias.
10084         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
10085         Keep old name as alias.
10086         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
10087         Update callers, keep old name as alias.
10088         (calendar-islamic-mark-date-pattern):
10089         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
10090         name as alias.
10091         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
10092         Keep old name as alias.
10093         (diary-islamic-insert-monthly-entry):
10094         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
10095         (diary-islamic-insert-yearly-entry):
10096         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
10098         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
10099         calendar-absolute-from-iso.  Update callers, keep old name as alias.
10100         (calendar-iso-print-date): Rename calendar-print-iso-date.
10101         Update callers, keep old name as alias.
10102         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
10103         Keep old name as alias.
10104         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
10105         Keep old name as alias.
10107         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
10108         calendar-absolute-from-julian.  Update callers, keep old name as alias.
10109         (calendar-julian-print-date): Rename calendar-print-julian-date.
10110         Update callers, keep old name as alias.
10111         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
10112         Update callers, keep old name as alias.
10113         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
10114         Update callers, keep old name as alias.
10115         (calendar-astro-print-day-number):
10116         Rename calendar-print-astro-day-number.  Update callers, keep old
10117         name as alias.
10118         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
10119         Update callers, keep old name as alias.
10121         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
10122         Rename calendar-string-to-mayan-long-count.  Update callers.
10123         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
10124         Update callers, keep old name as alias.
10125         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
10126         Update callers.
10127         (calendar-mayan-read-tzolkin-date):
10128         Rename calendar-read-mayan-tzolkin-date.  Update callers.
10129         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
10130         Keep old name as alias.
10131         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
10132         Keep old name as alias.
10133         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
10134         Keep old name as alias.
10135         (calendar-mayan-previous-tzolkin-date):
10136         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
10137         (calendar-mayan-next-round-date):
10138         Rename calendar-next-calendar-round-date.  Keep old name as alias.
10139         (calendar-mayan-previous-round-date):
10140         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
10141         (calendar-mayan-long-count-to-absolute): Rename
10142         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
10143         (calendar-mayan-goto-long-count-date):
10144         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
10146         * calendar/cal-persia.el (calendar-persian-month-name-array):
10147         Rename persian-calendar-month-name-array.  Update callers.
10148         (calendar-persian-epoch): Rename persian-calendar-epoch.
10149         Update callers.
10150         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
10151         Update callers.
10152         (calendar-persian-last-day-of-month):
10153         Rename persian-calendar-last-day-of-month.  Update callers.
10154         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
10155         Update callers, keep old name as alias.
10156         (calendar-persian-print-date): Rename calendar-print-persian-date.
10157         Update callers, keep old name as alias.
10158         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
10159         Keep old name as alias.
10161         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
10162         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
10163         * calendar/solar.el: Update for cal-julian name changes.
10165         * calendar/cal-dst.el: Update for persian name changes.
10167         * calendar/cal-menu.el, calendar/calendar.el:
10168         Update for islamic, iso, julian, mayan, persian name changes.
10170         * calendar/diary-lib.el: Update for islamic name changes.
10172         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
10173         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
10174         as alias.
10175         (calendar-christian-all-holidays-flag):
10176         Rename all-christian-calendar-holidays.  Update callers, keep old
10177         name as alias.
10178         (calendar-islamic-all-holidays-flag):
10179         Rename all-islamic-calendar-holidays.  Update callers, keep old
10180         name as alias.
10181         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
10182         Update callers, keep old name as alias.
10183         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
10184         Update for the above name changes.
10186 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
10188         * hilit-chg.el (global-highlight-changes-mode)
10189         (highlight-changes-passive-string, highlight-changes-active-string):
10190         Mark as obsolete since 23.1, not 22.1.
10192 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
10194         * hilit-chg.el (highlight-changes-visibility-initial-state)
10195         (hilit-chg-update, highlight-changes-mode-turn-on):
10196         Fix typos in docstrings.
10198 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
10200         * newcomment.el (comment-enter-backward): Be careful to restore
10201         position changed during narrowing.
10203 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
10205         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10206         Recognize `sub ($$)'.
10208 2008-04-03  Richard Sharman  <rsharman@pobox.com>
10210         * hilit-chg.el (highlight-changes-mode): Rename from
10211         highlight-changes; no longer uses sub-modes active and passive;
10212         implemented by define-minor-mode.
10213         (highlight-changes-toggle-visibility): New function, to replace
10214         the old passive/active submodes of global-highlight-changes-mode;
10215         implemented by define-minor-mode.
10216         (global-highlight-changes-mode): Rename from global-highlight-changes;
10217         rewrite using define-globalized-minor-mode.
10218         (hilit-chg-major-mode-hook, hilit-chg-check-global)
10219         (hilit-chg-post-command-hook, hilit-chg-check-global)
10220         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
10221         to use of define-globalized-minor-mode.
10222         (highlight-changes-global-initial-state): Change to be boolean.
10223         (highlight-changes-visible-string, highlight-changes-invisible-string):
10224         Rename from highlight-changes-active-string and
10225         highlight-changes-passive-string.
10226         (hilit-chg-update, hilit-chg-set): Use them.
10227         (global-highlight-changes-mode): Rename from global-highlight-changes.
10228         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
10229         docstring.
10230         (hilit-chg-hide-changes): Rewrite to use dolist.
10231         (hilit-chg-set-face-on-change, hilit-chg-update)
10232         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
10233         variable instead of testing highlight-changes-mode.
10234         (highlight-markup-buffers): Add require ediff-util; argument on calls
10235         to highlight-changes-mode changed.
10236         (highlight-compare-with-file): Fix problems with interactive
10237         call giving invalid default file.
10239 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
10241         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10242         Fix in disassembly buffer (regression in 22.2).
10244 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
10246         * emulation/viper-macs.el (viper-read-fast-keysequence):
10247         Use viper-read-event instead of viper-read-key.
10249         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
10251         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
10252         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
10253         let-statements.
10255         * emulation/viper-ex.el, emulation/viper-macs.el:
10256         * emulation/viper-mous.el:
10257         Replace load with require in eval-when-compile.
10259 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10261         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
10263         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
10264         (archive-try-jka-compr): New function.
10265         (archive-set-buffer-as-visiting-file): Use it.
10267         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
10269 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10271         * simple.el (handle-shift-selection): New arg.
10273 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
10277         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
10279 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10281         * shell.el (shell-dynamic-complete-filename): New fun.
10282         (shell-dynamic-complete-functions): Use it.
10284         * help-fns.el (describe-variable): Undo 2008-02-25 change.
10286 2008-04-03  Kenichi Handa  <handa@m17n.org>
10288         * international/fontset.el (create-fontset-from-x-resource):
10289         Handle the error of X resource more gracefully.
10291         * international/latin1-disp.el (latin1-display): Don't use make-char.
10292         Fix the argument to set-char-table-range.
10293         (latin1-display-identities): Don't use make-char.
10294         (latin1-display-reset): Use map-charset-chars instead of directly
10295         calling standard-display-default.
10296         (latin1-display-check-font): Don't use make-char.
10297         (latin1-display-setup): Likewise.
10298         (latin1-display-ucs-per-lynx): Likewise.
10300 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10302         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
10303         name the fields, to make the code clearer.
10304         Rewrite all `aset' and `aref' using the defined accessors.
10305         (timer--time): New pseudo-field.
10306         (timer-set-time, timer-set-idle-time, timer-inc-time)
10307         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
10308         (timer--time-less-p): New function.
10309         (timer--activate): New function, extracted from timer-activate.
10310         (timer-activate-when-idle, timer-activate): Use it.
10311         (cancel-function-timers): Use dolist.
10313 2008-04-03  Glenn Morris  <rgm@gnu.org>
10315         * add-log.el (c-beginning-of-defun, c-end-of-defun):
10316         Remove declarations; no longer used.
10317         (c-cpp-define-name, c-defun-name): Declare as functions.
10319         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
10320         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
10322         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
10323         (holiday-passover-etc, holiday-hanukkah): Doc fix.
10324         Add optional argument.  Simplify.
10325         (holiday-tisha-b-av-etc): Use memq rather than unless.
10326         (holiday-julian): Autoload it.
10327         (holiday-hebrew-misc): New function.
10329         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
10331         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10332         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
10333         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
10334         all-hebrew-calendar-holidays.
10335         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
10336         Simplify using new functions.
10337         (calendar-holidays): Doc fix.
10338         (generate-calendar-window): Use bound-and-true-p.
10340         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
10342         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
10343         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
10344         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
10345         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
10347         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
10349 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10351         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
10353         * vc-bzr.el (vc-bzr-checkout): Simplify.
10355         * image-mode.el (image-mode-fit-frame): New command.
10357         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
10358         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
10359         (keyboard-escape-quit): Check region-active-p i.s.o
10360         transient-mark-mode.
10362 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10364         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
10365         (imap-message-copyuid-1): Use it.
10366         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10367         J. Williams in
10368         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10370 2008-04-02  Alan Mackenzie  <acm@muc.de>
10372         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
10373         New optimised functions to get the name of the current defun/macro.
10375         * add-log.el (add-log-current-defun): Move the functionality which
10376         gets the current function name for C like modes to cc-cmds.el,
10377         thus optimising for speed.
10379 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
10381         * simple.el (deactivate-mark): When the mark is temporarily
10382         active, restore the original value of transient-mark-mode.
10383         (set-mark-command): First deactivate the mark if was temporarily active.
10384         (exchange-point-and-mark): Reactivate the mark if it was
10385         temporarily active.
10386         (handle-shift-selection): New fun.
10387         (transient-mark-mode): Move var documentation here from buffer.c.
10388         (next-line, previous-line, backward-word, move-end-of-line)
10389         (move-beginning-of-line, forward-to-indentation)
10390         (backward-to-indentation, back-to-indentation)
10391         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
10393         * mouse.el (mouse-set-region-1): Save the old value of
10394         transient-mark-mode.
10395         (mouse-drag-track): Ignore the now-obsolete value `identity' for
10396         transient-mark-mode.
10398         * textmodes/paragraphs.el (forward-paragraph)
10399         (backward-paragraph, forward-sentence, backward-sentence): Add ^
10400         interactive spec.
10402         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
10404 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
10406         * net/tramp.el (tramp-make-tramp-temp-file):
10407         Use `tramp-drop-volume-letter' for the local file name part.
10409 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10411         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
10412         Add menu entries corresponding to all the key bindings.
10414         * emacs-lisp/debug.el (debugger-mode-map):
10415         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
10416         (conf-align-assignments): Only work on the region if it is active.
10417         (conf-quote-normal): Use when instead of if.  Remove redundant test.
10419         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10420         for tracing and re-builder.
10422 2008-04-02  Glenn Morris  <rgm@gnu.org>
10424         * calendar/appt.el (appt-disp-window-function): Doc fix.
10425         (appt-display-message): Move beep before display.
10426         (appt-check): Make interactive.  Reduce the number of lets.
10427         Use string-equal to compare mode-line strings.
10428         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
10429         read-only.
10430         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
10431         (appt-delete): Simplify.
10433         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
10435         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10437         * calendar/cal-hebrew.el (list-yahrzeit-dates):
10438         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
10439         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
10441         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
10442         (calendar-holiday-marker, mark-visible-calendar-date):
10443         * calendar/diary-lib.el (fancy-diary-display):
10444         Check for font-lock-mode before using faces.
10446         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
10447         (calendar-gregorian-from-absolute): Reduce the number of lets.
10448         (hebrew-holidays-4, generate-calendar-window): Simplify.
10449         (calendar-for-loop): Make obsolete.
10450         (calendar-nth-named-day): Doc fix.
10452         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
10453         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
10454         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
10455         Reduce the number of lets.
10456         (mark-sexp-diary-entries, calendar-mark-complex):
10457         Expand calendar-for-loops.
10459 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
10461         * find-dired.el (find-dired-filter): Fix last patch to handle
10462         multi-line process input.  Pad link numbers too.
10464 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
10466         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
10468 2008-04-01  Jason Rumney  <jasonr@gnu.org>
10470         * international/characters.el (script-list): Add phonetic script,
10471         covering IPA (previously Latin), Phonetic Extensions and
10472         Phonetic Extensions Supplement (both previously unassigned).
10474         * international/fontset.el (setup-default-fontset): Use unicode fonts
10475         that cover bopomofo script for bopomofo.
10476         Likewise for braille and mathematical.
10477         Use unicode scripts that cover the phonetic script for IPA.
10479 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
10481         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
10482         return the assigned value.
10484 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10486         * abbrev.el (abbrev-mode): Use define-minor-mode.
10488         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
10489         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
10490         Use map-keymap.
10491         (minor-mode-menu-from-indicator): Use it.  Simplify.
10493         * bindings.el (mode-line-mode-menu): Move before (new) first use.
10494         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
10495         Bind the key directly to the menu.
10496         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
10498 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
10500         * epa.el (epa-decrypt-region): Explain the reason why this
10501         function should not be used in Lisp programs.
10502         (epa-decrypt-armor-in-region): Ditto.
10503         (epa-verify-region): Ditto.
10504         (epa-verify-cleartext-in-region): Ditto.
10505         (epa-sign-region): Ditto.
10506         (epa-encrypt-region): Ditto.
10508         * epg.el (epg-start-receive-keys): Fix typo in docstring.
10510         * epa.el (epa-select-keys): Show menu even if there is no key in
10511         GnuPG's keyring.
10513 2008-04-01  Glenn Morris  <rgm@gnu.org>
10515         * calendar/calendar.el (calendar-make-temp-face): New function.
10516         (mark-visible-calendar-date):
10517         * calendar/diary-lib.el (fancy-diary-display): Use it.
10519         * vc-hooks.el (vc-responsible-backend): Declare as function.
10521         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
10522         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
10523         * calendar/cal-julian.el (holiday-julian): Use it.
10525         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
10526         (calendar-hebrew-date-is-visible-p): Extract some common code into
10527         separate function.
10528         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
10530         * calendar/cal-menu.el (cal-menu-holidays-menu):
10531         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
10532         rather than obsolete alias.
10534         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
10535         for mark characters.
10536         (calendar-unmark): Unmark by removing all overlays, rather than
10537         redrawing.
10538         (calendar-starred-day): Remove.
10539         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
10540         (calendar-cursor-to-date): No need for special star handling now
10541         using overlays.
10542         (calendar-star-date): Use overlays.
10544         * calendar/cal-french.el (calendar-goto-french-date):
10545         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
10546         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
10547         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
10548         * calendar/cal-persia.el (calendar-persian-date-string):
10549         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10550         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
10551         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
10552         * calendar/solar.el (solar-equinoxes-solstices):
10553         Reduce nesting of some lets.
10555         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
10556         (calendar-goto-mayan-long-count-date): Simplify.
10558         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
10559         Simplify by using mapcar.
10560         (calendar-list-holidays): Return holiday-list.
10561         (list-holidays): Use let rather than let*.  Remove un-needed locals
10562         `d', `never'.
10563         (calendar-check-holidays): Return result from dolist.
10564         (holiday-float): Use a single let*.  Simplify if-and to and.
10565         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
10566         single let*.
10568 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
10570         * calc/calc.el: Autoload `calc-yank'.
10571         (calc-mode-map): Add keybindings for `calc-yank'.
10572         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
10573         assignments for `calc-yank'.
10575 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
10577         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
10578         (vc-status-mark-buffer-changed): Handle the extra field.
10580         * vc-bzr.el (vc-bzr-after-dir-status):
10581         * vc-cvs.el (vc-cvs-after-dir-status):
10582         * vc-hg.el (vc-hg-after-dir-status):
10583         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
10585 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10587         * doc-view.el: Compute displayed pages first (in PDF).
10588         (doc-view-current-converter-processes): Rename from
10589         doc-view-current-converter-process.  Update users.
10590         (doc-view-sentinel): Test buffer's liveness.
10591         (doc-view-pdf/ps->png-sentinel): Remove.
10592         (doc-view-start-process): New function.
10593         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
10594         (doc-view-ps->pdf): Use it.
10595         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
10596         New functions.
10597         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
10598         (doc-view-mode): Kill the processes when leaving the mode.
10600 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
10602         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
10603         Use `byte-compile-warning-types'.  Add docstring.
10605 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
10608         (smerge-resolve): Add various resolution heuristics.
10610         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
10611         in 3-way conflicts.
10613 2008-03-31  Glenn Morris  <rgm@gnu.org>
10615         * calendar/cal-bahai.el (diary-bahai-mark-entries):
10616         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10617         * calendar/cal-islam.el (mark-islamic-diary-entries):
10618         Fix argument order in call to diary-mark-entries-1.
10620         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
10621         pre-Bahai dates.
10622         (holiday-bahai): Use an algorithm actually relevant to this calendar
10623         system.
10625         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
10627         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
10628         Use and.
10630         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
10631         in the last fortnight in Julian October.
10633         * calendar/calendar.el (increment-calendar-month): Optionally handle
10634         systems without 12 months per year.
10636         (calendar-date-is-visible-p): Doc fix.  Simplify.
10638         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
10639         from dolist.
10641 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
10643         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
10644         (hi-lock-unload-function): New function.
10646 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
10648         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
10649         overwriting when NEWNAME is a local file.
10651         * net/trampver.el: Update release number.
10653 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
10655         * vc-git.el: Make vc-status display information about copies,
10656         renames and permission changes.
10657         (vc-git-extra-fileinfo): New defstruct.
10658         (vc-git-escape-file-name, vc-git-file-type-as-string)
10659         (vc-git-rename-as-string, vc-git-permissions-as-string)
10660         (vc-git-status-printer): New functions.
10661         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
10662         (vc-git-after-dir-status-stage1): Look for copies, renames and
10663         permission changes.
10664         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
10665         (vc-git-dir-status): Ask for staged files and renames.
10667 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
10669         * vc.el: Allow backends to display backend specific information in
10670         the vc-status listing.
10671         (vc-status-fileinfo): Add a field for backend specific information.
10672         (vc-status-printer): Rename to ...
10673         (vc-default-status-printer): ... this.
10674         (vc-status-printer): New function.
10675         (vc-update-vc-status-buffer): Set the backend specific file info
10676         if provided.
10678 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * textmodes/remember.el (remember-diary-convert-entry): Revert last
10681         change (ill-conceived).
10683 2008-03-29  Glenn Morris  <rgm@gnu.org>
10685         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
10686         * calendar/cal-julian.el (holiday-julian): Simplify.
10688         * calendar/holidays.el (list-holidays): Use or.
10690 2008-03-29  Juri Linkov  <juri@jurta.org>
10692         * window.el (split-window-preferred-horizontally): New function.
10694         * cus-start.el (split-window-preferred-function):
10695         Set choice for "vertically" to nil instead of split-window.
10696         Set choice for "horizontally" to split-window-preferred-horizontally
10697         instead of lambda.
10699 2008-03-29  Juri Linkov  <juri@jurta.org>
10701         * simple.el (minibuffer-default-add-function): New variable with
10702         the default to minibuffer-default-add-completions.
10703         (minibuffer-default-add-done): New variable.  Make it buffer-local.
10704         (minibuffer-default-add-completions): New function.
10705         (goto-history-element): Set minibuffer-default-add-done to t and
10706         call a function in minibuffer-default-add-function when the
10707         specified absolute history position is greater than the length of
10708         the minibuffer-default list and minibuffer-default-add-done is nil.
10709         Change "^End of history; no next item$" to "^End of defaults;
10710         no next item$".
10712         * bindings.el (debug-ignored-errors): Change "^End of history;
10713         no next item$" to "^End of defaults; no next item$".
10715 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10717         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
10719         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
10720         to with-no-warnings.
10722 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
10724         Sync with Tramp 2.1.13.
10726         * net/tramp-ftp.el: Require 'cl when byte-compiling.
10728         * net/trampver.el: Update release number.
10730 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
10732         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
10733         the current backend.
10735         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
10736         (vc-status-refresh): Create a temporary buffer and call the
10737         `dir-status' backend function from that buffer.
10739         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
10740         (vc-bzr-after-dir-status): Don't kill the buffer.
10742         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
10743         (vc-cvs-after-dir-status): Don't kill the buffer.
10745         * vc-git.el (vc-git-dir-status): Don't create a buffer.
10746         (vc-git-after-dir-status-stage2): Don't kill the buffer.
10748         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
10749         (vc-hg-after-dir-status): Don't kill the buffer.
10751         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
10752         (vc-svn-after-dir-status): Don't kill the buffer.
10754 2008-03-29  Glenn Morris  <rgm@gnu.org>
10756         * calendar/calendar.el (diary-file, american-date-diary-pattern)
10757         (european-date-diary-pattern, european-calendar-display-form)
10758         (american-calendar-display-form, diary-display-hook): Doc fixes.
10759         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
10760         custom :set.  Mark as obsolete.
10761         (calendar-date-style, iso-date-diary-pattern)
10762         (iso-calendar-display-form): New user variables.
10763         (diary-date-forms, calendar-date-display-form): Set using
10764         calendar-date-style.  Doc fix.
10765         (calendar-set-date-style): New command.
10766         (european-calendar, american-calendar): Use calendar-set-date-style.
10767         Mark as obsolete.
10769         * calendar/diary-lib.el (number): Move declaration where needed.
10770         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
10771         (diary-make-date): New function.
10772         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
10773         Use diary-make-date.
10774         (diary-date-display-form, diary-insert-entry-1): New functions.
10775         (insert-monthly-diary-entry, insert-yearly-diary-entry):
10776         Use diary-insert-entry-1.
10777         (insert-anniversary-diary-entry, insert-block-diary-entry)
10778         (insert-cyclic-diary-entry): Use diary-date-display-form.
10780         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10781         Autoload diary-insert-entry-1.
10782         * calendar/cal-bahai.el (diary-bahai-insert-entry)
10783         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10784         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
10785         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
10786         * calendar/cal-islam.el (insert-islamic-diary-entry)
10787         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
10788         Use diary-insert-entry-1.
10790         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
10791         (diary-yahrzeit): Doc fix.  Use diary-make-date.
10793         * calendar/icalendar.el (icalendar--datetime-to-american-date):
10794         New name for icalendar--datetime-to-noneuropean-date.  Make old name
10795         obsolete alias.
10796         (icalendar--datetime-to-iso-date): New function.
10797         (icalendar--datetime-to-diary-date): Doc fix.  Respect
10798         calendar-date-style if bound.
10800         * textmodes/remember.el (remember-diary-convert-entry):
10801         Respect calendar-date-style if bound.
10803 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10805         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
10806         (xterm-mouse-handle-delete-frame): Delete.
10808         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
10809         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
10810         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
10811         in xterm-modify-other-keys-terminal-list.
10813         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
10814         are conflicts.
10816 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
10818         * vc.el (vc-update): Check if the buffer is unsaved only if it
10819         actually exists.
10820         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
10821         vc-print-log.
10823 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10825         * net/dns.el (dns-write): Use set-buffer-multibyte.
10827 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * vc-bzr.el (vc-bzr-sha1): New fun.
10830         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
10831         (vc-bzr-registered): Use it.
10833 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
10835         * vc.el (vc-status-kill-dir-status-process): Simplify.
10836         (vc-status-refresh): Make sure the buffer is live.
10837         (ring): Don't require it, not used.
10839 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
10841         * progmodes/verilog-mode.el (verilog-auto-inout-module):
10842         Add optional regular expression to AUTOINOUTMODULE.
10843         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
10844         (verilog-auto-inst-param, verilog-auto-reg)
10845         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10846         (verilog-auto-output-every, verilog-auto-input)
10847         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
10848         (verilog-auto-unused, verilog-auto): Update documentation to use
10849         more obvious instance module names versus cell names.
10851 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
10853         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
10854         kill if a process is running.
10856         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
10858 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
10860         * vc.el: Add new backend function 'status-extra-headers.
10861         (vc-default-status-extra-headers): New function.
10862         (vc-status-headers): Call 'status-extra-headers.  Add colors.
10864         * vc-git.el (vc-git-status-extra-headers): New function.
10866 2008-03-28  Glenn Morris  <rgm@gnu.org>
10868         * calendar/cal-menu.el (cal-menu-holidays-menu)
10869         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
10870         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
10871         holiday-list is optional.
10872         (calendar-mouse-holidays): Remove un-needed local `l'.
10874         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
10875         Remove un-needed local `date'.
10876         (calendar-cursor-to-visible-date): Use let rather than let*.
10877         Remove un-needed local `first-of-month-weekday'.
10879         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
10881         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
10882         Doc fixes.
10883         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
10884         (diary-header-line-flag, diary-header-line-format): Declare.
10885         (diary-pull-attrs): Check for multiple matches.
10886         (diary-list-entries-2): Simplify finding start of date.
10887         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
10888         pop-up-frames.
10889         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
10890         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
10892 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
10894         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
10896         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
10898 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
10902         * image-mode.el (image-mode-reapply-winprops): Fix last change.
10904 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
10906         * international/mule-conf.el (define-iso-single-byte-charset):
10907         Don't make latin-iso8859-* supplementary.
10908         (#'set-charset-priority): Don't change the priority of charsets
10909         `unicode' and `emacs'.
10911 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10913         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
10914         temp buffer.
10916 2008-03-27  Glenn Morris  <rgm@gnu.org>
10918         * calendar/cal-bahai.el (diary-bahai-list-entries):
10919         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
10920         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
10922         * calendar/calendar.el (diary-file): Doc fix.
10924         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
10925         (list-diary-entries-hook, mark-diary-entries-hook)
10926         (include-other-diary-files, diary-mail-entries)
10927         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
10928         (diary-set-header): New function.
10929         (diary-header-line-flag, diary-header-line-format):
10930         Use diary-set-header for custom :set function.
10931         (diary-set-maybe-redraw): Use symbol-value rather than eval.
10932         (diary-attrtype-convert): Use intern-soft rather than read.
10933         (diary-display-no-entries): New function.
10934         (simple-diary-display, fancy-diary-display): Use it.
10935         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
10936         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
10938         * calendar/holidays.el (list-holidays): Doc fix.
10940 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
10942         * calc/calc-store.el (calc-read-var-name-history): New variable.
10943         (calc-read-var-name): Use `calc-read-var-name-history'.
10945 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10947         * image-mode.el (image-mode-reapply-winprops): Simplify now that
10948         window-configuration-change-hook works buffer-locally.
10950 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
10952         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
10953         for Emacs Lisp, not Lisp.
10955 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
10957         * help-fns.el (describe-function-1, describe-variable):
10958         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
10960         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
10961         replacement is provided, don't print "use nil instead".
10963 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
10965         * complete.el (PC-do-completion): Use regexp-quote.
10967 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
10969         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
10970         Detect missing files.
10972         * vc-git.el (vc-git-extra-menu-map): New key map.
10973         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
10974         New functions.
10976         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
10977         and 'missing files.
10979 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10981         * calendar/holidays.el (list-holidays): Make Y2 optional.
10983         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
10984         buffers shown to the user.
10985         (appt-disp-window): Disable undo explicitly now that the leading space
10986         is gone.
10988         * simple.el (activate-mark): New function.
10989         (set-mark-command): Use it with region-active-p to clean up the code.
10990         (exchange-point-and-mark): Invert the meaning of C-u when
10991         transient-mark-mode is active.
10993         * dired-aux.el (dired-create-files): Use dolist.
10995         * bindings.el (mode-line-change-eol): Use with-selected-window.
10997         * apropos.el (apropos-command): Include macros.
10999 2008-03-26  Glenn Morris  <rgm@gnu.org>
11001         * calendar/cal-bahai.el: Require calendar, not cal-julian.
11002         (calendar-bahai-epoch): Doc fix.
11004         * calendar/cal-china.el: Explicitly require calendar.
11006         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11007         Require calendar rather than cal-julian.
11008         Autoload calendar-absolute-from-julian.
11009         * calendar/cal-coptic.el (coptic-calendar-epoch):
11010         * calendar/cal-islam.el (calendar-islamic-epoch):
11011         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11013         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11015         * calendar/cal-dst.el: Don't require cal-persia.
11016         (calendar-absolute-from-persian): Autoload it.
11017         (dst-adjust-time): Doc fix.
11019         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11020         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11021         calendar.
11023         * calendar/cal-menu.el: Require calendar rather than declaring
11024         functions.
11025         * calendar/calendar.el: Provide calendar before requiring cal-menu.
11027         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11028         calendar-after-frame-setup-hooks.  Update callers, make old name an
11029         obsolete alias.  Doc fix.
11030         (calendar-frame-1): Doc fix.
11032         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11034         * calendar/calendar.el (oriental-holidays, solar-holidays):
11035         * calendar/holidays.el (list-holidays): Assume atan always bound.
11037         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11038         Explicitly require calendar, not cal-julian.
11039         * calendar/lunar.el: Explicitly require cal-dst.
11041 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11043         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11045         * help-fns.el (describe-function-1, describe-variable): If no
11046         replacement is provided, don't print "use nil instead".
11048 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11050         * proced.el: New file.
11052 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
11054         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11056 2008-03-25  Juri Linkov  <juri@jurta.org>
11058         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11059         in battery-mode-line-format.
11061         * bindings.el (minibuffer-local-map): For the command
11062         file-cache-minibuffer-complete replace keymap minibuffer-local-map
11063         with map which is already locally bound to minibuffer-local-map.
11065 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11068         Remove `sort-first' argument.
11070         * subr.el (redisplay-end-trigger-functions)
11071         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11072         (process-filter-multibyte-p, set-process-filter-multibyte):
11073         Mark as obsolete.
11075 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
11077         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11078         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11079         use the LOCAL arg of `add-hook'.
11080         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11081         Remove spurious * from defcustom docstrings.
11082         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
11083         Fix typos in messages.
11084         (reb-mode-buffer-p): New function.
11085         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
11086         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
11087         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
11088         Use `unless', `when'.
11089         (re-builder-unload-function): New function.
11091 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
11093         * vc-hooks.el (vc-state): Add documentation for 'missing.
11095 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
11097         * progmodes/verilog-mode.el (verilog-auto-output)
11098         (verilog-auto-input, verilog-auto-inout, verilog-auto)
11099         (verilog-delete-auto): Add optional regular expression to
11100         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
11101         (verilog-signals-matching-regexp): New internal function for
11102         signal matching.
11104 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
11106         * info.el (Info-isearch-search): Always return point.
11108 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11110         * diff-mode.el (diff-remembered-defdir): New var.
11111         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
11113 2008-03-25  Glenn Morris  <rgm@gnu.org>
11115         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
11116         calendar-bahai-prompt-for-date.  Update callers, make old name an
11117         obsolete alias.  Doc fix.
11118         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
11119         coptic-prompt-for-date.  Update callers, make old name an
11120         obsolete alias.  Doc fix.
11121         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
11122         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
11123         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
11124         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
11125         * calendar/cal-iso.el (calendar-iso-read-date): New name for
11126         calendar-iso-read-args.  Update callers, make old name an obsolete
11127         alias.
11128         * calendar/cal-persia.el (calendar-persian-read-date): New name for
11129         persian-prompt-for-date.  Update callers, make old name an
11130         obsolete alias.  Doc fix.  Move definition before use.
11132         * calendar/cal-x.el (diary-frame-parameters)
11133         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11134         (calendar-frame-1): Doc fixes.
11135         (make-fancy-diary-buffer): Remove declaration.
11136         (calendar-dedicate-diary): Replace call to deleted function
11137         make-fancy-diary-buffer.
11138         (calendar-frame-setup): New function.
11139         (calendar-one-frame-setup, calendar-only-one-frame-setup)
11140         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
11141         work, and mark as obsolete.
11142         (special-display-buffer-names): Don't mess with this; it's not our
11143         business.
11144         (cal-x-load-hook): Defvar it, and mark as obsolete.
11146         * calendar/calendar.el (calendar-remove-frame-by-deleting):
11147         Default to t.  Add to 'calendar group.
11148         (calendar): Doc fix.  Use calendar-frame-setup.
11149         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
11150         (generate-calendar-window): Doc fix.
11152 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11154         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
11156 2008-03-24  Drew Adams  <drew.adams@oracle.com>
11158         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
11159         New variables.
11160         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
11161         (finder-exit): Ignore errors rather than avoiding them.
11162         Kill *Finder-package* buffer also.
11164 2008-03-24  Andreas Schwab  <schwab@suse.de>
11166         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
11168 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
11170         * vc-hg.el (vc-hg-after-dir-status):
11171         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
11173         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
11174         Detect removed files.
11176         * vc.el (vc-status-printer): Use a different face for missing files.
11177         (vc-status-hide-up-to-date): Rename from
11178         vc-status-remove-up-to-date.  Update all callers.
11179         (vc-status-mode-map): Bind C-m.
11181 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
11183         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
11184         code ...
11185         (vc-git--state-code): ... to this new function.
11186         (vc-git-state): Use it.
11188 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
11190         * textmodes/remember.el (remember-mail-date)
11191         (remember-store-in-mailbox): Write date and From line in such a
11192         way that Mutt can read it.
11194 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
11196         * simple.el (transient-mark-mode): Turn on by default.
11198 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11200         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
11201         'unregistered for unregistered files.
11203         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
11205         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
11207         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
11208         subdirectories.
11210         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
11211         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
11212         Add :enable for vc-status-refresh.
11213         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
11214         (vc-status-tool-bar-map): Add binding for
11215         vc-status-kill-dir-status-process.
11216         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
11217         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
11218         Reset vc-status-process-buffer.
11219         (vc-status-refresh): Don't run two refreshes at a time.
11220         (vc-status): If the buffer is already in vc-status-mode only refresh.
11221         (vc-status-mark-buffer-changed): Add an optional file parameter.
11222         (vc-resynch-buffer): Use it.
11223         (vc-delete-file): Expand the file name before using it.
11224         Be careful to not create a new buffer with the old file contents.
11225         Update the VC state after performing the operation.
11227 2008-03-23  Andreas Schwab  <schwab@suse.de>
11229         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
11230         Fix radio button condition.
11231         [box]: Likewise.
11232         [customize]: Add radio button.
11234 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
11236         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
11237         (calc-user-parse-tables, calc-gnuplot-default-device)
11238         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11239         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11240         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11241         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
11242         (calc-undo-list, calc-redo-list, calc-main-buffer)
11243         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
11244         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
11245         (calc-said-hello, calc-executing-macro, calc-any-selections)
11246         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
11247         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
11248         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
11249         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
11250         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
11251         (calc-create-buffer, calc-quit): Add docstrings.
11253 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
11255         * makefile.w32-in (WINS_ALMOST): Add org.
11257 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11259         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11260         New functions to implement vc-status support.
11262 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11264         * vc.el (vc-status-prepare-status-buffer): New function.
11265         (vc-status): Use it.
11267         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
11268         appropriate.
11270 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
11272         * vc-git.el (vc-git--empty-db-p)
11273         (vc-git-after-dir-status-stage1-empty-db): New functions.
11274         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
11275         Add support for empty repositories.
11277 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11279         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11280         Allow "^" in a version name.
11282         * vc-mtn.el (vc-mtn-state): Support the added state.
11284 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
11286         * org: New directory for Org-mode.
11288         * org/org-export-latex.el: Moved from lisp/texmodes.
11290         * org/org-irc.el: Moved from lisp/texmodes.
11292         * org/org-mac-message.el: Moved from lisp/texmodes.
11294         * org/org-mouse.el: Moved from lisp/texmodes.
11296         * org/org-publish.el: Moved from lisp/texmodes.
11298 2008-03-21  Juri Linkov  <juri@jurta.org>
11300         * comint.el (comint-dynamic-simple-complete):
11301         Use variable `stub' for the second arg `common-substring'
11302         of `comint-dynamic-list-completions'.
11303         (comint-dynamic-list-filename-completions):
11304         Use variable `filenondir' for the second arg `common-substring'
11305         of `comint-dynamic-list-completions'.
11306         (comint-dynamic-list-completions): Add new optional arg
11307         `common-substring'.  Add `common-substring' as the second arg of
11308         the call to `display-completion-list'.  Doc fix.
11310         * comint.el (comint-dynamic-complete-as-filename)
11311         (comint-dynamic-list-filename-completions)
11312         (comint-dynamic-simple-complete): Use `minibuffer-message'
11313         to display message "No completions of %s" when a command
11314         is called in the minibuffer.
11315         (comint-dynamic-simple-complete): Don't display other
11316         completion messages when a command is called in the minibuffer.
11317         (comint-dynamic-list-completions): Use `minibuffer-message'
11318         to display message " [Type space to flush ...]" when a command
11319         is called in the minibuffer.
11321         * shell.el (shell-dynamic-complete-command)
11322         (shell-dynamic-complete-environment-variable): Don't display
11323         completion messages when command is called in the minibuffer.
11325         * emacs-lisp/lisp.el (lisp-complete-symbol):
11326         Use `minibuffer-message' to display message "No completions of %s"
11327         when this command is called in the minibuffer.
11329         * bindings.el (standard-mode-line-modes): Put special help-echo
11330         tooltip on recursive edit %[ %] mode-line constructs.
11332         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
11333         "^No dynamic expansion for .* found$" to allow error messages like
11334         "No dynamic expansion for \"%s\" found in this-buffer".
11336 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
11338         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
11339         "psftp".
11341 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11343         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
11344         * vc.el (vc-default-dired-state-info): Use just "modified".
11345         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
11346         (vc-cvs-mode-line-string): Make use of the better default.
11347         (vc-cvs-parse-entry): Use the new `added'.
11348         (vc-cvs-dired-state-info): Remove.
11349         * vc-svn.el (vc-svn-dired-state-info): Remove.
11350         * vc-hg.el (vc-hg-dired-state-info): Remove.
11351         * vc-git.el (vc-git-dired-state-info): Remove.
11353 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11355         * vc-git.el (vc-git-status-result): New variable.
11356         (vc-git-dir-status): Split out ...
11357         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
11358         ... these new functions and work asynchronously.
11360 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
11362         * vc-git.el (vc-git-after-dir-status): Remove.
11363         (vc-git-dired-state-info): Reimplement.
11365 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11367         * replace.el (occur-mode-map): Add :help.
11369         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
11370         for disassemble.
11372         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
11373         the 'added state.
11374         (vc-status-remove-up-to-date): New function.
11375         (vc-status-mode-map, vc-status-menu-map): Bind it.
11376         (vc-status-printer): Use a different face up-to-date files.
11377         (vc-resynch-buffer): Update the vc-status buffer if it exists.
11378         (Todo): Remove solved entries.
11380         * vc-hg.el (vc-hg-state):
11381         * vc-git.el (vc-git-state):
11382         * vc-cvs.el (vc-cvs-parse-status):
11383         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
11384         state.
11386 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11388         * progmodes/compile.el (compile):
11389         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
11391         * simple.el (minibuffer-local-shell-command-map): New var.
11392         (minibuffer-complete-shell-command, read-shell-command): New funs.
11393         (shell-command, shell-command-on-region): Use them.
11395 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
11397         * vc.el (vc-status-mark-buffer-changed): New function to implement
11398         updating of the *vc-status* buffer when a buffer is saved.
11399         (vc-status-mode): Use it for after-change-hook.
11400         (vc-add-to-vc-status-buffer): Rename to ...
11401         (vc-status-add-entry): ... this.
11402         (Todo): Add new entry.
11404 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11406         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
11408 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
11410         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
11411         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
11412         Remove spurious * from defcustom docstrings.
11413         (icomplete-compute-delay): Fix docstring and remove spurious *.
11414         (icomplete-delay-completions-threshold): Fix typo in docstring and
11415         remove spurious *.
11416         (icomplete-completions): While collecting the list of prospective
11417         candidates, don't overshoot `icomplete-prospects-length'.
11419 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
11421         * textmodes/refbib.el:
11422         * textmodes/reftex.el:
11423         * textmodes/reftex-global.el:
11424         * textmodes/reftex-vars.el:
11425         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
11426         compiler pacifying defvars.
11427         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
11428         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
11429         not needed.
11431 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
11433         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
11434         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
11435         (verilog-customize, verilog-font-customize)
11436         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
11437         (verilog-mode): Update documentation strings to match tool tips.
11438         (verilog-auto-search-do, verilog-auto-re-search-do)
11439         (verilog-skip-forward-comment-or-string): Fix verilog-auto
11440         expansion when a .* appears inside a string.
11441         (verilog-re-search-forward, verilog-re-search-backward):
11442         Add comment to recall how this works.
11443         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
11445 2008-03-20  Glenn Morris  <rgm@gnu.org>
11447         * calendar/calendar.el (calendar-other-dates): New function.
11448         (calendar-print-other-dates): Use calendar-other-dates.
11449         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
11450         the declarations it replaces.
11451         (calendar-mouse-print-dates): Use calendar-other-dates.
11453         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
11454         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
11455         (calendar-absolute-from-bahai): Fix the leap-year case.
11456         (calendar-bahai-from-absolute): Re-use the Gregorian month.
11457         (calendar-bahai-date-string, calendar-bahai-print-date):
11458         Handle pre-Bahai dates.
11460         * calendar/cal-china.el (chinese-calendar-celestial-stem)
11461         (chinese-calendar-terrestrial-branch): Make defcustoms.
11463         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
11464         (calendar-mouse-view-diary-entries): Use or.
11465         (calendar-mouse-chinese-date): Remove unused command.
11466         (cal-menu-load-hook): Mark as obsolete.
11468         * calendar/solar.el (calendar-location-name, calendar-latitude)
11469         (calendar-longitude, solar-arctan, sunrise-sunset)
11470         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
11472 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
11474         * calc/calc.el: Remove outdated comments.
11475         (defcalcmodevar, calc-mode-var-list-restore-default-values)
11476         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
11477         Add docstrings.
11479 2008-03-19  Jason Rumney  <jasonr@gnu.org>
11481         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
11483 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11485         * net/tls.el (open-tls-stream): Reindent.
11487 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
11489         * net/tramp.el (tramp-let-maybe): Removed.
11490         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
11491         It does not exist under XEmacs.
11492         (tramp-handle-file-truename, tramp-handle-expand-file-name)
11493         (tramp-completion-file-name-handler): Let-bind
11494         `directory-sep-char'.
11496         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
11497         `directory-sep-char'.
11499 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11501         * help-fns.el (describe-function-1): Don't signal "missing arglist"
11502         for autoloaded keymaps.
11504         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
11505         (electric-verilog-terminate-line, verilog-in-struct-region-p)
11506         (verilog-backward-ws&directives, verilog-forward-ws&directives)
11507         (verilog-in-comment-p, verilog-in-star-comment-p)
11508         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
11509         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
11510         (verilog-skip-forward-comment-or-string, verilog-in-paren)
11511         (verilog-skip-forward-comment-p): Use it.
11513 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
11515         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
11516         (org-remember-templates, org-time-stamp-rounding-minutes)
11517         (org-back-over-empty-lines, org-find-base-buffer-visiting)
11518         (org-columns-new): Fix typos in docstrings.
11520 2008-03-19  Glenn Morris  <rgm@gnu.org>
11522         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
11523         (tramp-handle-shell-command): Use condition-case rather than
11524         ignore-errors.
11526 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11528         * diff-mode.el (diff-header): Make the color louder.
11529         (diff-refine-change): Tone the color down.
11531 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
11533         * descr-text.el (describe-char): When `describe-char-unidata-list'
11534         is set to show all properties, list them in the right order.
11536 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * international/mule.el (load-with-code-conversion): Avoid setting
11539         default-enable-multibyte-characters.
11541 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
11543         * vc.el (vc-annotate-background): Fix custom type.
11545 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11547         * descr-text.el (describe-char-unidata-list): Allow specifying
11548         just all properties.
11549         (describe-char): Handle that new value.
11551         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
11553 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
11555         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
11556         instead of file name extension to make docs with uncommon
11557         extensions work.
11559 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
11561         * doc-view.el (require): Require cl at compile time because
11562         `assert' needs it.
11564 2008-03-18  Glenn Morris  <rgm@gnu.org>
11566         * calendar/calendar.el (initial-calendar-window-hook)
11567         (today-visible-calendar-hook): Doc fixes.
11569 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
11571         * net/tramp.el (tramp-root-regexp): Simplify.
11572         (tramp-completion-file-name-regexp-separate): Don't insist on
11573         leading "[".  This prevents method or user or host completion.
11574         (tramp-let-maybe): Autoload it.
11575         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
11576         is an alias for `identity'.
11577         (tramp-handle-write-region): Protect `last-coding-system-used'
11578         over the trailing statements.
11579         (tramp-completion-file-name-handler-post-function): Remove.
11580         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
11581         instead of calling `tramp-drop-volume-letter'.
11583         * net/tramp.el:
11584         * net/tramp-uu.el:
11585         * net/trampver.el: Move coding cookie at the end.
11587 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11589         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
11590         elements which may be something else than characters.
11592 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
11594         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
11595         New functions to implement vc-status support.
11597         * vc.el (vc-default-extra-status-menu)
11598         (vc-add-to-vc-status-buffer): New functions.
11600         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11601         for eldoc and ielm.
11603 2008-03-17  Glenn Morris  <rgm@gnu.org>
11605         * calendar/cal-x.el (diary-frame-parameters)
11606         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
11607         Fix custom type; add options.
11608         (calendar-frame, diary-frame): Doc fixes.
11609         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
11610         new functions.
11611         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
11612         Use calendar-frame-1 and calendar-dedicate-diary.
11613         (calendar-one-frame-setup): Also handle only-one-frame case.
11614         (calendar-only-one-frame-setup): Doc fix.  Just call
11615         calendar-one-frame-setup.
11617         * calendar/diary-lib.el: Re-order some definitions before their use.
11618         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
11619         (diary-list-entries): Doc fixes.
11620         (make-fancy-diary-display): Remove function.
11622         * calendar/calendar.el (calendar-today-marker)
11623         (initial-calendar-window-hook, today-visible-calendar-hook)
11624         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
11625         (calendar-star-date, calendar-mark-today): Doc fixes.
11626         (today-visible-calendar-hook): Add options.
11627         (calendar-in-read-only-buffer): New macro.
11628         (calendar-basic-setup): Adapt for change in calendar-read-date.
11629         Place holiday let inside if.
11630         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
11631         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
11632         (calendar-print-other-dates): Use one let rather than many.
11634         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
11635         (calendar-print-other-dates):
11636         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11637         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
11638         * calendar/holidays.el (calendar-list-holidays, list-holidays)
11639         (calendar-cursor-holidays):
11640         * calendar/lunar.el (calendar-phases-of-moon): Use
11641         calendar-in-read-only-buffer to replace previous code and disable undo.
11643 2008-03-16  Juri Linkov  <juri@jurta.org>
11645         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
11646         and regexp-search-ring-yank-pointer for the HISTPOS argument of
11647         read-from-minibuffer to provide the correct initial minibuffer
11648         history position in isearch-edit-string when it is called from
11649         isearch-ring-adjust.
11651         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
11652         to check if the current buffer is the minibuffer, and in this case
11653         call abort-recursive-edit to kill the minibuffer.  Doc fix.
11654         (kill-this-buffer-enabled-p): Allow this function to return non-nil
11655         when the current buffer is the minibuffer.
11657         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
11659 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
11661         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
11662         Use non-nil PARENTS attribute of make-directory instead of
11663         explicitly checking existence the current cache directory.
11665 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
11667         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
11668         M-x epa-file-select-keys.
11670 2008-03-16  Kenichi Handa  <handa@m17n.org>
11672         * international/mule.el (auto-coding-alist):
11673         Use no-conversion-multibyte for archive files.
11675 2008-03-16  Glenn Morris  <rgm@gnu.org>
11677         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
11678         New functions.
11679         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
11680         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
11681         Use calendar-mark-1.
11682         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
11683         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
11684         Use calendar-mark-complex.
11685         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
11686         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
11687         Use calendar-mark-1.
11689         * calendar/calendar.el (calendar-mod): Remove.
11690         * calendar/cal-china.el (calendar-chinese-from-absolute)
11691         (calendar-chinese-date-string): Expand calendar-mod calls.
11692         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
11693         Expand calendar-mod calls.
11695         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
11696         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
11697         (diary-bahai-insert-yearly-entry): Use let rather than let*.
11698         Move obsolete aliases after the functions that replaced them.
11700         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
11701         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
11702         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
11703         Use let rather than let*.
11704         (calendar-hebrew-prompt-for-date): New function.
11705         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
11706         (holiday-tisha-b-av-etc): Use unless, let.
11708         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
11709         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
11711         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
11713         * calendar/calendar.el (calendar-for-loop): Add indent spec.
11715         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
11716         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
11717         than concat.
11718         (diary): Remove un-needed let.
11719         (view-other-diary-entries): Rename argument.
11720         (diary-list-entries-2): New function.
11721         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
11722         (print-diary-entries): Use unless.
11723         (diary-mark-entries-1): Change argument order, make all but
11724         markfunc optional.  Handle the standard (Gregorian) case.
11725         Use match-string-no-properties.  Handle marks.
11726         (mark-diary-entries): Use diary-mark-entries-1.
11727         (diary-font-lock-keywords-1): New macro.
11728         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
11730 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
11732         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
11733         (icalendar-export-hidden-diary-entries): New variable.
11734         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
11735         In case of error, insert full error-val.
11736         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
11737         Use calendar-day-of-week.  Return the day number.
11738         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
11740 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
11742         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
11743         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
11744         (icalendar-export-region): Ignore hidden diary entries.
11745         (icalendar--convert-ordinary-to-ical): Fix case where event
11746         spans across midnight boundary.
11747         (icalendar-first-weekday-of-year): New function.
11748         (icalendar--convert-weekly-to-ical): Allow user-selectable start
11749         year for recurring events (Mozilla calendars do not propagate
11750         recurring events forever, so year 2000 start date was not working).
11751         (icalendar--convert-yearly-to-ical): Remove extra spaces in
11752         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
11754 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
11756         * net/tramp.el (tramp-root-regexp): New defconst.
11757         (tramp-completion-file-name-regexp-unified)
11758         (tramp-completion-file-name-regexp-separate)
11759         (tramp-completion-file-name-regexp-url): Use it.
11760         (tramp-do-copy-or-rename-file-via-buffer):
11761         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
11762         t for `insert-file-contents-literally'.
11763         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
11764         Autoload it.
11765         (tramp-completion-file-name-handler-post-function): New defconst.
11766         (tramp-completion-file-name-handler): Use it.
11767         (tramp-maybe-open-connection): Update calls to
11768         `tramp-flush-connection-property' for removed 2nd argument.
11770 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11772         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
11773         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
11774         New functions.
11776 2008-03-15  Glenn Morris  <rgm@gnu.org>
11778         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
11779         New functions.
11780         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
11781         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
11782         (diary-list-entries-1, diary-mark-entries-1): Autoload.
11783         (diary-bahai-list-entries): Use diary-list-entries-1.
11784         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
11785         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
11786         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
11787         (diary-list-entries-1, diary-mark-entries-1): Autoload.
11788         (list-hebrew-diary-entries): Use diary-list-entries-1.
11789         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
11790         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
11791         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
11792         (diary-list-entries-1, diary-mark-entries-1): Autoload.
11793         (list-islamic-diary-entries): Use diary-list-entries-1.
11794         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
11796         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
11798         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
11800         * calendar/cal-china.el (number-chinese-months)
11801         (calendar-chinese-from-absolute): Use nth, caar.
11803         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
11805         * calendar/cal-french.el (french-calendar-accents): Doc fix.
11807         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
11808         (calendar-hebrew-month-name-array-leap-year)
11809         (hebrew-calendar-parashiot-names): Make constants.
11810         (diary-parasha): Move definition after constants it uses.
11812         * calendar/cal-html.el (cal-html-insert-link-yearpage)
11813         (cal-html-htmlify-list): Doc fix.
11814         (cal-html-htmlify-entry): Use nth.
11816         * calendar/cal-islam.el (calendar-islamic-month-name-array)
11817         (calendar-islamic-epoch): Make constants.
11818         (calendar-islamic-epoch): Doc fix.
11820         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
11822         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
11823         (cal-tex-month-name): Doc fix.
11824         (cal-tex-last-blank-p): Use zerop.
11826         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
11827         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
11828         (calendar-cursor-to-date): Doc fix.
11829         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
11830         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
11831         (calendar-day-number): Use when.
11832         (generate-calendar-month): Use dotimes.
11833         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
11834         (calendar-set-mark): Reverse conditional.
11835         (calendar-make-alist): Move definition before use.
11837         * calendar/diary-lib.el (diary-face-attrs)
11838         (diary-glob-file-regexp-prefix, diary-selective-display)
11839         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
11840         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
11841         (diary-anniversary, diary-cyclic)
11842         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
11843         (diary-header-line-format): Change wording.
11844         (diary-list-entries): Set `date-start' in let.
11845         (include-other-diary-files, mark-included-diary-files): Use format.
11846         (simple-diary-display, fancy-diary-display): Use cadr, unless.
11847         (mark-diary-entries): Use 1+.
11848         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
11849         (mark-calendar-month): Use dotimes.
11851         * calendar/holidays.el (displayed-month, displayed-year):
11852         Move declarations where needed.
11853         (calendar-list-holidays): Doc fix.
11855         * calendar/parse-time.el (parse-time-string): Simplify.
11857         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
11858         Make constants.
11859         (solar-sunrise-sunset): Rename some local variables for clarity.
11860         (sunrise-sunset): Use zerop.
11861         (solar-mean-equinoxes/solstices): Doc fix.
11863         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
11864         Use nth.
11865         (timeclock-completing-read, timeclock-generate-report): Use zerop.
11866         (timeclock-mean, timeclock-generate-report): Use dolist.
11868         * calendar/todo-mode.el (todo-add-category): Simplify.
11869         (todo-more-important-p, todo-delete-item, todo-file-item):
11870         Use unless, when.
11871         (todo-top-priorities): Use zerop.
11873 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
11875         * buff-menu.el (list-buffers-noselect): Display buffer name in
11876         tooltip instead of mouse binding when it doesn't fit in the list.
11878 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
11880         * faces.el (xw-defined-colors):
11881         * simple.el (widget-convert, shell-mode): Declare as functions
11882         instead of autoloading.
11884         * abbrev.el:
11885         * button.el:
11886         * cus-face.el:
11887         * ediff-hook.el:
11888         * emacs-lisp/backquote.el:
11889         * emacs-lisp/timer.el:
11890         * facemenu.el:
11891         * faces.el:
11892         * menu-bar.el:
11893         * simple.el:
11894         * subr.el:
11895         * textmodes/fill.el:
11896         * textmodes/paragraphs.el: Remove autoloads, redundant when the
11897         files are preloaded.
11899 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11901         * desktop.el (desktop-create-buffer): Don't catch errors if
11902         debug-on-error is set.
11904 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
11906         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11907         ($(lisp)/calendar/diary-loaddefs.el)
11908         ($(lisp)/calendar/hol-loaddefs.el): New targets.
11909         (LOADDEFS): New macro.
11910         (autoloads): Depend on $(LOADDEFS).
11912 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
11914         * font-lock.el (featurep): Remove test, not useful anymore.
11915         (facemenu-keymap): Move key binding ...
11916         * facemenu.el (facemenu-keymap): ... here.
11918         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
11919         for each file in the list.
11920         (vc-bzr-log-view-mode): Recognize the file marker.
11922         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11923         for checkdoc and profiling.
11925 2008-03-14  Bastien Guerry  <bzg@altern.org>
11927         * textmodes/flyspell.el (nxml-mode): Add the right
11928         `flyspell-mode-predicate'.
11930         * wid-edit.el (link): Use 'mouse-face for :follow-link.
11932 2008-03-14  Glenn Morris  <rgm@gnu.org>
11934         * calendar/solar.el: Reorder so that functions are defined before use.
11935         (displayed-month, displayed-year): Move declarations where needed.
11936         (solar-get-number): Move definition before use.  Use unless.
11937         (solar-equatorial-coordinates): Simplify.
11938         (solar-sunrise-and-sunset): Use let rather than let*.
11939         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
11941         * startup.el (command-line-1): Rename -internal-script back to
11942         -scriptload (reverts previous change).
11944         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
11945         (calendar-bahai-leap-base): Add doc strings.
11946         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
11947         Move definition before use.
11948         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
11949         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
11950         variables outside the loop.  Use dolist.
11951         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
11953         * calendar/cal-china.el: Re-order so that functions are defined before
11954         use.
11955         (displayed-month, displayed-year): Move declarations where needed.
11956         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
11957         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11958         Add doc strings.
11959         (chinese-year-cache): Recenter on 2010.  Doc fix.
11960         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
11961         Doc fix.  Simplify.
11962         (chinese-year-cache-init): New function.
11963         (compute-chinese-year, holiday-chinese-new-year)
11964         (calendar-chinese-date-string, calendar-goto-chinese-date)
11965         (make-chinese-month-assoc-list): Use cadr, nth.
11966         (chinese-months): Remove un-needed let.
11968         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
11969         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
11970         (coptic-prompt-for-date): Move definition before use.
11972         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11973         (calendar-dst-find-data, calendar-daylight-time-offset)
11974         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11975         (calendar-daylight-savings-starts-time)
11976         (calendar-daylight-savings-ends-time): Use cadr, nth.
11978         * calendar/cal-french.el (french-calendar-epoch)
11979         (calendar-goto-french-date): Doc fix.
11980         (french-calendar-month-name-array)
11981         (french-calendar-multibyte-month-name-array)
11982         (french-calendar-day-name-array, french-calendar-special-days-array):
11983         Add doc strings.
11985         * calendar/cal-hebrew.el (displayed-month, displayed-year)
11986         (original-date): Move declarations where needed.
11987         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
11988         Doc fix.
11989         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
11990         constant variables outside the loop.  Use dolist.
11992         * calendar/cal-islam.el (displayed-month, displayed-year)
11993         (original-date): Move declarations where needed.
11994         (islamic-calendar-day-number): Remove unused local variable `day'.
11995         (calendar-goto-islamic-date): Doc fix.
11996         (holiday-islamic): Use unless.
11997         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
11998         constant variables outside the loop.  Use dolist.
11999         (mark-islamic-calendar-date-pattern): Move definition before use.
12000         Use unless.
12001         (mark-islamic-diary-entries): Doc fix.
12002         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12003         (insert-yearly-islamic-diary-entry): Use let rather than let*.
12005         * calendar/cal-julian.el (calendar-absolute-from-julian):
12006         Move definition before use.  Remove un-needed local `day'.
12007         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12009         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12010         (calendar-mayan-tzolkin-names-array): Add doc strings.
12011         (calendar-mayan-long-count-from-absolute): Use a single let.
12012         (calendar-string-to-mayan-long-count): Simplify.
12013         (calendar-next-haab-date, calendar-previous-haab-date)
12014         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12015         (calendar-previous-calendar-round-date)
12016         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12017         Doc fix.
12018         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12019         (calendar-mayan-date-string, calendar-print-mayan-date)
12020         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12021         (calendar-mayan-long-count-common-era): Move definitions before use.
12023         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12024         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12025         Doc fix.
12026         (calendar-mouse-goto-date): Move definition before use.
12028         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12029         Move definition before use.
12030         (calendar-cursor-to-visible-date): Move definition before use.
12031         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
12032         and place inside the conditional.
12033         (calendar-forward-day): Simplify.
12034         (calendar-end-of-month): Use unless.
12035         (calendar-goto-day-of-year): Doc fix.
12036         Relocate obsolete aliases after their replacements.
12038         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12040         * calendar/diary-lib.el (mark-diary-entries): Move some constant
12041         variables outside the diary-date-forms loop.
12043         * calendar/calendar.el (diary-file): Doc fix.
12044         (calendar-buffer-list): Return buffers rather than strings (fixes
12045         previous change).
12046         (hebrew-holidays-4): Fix typo.
12048         * calendar/holidays.el (displayed-month, displayed-year):
12049         Move declarations where needed.
12050         (calendar-holiday-list, calendar-list-holidays)
12051         (holiday-filter-visible-calendar): Move definitions before use.
12052         (list-holidays): Use cadr.
12053         Relocate obsolete aliases after their replacements.
12055         * calendar/lunar.el (date, displayed-month, displayed-year):
12056         Move declarations where needed.
12057         (lunar-phase-list): Move definition after functions it uses.
12058         (calendar-phases-of-moon, diary-phases-of-moon)
12059         (lunar-new-moon-on-or-after): Use cadr, nth.
12060         (lunar-new-moon-on-or-after): Doc fix.
12062         * textmodes/org-irc.el (top-level): CL not required when compiling.
12063         (org-irc-visit-erc): Replace runtime CL functions.
12065         * textmodes/org-publish.el (declare-function): Add compatibility stub.
12066         (org-publish-delete-dups): Declare as function.
12068 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12070         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12071         (vc-bzr-show-log-entry): Make regexp match more cases.
12072         (vc-diff-switches-list): Remove autoload, not needed.
12074 2008-03-14  Juri Linkov  <juri@jurta.org>
12076         * isearch.el (isearch-edit-string): Remove one call to
12077         `isearch-push-state' not to push an inconsistent state,
12078         but keep another correct call to `isearch-push-state'.
12079         (isearch-ring-adjust): Call `isearch-push-state' only when
12080         `search-ring-update' is non-nil since `isearch-edit-string'
12081         already pushes its state.
12082         (isearch-message): Improve matching the failed part by checking
12083         if the original message starts with the last successful message.
12085         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
12086         (dired-perm-write): Rename from `dired-warn-writable'.
12087         Change parent face from `font-lock-warning-face' to
12088         `font-lock-comment-delimiter-face'.
12089         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
12090         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
12091         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
12092         with `dired-perm-write-face'.
12094 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
12096         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12097         Create cache dir only if it doesn't already exist.
12099 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12101         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
12102         of \ and '.
12104 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
12106         * net/browse-url.el (browse-url-text-xterm):
12107         Unquote browse-url-text-browser.
12109 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
12111         * textmodes/org-mouse.el: Version number change.
12113         * textmodes/org-publish.el (org-publish-expand-components):
12114         Remove null projects from the list of components.
12115         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
12116         Remove unused retrieval of the :publishing-directory property.
12117         (org-publish-file): Bugfix: when using a relative directory as the
12118         publishing directory, convert it to a directory filename.
12119         (org-publish-project): New alias.
12120         (org-publish-get-files): Protect against empty p.
12121         (org-publish-file): Send an error when file is not part of any project.
12122         (org-publish-file): Offer to refresh the list of files in known
12123         project when the current file is not part of any project.
12124         (org-publish-before-export-hook)
12125         (org-publish-after-export-hook): New hooks.
12126         (org-publish-org-to): Use new hooks and kill buffers.
12127         (org-publish-file): Remove the code for killing buffers.
12128         (org-publish-initialize-files-alist): Use interactive.
12129         (org-publish-file): If the publishing function creates a new
12130         buffer, kill it after publishing.
12131         (org-publish-timestamp-filename): Protect ":" in file name path
12132         under windows.
12134         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
12135         change that killed the LaTeX buffer.
12137         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
12138         in the decision tree.
12139         (org-select-remember-template): Clean the code.
12140         (org-prepare-dblock): Add the extra :content parameter.
12141         (org-write-agenda): New output type ".ics" files.
12142         (org-write-agenda): Call `org-icalendar-verify-function', both for
12143         time stamps and for TODO entries.
12144         (org-agenda-collect-markers, org-create-marker-find-array)
12145         (org-check-agenda-marker-table): New functions.
12146         (org-agenda-marker-table): New variable.
12147         (org-export-as-html): Revert the change that killed the html
12148         buffer.  Side effects first need to be studied carefully.
12149         (org-get-tags-at): Fix the structure of the condition-case statement.
12150         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
12151         (org-timestamp-change): Fix regular expressions to swallow the
12152         extra character for repeat-shift control.
12153         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
12154         (org-get-legal-level): Alias to `org-get-valid-level'.
12155         (org-dblock-write:clocktable): Add a :link parameter, linking
12156         headlines to their location in the Org agenda files.
12157         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
12158         throwing an error when getting tags before headlines.
12159         (org-timestamp-change, org-modify-ts-extra)
12160         (org-ts-regexp1): Fix timestamp editing.
12161         (org-agenda-custom-commands-local-options): New constant.
12162         (org-agenda-custom-commands):
12163         Use `org-agenda-custom-commands-local-options' to improve customize
12164         type.  "htmlize": Removed hack to fix face problem with htmlize,
12165         it no longer seem necessary.
12166         (org-follow-link-hook): New hook.
12167         (org-agenda-custom-commands): Add "Component" as a tag for each
12168         item in a command series.
12169         (org-open-at-point): Run `org-follow-link-hook'.
12170         (org-agenda-schedule): Bugfix: don't display marker type when it
12171         is nil.
12172         (org-store-link): org-irc required.
12173         (org-set-regexps-and-options): Parse the new logging options.
12174         (org-extract-log-state-settings): New function.
12175         (org-todo): Handle the new ways of recording state change stuff.
12176         (org-local-logging): New function.
12177         (org-columns-open-link): Fix bug with opening link in column view.
12178         (org-local-logging): New function.
12179         (org-todo): Make sure that LOGGING properties are honoured.
12180         (org-todo-keywords): Improve docstring.
12181         (org-startup-options): Cleanup startup options.
12182         (org-set-regexps-and-options): Process the "!" markers.
12183         (org-todo): Respect the new logging stuff.
12184         (org-log-note-how): New variable.
12185         (org-add-log-maybe): New parameter HOW that defines how logging
12186         should be done and also overrides PURPOSE.  Add a docstring.
12187         (org-add-log-note): Check if we really need to ask for a note.
12188         (org-get-current-options): Digest the new keyword.
12189         (org-agenda-reset-markers): Rename from
12190         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
12191         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
12192         function, without force argument.
12193         (org-buffer-property-keys): Bind local variables s and p.
12194         (org-make-tags-matcher): Allow "" to match an empty or
12195         non-existent property value.
12196         (org-export-as-html): Join unsorted lists when they directly
12197         follow each other.  Such lists may be created by headlines that
12198         are converted to lists.
12199         (org-nofm-to-completion): New function.
12200         (org-export-as-html): Use :html-extension instead of
12201         org-export-html-extension.
12202         (org-store-link): Support for links from `rmail-summary-mode'.
12203         (org-columns-new, org-complete, org-set-property): Set the
12204         `include-columns' argument in the call to
12205         `org-buffer-property-keys'.
12206         (org-buffer-property-keys): New argument `include-columns', to
12207         include properties expected by any of the COLUMNS formats in the
12208         current buffer.
12209         (org-cleaned-string-for-export): Get rid of drawers first, so that
12210         they will be removed also in the text before the first headline.
12211         (org-clock-report): Show the clocktable when found.
12212         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
12213         (org-version): With prefix argument, insert `org-version' at point.
12214         (org-agenda-goto): Recenter the window after finding the target
12215         location, to make sure the correct position will be displayed.
12216         (org-agenda-get-deadlines): Don't scale priority with the warning
12217         period.
12218         (org-insert-heading): Don't break line in the middle of the line.
12219         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
12220         be 0.
12221         (org-update-checkbox-count): Revamp to deal with hierarchical
12222         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
12223         (org-remove-timestamp-with-keyword): New function.
12224         (org-schedule, org-deadline):
12225         Use `org-remove-timestamp-with-keyword' to make sure all such time
12226         stamps are removed.
12227         (org-mode): Support for `align'.
12228         (org-agenda-get-deadlines): Make sure priorities increase as the
12229         due date approaches and is passed.
12230         (org-remember-apply-template): Fix problem with tags that
12231         contain "_" or "@".
12232         (org-make-link-regexps): Improve the regular expression for plain links.
12233         (org-agenda-get-closed): List each clocking entry.
12234         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
12235         (org-special-ctrl-k): New option.
12236         (org-kill-line): New function.
12237         (org-archive-all-done): Fix incorrect number of stars in regexp.
12238         (org-refile-get-location): New function.
12239         (org-refile-goto-last-stored): New function.
12240         (org-global-tags-completion-table): Add the value of org-tag-alist
12241         in each buffer, to make sure that also unused tags will be
12242         available for completion.
12243         (org-columns-edit-value)
12244         (org-columns-next-allowed-value): Only update if not in agenda.
12245         (org-clocktable-steps): New function.
12246         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
12247         (org-archive-subtree): Add the outline tree context as a property.
12248         (org-closest-date): New optional argument `prefer'.
12249         (org-goto-auto-isearch): New option.
12250         (org-goto-map, org-get-location): Implement auto-isearch.
12251         (org-goto-local-auto-isearch-map): New variable.
12252         (org-goto-local-search-forward-headings)
12253         (org-goto-local-auto-isearch): New functions.
12255 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
12257         * textmodes/org-irc.el: New file.
12259 2008-03-13  John Wiegley  <johnw@gnu.org>
12261         * textmodes/org-mac-message.el: New file.
12263 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
12265         * font-lock.el (font-lock-comment-face): Set the foreground for
12266         the light background 8 colors case.
12268 2008-03-13  Glenn Morris  <rgm@gnu.org>
12270         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
12271         generate-autoload-cookie patterns.
12273         * startup.el (command-line-1): Rename -scriptload to -internal-script.
12275         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
12276         (MH_E_SRC): Remove variable.
12277         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
12278         Simplify file header.  Use $@ for generated-autoload-file.
12280         * Makefile.in (LOADDEFS): New variable.
12281         (AUTOGENEL): Use $LOADDEFS.
12282         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
12283         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
12284         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12285         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12286         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
12287         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
12288         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
12289         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
12290         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
12291         Add calendar-specific autoload cookies, and remove any setting of
12292         generated-autoload-file.
12293         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
12294         * calendar/diary-lib.el: Replace explicit autoloads with reading of
12295         diary-loaddefs.
12296         * calendar/holidays.el: Replace explicit autoloads with reading of
12297         hol-loaddefs.
12299         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
12300         (calendar-buffer-list): Simplify.
12301         (generate-calendar-window): Use calendar-mark-holidays rather than
12302         obsolete alias.
12304         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12305         Use cal-hebrew-yahrzeit-buffer.
12307         * calendar/cal-x.el (calendar-only-one-frame-setup)
12308         (calendar-two-frame-setup): Doc fixes.
12309         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
12311         * calendar/appt.el (appt-mode-string): Mark as risky.
12312         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
12314         * calendar/cal-html.el (diary-list-entries):
12315         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
12316         (calendar-iso-from-absolute): Fix autoloads.
12318         * calendar/cal-iso.el (calendar-absolute-from-iso)
12319         (calendar-iso-read-args): Simplify.
12320         (calendar-iso-date-string, calendar-iso-read-args)
12321         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
12323         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
12324         (displayed-month, displayed-year): Move declarations where needed.
12325         (calendar-print-astro-day-number): Doc fix.
12327         * calendar/cal-persia.el (persian-calendar-month-name-array)
12328         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
12329         (persian-prompt-for-date): Remove local variable `today'.
12331         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
12333         * calendar/solar.el (solar-moment, solar-exact-local-noon)
12334         (solar-sunrise-sunset, solar-sunrise-sunset-string)
12335         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
12336         (diary-sabbath-candles, solar-equinoxes/solstices)
12337         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
12338         (solar-time-equation, solar-date-to-et): Simplify.
12340         * mail/supercite.el: Remove the `function' in `(function (lambda'.
12341         Replace `(car (cdr' with cadr'.
12343         * progmodes/f90.el (f90-font-lock-n): New function.
12344         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
12345         Use f90-font-lock-n.
12346         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
12348         * progmodes/f90.el (f90-mode-abbrev-table):
12349         * progmodes/fortran.el (fortran-mode-abbrev-table):
12350         Use newer form of define-abbrev, where supported.  No need to bind
12351         abbrevs-changed for system abbrevs.
12353 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12355         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
12356         delete-frame-functions.
12358         * bookmark.el (Info-current-node): Remove.
12360 2008-03-12  Juri Linkov  <juri@jurta.org>
12362         * help.el (describe-project): Remove defaliases for view-todo and
12363         describe-project that are now unnecessary after the merge from
12364         emacs--rel--22 that added define-obsolete-function-alias.
12366         * startup.el (inhibit-startup-screen): Revert incomplete
12367         2008-03-10 merge from emacs--rel--22 that partly reverted
12368         2008-02-28 change that added initial message to *scratch* buffer
12369         regardless of the value of `inhibit-startup-screen'.
12370         Now keep this change in the trunk, but not in the 22 branch.
12372 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12374         * international/quail.el (quail-setup-completion-buf, quail-help):
12375         * mail/binhex.el (binhex-decode-region-internal):
12376         * mail/uudecode.el (uudecode-decode-region-internal):
12377         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12378         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12379         setting default-enable-multibyte-characters.
12381         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
12383         * comint.el: Fix up indentation and comment style.  Remove `function'.
12385         * international/mule-cmds.el (reset-language-environment)
12386         (set-language-environment-nonascii-translation):
12387         Don't set-unibyte-charset.
12389         * doc-view.el: Remove all cb-args, use closures instead.
12390         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
12391         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
12392         doing an incorrect check).  Update all callers to use the new name.
12393         (doc-view-doc->txt): Add missing `txt' argument.
12395 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
12397         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
12398         md5 sum calculation to single-byte.
12400 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12402         * doc-view.el (doc-view-new-window-function): Add assertion.
12403         (doc-view-doc-type): New var.
12404         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
12405         (doc-view-intersection): New fun.
12406         (doc-view-mode): Use it to set the new var.
12408 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
12410         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
12411         (doc-view-already-converted-p): New functions.
12412         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
12413         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
12414         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12415         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12416         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
12417         (doc-view-convert-current-doc): Don't hardwire the functions the
12418         sentinels call.  Now they're provided by two args CALLBACK and
12419         CB-ARGS to the functions.
12420         (doc-view-search): Use doc-view-doc->txt.
12421         (doc-view-initiate-display): Use doc-view-already-converted-p.
12422         Mention new binding C-c C-t if doc-view-mode doesn't work.
12424 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
12426         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
12428 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12430         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
12431         Mark " outside of tags as punctuation.
12433 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12435         * menu-bar.el (minibuffer-local-map): Use the same command for the
12436         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
12437         Prefer RET over C-j for exit-minibuffer.
12439         * files.el (display-buffer-other-frame): Eliminate problematic code.
12441         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
12442         (menu-bar-select-buffer): Remove.
12443         (menu-bar-select-frame): Make non-interactive and take a frame arg.
12444         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
12446 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
12448         * icomplete.el (icomplete-completions): Remove obsolete code.
12450         * net/net-utils.el (iwconfig-program-options): Doc fix.
12451         (net-utils-run-program, run-network-program): Define as functions.
12453 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
12455         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
12457 2008-03-11  Glenn Morris  <rgm@gnu.org>
12459         * faces.el (mode-line-emphasis): New face.
12460         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
12462         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
12464 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
12466         * simple.el (set-mark-command): Doc fix.
12468 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12470         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
12472         * emacs-lisp/autoload.el (autoload-find-destination):
12473         Don't force raw-text.
12475         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
12476         * calendar/cal-loaddefs.el: Don't version control.
12478 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12480         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
12481         entries and add :help to the existing ones.
12483 2008-03-10  Glenn Morris  <rgm@gnu.org>
12485         * calendar/cal-hebrew.el (date, entry, number): Move declarations
12486         to where they are needed.
12488         * calendar/calendar.el (diary-file, hebrew-holidays-1)
12489         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12490         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
12491         (calendar-version): Doc fixes.
12492         (calendar-absolute-from-gregorian): Use zerop.
12493         (calendar-mode-line-format): Make it a defcustom.
12495         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
12496         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
12497         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
12498         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
12499         (mark-included-diary-files, mark-calendar-days-named)
12500         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
12501         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
12502         (insert-monthly-diary-entry, insert-yearly-diary-entry)
12503         (insert-anniversary-diary-entry, insert-block-diary-entry)
12504         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
12505         (diary-font-lock-sexps): Doc fixes.
12506         (diary-remind-message, mark-calendar-month): Use zerop.
12507         (diary-attrtype-convert, diary-pull-attrs): Simplify.
12508         (diary-list-entries): Revert let to let* (previous change).
12510         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
12512 2008-03-10  Kim F. Storm  <storm@cua.dk>
12514         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
12515         function aliases for the old names.
12517 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
12519         * iswitchb.el (iswitchb-use-faces): Doc fix.
12520         (iswitchb-buffer-ignore, iswitchb-read-buffer):
12521         Fix typos in docstrings.
12523 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12525         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
12526         Fix typo.
12527         (verilog-type-font-keywords): Reindent.
12529 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
12531         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
12532         Fix bug in the grouping-keyword regular expression.
12533         (verilog-font-lock-keywords): Allow users to toggle special
12534         highlight of grouping-keywords.
12535         (verilog-highlight-grouping-keywords): The toggle for special
12536         highlighting of grouping keywords.
12538 2008-03-10  Juri Linkov  <juri@jurta.org>
12540         * startup.el: Revert 2008-02-28 change that adds initial message
12541         to *scratch* buffer regardless of the value of
12542         `inhibit-startup-screen'.
12544 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12546         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
12547         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
12548         * progmodes/verilog-mode.el (verilog-mode):
12549         * net/socks.el (socks):
12550         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
12552 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
12555         (doc-view-bookmark-make-record): Use them.
12556         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
12557         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
12559         * bookmark.el (bookmark-make-record-function): Change expected return
12560         value to include a suggested bookmark name.
12561         (bookmark-make): Split into bookmark-make-record and bookmark-store.
12562         Fix reversed `overwrite' semantics.
12563         (bookmark-set): Call bookmark-make-record before prompting the user.
12564         Then pass the result to bookmark-store later on.
12565         (bookmark-make-name-function): Remove.
12566         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
12567         * info.el (bookmark-make-name-function): Remove.
12568         (Info-mode): Don't set it.
12569         (Info-bookmark-make-name): Remove.
12570         (Info-bookmark-make-record): Use Info-current-node as suggested default
12571         bookmark name.
12573         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
12574         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
12575         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
12576         (bookmark-annotation-buffer, bookmark-annotation-file)
12577         (bookmark-annotation-point, bookmark-send-annotation)
12578         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
12579         (bookmark-edit-annotation-text-func): Rename from
12580         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
12581         (bookmark-edit-annotation-mode-map): Move initialization into
12582         declaration.
12584         * bookmark.el: Remove spurious * in docstrings.
12585         (bookmark-minibuffer-read-name-map): New var.
12586         (bookmark-set): Use it.  Also pass the default value as it should.
12587         (bookmark-send-edited-annotation): Take no chances with text properties.
12588         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
12589         (bookmark-insert-buffer-name): Remove.
12590         (bookmark-buffer-file-name): Signal an error rather than returning nil.
12592 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
12594         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
12596 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
12598         * diff-mode.el (diff-mode-menu): Add :help.
12600 2008-03-09  Glenn Morris  <rgm@gnu.org>
12602         * calendar/calendar.el (general-holidays, oriental-holidays)
12603         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
12604         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
12605         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
12606         (calendar-holidays): Restore autoload cookies, because people are
12607         used to using these variables without loading calendar.el.
12609         * calendar/cal-islam.el (diary-islamic-date): Move to end.
12610         (date, number): Declare where needed.
12612         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
12613         (list-sexp-diary-entries): Doc fixes.
12614         (diary-list-entries): Doc fix.  Remove free variable `entry'.
12615         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
12616         Simplify setting of `date-holiday-list'.
12617         (mark-diary-entries): Remove free variable `entry'.
12618         (diary-list-entries, include-other-diary-files, fancy-diary-display):
12619         Use let where let* is not needed.
12621 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12623         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
12624         make-record function, instead paste it in afterwards.
12625         (bookmark-make-record-for-text-file):
12626         * doc-view.el (doc-view-bookmark-make-record):
12627         * info.el (Info-bookmark-make-record): Don't mess with annotations.
12629 2008-03-08  Glenn Morris  <rgm@gnu.org>
12631         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
12633 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12635         * calendar/diary-lib.el (diary-list-entries)
12636         (include-other-diary-files, mark-diary-entries)
12637         (mark-sexp-diary-entries, mark-included-diary-files)
12638         (diary-entry-time, list-sexp-diary-entries): Remove the special
12639         handling of ^M that dates back to the use of selective-display.
12640         (simple-diary-display): Obey setting of pop-up-frames.
12641         (body, entry): Remove unnecessary declarations.
12643         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
12644         (bookmark-get-annotation, bookmark-set-annotation)
12645         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12646         (bookmark-set-position, bookmark-get-front-context-string)
12647         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12648         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
12649         * info.el (Info-bookmark-make-record): Don't bother recording point.
12650         (bookmark-get-filename, bookmark-get-front-context-string)
12651         (bookmark-get-rear-context-string, bookmark-get-position):
12652         Don't declare any more.
12653         (bookmark-get-info-node): Remove.
12654         (bookmark-prop-get): Declare.
12655         (Info-bookmark-jump): Use it.
12657 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
12659         * subr.el (while-no-input): Don't splice BODY directly into the
12660         `or' form.
12662 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
12664         * diff-mode.el (diff-ignore-whitespace-hunk):
12665         Bind inhibit-read-only before trying to change the buffer.
12667 2008-03-08  Glenn Morris  <rgm@gnu.org>
12669         * calendar/appt.el (appt): Move custom group here from calendar.el.
12670         (appt-disp-window, appt-convert-time): Doc fixes.
12672         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
12673         (calendar-bahai-mark-date-pattern):
12674         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
12675         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
12676         * calendar/cal-julian.el (calendar-absolute-from-julian):
12677         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
12679         * calendar/cal-china.el (chinese-calendar): Move custom group here from
12680         calendar.el.
12681         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12682         Make constants.
12683         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
12684         (chinese-calendar-daylight-savings-starts)
12685         (chinese-calendar-daylight-savings-ends)
12686         (chinese-calendar-daylight-savings-starts-time)
12687         (chinese-calendar-daylight-savings-ends-time)
12688         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
12689         Doc fixes.
12691         * calendar/cal-coptic.el (coptic-name): Add doc string.
12693         * calendar/cal-french.el (french-calendar-month-name-array)
12694         (french-calendar-day-name-array, french-calendar-special-days-array):
12695         Add doc strings.
12697         * calendar/cal-bahai.el (diary-bahai-mark-entries)
12698         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12699         (diary-bahai-insert-yearly-entry):
12700         * calendar/cal-dst.el (calendar-next-time-zone-transition)
12701         (calendar-time-zone):
12702         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
12703         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
12704         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
12705         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
12706         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
12707         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
12708         (list-islamic-diary-entries, mark-islamic-diary-entries)
12709         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12710         (insert-yearly-islamic-diary-entry):
12711         * calendar/cal-iso.el (calendar-iso-read-args):
12712         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12713         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
12714         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12715         (calendar-next-calendar-round-date)
12716         (calendar-mayan-long-count-common-era):
12717         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
12718         (cal-menu-x-popup-menu, calendar-mouse-holidays)
12719         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
12720         (calendar-mouse-goto-date):
12721         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
12722         * calendar/holidays.el (holidays):
12723         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
12724         * calendar/time-date.el (date-to-time, time-subtract, time-add)
12725         (safe-date-to-time): Doc fixes.
12727         * calendar/cal-persia.el (persian-calendar-month-name-array)
12728         (persian-calendar-epoch): Make constants.
12730         * calendar/cal-tex.el (calendar-tex): Move custom group here from
12731         calendar.el.
12733         * calendar/cal-x.el (diary-frame-parameters)
12734         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12735         (calendar-after-frame-setup-hooks): Make defcustoms.
12736         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12737         (calendar-two-frame-setup): Doc fix.
12739         * calendar/cal-loaddefs.el: New file.
12741         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12742         * calendar/cal-french.el, calendar/cal-html.el:
12743         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
12744         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
12745         * calendar/cal-tex.el, calendar/cal-x.el:
12746         Unquote lambda functions.  Add autoload cookies to functions formerly
12747         autoloaded in calendar.el.  Set `generated-autoload-file' to
12748         "cal-loaddefs.el".
12750         * calendar/calendar.el: Move many autoloads to separate file,
12751         cal-loaddefs.el.  Move defcustoms to start and re-order.
12752         (calendar-month-name-array, calendar-starred-day): No need to
12753         declare for compiler.
12754         (cal-loaddefs): Require it.
12755         (appt, chinese-calendar, calendar-tex): Move custom groups to the
12756         appropriate file.
12757         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
12758         Reverse logic.
12759         (diary-face, diary-file-name-prefix-function, diary-include-string)
12760         (diary-glob-file-regexp-prefix, diary-face-attrs)
12761         (diary-file-name-prefix, sexp-diary-entry-symbol)
12762         (print-diary-entries-hook, list-diary-entries-hook)
12763         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
12764         (nongregorian-diary-marking-hook, diary-list-include-blanks):
12765         Move to diary-lib.
12766         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
12767         (all-bahai-calendar-holidays): Doc fix.
12768         (calendar-insert-indented): Doc fix.  Use when rather than if.
12769         (exit-calendar): Use mapc rather than mapcar.
12770         (calendar-cursor-to-date): Use zerop.
12771         (calendar-mark-ring): Add doc-string.
12772         (calendar-starred-day): Defvar it.
12773         (calendar-mode): Make calendar-starred-day local.
12774         (calendar-star-date): No need to make calendar-starred-day local.
12776         * calendar/diary-lib.el: Move defcustoms to start.
12777         (diary-include-string, diary-list-include-blanks)
12778         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
12779         (diary-file-name-prefix, diary-file-name-prefix-function)
12780         (sexp-diary-entry-symbol, list-diary-entries-hook)
12781         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
12782         (nongregorian-diary-marking-hook, print-diary-entries-hook):
12783         Move here from calendar.el.
12784         (diary-file-name-prefix-function): Use 'identity.
12785         (diary-face): Make it a defcustom, and mark as obsolete.
12786         (top-level): No need to require cal-hebrew, cal-islam when compiling.
12787         (calendar-hebrew-month-name-array-leap-year)
12788         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
12789         Define for compiler.
12790         (diary-font-lock-keywords): Use format rather than concat.
12791         Add bahai-diary-entry-symbol.
12793         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
12794         * calendar/solar.el: Unquote lambda functions.
12796         * calendar/solar.el (calendar-location-name, calendar-latitude)
12797         (calendar-longitude, solar-setup, solar-sin-degrees)
12798         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
12799         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
12800         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
12801         (solar-exact-local-noon, solar-julian-ut-centuries)
12802         (solar-ephemeris-time, solar-date-next-longitude)
12803         (solar-horizontal-coordinates, solar-equatorial-coordinates)
12804         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
12805         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
12806         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
12807         Doc fixes.
12808         (solar-horizontal-coordinates, solar-equatorial-coordinates)
12809         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
12810         (solar-ecliptic-coordinates): Use unless.
12811         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
12812         Use or.
12814         * calendar/timeclock.el: Add doc-strings to all functions.
12815         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
12816         (timeclock-entry-list-length, timeclock-entry-list-projects)
12817         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
12819         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
12821         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
12822         (org-get-entries-from-diary): Require diary-lib.
12824 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
12826         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
12827         Pacify byte-compiler.
12829 2008-03-07  Alan Mackenzie  <acm@muc.de>
12831         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
12832         paren/bracket pairs parsed, to solve performance problem.
12834 2008-03-07  Bastien Guerry  <bzg@altern.org>
12836         * bookmark.el (bookmark-set): Don't check for
12837         `bookmark-make-name-function' since `bookmark-buffer-file-name'
12838         already takes care of this.
12839         (bookmark-buffer-name, bookmark-buffer-file-name):
12840         Remove Info-mode specific code.
12842         * info.el (bookmark-get-info-node): Define this function in
12843         info.el, not in bookmark.el.
12844         (Info-mode): Set `bookmark-make-name-function' to
12845         `Info-bookmark-make-name' locally.
12846         (Info-bookmark-make-name): New function.
12848         * bookmark.el (bookmark-make-name-function): New variable.
12850 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12852         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
12853         buffer-local, not `bookmark-make-cell-function' (the old name).
12855 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
12857         * doc-view.el (doc-view-bookmark-make-record):
12858         * image-mode.el (image-bookmark-make-record):
12859         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
12861 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
12863         * vc.el (vc-status-menu-map-filter): Return orig-binding if
12864         boundp 'vc-ignore-menu-filter.
12865         (vc-status-tool-bar-map): Make it defvar.
12866         (vc-status-mode): vc-status-tool-bar-map now variable.
12867         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
12869 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12871         Give a better name to part of the bookmark interface.
12873         This was originally a much larger change, but halfway through I
12874         updated and discovered that Stefan Monnier had done the rest.
12875         It looks like he anticipated the new name too, because he used
12876         `the-record' instead of `the-cell' for some internal variable names.
12878         * bookmark.el (bookmark-make-record-function): Was
12879         `bookmark-make-cell-function'.
12880         (bookmark-make, bookmark-send-annotation): Update for above.
12881         (bookmark-make-record-for-text-file):
12882         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
12884         * info.el: Adjust accordingly.
12885         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
12887         * image-mode.el: Adjust accordingly.
12888         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
12890         * doc-view.el: Adjust accordingly.
12891         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
12893 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12895         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
12896         Move initialization into declaration.
12897         (bookmark-get-info-node, bookmark-set-info-node): Remove.
12898         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
12899         (bookmark-info-current-node): Remove.
12900         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
12901         Add relocation fallback.  Set bookmark-current-bookmark.
12902         (bookmark-default-handler): Rename from bookmark-jump-noselect.
12903         Remove relocation fallback.  Don't set bookmark-current-bookmark.
12904         (bookmark-set): Let it be used even if there's no buffer-file-name
12905         as long as there is a bookmark-make-cell-function.
12906         * info.el (Info-bookmark-jump): Remove relocation fallback.
12907         Don't set bookmark-current-bookmark.
12909 2008-03-07  Glenn Morris  <rgm@gnu.org>
12911         * calendar/appt.el (appt-issue-message)
12912         (appt-message-warning-time, appt-audible, appt-visible)
12913         (appt-msg-window, appt-display-mode-line, appt-display-duration)
12914         (appt-display-diary): Remove autoload cookies.
12916         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
12917         Remove leading `*' from defcustom doc-strings.
12919         * calendar/cal-dst.el (calendar-dst): New custom group.
12920         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
12921         (calendar-time-zone, calendar-daylight-time-offset)
12922         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12923         (calendar-daylight-savings-starts-time)
12924         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
12925         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
12926         Move to start.
12928         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
12930         * calendar/calendar.el (calendar-version): Use emacs-version and
12931         make it obsolete.  Move to end.
12932         (calendar-offset, view-diary-entries-initially)
12933         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
12934         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
12935         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
12936         (all-bahai-calendar-holidays, calendar-load-hook)
12937         (initial-calendar-window-hook, today-visible-calendar-hook)
12938         (today-invisible-calendar-hook, calendar-move-hook)
12939         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
12940         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
12941         (diary-include-string, sexp-diary-entry-symbol)
12942         (abbreviated-calendar-year, american-date-diary-pattern)
12943         (european-date-diary-pattern, european-calendar-display-form)
12944         (american-calendar-display-form, print-diary-entries-hook)
12945         (list-diary-entries-hook, diary-hook, diary-display-hook)
12946         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
12947         (nongregorian-diary-marking-hook, diary-list-include-blanks)
12948         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
12949         (local-holidays, other-holidays, hebrew-holidays-1)
12950         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12951         (hebrew-holidays, christian-holidays, islamic-holidays)
12952         (bahai-holidays, solar-holidays, calendar-setup)
12953         (calendar-week-start-day): Remove autoload cookies.
12954         (diary-glob-file-regexp-prefix): Doc fix.
12955         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
12956         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
12957         (calendar-week-start-day, calendar-debug-sexp): Move to start.
12959         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
12960         (calendar-time-display-form, calendar-latitude)
12961         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
12962         cookies.
12963         (calendar-latitude, calendar-longitude): Move functions after
12964         variables.
12965         (diary-sabbath-candles-minutes): Move to start.
12966         (solar-setup): Use or rather than if.
12967         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
12968         Remove condition-case.
12969         (solar-atn2): Use zerop.
12970         (solar-equinoxes-solstices): Doc fix.
12972         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
12973         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
12975         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
12976         (calendar-longitude, calendar-latitude, calendar-location-name):
12977         Declare for compiler.
12979 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12981         * arc-mode.el (archive-ar-file-header-re): New const.
12982         (archive-ar-summarize, archive-ar-extract): New funs.
12983         (archive-find-type): Recognize ar archives.
12985         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
12986         New functions.
12988         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
12990 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
12992         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12993         Replace :enable (mark-active) with :enable mark-active.
12995 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
12997         * vms-patch.el (make-legal-file-name): New obsolete alias.
12998         (make-valid-file-name): Rename from `make-legal-file-name'.
12999         (make-auto-save-file-name): Use it.
13001         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13002         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13003         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13005         * textmodes/org.el (org-export-html-style): Doc fix.
13006         (org-get-legal-level): New obsolete alias.
13007         (org-get-valid-level): Rename from `org-get-legal-level'.
13008         (org-promote, org-demote, org-archive-subtree)
13009         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13011 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
13013         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13015         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13016         (vc-status-toggle-mark): New functions.
13017         (vc-status-mode): Set tool bar map.
13019 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
13021         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13022         Reported by Drew Adams <drew.adams@oracle.com>.
13024 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
13026         * subr.el (read-quoted-char): Resolve modifiers of the character
13027         event.
13029         * comint.el (comint-exec-1): Don't change the coding-system for
13030         decoding to dos-like EOL.
13031         (comint-carriage-motion): Fully rewrite.
13033 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
13035         * epg.el (epg-context-include-certs): Reflow docstring.
13036         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13037         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13038         (epg-context-set-signers, epg-context-set-sig-notations)
13039         (epg-make-import-status, epg-make-import-result)
13040         (epg-start-delete-keys): Fix typos in docstrings.
13041         (epg-start-sign-keys, epg-sign-keys):
13042         Fix typos in obsolescence declarations.
13044         * iswitchb.el: Don't check for `cadr' and `last'.
13045         (iswitchb-define-mode-map, iswitchb-default-keybindings):
13046         Add obsolescence declaration and remove redundant info from docstring.
13047         (iswitchb-set-common-completion, iswitchb-set-matches)
13048         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13049         (recentf-list, most-len, most-is-exact):
13050         Don't wrap defvars within `eval-when-compile'.
13052 2008-03-05  Glenn Morris  <rgm@gnu.org>
13054         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13055         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13056         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13057         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13058         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13060         * ediff-hook.el (ediff-window-setup-function): Don't autoload
13061         declaration for compiler.
13062         (ediff-xemacs-init-menus): Use when rather than if.
13064         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13065         if+and to just and.
13066         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13067         (ediff-delete-overlay): Move the XEmacs test inside the definition.
13069         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13071         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13072         test inside XEmacs test.
13073         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13074         since it was doing nothing on Emacs.
13075         (ediff-make-bullet-proof-overlay): Use when rather than if.
13077         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13078         (ediff-setup-control-frame): Remove
13079         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13080         a (featurep 'xemacs) test.
13082 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
13084         * calc/calc-ext.el (calc-extended-command-history): New variable.
13085         (calc-execute-extended-command): Use `calc-extended-command-history'.
13087 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
13089         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
13090         (standard-mode-line-position): Add mouse-face.
13092         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
13093         * progmodes/grep.el (grep-mode-map): Add :help.
13095         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
13096         initialize in one step.  Add :help.  Use :enable to activate menu
13097         items.  Show the key binding for edebug-defun.
13098         (lisp-interaction-mode-map): Add a menu.
13100         * term.el (term-mode-map): Define and initialize in one step.
13102         * ediff-init.el (ediff-color-display-p): Simplify.
13103         (Xor): Remove unused function.
13104         (ediff-with-syntax-table): Simplify for Emacs.
13106         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
13107         menu-bar being loaded, it always is.
13109 2008-03-05  Glenn Morris  <rgm@gnu.org>
13111         * textmodes/tex-mode.el (tex-mode): Suppress warning about
13112         multiple definitions when compiling.
13114 2008-03-04  Alan Mackenzie  <acm@muc.de>
13116         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
13118         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
13119         doc-string, "c-old-LEN" -> "c-old-END".
13121 2008-03-04  Jason Rumney  <jasonr@gnu.org>
13123         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
13124         namespaces.
13126 2008-03-04  Glenn Morris  <rgm@gnu.org>
13128         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
13130         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
13131         than mapcar.
13133 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13135         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
13136         (byte-compile-nilconstp): Can't use recursion in a defsubst.
13138         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
13139         so that M-q can fill comments.
13140         (tex-executable-exists-p, tex-compile): Extend with special syntax for
13141         commands implemented in elisp.
13142         (tex-compile-commands): Add an entry to use doc-view for pdf files.
13143         (tex-format-cmd): New function.
13144         (tex-compile): Use it to let the user specify default arguments.
13145         (tex-cmd-bibtex-args): New var.
13146         (tex-cmd-doc-view): New function.
13148 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
13150         * faces.el (face-spec-set): Fix typos in docstring.
13152 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
13154         * bindings.el (mode-line-column-line-number-mode-map): New variable.
13155         (standard-mode-line-position): Use it to add a menu for toggling
13156         column number and line number display.
13158 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13160         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13161         Remove optimization that was working around the form-code-walker bug.
13163         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13164         Walk into the body of lambdas after byte-compile-unfold-lambda.
13166 2008-03-03  Glenn Morris  <rgm@gnu.org>
13168         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
13169         value, if set, over frame value.
13171         * simple.el (transient-mark-mode): Don't turn on by default.
13173         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
13174         accidentally removed by the 2007-12-05 merge from Gnus.
13176 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
13178         * progmodes/compile.el (compilation-menu-map): Add menu entries
13179         for useful options.
13181 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
13182             Glenn Morris  <rgm@gnu.org>
13184         * emacs-lisp/bytecomp.el (byte-recompile-directory)
13185         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
13186         Give a `bytecomp-' prefix to local variables with common names.
13188 2008-03-01  Glenn Morris  <rgm@gnu.org>
13190         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
13191         code commented out 2007-11-10.
13193         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
13195         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13196         Delete macro.
13197         * emulation/viper-cmd.el, emulation/viper-ex.el:
13198         * emulation/viper-init.el, emulation/viper-keym.el:
13199         * emulation/viper-mous.el, emulation/viper-util.el:
13200         * emulation/viper.el:
13201         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
13202         featurep test.
13204         Replace obsolete frame-local variables with frame-parameters.
13205         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13206         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13207         (viper-vi-state-cursor-color): Only call make-variable-frame-local
13208         on XEmacs.
13209         * emulation/viper-util.el (viper-frame-value): New macro.
13210         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
13211         (viper-R-state-post-command-sentinel)
13212         (viper-replace-state-post-command-sentinel)
13213         (viper-change-state-to-insert, viper-change-state-to-emacs):
13214         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
13215         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
13216         (viper-get-saved-cursor-color-in-insert-mode)
13217         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
13218         Use viper-frame-value for viper-replace-overlay-cursor-color,
13219         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
13220         viper-vi-state-cursor-color values.
13222         * emulation/viper-cmd.el (zmacs-region-stays):
13223         * emulation/viper-util.el (zmacs-region-stays): No need to define
13224         for compiler.
13226         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
13227         mapcar on Emacs.
13229         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
13230         on XEmacs.
13232         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
13233         rather than if.
13235 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13237         * whitespace.el: New version 9.3.  As the glyph code generation was
13238         fixed, it is possible now to use character code above ?\x1FFFF in the
13239         display table.  Fix `whitespace-indentation-regexp' to not include an
13240         extra ending character.  Reported by Michael Welsh Duggan
13241         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
13242         the original whitespace package had.  Suggested by Eric Cooper
13243         <ecc@cmu.edu>.  Doc fix.
13244         (whitespace-action): New option.
13245         (whitespace-display-mappings): Changed default newline visualization to
13246         display downwards arrow, as the glyph code generation was fixed.
13247         (whitespace-unload-function): Assure that all local whitespace mode is
13248         turned off.
13249         (whitespace-global-modes): Fix type customization.
13250         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
13251         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13252         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
13253         Fix code.
13254         (whitespace-buffer): Command removed.
13255         (whitespace-trailing-regexp, whitespace-mark-x)
13256         (whitespace-display-window, whitespace-action-when-on)
13257         (whitespace-add-local-hook, whitespace-remove-local-hook)
13258         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
13259         (whitespace-action): New funs.
13260         (whitespace-report-list, whitespace-report-text)
13261         (whitespace-report-buffer-name): New consts.
13262         (whitespace-report, whitespace-report-region): New commands.
13264 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13266         * disp-table.el (make-glyph-code): Don't test the result of
13267         `face-id', which already signals an error for invalid faces.
13268         (glyph-face): Simplify.
13270         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
13271         running `desktop-not-loaded-hook' to allow modifying it.
13272         Don't show warning message if `desktop-dirname' was modified.
13274 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13276         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
13277         we still expect more lines.
13279         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
13280         comment-paragraph filling if the commark doesn't match
13281         comment-start-skip.
13283 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
13285         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
13286         the `imap' variant.
13288 2008-03-01  Jason Rumney  <jasonr@gnu.org>
13290         * files.el (make-auto-save-file-name): Encode more characters in
13291         non-file buffer names.  Use url-encoding.
13293 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13295         * net/net-utils.el (ftp-program): Fix typo in docstring.
13296         (ifconfig-program-options, netstat-program-options)
13297         (arp-program-options, route-program-options, nslookup-program-options)
13298         (ftp-program-options, smbclient-program-options)
13299         (dns-lookup-program-options, arp, route): Doc fixes.
13301         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
13302         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
13303         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
13304         Fix typos in docstrings.
13305         (gdb-pending-triggers): Reflow docstring.
13306         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
13308 2008-03-01  Alan Mackenzie  <acm@muc.de>
13310         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
13311         typing "#" at EOB.
13313 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13315         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
13317 2008-02-29  Kim F. Storm  <storm@cua.dk>
13319         * emulation/cua-base.el (cua-remap-control-v)
13320         (cua-remap-control-z): New defcustoms.
13321         (cua-mode): Add them to set-after property.
13322         (cua--init-keymaps): Use them.
13323         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
13325         * help.el (view-emacs-todo): Rename from view-todo.
13326         (describe-gnu-project): Rename from describe-project.  Users changed.
13327         (view-help-file): New helper function.
13328         (describe-distribution, describe-copying, describe-gnu-project)
13329         (view-todo, view-order-manuals, view-emacs-problems): Use it.
13330         (view-emacs-debugging, view-external-packages): New commands.
13331         (help-map): Move describe-distribution to C-h C-o (ordering).
13332         Move view-emacs-problems to C-h C-p (problems).
13333         Bind view-emacs-debugging to C-h C-d (debugging).
13334         Bind view-external-packages to C-h C-e (extras).
13335         (help-for-help-internal): Cleanup and align descriptions.
13336         Remove command names to reduce clutter.
13338 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13340         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
13341         and quieter face (not a warning).
13343 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
13345         * vc.el (vc-status-crt-marked): New variable.
13346         (vc-status-mode): Make it local.
13347         (vc-status-refresh): Use it to save the marked files.
13348         (vc-update-vc-status-buffer): Use it to restore the marked files.
13350         * vc-svn.el (vc-svn-after-dir-status):
13351         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
13353 2008-02-29  Glenn Morris  <rgm@gnu.org>
13355         * allout.el (allout-topic-encryption-bullet)
13356         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
13357         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
13358         from 22.0 to 22.1.
13360         * net/imap.el (imap-ping-server):
13361         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
13362         Change defcustom :version from 23.0 to 23.1.
13364 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
13366         * desktop.el (desktop-save): Save the buffer name if the
13367         uniquified base name is empty.
13369 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13371         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
13372         correctly when user has "set print address off".
13374 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
13376         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
13377         version number of the next major Emacs release, not 23.0.
13379         * longlines.el (longlines-unload-function): New function.
13381 2008-02-28  Juri Linkov  <juri@jurta.org>
13383         * startup.el (normal-splash-screen): Add argument `concise'.
13384         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
13385         to the created buffer.  If `concise' is non-nil, call
13386         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
13387         (display-startup-screen): Add argument `concise' to the call to
13388         `normal-splash-screen'.
13390 2008-02-28  Kim F. Storm  <storm@cua.dk>
13392         * startup.el (startup-echo-area-message): Check for about-emacs.
13394 2008-02-28  Juri Linkov  <juri@jurta.org>
13396         * startup.el: Always add initial message to *scratch* buffer if
13397         `initial-scratch-message' is non-nil regardless of the value of
13398         `inhibit-startup-screen'.
13399         (inhibit-startup-screen, initial-scratch-message): Doc fix.
13400         (command-line-1): Move code that inserts `initial-scratch-message'
13401         up before the if-form that checks for `inhibit-startup-screen'.
13402         Suggested by Jonathan Rockway <jon@jrock.us>.
13404 2008-02-28  Juri Linkov  <juri@jurta.org>
13406         * cus-edit.el (custom-mode-map, custom-mode-link-map):
13407         Rename `custom-mode' to `Custom-mode' in docstrings.
13408         (custom-buffer-create-internal, customize-browse):
13409         Rename `custom-mode' to `Custom-mode'.
13410         (custom-mode-hook): Rename to `Custom-mode-hook'.
13411         (Custom-mode-hook): Renamed from `custom-mode-hook'.
13412         (custom-mode): Rename to `Custom-mode'.
13413         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
13414         (custom-mode): Add backward-compatible non-interactive variant of
13415         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
13416         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
13418         * info-look.el: Rename `custom-mode' to `Custom-mode'.
13420         * emulation/viper.el (viper-emacs-state-mode-list):
13421         Rename `custom-mode' to `Custom-mode'.
13423         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
13424         Capitalize "Tagged Files".
13425         (minibuffer-local-map): Add menu items for next/previous
13426         history elements and isearch history forward/backward.
13428         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
13429         `hs-isearch-open' with t instead of `comment' in :selected
13430         for "Code and Comment blocks" menu item.
13432 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13434         * uniquify.el (uniquify-buffer-base-name): Undo last change.
13435         Should be done in desktop.el instead.
13437 2008-02-28  Glenn Morris  <rgm@gnu.org>
13439         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
13441         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
13443         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
13444         (Info-menu, Info-goto-node): Remove declarations.
13445         (report-emacs-bug-info): Use info rather than Info-goto-node.
13447         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
13448         (idlwave-convert-xml-system-routine-info): Don't require xml.
13449         (idlwave-show-commentary, idlwave-shell-show-commentary):
13450         Don't require finder.
13451         (idlwave-info): Don't require info.  Use info rather than
13452         Info-goto-node.
13454         * textmodes/org.el (Info-goto-node): Remove declaration.
13455         (org-info): Use info rather than Info-goto-node.
13457         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
13458         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
13460 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
13462         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
13463         the menu.
13465         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
13466         (vc-finish-logentry): Check for vc-status-mode, not only for
13467         vc-dired-mode.
13469 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
13471         * isearch.el (isearch-printing-char): Don't check
13472         keyboard-coding-system.
13473         Call isearch-process-search-multibyte-characters only when
13474         current-input-method is non-nil.
13476 2008-02-27  Kim F. Storm  <storm@cua.dk>
13478         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
13479         (glyph-char, glyph-face): Handle cons encoding.
13481 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
13483         * uniquify.el (uniquify-buffer-base-name): If the base name is an
13484         empty string, return nil to allow the caller to default to the
13485         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
13487         * tool-bar.el (tool-bar-setup): Doc fix.
13489         * mail/supercite.el (sc-describe):
13490         Fix typos in obsolescence declaration.
13492 2008-02-27  Glenn Morris  <rgm@gnu.org>
13494         * autoinsert.el (auto-insert-alist): Change permission text to
13495         match FSF's GPLv3 form.
13497         * mail/supercite.el (sc-cite-original): Doc fix.
13498         (sc-version): Make obsolete.
13499         (sc-describe): Show the SC info page.  Make obsolete.
13501 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13503         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
13504         when using transient-mark-mode.
13505         (default-indicate-unused-lines): Remove unused var.
13507 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
13509         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
13510         and previous.
13512         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
13514 2008-02-26  Glenn Morris  <rgm@gnu.org>
13516         * net/net-utils.el (top-level): Don't require comint when compiling.
13517         (nslookup-font-lock-keywords): Don't require font-lock.
13518         Use font-lock faces rather than variables.
13519         (nslookup, ftp, smbclient, network-service-connection):
13520         Don't require comint.
13521         (comint-prompt-regexp, comint-input-autoexpand)
13522         (comint-input-ring): Declare for compiler.
13523         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
13524         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
13526         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
13527         doc-string.
13529 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13531         * doc-view.el (doc-view-current-page): Add a `win' argument.
13533 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13535         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
13536         Demote it to plain defvar.
13537         (doc-view-conversion-refresh-interval): Reduce interval.
13538         (doc-view-goto-page): Allow moving to pages not yet rendered.
13539         (doc-view-goto-page): Construct a file name rather than extracting it
13540         from doc-view-current-files.
13541         (doc-view-kill-proc): Ignore errors from kill-process.
13542         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
13543         (doc-view-insert-image): Use appropriate text if the page hasn't been
13544         rendered yet.  Adjust scrolling so the text is displayed.
13545         (doc-view-display): Detect not just that a page is available, but also
13546         that it wasn't available before, so as to avoid refreshing all pages
13547         repeatedly.
13548         (doc-view-mode): Make doc-view-cache-directory if needed.
13550 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13552         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
13553         toggle-read-only.
13555         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
13556         refering to a missing required field with the OPT prefix.
13557         Make unwindform more robust.
13559         * textmodes/bibtex.el: Remove support for hideshow minor mode as
13560         it duplicates the bibtex support in progmodes/hideshow.el.
13561         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
13562         entries that do not start at the beginning of a line.
13564 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
13566         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
13568 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
13570         * help-fns.el (describe-variable): Add phrases about
13571         initialization file with and without customization;
13572         use new button type help-info-variable.
13574         * help-mode.el (help-info-variable):
13575         New button able to read Info files for help-fns.el.
13577 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
13579         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
13580         (grep-mode): Use grep-mode-tool-bar-map.
13582         * progmodes/compile.el (tool-bar): Require tool-bar.
13583         (compilation-mode-tool-bar-map): New variable.
13584         (compilation-mode): Use compilation-mode-tool-bar-map.
13586         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
13588 2008-02-25  Glenn Morris  <rgm@gnu.org>
13590         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
13592 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13594         * diff-mode.el (diff-file-junk-re): New const.
13595         (diff-beginning-of-file-and-junk): Use it.
13596         (diff-file-kill): Make sure we were really inside a file diff.
13598         * diff-mode.el: Make it more robust in the presence of empty context
13599         lines in unified hunks.
13600         (diff-valid-unified-empty-line): New var.
13601         (diff-unified->context, diff-sanity-check-hunk): Obey it.
13602         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
13603         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
13604         (diff-hunk-header-re-unified): New const.
13605         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
13606         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
13607         (diff-sanity-check-hunk): Use it.
13609         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
13610         Index: line, don't search backward for the previous one.
13612 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
13614         * international/fontset.el (setup-default-fontset): Add non-OTF
13615         lao font for lao script.
13617         * language/tibetan.el: Register tibetan-composition-function in
13618         composition-function-table.
13620         * language/tibet-util.el (tibetan-composition-function):
13621         Adjust for the new calling way (argument changed).  Try font-shape-text
13622         if possible.
13624         * language/lao.el: Register lao-composition-function in
13625         composition-function-table.
13627         * language/lao-util.el (lao-composition-function): Adjust for the new
13628         calling way (argument changed).  Try font-shape-text if possible.
13630 2008-02-25  Jason Rumney  <jasonr@gnu.org>
13632         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
13634 2008-02-25  Juri Linkov  <juri@jurta.org>
13636         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
13637         background, "red4" for a dark background, "red" for 16 and
13638         8 colors, "grey" for grayscale, and inverse video otherwise.
13639         Add :version tag.
13640         (isearch-message): Keep the original isearch-message intact, and
13641         add text properties to it where necessary.  Add `isearch-error' to
13642         the condition that checks if isearch is unsuccessful.
13644 2008-02-24  Juri Linkov  <juri@jurta.org>
13646         * progmodes/compile.el (compilation-handle-exit):
13647         Use compilation-error face instead of font-lock-warning-face.
13648         Display the same message in the minibuffer as is inserted
13649         at the end of the compilation buffer.
13651 2008-02-24  Glenn Morris  <rgm@gnu.org>
13653         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
13654         multiple file case.
13656         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
13658         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
13659         multiple file case.  Use a single `let' rather than two.
13661 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
13663         * progmodes/compile.el (compilation-start): Specify a face for
13664         mode-line-process.
13665         (compilation-handle-exit): Specify a face and a tooltip for
13666         mode-line-process.
13668 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13670         * hilit-chg.el: Remove spurious * in defcustom docstrings.
13671         (hilit-chg-make-ov): Simplify.
13672         (hilit-chg-fixup): Use remove-overlays.
13673         (hilit-chg-set-face-on-change): Remove redundant call to
13674         `remove-text-properties'.
13676         * dired.el (dired-mark-prompt): Don't count/display the t element.
13677         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
13679 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
13681         * progmodes/verilog-mode.el (eval-when-compile): Don't define
13682         add-submenu.
13683         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
13684         Remove.  Move contents to the only use ...
13685         (verilog-menu): ... here.
13686         (verilog-statement-menu): Remove.  Move contents to the only use ...
13687         (verilog-stmt-menu): ... here.
13688         (verilog-mark-defun): Simply call mark-defun for emacs.
13689         (occur-pos-list): Declare for byte compiler.
13690         (mode-popup-menu): Don't defvar.
13691         (verilog-add-statement-menu): Remove.
13692         (verilog-mode-hook): Don't add verilog-add-statement-menu.
13693         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
13695 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
13697         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
13698         conditional.
13699         (verilog-font-grouping-keywords-face): Make the begin..end
13700         keywords standout more than other verilog keywords.
13701         (verilog-type-font-keywords): Move the begin..end out of this list
13702         to facilitate making them to (potentially) stand out more.
13703         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
13704         function & task blocks.
13705         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
13706         initial, function & task blocks.
13707         (verilog-forward-sexp): Handle the new "disable fork" statement of
13708         IEEE-1800 Verilog.
13709         (verilog-beg-block-re-ordered): Handle the new "disable fork"
13710         statement of IEEE-1800 Verilog.
13711         (verilog-calc-1): Handle the new "disable fork" statement of
13712         IEEE-1800 Verilog.
13713         (verilog-disable-fork-re): Add const to help handle the new
13714         "disable fork" statement of IEEE-1800 Verilog.
13715         (verilog-declaration-core-re): Add port directions by themselves,
13716         with no qualification, as base item of a declaration.
13717         (verilog-pretty-declarations): Add new flag to ask it to refrain
13718         from printing to the message buffer.
13719         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
13720         printing to the message buffer.  Improve handling of the many
13721         types of expression line up.
13722         (verilog-just-one-space): Remove printing of an empty message.
13723         (verilog-get-lineup-indent): Rework to support the better handling
13724         of expression lineup for verilog-pretty-expr.
13725         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
13727 2008-02-24  Alan Mackenzie  <acm@muc.de>
13729         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
13730         yesterday's commit.
13732 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
13734         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
13735         to mouse-set-point in buffers that aren't associated with files.
13737         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
13739 2008-02-24  Alan Mackenzie  <acm@muc.de>
13741         Set of changes so that "obtrusive" syntactic elements in a
13742         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
13743         unmatched paren) don't interact syntactically with stuff outside
13744         the CPP line.
13746         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
13747         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
13748         off-by-one bug.
13749         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
13750         a bit of refactoring.
13751         (c-awk-extend-and-syntax-tablify-region): Takes some of the
13752         functionality of c-awk-advise-fl-for-awk-region, which has been
13753         refactored away.
13755         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
13756         (c-clear-char-property-with-value): New function and macro which
13757         remove text-properties `equal' to a supplied value.
13759         * progmodes/cc-engine.el: Comment about text properties amended.
13761         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
13762         parens around "error\\|warning".
13764         * progmodes/cc-langs.el (c-get-state-before-change-function)
13765         (c-before-font-lock-function, c-anchored-cpp-prefix):
13766         New language variables.
13767         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
13769         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
13770         syntax-table text properties.
13771         (c-common-init): Call language specific before/after-change
13772         functions at mode initialisation.
13773         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
13774         (c-extend-region-for-CPP, c-neutralize-CPP-line)
13775         (c-neutralize-syntax-in-CPP): New functions.
13776         (c-before-change, c-after-change): Call the new language specific
13777         change functions defined in cc-langs.el.
13778         (c-advise-fl-for-region): New macro.
13779         (awk-mode): Remove AWK specific stuff which has been refactored
13780         into language independent stuff.
13782 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
13784         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
13785         (gdb): (Re)set gdb-flush-pending-output to nil here...
13786         (gdb-init-1): ...instead of here (before gdb-prompt).
13788 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13790         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
13791         Recognize ''' just like any other char-constant.
13793 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
13796         careful enough.  Detect the uid-change all within the main loop.
13798 2008-02-24  Stefan Monnier  <monnier@pastel.home>
13800         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
13802 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13804         * hilit-chg.el (highlight-save-buffer-state): New macro.
13805         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
13806         (hilit-chg-clear): Use it to preserve the modified-p flag.
13807         (highlight-changes-rotate-faces): Don't mess with the undo-list.
13809 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13811         * font-lock.el (font-lock-set-defaults): Unset previously set variables
13812         when needed.
13814 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
13816         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
13817         from gnus-button-url-regexp.
13819 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
13821         * progmodes/compile.el (compilation-next-error): Doc fix.
13822         (compilation-find-file): Doc fix.
13824 2008-02-24  Glenn Morris  <rgm@gnu.org>
13826         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
13827         Add obsolete aliases to the old names.
13829 2008-02-24  Richard Stallman  <rms@gnu.org>
13831         * net/net-utils.el (ifconfig): Rename from ipconfig.
13832         (ipconfig): Alias to ifconfig.
13833         (ifconfig-program): Rename from ipconfig-program.
13834         (ifconfig-program-options): Rename from ipconfig-program-options.
13836 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
13838         * progmodes/verilog-mode.el (verilog-declaration-core-re):
13839         Add port directions by themselves, with no qualification, as base
13840         item of a declaration.
13841         (verilog-pretty-declarations): Add new flag that inhibits printing
13842         to the message buffer.
13843         (verilog-pretty-expr): Add new flag that inhibits printing to the
13844         message buffer.  Improve handling of the many types of expression
13845         line up.
13846         (verilog-just-one-space): Don't print an empty message.
13847         (verilog-get-lineup-indent): Rework to support the better handling
13848         of expression lineup for verilog-pretty-expr.
13849         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
13850         (verilog-mode-version, verilog-mode-release-date): Update.
13852 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13854         * subr.el (cancel-change-group): Don't move point.
13856 2008-02-23  Markus Triska  <markus.triska@gmx.at>
13858         * linum.el (linum-after-config): Update all visible windows.
13860 2008-02-23  Glenn Morris  <rgm@gnu.org>
13862         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
13863         Add :help for Solitaire and Tetris.
13865         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
13867         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
13868         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
13869         (smtpmail-queue-index-file): Make it a defcustom.
13870         (smtpmail-queue-index): Delete.
13871         (smtpmail-send-it, smtpmail-send-queued-mail):
13872         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
13873         smtpmail-queue-index.
13875         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
13876         Add :version.
13878 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
13880         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
13881         New variables.
13882         (iwconfig): New function.
13884 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
13886         * vc.el (vc-find-revision): Make vc-parent-buffer local before
13887         setting it.
13888         (vc-status-menu-map): Do not define using easy-menu.
13889         (vc-status-menu-map): New defalias.
13890         (vc-status-mode-map): Hook up the menu.
13891         (top-level): Update TODO.
13893         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
13895         * vc-bzr.el (vc-bzr-init-version): Rename to ...
13896         (vc-bzr-init-revision): ... this.
13898 2008-02-23  Jason Rumney  <jasonr@gnu.org>
13900         * makefile.w32-in (WINS_ALMOST): Remove term.
13901         (WINS): Add term here.
13902         (custom-deps, finder-data): Use WINS_ALMOST.
13904 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
13906         * faces.el (font-weight-table): Fix value of `semi-light'.
13908 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13910         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
13911         Make those tables bijective.
13913 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
13915         Finish pdbtrack integration cleanup, settling missing-functions
13916         byte compiler warnings appropriately.
13918         * progmodes/python.el (python-point): Remove this - beginning-of-line
13919         was all that was necessary for `python-pdbtrack-overlay-arrow'.
13920         (python-end-of-def-or-class, python-beginning-of-def-or-class)
13921         (python-goto-initial-line): Drop these - they were only needed for
13922         python-point.
13923         (python-comint-output-filter-function): Use condition-case and
13924         beginning-of-line directly, instead of python-mode.el functions
13925         which require all sorts of baggage.
13926         (point-safe): Unnecessary - we're using condition-case directly,
13927         instead.
13928         (python-execute-file): Include for python-shell, which I'm leaving
13929         in keeping despite it being unnecessary for pdb tracking.
13931 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
13933         * progmodes/scheme.el (scheme-font-lock-keywords-2):
13934         Add SRFI 11 support.
13935         (let-values, let*-values): Specify scheme-indent-function.
13937 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
13939         * vc.el (vc-exec-after): Move setting mode-line-process in the
13940         busy case ...
13941         (vc-set-mode-line-busy-indicator): ... in this new function.
13942         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
13943         (vc-update-vc-status-buffer): Reset mode-line-process.
13944         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
13945         mark/unmark all the files with the same state as the current one.
13946         With a prefix argument mark/unmark all files.
13947         (vc-status-mode-menu): Adjust strings.
13948         (vc-update-vc-status-buffer): Only do something when the argument
13949         is not nil.
13950         (vc-status-kill-dir-status-process): New function.
13951         (vc-status-mode-map): Bind it.
13952         (vc-status-process-buffer): New variable.
13953         (vc-status-mode): Make it local.
13954         (vc-status-refresh): Set it.
13956         * vc-hg.el (vc-hg-dir-status):
13957         * vc-git.el (vc-git-dir-status):
13958         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
13959         command is run.
13961 2008-02-22  Glenn Morris  <rgm@gnu.org>
13963         * json.el (top-level): No need to require thingatpt.
13964         (json-read-keyword): Use thing-at-point rather than word-at-point.
13966         * time.el (top-level): No need to require time-date when compiling.
13968         * emacs-lisp/copyright.el (copyright-update-year):
13969         Fix subexpression numbering for the case when years are split over
13970         lines, and for the replace case.
13972         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
13973         (tpu-caar, tpu-cadr): Delete functions.
13974         (zmacs-regions): No need to declare for compiler.
13975         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
13976         (tpu-spell-check): Rewrite, and handle mark after point.
13977         (tpu-special-insert): Use or rather than if.
13979         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
13980         rather than spell-region.
13982         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
13983         warnings about spell-region.
13985 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
13987         * ldefs-boot.el: Regenerated.
13989         * loadup.el: Don't load language/devanagari, language/kannada,
13990         language/malayalam, and language/tamil.  Load language/sinhala.
13992         * language/indian.el (indian-font-foundry)
13993         (indian-script-language-alist, indian-font-char-index-table)
13994         (indian-font-char, indian-font-char-range, indian-script-table)
13995         (indian-default-script, indian-composable-pattern): Delete them.
13996         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
13997         language environments moved to here.
13998         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
13999         New language environments.
14001         * language/devanagari.el, language/devan-util.el,
14002         * language/kannada.el, language/knd-util.el, language/malayalam.el,
14003         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14004         Delete them.
14006         * language/sinhala.el: New file.
14008 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
14010         Update Nick Robert's port of pdb tracking from python-mode.el.
14012         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14013         Clarify docstring.
14014         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14015         tracking is happening.
14016         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14017         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14018         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14019         Tracking is plugged in to all comint buffers once python.el is loaded.
14020         (python-pdbtrack-overlay-arrow): Toggle activation of
14021         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14022         (python-pdbtrack-track-stack-file): Use new
14023         `python-pdbtrack-get-source-buffer' for more flexible access to
14024         debugging source files.
14025         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14026         according to pdb stack trace, optionally using new
14027         `python-pdbtrack-grub-for-buffer' if file is not locally available.
14028         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14029         named buffer, or having function with indicated name.
14030         (python-shell): Remove comint-output-filter-functions hook
14031         addition, it's being done elsewhere.  Wrap long line.
14033 2008-02-21  Michael Olson  <mwolson@gnu.org>
14035         * json.el: Replace XEmacs compatibility code to get rid of
14036         compiler warnings.
14038         * time.el: Fix compiler warning.
14040 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
14042         * json.el: New file (JavaScript Object Notation parser / generator).
14044 2008-02-21  Dave Love  <fx@gnu.org>
14046         * progmodes/sym-comp.el: New file.
14048         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14049         Require sym-comp.  Add Python buffer to same-window-buffer-names.
14050         Fixup whitespaces.
14051         (python-font-lock-keywords): Add highlighting for Python builtins.
14052         (python-font-lock-syntactic-keywords): Rewrite.
14053         (python-quote-syntax): Use syntax-ppss-context instead of parsing
14054         ppss directly.
14055         (python-mode-map): Add binding for python-find-function.
14056         (python-calculate-indentation): Clean up the logic.
14057         (python-beginning-of-defun): Explicitly set return value.
14058         (python-beginning-of-statement): Stop looping if we get stuck
14059         going backwards.
14060         (python-next-statement): Stop looping if we somehow end up inside
14061         a string while advancing.
14062         (python-preoutput-continuation, python-version-checked): New vars.
14063         (python-check-version): New function.
14064         (run-python): Set default command to python-command instead of
14065         python-python-command.
14066         (run-python): Use python-check-version.  Give PYTHONPATH
14067         precedence over data-directory in the process environment.
14068         Load function definitions in python process after.
14069         (python-check-comint-prompt): New function.
14070         (python-send-command, python-send-receive): Use it.
14071         (python-complete-symbol, python-try-complete): Functions deleted.
14072         Use symbol-complete instead of python-complete-symbol throughout.
14073         (python-fill-paragraph): Further refine the fenced-string regexp.
14074         (def-python-skeleton): Expand to the original abbrev instead if in
14075         a comment or string.  Tweak skeletons for `if', `while', `for',
14076         `try/except', `try/finally', `name'.
14077         (python-pea-hook, python-abbrev-pc-hook): New functions.
14078         (python-abbrev-syntax-table): New var.
14079         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14080         Use symbol-completion-try-complete for hippie expansion.
14081         Turn on font lock unconditionally.
14082         (python-mode-hook): Defcustom it.  No need to use make-local
14083         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
14084         option, since it's buffer-local.
14086 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
14088         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
14090 2008-02-21  Drew Adams  <drew.adams@oracle.com>
14092         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
14093         "Turn off" and a "Help" entry when the minor mode has no menu.
14095 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
14097         * vc.el (vc-status-mark, vc-status-unmark): New functions.
14098         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
14099         vc-status-mark-file and vc-status-unmark-file.
14100         (vc-status-mark-unmark): New function.
14101         (vc-status-previous-line, vc-status-next-line): No longer interactive.
14103 2008-02-21  Glenn Morris  <rgm@gnu.org>
14105         * composite.el (encode-composition-rule): Fix typo in error message.
14106         (composition-function-table, auto-composition-mode): Doc fixes.
14108         * subr.el (sit-for): Fix obsolete form for nil second argument.
14110         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
14111         (spell-string): Make obsolete, in favor of ispell.
14113 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
14115         * language/devanagari.el: Don't setup composition-function-table
14116         here.
14117         ("Devanagari"): Change charset, coding-system, coding-priority to
14118         Unicode-based ones.  Don't require the feature devan-util.
14120         * composite.el (compose-chars-after): Fix arguments for a function
14121         in composition-function-table.
14122         (auto-compose-region): Likewise.
14124         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
14125         for Ethiopic.
14126         (ps-mule-plot-string): Ignore glyph-string based compositions.
14128 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14130         * doc-view.el: Allow different windows to show different pages.
14131         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
14132         (doc-view-current-image, doc-view-current-overlay): Remove variables,
14133         add them back as macros instead, using image-mode-winprops instead.
14134         Update all users of those variables.
14135         (doc-view-new-window-function): New function to create a new overlay
14136         for each new window.
14137         (doc-view-mode): Use it and image-mode-setup-winprops.
14138         (doc-view-clone-buffer-hook): Rewrite accordingly.
14140         * image-mode.el: Extend [hv]scroll support to per-window properties.
14141         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
14142         (image-mode-winprops-alist): New var to replace them.
14143         (image-mode-new-window-functions): New hook.
14144         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
14145         New funs.
14146         (image-set-window-vscroll, image-set-window-hscroll): Use them.
14147         Remove the `window' argument, update callers.
14148         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
14149         Use the new functions.
14150         (image-mode-reapply-winprops): New fun.
14151         (image-mode): Use it.
14153 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
14155         * calc/calc-math.el (math-sin-raw): Add optional argument
14156         to keep track of original argument.
14157         (math-cos-raw): Use optional argument when calling math-sin-raw.
14158         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
14159         with close to original precision.
14161 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14163         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
14164         args in calls of sit-for.
14166 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
14168         * vc-svn.el (vc-svn-program): Fix typo in docstring.
14169         (vc-svn-checkin): Fix typo in error message.
14171         * help-mode.el: Require easymenu when compiling.
14173 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
14175         * help-mode.el (help-mode-menu): New menu.
14177 2008-02-20  Glenn Morris  <rgm@gnu.org>
14179         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
14180         on Windows.
14182 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
14184         * ps-mule.el (ps-mule-encode-region): Return a single string.
14185         (ps-mule-plot-string): Adjust for the above change.
14186         (ps-mule-encode-header-string): Likewise.
14188         * international/latin1-disp.el (latin1-display): Don't use
14189         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
14190         standard-display-table.
14191         (latin1-display-identities): Adjust for the change of what is
14192         returned by (get-language-info charset 'charset).
14194         * international/mule-util.el (char-displayable-p): Fix for Latin-1
14195         characters and terminal case.
14197 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
14199         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
14201         * progmodes/python.el: Also require comint when loading.
14202         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
14203         Replace python-shell with run-python on menu bar.
14204         (python-shell-map): New map.
14205         (python-default-interpreter, python-python-command-args)
14206         (python-jython-command-args, python-pdbtrack-do-tracking-p):
14207         New options.
14208         (python-which-shell, python-which-args, python-which-bufname):
14209         New buffer local variables.
14210         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
14212         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
14213         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
14214         New constants.
14216         Pdbtrack features:
14218         (python-point, python-end-of-def-or-class)
14219         (python-beginning-of-def-or-class, python-goto-initial-line)
14220         (python-comint-output-filter-function)
14221         (python-pdbtrack-overlay-arrow)
14222         (python-pdbtrack-track-stack-file, python-toggle-shells)
14223         (python-shell, python-pdbtrack-toggle-stack-tracking)
14224         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
14225         New functions.
14227 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14229         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
14230         when the argument is nil.
14232 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14234         * vc.el (dir-status): Add a brief description.
14236 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
14238         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
14239         If non-nil, reverse the sense of the check.
14241         * vc-rcs.el (vc-rcs-root): New func.
14242         * vc-cvs.el (vc-cvs-root): New func.
14243         * vc-svn.el (vc-svn-root): New func.
14244         * vc-sccs.el (vc-sccs-root): New func.
14246 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
14248         * language/japan-util.el (setup-japanese-environment-internal):
14249         Call use-cjk-char-width-table.
14251         * language/japanese.el ("Japanese"): Set exit-function to
14252         use-default-char-width-table.
14254         * international/characters.el: Delete occurrences of non-Unicode
14255         tibetan and ethiopic characters.
14256         (cjk-char-width-table): New variable.
14257         (use-cjk-char-width-table, use-default-char-width-table):
14258         New functions.
14260 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14262         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
14263         (vc-status-mode-menu): Add a :filter.
14264         (vc-status-printer): Add faces.
14266         * vc-hg.el (vc-hg-extra-status-menu): New function.
14267         (vc-hg-dir-status): Clean up the buffer before using it.
14269 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
14272         (gdb): Initialize it here instead.
14274         * files.el (locate-dominating-file): Fix thinko in last change.
14275         Reported by Bruce Stephens <bruce.stephens@isode.com>.
14277 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
14279         * vc.el (vc-status-mode-menu): New menu for vc-status.
14281 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
14283         * progmodes/verilog-mode.el (customize): Fix typo in error message.
14284         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
14285         (verilog-mode-auto, verilog-indent-level-module)
14286         (verilog-minimum-comment-distance, verilog-library-flags)
14287         (verilog-library-directories, verilog-library-files)
14288         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
14289         (verilog-xemacs-menu, verilog-set-compile-command)
14290         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
14291         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
14292         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
14293         (verilog-batch-inject-auto, verilog-batch-indent)
14294         (verilog-continued-line, verilog-type-keywords)
14295         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
14296         (verilog-read-inst-pins, verilog-read-arg-pins)
14297         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
14298         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
14299         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
14300         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
14301         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
14302         (verilog-mode-version, verilog-mode-release-date)
14303         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
14304         (verilog-simulator, verilog-compiler)
14305         (verilog-auto-sense-defines-constant, verilog-company)
14306         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
14307         Fix typos in docstrings.
14308         (verilog-set-auto-endcomments, verilog-calculate-indent)
14309         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
14310         Reflow docstrings.
14311         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
14312         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
14313         (electric-verilog-forward-sexp, verilog-in-case-region-p)
14314         (verilog-in-struct-region-p, verilog-in-generate-region-p)
14315         (verilog-leap-to-head, verilog-current-indent-level)
14316         (verilog-case-indent-level, verilog-cpp-keywords)
14317         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
14318         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
14319         (verilog-signals-not-in, verilog-symbol-detick-text)
14320         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
14321         (verilog-forward-close-paren, verilog-backward-open-paren)
14322         (verilog-backward-open-bracket): Doc fixes.
14324         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
14325         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
14326         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
14327         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
14328         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
14329         Fix typos in docstrings.
14331         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
14333 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
14335         * info.el (Info-read-node-name): Removed unused `default' arg.
14337 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14339         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
14341 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14343         * image-mode.el (image-get-display-property): New fun.
14344         (image-forward-hscroll, image-next-line, image-eol, image-eob)
14345         (image-mode, image-minor-mode, image-toggle-display-text)
14346         (image-toggle-display): Use it.
14348 2008-02-18  Jason Rumney  <jasonr@gnu.org>
14350         * international/mule.el (xml-find-file-coding-system): Don't warn
14351         about utf-16 with BOM.
14353         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
14355         * international/mule.el (sgml-xml-auto-coding-function): Detect and
14356         warn if file encoding is not utf-8 and encoding not specified.
14357         (xml-find-file-coding-system): New function.
14358         * international/mule-conf.el (file-coding-system-alist): Use it.
14360 2008-02-17  Glenn Morris  <rgm@gnu.org>
14362         * international/mule-cmds.el (set-locale-environment):
14363         Pass `frame' to getenv for LC_MESSAGES.
14365 2008-02-17  Juri Linkov  <juri@jurta.org>
14367         * time.el (emacs-init-time): Use format instead of format-seconds.
14369 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14371         * textmodes/bibtex.el (bibtex-search-entry): Rename from
14372         bibtex-find-entry.  Add autoload cookie.
14373         (bibtex-find-entry): Alias for bibtex-search-entry.
14374         (bibtex-search-crossref): Rename from bibtex-find-crossref.
14375         (bibtex-find-crossref): Alias for bibtex-search-crossref.
14376         (bibtex-clean-entry): atomic-change-group removed.
14377         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
14378         to locate buffer location where error occurred.
14379         Make error messages more specific.
14380         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
14382 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
14384         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
14385         top level.
14387         * simple.el (transient-mark-mode): Add an :init-value.
14389         * startup.el (command-line): Use custom-reevaluate-setting for
14390         transient-mark-mode.
14392 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
14394         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
14396 2008-02-16  Juri Linkov  <juri@jurta.org>
14398         * startup.el (after-init-time): New variable.
14399         (command-line): Set `after-init-time' to the current time.
14401         * time.el (emacs-init-time): New function.
14403 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14405         * files.el (locate-dominating-file): Remove initial loop because it's
14406         not careful enough.  Detect the uid-change all within the main loop.
14408 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14410         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
14412 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
14414         * vc.el (vc-annotate): Add new argument.
14415         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
14417         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
14418         Move make-variable-buffer-local code after the corresponding defvar.
14419         (hs-minor-mode-map): Define and initialize in one step.
14420         (hs-minor-mode): Change from defun to define-minor-mode.
14422 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
14424         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
14425         (gdb-ready): Move declaration...
14427         * progmodes/gdb-ui.el (gdb-ready): ...to here.
14428         (gdb-early-user-input): New variable.
14429         (gdb): Reset gdb-flush-pending-output to nil and set
14430         comint-input-sender here (before gdb-prompt), instead of...
14431         (gdb-init-1): ...here.
14432         (gdb-send): If Emacs is not ready, defer user input to...
14433         (gdb-prompt): ...here.
14435 2008-02-16  Glenn Morris  <rgm@gnu.org>
14437         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
14439         * startup.el (emacs-startup-time): Rename to `before-init-time'.
14440         (before-init-time): New name for `emacs-startup-time'.
14441         (command-line): Use before-init-time rather than emacs-startup-time.
14442         * time.el (emacs-uptime): Use before-init-time rather than
14443         emacs-startup-time.
14445         * composite.el (composition-function-table): Doc fix.
14447         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
14448         in favor of `%z' specifier.
14449         (emacs-uptime): Move to time.el.
14450         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
14451         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
14452         argument of format-seconds.
14454 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
14456         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
14458 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14460         * ielm.el (ielm-is-whitespace): Remove.
14461         (ielm-is-whitespace-or-comment): New function.
14462         (ielm-eval-input): Use it.
14464 2008-02-15  Jason Rumney  <jasonr@gnu.org>
14466         * term/mac-win.el: Fix coding tag.
14468 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
14470         * vc-hooks.el (vc-menu-map):
14471         * bindings.el (mode-line-mode-menu): Add tooltips.
14473         * bindings.el (help-echo): Add more tooltips.  Use a less
14474         telegraphic style for existing tooltips.
14476 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14478         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
14479         from the auto-generated one.
14481 2008-02-14  Glenn Morris  <rgm@gnu.org>
14483         * mail/rmail-spam-filter.el (rmail-spam-filter):
14484         Let-bind message-spam-status.
14486         * mail/smtpmail.el (password-cache-add): Declare as function.
14488 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
14490         * mail/smtpmail.el: Use password-cache.
14492 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
14494         * uniquify.el (uniquify-buffer-base-name): New function.
14495         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14497         * desktop.el (uniquify-managed): Don't defvar.
14498         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
14499         `uniquify-managed'.  Return also the buffer's base name.
14500         (desktop-save): When saving the buffer info, filter out the base name,
14501         and save it as buffer name if the buffer is managed by uniquify.
14502         (uniquify-item-base): Don't declare; not called anymore.
14504 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
14506         * vc.el (vc-annotate-find-revision-at-line): New function.
14507         (vc-annotate-mode-map): Bind it.
14508         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
14509         some entries.
14511 2008-02-14  Glenn Morris  <rgm@gnu.org>
14513         * calendar/time-date.el (format-seconds): New function.
14514         (emacs-uptime): Use format-seconds.
14516         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
14517         Remove `LC_ALL=C', since it's included in $(emacs) now.
14519 2008-02-14  Zhang Wei  <id.brep@gmail.com>
14521         * textmodes/org-publish.el (org-publish-timestamp-filename):
14522         Replace colon characters in filename too.
14524 2008-02-13  Bastien Guerry  <bzg@altern.org>
14526         * mail/rmail.el (rmail-header-name): New face.
14527         (rmail-font-lock-keywords): Use rmail-header-name.
14529         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
14530         against X-Spam-Status header field.
14531         (rmail-spam-filter): Also check X-Spam-Status header field.
14533 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
14535         * progmodes/flymake.el (flymake-allowed-file-name-masks):
14536         Add support for .pm files and .php files.
14537         (flymake-err-line-patterns): Add pattern for PHP errors.
14538         (flymake-php-init): New function.  PHP support for flymake.
14540         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14541         Add regular expression for PHP errors.
14543 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
14545         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
14546         This DTRT even on w32 machines.
14547         (ange-ftp-cf1): Quote FILENAME.
14549 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
14552         (smerge-auto-combine): New fun.
14554 2008-02-12  Juri Linkov  <juri@jurta.org>
14556         * startup.el (fancy-startup-screen, normal-splash-screen):
14557         Set default-directory to command-line-default-directory.
14559         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
14560         after reading the desktop.
14562         * progmodes/compile.el (compilation-auto-jump):
14563         Call compile-goto-error only when compilation-auto-jump-to-first-error
14564         is non-nil.
14565         (compilation-scroll-output): Replace :type 'boolean with a choice
14566         that has three options including a third option `first-error'.
14567         Doc fix.
14568         (compilation-start, compilation-forget-errors): Add an alternate
14569         condition comparing compilation-scroll-output with `first-error'
14570         in addition to compilation-auto-jump-to-first-error (to call
14571         compilation-auto-jump in the proper place).
14573 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14575         * international/mule.el (sgml-html-meta-auto-coding-function):
14576         Make sure the search limit is ahead.
14578         * tar-mode.el: Fix broken indentation.
14579         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
14580         Use with-current-buffer.
14582 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
14584         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
14585         it is already automatically buffer-local.
14587 2008-02-12  Drew Adams  <drew.adams@oracle.com>
14589         * help.el (describe-key): Join some split lines to facilitate filling.
14590         * help-fns.el (describe-function-1): Fill text of overlong lines.
14592 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
14594         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
14595         Use unibyte-string instead of string-make-unibyte.
14597         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
14599 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14601         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
14602         works also for buffers w/o buffer-file-name.  Update callers.
14603         (doc-view-clone-buffer-hook): New fun.
14604         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
14605         the `doc-view' property so they can be recognized.
14607         * simple.el (clone-indirect-buffer-hook): New hook.
14608         (clone-indirect-buffer): Run it.
14610 2008-02-11  Michael Olson  <mwolson@gnu.org>
14612         * epa-setup.el:
14613         * epg-package-info.el: Files removed.
14615 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
14617         * epa.el (epa-menu-mode): Merge into epa-mode.
14618         (epa-menu-items): Rename the label "EasyPG Assistant" to
14619         "Encryption/Decryption".
14621         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
14622         (epa-dired-mode-map): Rename from epa-dired-map.
14623         (epa-global-dired-mode): Rename the global minor mode.
14625 2008-02-11  Drew Adams  <drew.adams@oracle.com>
14627         * isearch.el (isearch-fail): New face.
14628         (isearch-message): Highlight failure part of input.
14630 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14632         * ibuffer.el (ibuffer-header-line-format): New var.
14633         (ibuffer-mode): Set it instead of header-line-format.
14634         (ibuffer-update): Use it to set header-line-format.
14636         * international/mule-cmds.el (ucs-insert): Inherit surrounding
14637         properties like self-insert-command.
14639 2008-02-11  Drew Adams  <drew.adams@oracle.com>
14641         * progmodes/etags.el: Add many doc strings.
14643 2008-02-11  Jason Rumney  <jasonr@gnu.org>
14645         * ldefs-boot.el: Regenerated.
14647 2008-02-11  Glenn Morris  <rgm@gnu.org>
14649         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14650         Shorten some names.
14652         * ffap.el (ffap-rfc-directories): Add :version.
14654 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
14656         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
14657         files, and backup files of same.
14659 2008-02-11  Kevin Ryde  <user42@zip.com.au>
14661         * ffap.el (ffap-rfc-directories): New variable.
14662         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
14664         * info.el (Info-next-reference, Info-prev-reference)
14665         (Info-try-follow-nearest-node): Move to and follow https:// links too.
14667         * simple.el (completion-list-mode): Show full completion-list-mode-map
14668         in the docstring.
14670 2008-02-11  Sam Steingold  <sds@gnu.org>
14672         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
14674 2008-02-11  Glenn Morris  <rgm@gnu.org>
14676         * startup.el (emacs-startup-time): New variable.
14677         (command-line): Set emacs-startup-time.
14679         * calendar/time-date.el (emacs-uptime): New function.
14681 2008-02-10  Bastien Guerry  <bzg@altern.org>
14683         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
14684         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
14685         it is nil.
14687 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14689         * epg-config.el: Expand the contents of epg-package-info.el.
14690         (epg-package-name): New constant.
14691         (epg-version-number): New constant.
14692         (epg-bug-report-address): New constant.
14694         * epa-mail.el (epa-mail-mode): Add autoload cookie.
14695         (epa-global-mail-mode): New global minor mode.
14697         * epa-file.el (epa-file-mode): New global minor mode.
14699         * epa-dired.el (epa-dired-mode): New global minor mode.
14701         * epa.el (epa-menu): New variable.
14702         (epa-menu-items): New variable.
14703         (epa-menu-mode): New global minor mode.
14704         (epa-global-minor-modes): New user option.
14705         (epa-mode): New global minor mode.
14707 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
14709         * net/dbus.el: Remove `no-byte-compile' cookie.
14710         (dbus-call-method, dbus-register-signal, dbus-debug)
14711         (dbus-registered-functions-table): Declare them with
14712         `declare-function' or `defvar', respectively.
14713         (top): Don't assert any longer.  Require 'cl when compiling.
14714         Apply `ignore-errors' but `dbus-ignore-errors'.
14716 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
14718         * diff-mode.el (diff-add-change-log-entries-other-window):
14719         Use add-change-log-entry.
14721 2008-02-09  Jason Rumney  <jasonr@gnu.org>
14723         * button.el (button-map):
14724         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
14725         * ldefs-boot.el: Regenerate.
14727 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
14729         * epa.el (epa-faces, epa):
14730         * epa-file.el (epa-file):
14731         * epg-config.el (epg): Add :version.
14733 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
14735         * vc.el (vc-exec-after): Append CODE to previous fragments.
14736         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
14737         take MESSAGES instead of VERBOSE; use it when non-nil.
14738         (vc-diff-internal): Compute messages once; use them;
14739         update call to vc-diff-finish.
14741 2008-02-09  Michael Olson  <mwolson@gnu.org>
14743         * net/tramp.el (tramp-process-sentinel): Avoid error when process
14744         buffer has been killed, such as by
14745         `tramp-cleanup-all-connections'.
14747 2008-02-09  Miles Bader  <miles@gnu.org>
14749         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
14751 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14753         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
14754         splitter in context hunks.
14756 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
14758         * international/fontset.el (setup-default-fontset): Fix arabic otf
14759         font specification.
14761 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
14763         * epa-dired.el:
14764         * epa-file.el:
14765         * epa-mail.el:
14766         * epa-setup.el:
14767         * epa.el:
14768         * epg-config.el:
14769         * epg-package-info.el:
14770         * epg.el: Initial check-in of EasyPG.
14772 2008-02-08  Glenn Morris  <rgm@gnu.org>
14774         * woman.el (woman-locale): New defcustom.
14775         (woman-expand-locale, woman-manpath-add-locales): New functions.
14776         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
14778         * international/mule-cmds.el (locale-translate): New function,
14779         with old code extracted from set-locale-environment.
14780         (set-locale-environment): Use locale-translate.  Set woman-locale.
14782         * cus-start.el (selection-coding-system): Remove, since it's now
14783         defined in select.el rather than in xselect.c.
14784         * select.el (selection-coding-system): Make it a defcustom, and
14785         add the properties from cus-start.el.  Bump :version.
14787         * custom.el (custom-theme-set-variables): Sort symbols that are
14788         dependencies before symbols that depend on them.
14789         (custom-enabled-themes): Set after custom-theme-directory.
14791         * pcmpl-unix.el (top-level): Move provide statement to end.
14792         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
14793         `*' from doc-string.  Allow to be nil.
14794         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
14795         Allow to be nil.  Add :version.
14796         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
14797         without hostnames, and multiple hostnames per line.
14799         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
14801 2008-02-08  Phil Hagelberg  <phil@evri.com>
14803         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
14804         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
14806 2008-02-07  Timo Savola  <timo.savola@iki.fi>
14808         * startup.el (command-line-x-option-alist): Add --parent-id.
14810         * term/x-win.el (x-handle-parent-id): New function.
14812 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14814         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
14815         "Font Menu".
14817 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
14819         * net/dbus.el (dbus-interface-peer): New defconst.
14820         (dbus-ping): New defun.
14822 2008-02-06  Sam Steingold  <sds@gnu.org>
14824         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
14826 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14828         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
14829         Just return nil and let the C code provide a fallback.
14831 2008-02-05  Glenn Morris  <rgm@gnu.org>
14833         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
14834         tramp-flush-connection-property for removed 2nd argument.
14836 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14838         * diff-mode.el (diff-add-change-log-entries-other-window):
14839         Rename from diff-create-changelog.  Change users.
14840         Minor change to hopefully work with plain diffs.
14841         (diff-mode-map): Add binding for it.
14843 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
14845         * diff-mode.el: Add new TODO entry.
14846         (diff-create-changelog): New function.
14847         (diff-mode-menu): Bind it.
14849 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
14851         * international/mule-diag.el (print-fontset-element): Handle the
14852         case of inhibiting the fallback fonts.
14854 2008-02-04  Kim F. Storm  <storm@cua.dk>
14856         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14857         (ido-magic-delete-char): Use prefix arg.
14859 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
14861         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
14862         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
14863         of today, the most recent libpng is 1.2.24).
14865 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
14867         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
14869         * net/dbus.el (top): Check (featurep 'dbusbind).
14871         * net/tramp.el (tramp-process-sentinel): New defun.
14872         (tramp-do-copy-or-rename-file-out-of-band)
14873         (tramp-maybe-open-connection): Use it as process sentinel.
14874         (tramp-handle-delete-directory): Don't use the "-f" option; it
14875         isn't portable.
14876         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
14877         after the command.
14878         (tramp-handle-shell-command): Set `mode-line-process' in the
14879         asynchronous case.
14881         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
14883         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14884         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14885         Use `tramp-process-sentinel' as process sentinel.
14887 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
14889         * whitespace.el (global-whitespace-mode): Revert last change.
14890         (whitespace-unload-function): Force `global-whitespace-mode'
14891         to deactivate local modes in a slightly less intrusive way.
14893 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
14895         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
14897 2008-02-02  Glenn Morris  <rgm@gnu.org>
14899         * international/latin1-disp.el (latin1-display):
14900         * progmodes/fortran.el (fortran-comment-indent-char):
14901         * progmodes/idlw-shell.el (top-level):
14902         * term/mac-win.el (mac-keyboard-translate-char):
14903         * whitespace.el (whitespace-char-valid-p):
14904         * wid-edit.el (widget-key-sequence-read-event):
14905         Use characterp rather than char-valid-p.
14907         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
14908         to capitalized-find-word-boundary.  Doc fix.  Update callers.
14909         (capitalized-next-word-boundary-function-table): Rename to
14910         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
14912         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
14913         string-to-int.
14915         * ps-def.el (declare-function): Add compatibility definition.
14916         (ps-plot-with-face, ps-plot-string): Declare as functions.
14917         (ps-bold-faces, ps-italic-faces): Declare variables.
14919         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
14920         (ps-mule-end-job): Declare as functions.
14922         * wid-edit.el (widget-string-complete): Use assoc-string rather
14923         than assoc-ignore-case.
14925 See ChangeLog.13 for earlier changes.
14927 ;; Local Variables:
14928 ;; coding: utf-8
14929 ;; add-log-time-zone-rule: t
14930 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
14931 ;; End:
14933     Copyright (C) 2008  Free Software Foundation, Inc.
14935   This file is part of GNU Emacs.
14937   GNU Emacs is free software: you can redistribute it and/or modify
14938   it under the terms of the GNU General Public License as published by
14939   the Free Software Foundation, either version 3 of the License, or
14940   (at your option) any later version.
14942   GNU Emacs is distributed in the hope that it will be useful,
14943   but WITHOUT ANY WARRANTY; without even the implied warranty of
14944   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14945   GNU General Public License for more details.
14947   You should have received a copy of the GNU General Public License
14948   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14950 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc