(vc-dir-marked-only-files-and-states):
[emacs.git] / lisp / ChangeLog
blobb033bd11c9e2339628c289f7df985a45c2d92355
1 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3         * vc-dir.el (vc-dir-marked-only-files-and-states):
4         (vc-dir-child-files-and-states): Reverse the list before returning it.
6 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
8         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
10 2008-08-24  Romain Francoise  <romain@orebokech.com>
12         * progmodes/python.el (run-python): Remove '' from sys.path.
14 2008-08-23  Glenn Morris  <rgm@gnu.org>
16         * progmodes/fortran.el (fortran-tab-mode-string)
17         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
19 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
21         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
22         Add declare-function.
24         * startup.el (command-line): Don't call tty-register-default-colors
25         if initial-window-system is `pc'.
27         * term/internal.el (local-function-key-map): Fix unbalanced parens.
28         (msdos-key-remapping-map): New variable.  Move
29         here all the special keys we will be remapping via
30         local-function-key-map.
31         (msdos-setup-keyboard): New function.
33         * term/pc-win.el (msdos-create-frame-with-faces): Renamed from
34         make-msdos-frame.
35         (terminal-init-internal): New function, errors out if called.
36         (msdos-initialize-window-system): New function.
37         (msdos-create-frame-with-faces): Set the terminal's
38         `terminal-initted' (sic!) parameter.
39         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
40         (window-system-initialization-alist): Add
41         msdos-initialize-window-system.
42         (handle-args-function-alist): Use tty-handle-args for `pc'
43         ``window system'' as well.
44         (pc-win): Provide.
46         * term/tty-colors.el (tty-register-default-colors): Remove bogus
47         code for using msdos-color-values.
49         * loadup.el [ms-dos]: Load term/pc-win.
51 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
53         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
54         directory name.
56 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
58         * progmodes/gud.el (gud-common-init): Use absolute file so that
59         perldb works with tramp (sudo).
61         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
62         match data in process filters.
64 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
66         * dired.el (dired-buffer-stale-p): Do not revert buffer that
67         can be written.
69 2008-08-23  Glenn Morris  <rgm@gnu.org>
71         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
72         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
74 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
76         * subr.el (temp-buffer-show-hook): Doc fix.
78 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
80         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
81         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
82         <tassilo@member.fsf.org>.
84         * net/trampver.el: Update release number.
86         * net/xesam.el (xesam-minor-mode): New minor mode.
87         (xesam-highlight-buffer): Remove.  Code moved to
88         `xesam-minor-mode'.
89         (xesam-refresh-entry): Use `xesam-minor-mode'.
91 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
93         * minibuffer.el (completion--try-word-completion): Disable
94         partial-completion when considering the addition of a space or
95         hyphen.
97 2008-08-21  John Paul Wallington  <jpw@pobox.com>
99         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
100         filename of `tofile' doesn't contain any colons on Windows,
101         Cygwin, and MS-DOS systems.
103 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
105         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
106         (epg-context-set-progress-callback): Make sure the callback is a
107         cons of a function and a handback.  Update all callers.
109 2008-08-20  David Reitter  <david.reitter@gmail.com>
111         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
112         Patch applied by Adrian Robert.
114 2008-08-20  Kevin Ryde  <user42@zip.com.au>
116         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
117         directive lines.
119 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
121         * net/xesam.el (xesam-highlight-string): Precise doc string.
122         (xesam-highlight-buffer): New defun.
123         (xesam-refresh-entry): Use it.  Better check for sourceModified.
125 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
127         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
128         their names.
130 2008-08-19  Kenichi Handa  <handa@m17n.org>
132         * language/european.el ("Esperanto"): Change the preferred
133         charsets to iso-8859-3.
135         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
137         * international/fontset.el (script-representative-chars):
138         Delete the entry for symbol.
139         (setup-default-fontset): For symbol characters, don't specify
140         :script property.
142 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
144         * minibuffer.el (completion-table-dynamic): Doc fix.
146         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
147         saved.
149 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
151         * emulation/edt.el (edt-default-emulation-setup): Share
152         global-buffers-menu-map with the emulated global map.
154 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
156         * term/ns-win.el (global): Uncomment "put backspace
157         ascii-character..." and friends, they are needed for tramp.
159 2008-08-18  Kenichi Handa  <handa@m17n.org>
161         * international/mule-diag.el (font-show-log): Add optional arg N
162         to control the limit of font listing.
164 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
166         * window.el (recenter-top-bottom): Determine top and bottom
167         positions using scroll-margin instead of scroll-conservatively.
169 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
171         * proced.el (proced-send-signal): Use beginning-of-line.
173 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
175         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
176         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
177         listing types.
178         (proced-log-buffer): New variable.
179         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
180         region if transient-mark-mode is turned on and the region is active.
181         (proced-omit-processes): Renamed from proced-hide-processes to
182         avoid key clash with describe-mode (bound to h).  Search for
183         marked processes starting from point-min.
184         (proced-header-space): Removed.
185         (proced-send-signal): Handle errors.  Operate on current process
186         if no process is marked.
187         (proced-why): New command.
188         (proced-log, proced-log-summary): New functions.
189         (proced-help): Use proced-why.
190         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
191         (bibtex-autokey-year-title-separator): Fix doscstring.
193 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
195         * net/xesam.el (xesam-vendor, xesam-notify-function):
196         New local variables.
197         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
198         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
199         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
200         (xesam-new-search): Initialize `xesam-vendor'.
202 2008-08-15  Glenn Morris  <rgm@gnu.org>
204         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
205         a pipeline.
206         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
207         unless at the end of the pipeline.  (Bug#699).
209 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
211         * minibuffer.el (completion-boundaries): Doc fix.
212         (display-completion-list): Only default base-size to zero if
213         completing in the minibuffer.
215         * simple.el (completion-base-size): Doc fix.
216         (choose-completion): Try reselecting completion-reference-buffer.
218 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
220         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
221         also for remote directories.
223 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
226         since those precomputed values aren't used any more.
227         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
229 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
231         * help.el (with-help-window): Return last value in BODY.
233 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
235         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
236         notify function of the URL.
237         (xesam-new-search): Encode special characters in the query string.
239 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
241         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
243 2008-08-13  Andreas Schwab  <schwab@suse.de>
245         * net/tramp.el (tramp-handle-shell-command): Handle output going
246         to current buffer like shell-command.  Don't disable undo.
248 2008-08-13  Glenn Morris  <rgm@gnu.org>
250         * eshell/esh-cmd.el (eshell/which): Handle the case where no description
251         is found.
253 2008-08-12  Alan Mackenzie  <acm@muc.de>
255         * progmodes/cc-defs.el (c-emacs-features):
256         argumentative-bod-function: bind mark-ring to avoid accumulating a
257         spurious mark.
259 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
261         * simple.el (visual-line--saved-state): New var.
262         (visual-line-mode): Save local values of variables, and restore
263         them when visual-line-mode is disabled.
265 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
267         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
269 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
271         * progmodes/cc-defs.el (c-emacs-features): Check
272         beginning-of-defun-raw instead of beginning-of-defun, and avoid
273         moving point during the test.
275         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
277 2008-08-11  Glenn Morris  <rgm@gnu.org>
279         * term/ns-win.el (x-parse-geometry): Doc fix.
281         * dired.el (x-popup-menu):
282         * hi-lock.el (x-popup-menu):
283         * mouse.el (font-face-attributes):
284         * calendar/cal-menu.el (x-popup-menu):
285         * calendar/calendar.el (x-popup-menu):
286         * calendar/holidays.el (x-popup-menu):
287         * progmodes/cperl-mode.el (x-popup-menu):
288         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
289         (x-open-connection):
290         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
291         (x-command-line-resources):
292         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
293         (x-display-name, x-command-line-resources):
294         Add declarations for builds without X.
296 2008-08-10  Glenn Morris  <rgm@gnu.org>
298         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
300 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
302         * vc-bzr.el (vc-bzr-find-revision): Rename from
303         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
305 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
307         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
308         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
309         "DONE", when all hits are retrieved.
310         (xesam-search): autoload it.
312 2008-08-11  John Paul Wallington  <jpw@pobox.com>
314         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
315         empty string when no filename.
316         (define-ibuffer-column filename): Accomodate that change.
318         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
319         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
321 2008-08-10  Glenn Morris  <rgm@gnu.org>
323         * Makefile.in (ELCFILES): Update.
325 2008-08-10  John Paul Wallington  <jpw@pobox.com>
327         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
329 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
331         * battery.el (battery-echo-area-format, battery-status-function):
332         Handle new Linux sysfs format for battery reporting.
333         (battery-linux-sysfs): New function.
335 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
337         * add-log.el (change-log-search-tag-name)
338         (change-log-goto-source): Fix behavior when point is not on tag.
340 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
342         * startup.el (command-line-ns-option-alist): Use ignore instead of
343         ns-ignore-0-arg.
345         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
346         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
347         (ns-alternatives-map): New variable.
348         (x-set-up-function-keys): Use it.
349         (global): Comment out "put backspace ascii-character..." and friends.
350         Move function-key-map into ns-alternatives-map.  Don't call
351         precompute-menubar-bindings.  Don't set anything connected with
352         browse-url.
353         (after-make-frame-functions): Clarify comment why a hook is added.
355 2008-08-06  Joakim Verona  <joakim@verona.se>
357         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
358         in url:s.
360 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
362         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
363         Fix 2008-01-01 change: use a shy group to not affect subsequent
364         match calls.
366 2008-08-06  Reto Zimmermann  <reto@gnu.org>
368         * progmodes/vera-mode.el (vera-electric-tab):
369         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
370         region when active.
372 2008-08-06  Kenichi Handa  <handa@m17n.org>
374         * faces.el (face-valid-attribute-values): Fix handling the value
375         of (font-family-list) and font-XXX-table.
377 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
379         * proced.el (proced-menu): Bind the correct function to for toggling.
381         * vc-dir.el (vc-dir-mode): Fix typo.
383 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
385         * whitespace.el (whitespace-newline-mode)
386         (global-whitespace-newline-mode, whitespace-mode)
387         (global-whitespace-mode): Improve docstring.
389 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
391         * kmacro.el (kmacro-exec-ring-item): Add autoload.
393         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
395         * cus-start.el (all): Handle auto-save-visited-file-name.
397 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
399         * files.el (hack-one-local-variable-eval-safep): Handle
400         lisp-indent-function and scheme-indent-function in addition to the
401         deprecated lisp-indent-hook.
403 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
405         * net/xesam.el (top): Require `wid-edit' always.
406         (xesam-mode-line, xesam-highlight): New deffaces.
407         (xesam-objects): New local variable.
408         (xesam-search-engines): Fix error in field list.
409         (xesam-mode): Use `xesam-mode-line' instead of
410         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
411         proper initialization (why?).
412         (xesam-highlight-string, xesam-get-hits)
413         (xesam-kill-buffer-function): New defuns.
414         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
415         result of "hit.fields", it isn't a string only.  Wrap an error of
416         the strigi search engine ("xesam:size" is returned as string).
417         Highlight search items.
418         (xesam-refresh-search-buffer): Make logic of counters more simple.
419         Prefetch next hits.
420         (xesam-signal-handler): Use `xesam-mode-line' instead of
421         `font-lock-type-face'.
422         (xesam-new-search): Add `xesam-kill-buffer-function' to
423         `kill-buffer-hook'.
425 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
427         * add-log.el (change-log-next-error, change-log-mode): Add support
428         for `next-error' to call `change-log-goto-source' on named files
429         in a ChangeLog.
431 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
433         * calc/calc.el (math-read-number): Handle all C-like languages
434         properly.
436 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
438         * calc/calc.el (math-read-number): Handle C numbers beginning with
439         0 correctly.
441 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
443         * term/ns-win.el ([ns-new-frame]): New global key.
445 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
447         * international/mule-cmds.el (read-char-by-name):
448         Check UCS names with `assoc-string' and case folding.
450 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
452         * net/dbus.el (dbus-call-method-asynchronously)
453         (dbus-method-return-internal, dbus-method-error-internal):
454         Declare them with `declare-function'.
456 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
458         * descr-text.el (describe-char-display): Fix last change:
459         don't pass CHARSET to `encoded-string-description'.
461 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
463         * vc.el (vc-next-action): Update list var correctly after delete.
465 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
467         * ido.el (ido-mode): Add toggle notification.
469         * cus-edit.el (custom-save-all): Avoid destroying symlink if
470         already visiting the custom file.
472         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
473         pending output coming after the status change.
475 2008-08-02  Jason Rumney  <jasonr@gnu.org>
477         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
479 2008-08-01  Kenichi Handa  <handa@m17n.org>
481         * international/mule-cmds.el (encode-coding-char):
482         New optional arg CHARSET.
484         * descr-text.el (describe-char-display): Call encode-coding-char
485         with the arg CHARSET.
486         (describe-char): Pay attention to the text-property `charset'.
488 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
490         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
491         error messages.
492         (dbus-set-property): Call `dbus-introspect-get-property' instead
493         of `dbus-get-property'.
495         * net/xesam.el (xesam-all-fields): Remove source and content
496         identifiers.
497         (xesam-dbus-unique-names): New defvar.
498         (xesam-dbus-call-method): New defun.  Replace all calls of
499         `dbus-call-method' by `xesam-dbus-call-method'.
500         (xesam-get-cached-property, xesam-set-cached-property):
501         New defuns.
502         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
503         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
504         (xesam-search-engines): Make it an association list.  Take changed
505         layout into account in the corresponding function.
506         (xesam-delete-search-engine): Remove check for consistency of
507         `xesam-search-engines', not needed anymore.
508         (xesam-mode): Show XML query string only in the debug case.
510 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
512         * files.el (read-file-modes): Fix typo in docstring.
514 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
516         * Makefile.in: Avoid maintainer warning for autogenerated unicode
517         files.
519         * apropos.el (apropos-symbol): Don't set button skip by default.
520         (apropos-print): Set button skip iff searching for multiple types.
521         (apropos-print-doc): Insert blank label button when searching for
522         a single type.
524         * button.el (forward-button): Avoid infloop.
526         * minibuffer.el (read-file-name-completion-ignore-case):
527         Add cygwin to the list.
529 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
531         * files.el (abbreviate-file-name): When replacing $HOME with ~,
532         turn off case-fold-search.
534 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
536         * net/dbus.el (top): Don't register for "NameOwnerChanged".
537         (dbus-message-type-invalid, dbus-message-type-method-call)
538         (dbus-message-type-method-return, dbus-message-type-error)
539         (dbus-message-type-signal): New defconst.
540         (dbus-ignore-errors): Fix `edebug-form-spec' property.
541         (dbus-return-values-table): New defvar.
542         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
543         New defun.
544         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
545         Extend docstring.  Adapt implementation according to new
546         `dbus-event' layout.
547         (dbus-event-service-name, dbus-event-path-name)
548         (dbus-event-interface-name, dbus-event-member-name): Adapt
549         implementation according to new `dbus-event' layout.
550         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
552         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
553         (xesam-mode): Rework implementation.
554         (xesam-new-search): Additional parameter TYPE.
555         (xesam-search): Adapt call of `xesam-new-search'.
557 2008-07-31  Juri Linkov  <juri@jurta.org>
559         * dired-aux.el (dired-do-chmod): Set default value to the original
560         mode string using absolute notation like u=rwx,g=rx,o=rx.
561         Use it as a new arg `default' of `dired-mark-read-string'.
562         (dired-mark-read-string): Add new optional arg `default'.
564         * files.el (read-file-modes): Set default value to the original
565         mode string using absolute notation like u=rwx,g=rx,o=rx.
566         Use it as the `default' arg of `read-string'.
568         * filesets.el (filesets-cmd-isearch-getargs): Check if the
569         variable `files' is bound to avoid warnings.
571         * isearch.el (isearch-forward-regexp, isearch-forward-word)
572         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
573         to the command `isearch-forward' instead of displaying "See C-s".
574         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
575         with their interactive specifictions.  Move reading the face name to
576         the main body after calls to isearch-done and isearch-clean-overlays.
578         * mb-depth.el: Unify all names under one common name prefix
579         `minibuffer-depth-'.
580         (minibuffer-depth-indicator-function): Renamed from
581         `minibuf-depth-indicator-function'.
582         (minibuffer-depth-overlay): Renamed from
583         `minibuf-depth-overlay'.
584         (minibuffer-depth-setup): Renamed from
585         `minibuf-depth-setup-minibuffer'.
586         (minibuffer-depth-indicate-mode): Renamed from
587         `minibuffer-indicate-depth-mode'.
589 2008-07-31  Juri Linkov  <juri@jurta.org>
591         * dired-aux.el (dired-isearch-filenames-toggle): New command.
592         (dired-isearch-filenames-setup): Bind "\M-sf" to
593         dired-isearch-filenames-toggle in isearch-mode-map.
594         (dired-isearch-filenames-end): Bind "\M-sf" to nil
595         in isearch-mode-map.
597         * isearch.el (isearch-edit-string-set-word): New command.
598         (minibuffer-local-isearch-map): Bind "\C-w" to
599         isearch-edit-string-set-word.
600         (isearch-new-word): Temporary internal variable.
601         (isearch-edit-string): Remove special case of reading the
602         first character and checking it for C-w.
604         * simple.el (read-shell-command, shell-command):
605         Move code that uses minibuffer-with-setup-hook to set
606         minibuffer-default-add-function to minibuffer-default-add-shell-commands
607         from the interactive spec of `shell-command' to `read-shell-command'.
609         * international/mule-cmds.el (read-char-by-name):
610         Accept hash notation.  Doc fix.
611         (ucs-insert): Doc fix.  Convert to number only when `arg' is
612         a string.  Use separate error message when `arg' is not an integer.
613         Bind `ucs-insert' to `C-x 8 RET'.
615 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
617         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
618         move the (arglist-cont-nonempty) from c-offsets-alist to
619         c-hanging-braces-alist like other styles already have.
621 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
623         * textmodes/texinfmt.el:
624         * nxml/nxml-enc.el:
625         * mail/feedmail.el:
626         * international/mule.el:
627         * international/latexenc.el:
628         * emulation/viper-util.el:
629         * emulation/viper-init.el:
630         * emulation/viper-ex.el:
631         * emacs-lisp/bytecomp.el:
632         * version.el:
633         * subr.el:
634         * startup.el:
635         * sort.el:
636         * shadowfile.el:
637         * recentf.el:
638         * printing.el:
639         * paths.el:
640         * minibuffer.el:
641         * ls-lisp.el:
642         * loadup.el:
643         * hippie-exp.el:
644         * finder.el:
645         * files.el:
646         * ediff-util.el:
647         * ediff-ptch.el:
648         * ediff-init.el:
649         * ediff-diff.el:
650         * dired.el:
651         * dired-aux.el:
652         * cus-edit.el:
653         * bindings.el:
654         * arc-mode.el:
655         * add-log.el: Remove VMS support.
656         * obsolete/vmsproc.el:
657         * obsolete/vms-pmail.el:
658         * obsolete/vms-patch.el: Remove file.
660 2008-07-31  Alan Mackenzie  <acm@muc.de>
662         * progmodes/cc-mode.el (c-before-hack-hook): New function
663         (Top Level): Install c-before-hack-hook on
664         before-hack-local-variables-hook, rather than
665         c-postprocess-file-styles on hack-local-variables-hook.
667 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
669         * files.el (normal-mode): Move call to hack-project-variables into
670         hack-local-variables.
671         (file-local-variables-alist, before-hack-local-variables-hook):
672         New vars.
673         (ignored-local-variables): Add file-local-variables-alist.
674         (hack-local-variables-filter): Renamed from
675         hack-local-variables-apply.  Add the result to
676         file-local-variables-alist, without applying them.
677         (hack-local-variables): Set file-local-variables-alist to nil.
678         Call hack-project-variables and before-hack-local-variables-hook.
679         Apply variables here, instead of hack-local-variables-apply.
680         Based on a patch by Alan Mackenzie.
682 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
684         * info-look.el (autoconf-mode :doc-spec): For
685         "(autoconf)M4 Macro Index", if the item already
686         begins with "AS_", don't prefix that string again.
688 2008-07-30  Juri Linkov  <juri@jurta.org>
690         * info.el (info, Info-mode): Doc fix.
692         * isearch.el (isearch-mode-map): Bind `M-s r' to
693         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
694         (search-map): Bind `M-s w' to `isearch-forward-word' globally
695         in the global map `search-map'.
696         (isearch-forward): Doc fix.
697         (isearch-forward-word, isearch-toggle-case-fold): New commands.
699         * simple.el (quoted-insert): Comment out code that treats
700         0240-0377 specially.
702 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
704         * cus-start.el: Add customization info for
705         read-buffer-completion-ignore-case.
707 2008-07-30  Sam Steingold  <sds@gnu.org>
709         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
711 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
713         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
714         (vc-dir-mode): Improve docstring.
716 2008-07-30  Juri Linkov  <juri@jurta.org>
718         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
719         for the sake of isearch-mode-hook in dired-mode in dired.el.
721 2008-07-19  Markus Triska  <markus.triska@gmx.at>
723         * image-mode.el (image-mode): Set image-mode-text-map when image
724         cannot be displayed.
726 2008-07-30  Stepehen Leake  <stephen_leake@stephe-leake.org>
728         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
729         ada-xref-set-default-prj-values.
730         (ada-prj-display-page): Ditto.
732         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
733         (ada-make-filename-from-adaname): Fix free variable.
735 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
737         * vc-git.el (vc-git-status-printer): Synchronize with the default.
739 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
741         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
742         for declarations inside a parenthetical list. The code is ill-advised,
743         and doesn't work given user defined types.
744         (verilog-set-auto-endcomments): Enhance function automatic
745         endcomment to support functions that return user defined types.
746         (verilog-mode): Add code to tell which-function-mode minor mode
747         that Verilog supports this feature.
748         (verilog-beg-block-re-ordered, verilog-indent-re)
749         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
750         (verilog-leap-to-head): Support the new virtual and/or protected
751         tasks, as well as extern declarations of tasks for indenting and
752         for foward/backward expression.
754 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
756         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
757         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
758         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
759         (verilog-string-replace-matches): Avoid recursion with small
760         replacements.
761         (verilog-auto-inst-param-value, verilog-mode-version)
762         (verilog-mode-version-date, verilog-read-inst-param-value)
763         (verilog-auto-inst, verilog-auto-inst-param)
764         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
765         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
766         David Rogoff.  This allows parameters to be replaced with their
767         values, on the expansion of an AUTOINST with Verilog 2001 style
768         parameter settings.
770 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
772         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
773         to `cddr'.
775 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
777         * Makefile.in (ELCFILES): Add mairix.elc.
779 2008-07-29  David Engster  <deng@randomsample.de>
781         * net/mairix.el: New file.
783 2008-07-29  Juri Linkov  <juri@jurta.org>
785         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
786         instead of variable-pitch with bold and 1.2 height.
788         * dired-aux.el (dired-do-async-shell-command): New command.
790         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
791         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
793 2008-07-29  Juri Linkov  <juri@jurta.org>
795         * international/mule-cmds.el (ucs-names): New internal variable.
796         (ucs-names): New function.
797         (ucs-completions): New lazy completion variable.
798         (read-char-by-name): New function.
799         (ucs-insert): Replace interactive spec letter "s" with the call to
800         `read-char-by-name'.
802         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
804         * replace.el (occur-read-primary-args):
805         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
806         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
807         second arg of `read-regexp'.
809         * dired-aux.el (dired-isearch-filenames): New user option.
810         (dired-isearch-orig-success-function): New internal variable.
811         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
812         (dired-isearch-success-function): New functions.
813         (dired-isearch-filenames, dired-isearch-filenames-regexp):
814         New commands.
816         * dired.el (dired-insert-set-properties): Add new text property
817         `dired-filename' to put on file names.
818         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
819         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
820         Add menu items.
821         (dired-mode): Add hook `dired-isearch-filenames-setup' to
822         buffer-local `isearch-mode-hook'.
824 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
826         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
827         (ada-create-case-exception): Fix typo in docstring.
828         (ada-no-auto-case): Return nil, not the docstring.
829         (ada-indent-current): Reflow docstring.
831         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
832         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
833         (ada-prj-load-from-file): Reflow docstring.
834         (ada-prj-display-page): Fix typo in widget.
836         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
837         Fix typos in docstrings.
839         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
840         (ada-compile-current, ada-check-current, ada-run-application)
841         (ada-get-ali-file-name): Fix typos in docstrings.
842         (ada-xref-confirm-compile, ada-find-references)
843         (ada-find-local-references, ada-find-any-references): Doc fixes.
844         (ada-get-all-references): Fix typo in error message.
845         (ada-xref-current-project): Use `let', not `let*'.
846         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
848 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
850         * whitespace.el (whitespace-newline): Change initialization to have a
851         low contrast relative to the background color.  Suggested by David
852         Reitter <david.reitter@gmail.com>.
854 2008-07-28  Juri Linkov  <juri@jurta.org>
856         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
857         New functions.
859         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
860         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
862 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
864         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
865         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
867 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
869         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
870         Add support for add-log.
871         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
873         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
874         (ada-prj-save): Prompt for file name if not given.
875         (ada-prj-display-page): Display casing exceptions.
877         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
878         Ada mode project files.  Delete 'main_unit' project variable;
879         only need 'main'.  Simplify handling of default project values.
880         Use cross-prefix consistently.
881         (ada-find-executable): Throw error if not found.
882         (ada-initialize-runtime-library): Improve error handling when
883         gnatls not found.
884         (ada-gnat-parse-gpr): New.
885         (ada-treat-cmd-string): Allow process environment variables.
886         (ada-xref-set-default-prj-values): Delete; replace with
887         ada-default-prj-properties.
888         (ada-parse-prj-file): Handle GNAT project files.
889         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
890         (ada-select-prj-file): New.
891         (ada-get-absolute-dir-list): Allow project and environment variables.
893 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
895         Sync with Tramp 2.1.14.
897         * net/tramp.el (tramp-perl-directory-files-and-attributes)
898         (tramp-get-device): Make device number a cons cell.
899         (tramp-convert-file-attributes): Make inode a cons cell.
901         * net/trampver.el: Update release number.
903 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
905         * faces.el (face-set-after-frame-default): Treat 'ns as all other
906         window systems.
908 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
910         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
912 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
914         Remove support for Mac Carbon.
915         * term/mac-win.el: Remove file
916         * international/mule-cmds.el:
917         * version.el:
918         * startup.el:
919         * simple.el:
920         * mwheel.el:
921         * mouse.el:
922         * loadup.el:
923         * isearch.el:
924         * info.el:
925         * frame.el:
926         * faces.el:
927         * disp-table.el:
928         * cus-start.el:
929         * cus-face.el:
930         * cus-edit.el:
931         * Makefile.in: Remove code for Carbon.
933 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
935         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
936         bindings for functions deleted by Dan N. 2008-07-21.  Set
937         where-is-preferred-modifier.  Add show-manual option to Help menu.
939 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
941         * net/tramp.el (tramp-handle-start-file-process):
942         Set query-on-exit flag.  Kill temporary buffer.
943         (tramp-process-sentinel): Remove defun.
944         (tramp-do-copy-or-rename-file-out-of-band)
945         (tramp-maybe-open-connection): Don't call it.
947         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
948         `tramp-process-sentinel'.
950         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
951         `tramp-process-sentinel'.
953         * net/xesam.el (xesam-from): Remove defvar.
954         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
955         and `mode-line-position'.
956         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
957         information to the widgets.  Don't set `mode-line-position'.
958         (xesam-refresh-search-buffer): Correct hit number computing.
959         Don't set `mode-line-position'.
960         (xesam-new-search): Add debug information to the mode line.
962 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
964         * diff-mode.el (diff-show-trailing-blanks): Renamed to
965         diff-show-trailing-whitespaces.
967 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
969         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
970         invalid filename strings when parsing tex errors (bug#376).
972 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
974         * menu-bar.el (menu-bar-file-menu): Fix typo.
976 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
978         * play/solitaire.el (solitaire-mode-map): Define within defvar.
979         (solitaire-mode): Define with `define-derived-mode'.
980         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
981         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
982         (solitaire-undo, solitaire-check): Use `when'.
983         (solitaire-solve): Err out if the solitaire is already in progress.
984         Use `when'.
986         * descr-text.el (describe-char): Don't overwrite local variable char
987         when describing characters with display-table entries.  Display font
988         backend when describing composed characters.  Simplify: use `let'
989         instead of `let*', and `or x y' instead of `if x x y'.
991 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
993         * image-mode.el (image-minor-mode): Set up winprops.
995 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
997         * diff-mode.el (diff-show-trailing-blanks): New fun.
998         Show trailing blanks in modified lines for diff-mode.
1000 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
1002         * Makefile.in (ELCFILES): Add net/xesam.el.
1004         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
1005         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
1007         * net/xesam.el: New file.
1009 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
1011         * dired-aux.el (dired-copy-file-recursive): Avoid calling
1012         set-file-modes when creating target directories.
1014 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
1016         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
1017         Set `show-trailing-whitespace' to nil.
1018         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
1019         Fix typos in docstrings.
1021 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
1023         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
1024         key remapping, not directly.
1026 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1028         * whitespace.el: New version 11.2.
1029         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
1030         minor mode visualization.
1032 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1034         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
1036         * Makefile.in (ELCFILES): Add term/common-win.elc.
1038         * vc-dir.el (vc-dir-search, vc-dir-isearch)
1039         (vc-dir-isearch-regexp): New functions.
1040         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
1042 2008-07-23  Juri Linkov  <juri@jurta.org>
1044         * isearch-multi.el: Remove file to avoid dos file name clashes
1045         with isearch-x.el.  Move most content to misearch.el.
1047         * misearch.el: New file with most content from isearch-multi.el.
1048         Rename `isearch-buffers' name prefixes to `multi-isearch'.
1049         Remove `isearch-buffers-minor-mode'.  Add new function
1050         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
1051         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
1052         `multi-isearch-files', `multi-isearch-files-regexp'.
1054         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
1056         * isearch.el (isearch-message-prefix): Display "Multi" when
1057         `multi-isearch-next-buffer-current-function' is non-nil.
1058         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
1059         with `multi-isearch-next-buffer-current-function', and
1060         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
1062         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
1063         `multi-isearch-next-buffer-function' instead of
1064         `isearch-buffers-next-buffer-function'.  Remove call to
1065         `isearch-buffers-minor-mode'.
1067         * buff-menu.el (Buffer-menu-marked-buffers)
1068         (Buffer-menu-isearch-buffers)
1069         (Buffer-menu-isearch-buffers-regexp): New functions.
1070         (Buffer-menu-mode-map): Bind "M-s a C-s" to
1071         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
1072         `Buffer-menu-isearch-buffers-regexp'.
1073         (Buffer-menu-mode): Document new commands in docstring.
1074         (list-buffers-noselect): Add one space after Info file name
1075         according to the Info address convention.
1077         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
1078         New functions.
1080         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
1081         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
1082         (ibuffer-mode): Document new commands in docstring.
1084         * filesets.el (filesets-commands): Add commands for "Isearch" and
1085         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
1086         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
1087         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
1088         or `multi-isearch-files-regexp'.
1089         (filesets-cmd-query-replace-getargs): Call standard function
1090         `query-replace-read-args' to read `query-replace' arguments.
1091         Add `multi-query-replace-map'.
1092         (filesets-cmd-query-replace-regexp-getargs)
1093         (filesets-cmd-isearch-getargs): New functions.
1095 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
1097         * international/mule.el (recode-region): Deactivate mark at the end.
1099 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1101         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1102         Use more suitable colors on dark displays.
1104 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
1106         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
1107         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
1108         (tramp-temp-buffer-name): New defconst.
1109         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
1110         command.  No trailing prompt.
1111         (tramp-process-sentinel): Remove temporary buffer, if existing.
1112         Don't handle trailing prompt.
1113         (tramp-open-connection-setup-interactive-shell):
1114         Use `tramp-temp-buffer-name'.
1116 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
1118         * shell.el (shell-dynamic-complete-functions):
1119         Use comint-dynamic-complete-filename as well (bug#361).
1121 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1123         * term/ns-win.el:
1124         * version.el (emacs-version):
1125         * loadup.el:
1126         * frame.el (make-frame-on-display): Check for ns instead of
1127         ns-windowing.
1129         * dired.el (dired-mode-map): Show the key binding for wdired.
1131         * menu-bar.el (menu-bar-file-menu): Show the key binding for
1132         exiting Emacs.
1134 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
1136         * term/ns-win.el (x-list-fonts): Drop alias.
1138 2008-07-23  Juri Linkov  <juri@jurta.org>
1140         * replace.el (multi-query-replace-map): New variable.
1141         (perform-replace): Add processing of new multi-buffer keys bound
1142         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
1143         if last input char was `automatic-all'.  Set new local variable
1144         `multi-buffer' to t when one of new two keys were typed.  Return
1145         non-nil value of `multi-buffer' that tells to calling functions
1146         to continue replacement on the next file.
1148         * progmodes/etags.el (tags-query-replace): Set arg `map' of
1149         `perform-replace' to `multi-query-replace-map'.
1151 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
1154         otherwise displayed in every buffer.
1156         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
1157         (vc-arch-trim-one-revlib): Delete temp directories as well.
1159 2008-07-22  Stephen Eglen  <stephen@gnu.org>
1161         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
1163 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
1165         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
1167 2008-07-22  Miles Bader  <miles@gnu.org>
1169         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
1170         (sh-mode-map): Remove remapping of newline-and-indent.
1172 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1174         * vc.el (Todo): Update.
1176         * vc-hooks.el: Remove obsolete comment.
1178         * vc-git.el (vc-git-status-printer): Update the directory display
1179         to match the default.
1181         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
1183 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
1185         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
1186         for "word wrap" command.
1188         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
1190 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1192         * term/ns-win.el: Rename ns- functions/variables to the
1193         corresponding x- versions.
1194         (x-select-text, x-cut-buffer-or-selection-value)
1195         (x-disown-selection-internal, x-get-selection-internal)
1196         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
1197         (x-display-mm-width, x-display-mm-height)
1198         (x-display-backing-store, x-display-save-under)
1199         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
1200         defaliases.
1202         * frame.el (ns-display-name): Remove declaration.
1203         (make-frame-on-display): Use x-display-name instead
1204         ns-display-name.  Use unless.
1206         * startup.el (command-line-1): Fix indentation.
1208         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
1209         checked in inadvertently.
1211 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
1213         * term/ns-win.el: Standardize references to "Nextstep" in
1214         comments, messages, and docstrings.
1215         (ns-handle-args, x-parse-geometry)
1216         (ns-extended-platform-support-mode, x-setup-function-keys)
1217         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
1218         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
1219         (ns-initialized, ns-initialize-window-system): Doc fixes.
1221 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1223         * diff-mode.el (diff-auto-refine): Delete defcustom.
1224         (diff-auto-refine-mode): New func/var via define-minor-mode.
1225         Update var ref to use diff-auto-refine-mode.
1226         * smerge-mode.el (diff-mode): Require when compiling.
1227         (smerge-auto-refine): Delete defcustom.
1228         Update smerge-auto-refine ref to use diff-auto-refine-mode.
1230 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
1232         * simple.el (visual-line): New custom group.
1233         (visual-line-fringe-indicators): New var.
1234         (visual-line-mode): Set fringe-indicator-alist based on
1235         visual-line-fringe-indicators.  Add lighter.
1237 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1239         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
1240         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1241         (x-handle-geometry, x-handle-name-switch, x-display-name)
1242         (x-handle-display, x-handle-args, x-colors): Move ...
1243         * term/common-win.el: ... here.  New file.
1244         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
1245         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1246         (x-handle-geometry, x-handle-name-switch, x-display-name)
1247         (x-handle-display, x-handle-args, x-colors): Remove.
1248         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
1250 2008-07-19  Juri Linkov  <juri@jurta.org>
1252         * startup.el (fancy-startup-text): Move the line "To quit
1253         a partially entered command, type Control-g" a few lines below
1254         to be after the line "To start".  Add text "at gnu.org" to
1255         "Overview of Emacs features".
1257         * dired.el (dired-mode-map): Fix menu text of
1258         image-dired-display-thumbs.
1260         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1261         (image-dired-cmd-create-temp-image-options)
1262         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
1263         ImageMagick command line to change the dimensions of the image
1264         only if its width or height exceeds the geometry specification.
1266         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
1268         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
1269         to docstrings.
1271 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
1273         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
1274         Vinicius Jose Latorre.
1276 2008-07-19  Glenn Morris  <rgm@gnu.org>
1278         * term/ns-win.el (ns-make-command-string): Use mapconcat.
1279         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
1281 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
1283         * net/dbus.el (dbus-interface-properties): New defconst.
1284         (dbus-introspect): Update docstring.
1285         (dbus-introspect-xml, dbus-introspect-get-attribute)
1286         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
1287         (dbus-introspect-get-interface-names)
1288         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
1289         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
1290         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
1291         (dbus-introspect-get-property)
1292         (dbus-introspect-get-annotation-names)
1293         (dbus-introspect-get-annotation)
1294         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
1295         (dbus-introspect-get-signature, dbus-get-property)
1296         (dbus-set-property, dbus-get-all-properties): New defuns.
1298 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
1300         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc.  and
1301         ns-grabenv.elc.
1303         * ns-carbon-compat.el: File removed.
1305         * ns-grabenv.el: File removed.
1307         * term/ns-win.el: Contents of ns-carbon-compat.el and
1308         ns-grabenv.el moved here.
1309         (ns-grabenv, ns-open-file-select-line): Doc fixes.
1310         (ns-submit-bug-report): Function removed.  Reports go to the main
1311         Emacs bug list.
1312         (ns-handle-args, ns-spi-service-call): Doc fixes.
1313         (info-ns-emacs): Function removed.  Nextstep port manual will be
1314         merged into the Emacs manual, so no separate link needed.
1316 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
1318         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
1320 2008-07-18  Glenn Morris  <rgm@gnu.org>
1322         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
1323         to XEmacs, since it does nothing for Emacs.
1325 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1327         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
1328         BUFFER that is a string but does not exist as a buffer object, as
1329         mentioned in the doc-string.
1331 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
1333         * simple.el (line-move-visual): Make it a defcustom.
1334         (line-move-1): Convert temporary-goal-column back to an integer if
1335         it was set as a float by a previous call to line-move-visual.
1336         (end-of-visual-line, beginning-of-visual-line)
1337         (next-logical-line, previous-logical-line): New functions.
1339 2008-07-17  David Reitter  <david.reitter@gmail.com>
1341         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
1342         functions.
1343         (visual-line-mode, global-visual-line-mode): New minor mode.
1344         (visual-line-mode-map): New variable.
1346 2008-07-17  Glenn Morris  <rgm@gnu.org>
1348         * term/ns-win.el (parameters): Declare for compiler.
1350 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
1352         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
1353         for Windows.
1355 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
1357         * epa.el (epa-key-list-mode): Use run-mode-hooks.
1358         (epa-key-mode): Ditto.
1359         (epa-info-mode): Ditto.
1361 2008-07-17  Glenn Morris  <rgm@gnu.org>
1363         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
1364         (ns-handle-numeric-switch): Just call ns-handle-switch.
1365         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
1366         (ns-handle-args): Simplify using `pop'.
1367         (ns-display-name): Define (used in frame.el).
1368         (menu-bar-select-frame): Add (ignored) arg to more closely match the
1369         original definition.
1370         (ns-perform-service): Declare.
1371         (ns-save-preferences): Use fewer `let's.
1373         * frame.el (ns-display-name): Declare for compiler.
1375 2008-07-17  Kenichi Handa  <handa@m17n.org>
1377         * descr-text.el (describe-char-unidata-list): Initialize to the
1378         list of name, general-category, decomposition, and old-name.
1380 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
1382         * startup.el (command-line-1): Update processing of NS long options to
1383         mimic recent changes to processing of X long options.
1385 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
1387         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
1388         list of #defines for remote files.
1389         (gdb-source-info): Only show main if it has been found.
1391 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1393         * term/ns-win.el: Require CL; fix up comment style; reindent.
1394         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
1395         (ns-save-preferences): Use `case'.
1396         (ns-initialize-window-system): Use `dolist'.
1398 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
1400         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
1401         windowing is used.
1402         * term/ns-win.el (ns-extended-platform-support-mode):
1403         Correct/improve documentation.
1405 2008-07-16  Glenn Morris  <rgm@gnu.org>
1407         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
1408         Simply require 'cl (see comment in cl-compat.el).
1409         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
1410         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
1411         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
1412         directly rather by subterfuge.  Provide cl before loading cl-macs.
1414         * paths.el (rmail-spool-directory): Remove settings for systems that are
1415         no longer supported.
1417         * frame.el (ns-initialize-window-system): Declare for compiler.
1419         * term/ns-win.el: Add numerous declarations for compiler.
1420         (ns-pop-up-frames): Move definition before use.  Doc fix.
1422         * emacs-lisp/check-declare.el (check-declare-locate)
1423         (check-declare-verify): Handle .m files.
1425 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1427         * ns-carbon-compat.el: New file: user-visible compatibility of
1428         NeXTstep port with Carbon port.
1429         * ns-grabenv.el: New file: functionality useful on OS X platform to
1430         expose environment variables inside Emacs started from icon.
1431         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
1432         * cus-edit.el:
1433         * cus-face.el:
1434         * disp-table.el:
1435         * faces.el:
1436         * info.el:
1437         * mouse.el:
1438         * mwheel.el:
1439         * simple.el: Add ns to window systems treated as GUIs.
1440         * facemenu.el (facemenu-read-color): Don't require a name match under
1441         NS, to allow numeric color entry.
1442         * frame.el (make-frame-on-display): Follow code for 'x in initializing
1443         'ns window system if need be.
1444         (various): Add 'ns as described above.
1445         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
1446         ns-windowing is active.
1447         * startup.el (command-line-ns-option-alist): New constant to handle NS
1448         windowing system specific command line args analogous to how they are
1449         handled for X windows.
1450         (command-line-1): Use the above where appropriate.
1451         * version.el: Add NS port version.
1452         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
1453         Darwin (usually OS X) systems.
1454         (woman-use-own-frame): Include 'ns in list of GUI window systems.
1455         * emulation/viper-util.el (ns-display-color-p)
1456         (ns-color-defined-p): Remove these (caustically-commented) outdated
1457         compensations for a port that was never itself integrated until now.
1458         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
1459         for NS window system.
1460         * international/mule-cmds.el: Add 'ns to list of special-cased window
1461         systems (probably most of these, x/w32/mac/ns could be changed to
1462         window-system non-nil).
1463         * term/ns-win.el: New file: lisp-side support for NS windowing system.
1465 2008-07-14  Jason Rumney  <jasonr@gnu.org>
1467         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
1468         (x-handle-numeric-switch, x-handle-initial-switch)
1469         (x-handle-xrm-switch, x-handle-args, x-handle-display)
1470         (xw-defined-colors, w32-initialize-window-system):
1471         Avoid use of cl pop and push macros.
1473 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
1475         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
1476         error when change-log-search-file-name returns nil.
1478 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
1480         * add-log.el (change-log-search-file-name):
1481         Use match-string-no-properties.
1482         (change-log-search-tag-name-1, change-log-search-tag-name)
1483         (change-log-goto-source-1, change-log-goto-source): New functions.
1484         (change-log-tag-re, change-log-find-head, change-log-find-tail):
1485         New variables.
1486         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
1488 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
1490         * calc/calc-help.el (calc-describe-key): Add angles to special key
1491         descriptions.
1493 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1495         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
1496         search for regexp.
1498 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
1500         * simple.el (line-move-visual): Handle null pixel position gracefully.
1502 2008-07-11  Jason Rumney  <jasonr@gnu.org>
1504         * files.el (file-truename): Get truename of ancestors if file does
1505         not exist on Windows.
1507 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
1509         * simple.el (line-move-visual): Obey goal-column and no-error arg.
1510         (track-eol, temporary-goal-column, previous-line, next-line):
1511         Update docstring.
1512         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
1513         to nil.
1515 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * simple.el (line-move-visual): New var.
1518         (line-move-visual): New function.
1519         (line-move): Call line-move-visual.
1521 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
1523         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
1524         pattern and add patterns for C++ header files.
1526 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
1528         * window.el (truncated-partial-width-window-p): New function.
1530         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
1532         * faces.el (x-create-frame-with-faces): Don't pass parameters that
1533         are set later to x-create-frame.
1534         (face-set-after-frame-default): Apply X resources for non-default
1535         faces.
1537 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
1539         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
1540         frame-specific X resource settings.  Set faces using a list of
1541         frame parameters explicitly passed to the calling
1542         function (e.g. make-frame).
1543         (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
1544         explicit frame parameter list to face-set-after-frame-default.
1546 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1548         * net/browse-url.el (browse-url-default-browser):
1549         Fix argument list in lambda.
1551 2008-07-07  Ulf Jasper  <ulf@web.de>
1553         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
1554         from url-retrieve.
1555         (newsticker--sentinel-work): Fix xerror typo.
1557 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1559         * vc-dir.el (vc-dir-refresh): Only update files.
1561         * vc-git.el (vc-git--ls-files-state): Remove unused function.
1563         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
1565 2008-07-06  John Paul Wallington  <jpw@pobox.com>
1567         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
1569 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
1571         * vc-git.el (vc-git-registered): Return true for removed files.
1572         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
1573         all the files instead of one per file.
1574         (vc-git-previous-revision): Add support for project-wide previous
1575         revision when specified file is nil.
1577 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
1579         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
1581         * vc-dir.el (vc-dir-find-child-files): New function.
1582         (vc-dir-resync-directory-files): New function.
1583         (vc-dir-recompute-file-state): New function, broken out of ...
1584         (vc-dir-resynch-file): ... here.  Also deal with directories.
1585         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
1586         (vc-resynch-buffer): Use it.
1588         * vc-hg.el (vc-hg-registered): Do not set vc-state.
1590         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
1592 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
1594         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
1595         if it's not part of gdb-ui, e.g, at start.
1597         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
1598         filenames in stack trace (text command mode).
1600 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1602         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
1604         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
1605         Use syntax-ppss on a position *before* the char we want to change.
1607 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
1609         * vc-dir.el (vc-dir-query-replace-regexp): New function.
1610         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
1611         (vc-dir-mode-map): Likewise.
1613 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
1615         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
1616         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
1617         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
1618         Remove spurious * in defcustom docstrings.
1620         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
1621         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
1622         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
1623         (default-justification): Remove spurious * in defcustom docstrings.
1625         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
1626         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
1627         (rst-compare-decorations, rst-default-indent, rst-update-section)
1628         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
1629         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
1630         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
1631         Fix typos in docstrings.
1632         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
1633         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
1634         (rst-get-decorations-around, rst-section-tree-point)
1635         (rst-font-lock-adornment-point): Reflow docstrings.
1636         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
1637         Doc fixes.
1638         (rst-re-enumerations): Comment out.
1640         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
1641         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
1642         (nxml-unicode-block-char-name-set):
1643         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
1644         * nxml/rng-nxml.el (rng-set-state-after):
1645         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
1647         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
1648         (rng-c-parse-annotation-body):
1649         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
1651         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
1652         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
1653         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
1654         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
1655         Fix typos in docstrings.
1656         (nxml-attribute-indent): Reflow docstring.
1657         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
1658         (nxml-default-buffer-file-coding-system): Doc fixes.
1660         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
1661         (nxml-ns-set-prefix): Fix typos in docstrings.
1662         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
1663         Reflow docstring.
1664         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
1666         * nxml/nxml-outln.el (nxml-hide-all-text-content)
1667         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
1668         (nxml-hide-direct-text-content, nxml-hide-subheadings)
1669         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
1670         (nxml-outline-display-rest, nxml-outline-set-overlay)
1671         (nxml-section-tag-forward, nxml-section-tag-backward)
1672         (nxml-back-to-section-start): Fix typos in docstrings.
1674         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
1675         Doc fixes.
1677         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
1678         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
1679         (nxml-scan-after-change): Fix typo in docstring.
1681         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
1682         (rng-name-class-possible-names): Doc fixes.
1683         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
1684         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
1685         Fix typos in docstrings.
1686         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
1687         Reflow docstrings.
1689         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
1690         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
1692         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
1693         (rng-xsd-convert-date-time): Reflow docstrings.
1694         (rng-xsd-compile): Fix typo in docstring.
1696         * nxml/rng-loc.el (rng-current-schema-file-name)
1697         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
1698         Doc fixes.
1699         (rng-set-schema-file): Fix typo in docstring.
1701         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
1702         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
1703         Fix typos in docstrings.
1704         (rng-message-overlay, rng-conditional-up-to-date-start)
1705         (rng-conditional-up-to-date-end): Doc fixes.
1706         (rng-next-error, rng-previous-error): Reflow docstrings.
1708         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
1709         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
1710         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
1711         (xmltok-merge-attributes): Fix typos in docstrings.
1712         (xmltok-make-attribute, xmltok-forward-special)
1713         (xmltok-get-declared-encoding-position): Reflow docstrings.
1715         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
1716         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
1717         Fix typos in docstrings.
1719 2008-07-02  John Paul Wallington  <jpw@pobox.com>
1721         * ibuffer.el (ibuffer-buffer-file-name):
1722         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
1723         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
1725 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
1727         * files.el (backup-extract-version): Handle versioned directories.
1728         (trash-directory): New variable.
1729         (move-file-to-trash): New function.
1731         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
1733 2008-07-02  Magnus Henoch  <mange@freemail.hu>
1735         * vc-git.el (vc-git-annotate-command): Use proper option for
1736         specifying revision.
1738 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1740         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
1741         if available.
1743 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
1745         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
1747         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
1748         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
1750         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
1752 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
1754         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
1755         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
1756         (gdb-var-list-children-regexp, gdb-var-update-regexp)
1757         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
1758         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1759         (gdb-stack-list-locals-regexp): Future proof regexps better.
1761 2008-06-30  Juri Linkov  <juri@jurta.org>
1763         * faces.el (face-name-history): New variable.
1764         (make-face, make-empty-face): Replace interactive spec "S"
1765         with `read-from-minibuffer' where `read' arg is t and
1766         `hist' arg is `face-name-history'.
1767         (read-face-name): Set `hist' arg of `completing-read-multiple'
1768         to `face-name-history'.
1769         (list-faces-display): Use `read-regexp' instead of `read-string'
1770         to read regexp.
1772         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
1773         to `regexp-history'.
1774         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
1775         make it an obsolete alias to it.
1776         (hi-lock-face-defaults): New variable renamed from
1777         `hi-lock-face-history'.
1778         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1779         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
1780         `read-from-minibuffer'.  Doc fix.
1781         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
1782         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
1783         Set `hist' arg of `completing-read' to `face-name-history'.
1784         Put a list of default faces to `default' arg instead of `hist' arg.
1786         * bindings.el (abbrev-map, narrow-map): New variables.
1787         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
1788         Rebind related commands to these new maps.
1789         (ctl-x-r-map): New variable for rectangle, register and bookmark
1790         keys.  Move rectangle keybindings to rect.el and register
1791         keybindings to register.el.
1792         (next-buffer, previous-buffer): Remove C-x prefix and move
1793         keybindings to ctl-x-map.
1795         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
1796         to the new map `ctl-x-r-map' in autoload cookies.
1798         * expand.el: Rebind two global `C-x a' keys "n", "p"
1799         to the new map `abbrev-map' in autoload cookies.
1801         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
1803         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
1805 2008-06-30  Miles Bader  <miles@gnu.org>
1807         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
1808         after processing an escape sequence.
1810 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
1812         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
1813         from 2008-06-28.  It does not work on W32.
1815 2008-06-29  Juri Linkov  <juri@jurta.org>
1817         * replace.el (read-regexp): New function.
1818         (keep-lines-read-args, occur-read-primary-args):
1819         Call `read-regexp' instead of code moved to new function.
1820         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
1821         from the end of prompt.
1822         (replace-re-search-function): Doc fix.
1824 2008-06-29  Kenichi Handa  <handa@m17n.org>
1826         * descr-text.el (describe-char-display): Always return a string.
1827         (describe-char-padded-string): New function.
1828         (describe-char): Adjusted for the change of
1829         describe-char-display.  Use describe-char-padded-string.
1831 2008-06-29  Andreas Schwab  <schwab@suse.de>
1833         * vc-dir.el (vc-dir): Make backend argument optional and use
1834         vc-responsible-backend when nil.  Interactively pass nil for
1835         backend instead of using the backend of what happens to be
1836         default-directory at the time of the call.
1838         * find-dired.el (find-dired-filter): Preserve point.
1840 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
1842         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
1843         (sasl-find-mechanism, sasl-next-step):
1844         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
1845         (sasl-ntlm-response): Fix typos in docstrings.
1847 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
1849         * international/mule-cmds.el (view-hello-file): Doc fix.
1851 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
1853         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
1854         (set-face-attribute, face-set-after-frame-default)): Don't use it.
1856 2008-06-28  John Paul Wallington  <jpw@pobox.com>
1858         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
1860 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
1862         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
1863         (tramp-convert-file-attributes): Convert symlinks only when
1864         returned from `tramp-handle-file-attributes-with-stat'.
1866         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
1867         `substitute-in-file-name' when unloading.
1868         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
1870 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
1872         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
1873         (vc-string-prefix-p): Move function ...
1874         * vc.el (vc-string-prefix-p): ... here.
1876 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
1878         * vc-dir.el (vc-dir): Complete only directory names.
1880 2008-06-27  Jason Rumney  <jasonr@gnu.org>
1882         * w32-fns.el (top-level): Unconditionally define all charsets.
1884 2008-06-27  Alan Mackenzie  <acm@muc.de>
1886         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
1887         the CC Mode specific functions; this is no longer needed, since
1888         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
1890         * progmodes/cc-defs.el (c-emacs-features): New feature
1891         'argumentative-bod-function.
1893 2008-06-27  John Paul Wallington  <jpw@pobox.com>
1895         * chistory.el (list-command-history): Use `bound-and-true-p'.
1896         (command-history-map): Define within defvar.  Add docstring.
1898 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
1900         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
1901         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
1902         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
1903         (image-type-from-buffer): Use `looking-at-p'.
1905 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
1907         * ibuf-ext.el (diff-sentinel): Declare.
1909 2008-06-27  Glenn Morris  <rgm@gnu.org>
1911         * calendar/lunar.el (calendar-lunar-phases): Rename from
1912         calendar-phases-of-moon.  Keep old name as alias, update callers.
1913         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
1914         (diary-lunar-phases): Rename from diary-phases-of-moon.
1915         Keep old name as alias.
1916         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
1917         (cal-menu-global-mouse-menu): Update for lunar name changes.
1918         * calendar/calendar.el (calendar-mode-map): Update for name change.
1919         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
1921 2008-06-26  Glenn Morris  <rgm@gnu.org>
1923         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
1924         argument `nolocation'.
1925         (calendar-sunrise-sunset-month): New function.
1926         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
1927         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
1928         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
1929         * calendar/calendar.el (solar-sunrises-buffer): New constant.
1930         (calendar-mode-map): Use cal-menu-sunmoon-menu.
1931         (calendar-buffer-list): Add solar-sunrises-buffer.
1933         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
1935 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
1937         * cus-start.el: Add customization types for word-wrap and
1938         shift-select-mode.
1940 2008-06-26  John Paul Wallington  <jpw@pobox.com>
1942         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
1943         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
1944         (ibuffer-mark-on-buffer): Don't display message when removing marks.
1945         (ibuffer-mark-by-mode): Use `buffer-local-value'.
1947 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1949         * vc-dir.el (tool-bar): Require.
1951         * vc.el (ewoc, tool-bar): Do not require.
1953 2008-06-26  Kenichi Handa  <handa@m17n.org>
1955         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
1956         characters.
1958         * composite.el (terminal-composition-base-character-p): New function.
1959         (terminal-composition-function):
1960         Use terminal-composition-base-character-p.  Include the base character
1961         in the composition.
1962         (auto-compose-chars): Don't check font-object for terminal display.
1964 2008-06-26  Glenn Morris  <rgm@gnu.org>
1966         * doc-view.el (bookmark-make-record-default):
1967         * image-mode.el (bookmark-make-record-default): Fix declaration.
1969         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
1970         Add default :value for sexp type.
1971         (calendar-month-edges): New variable.
1972         (calendar-month-edges): New function.
1973         (calendar-recompute-layout-variables): Set calendar-month-edges.
1974         (calendar-intermonth-header, calendar-intermonth-text): New options.
1975         (calendar-insert-at-column): New function.
1976         (calendar-generate-month): Use calendar-insert-at-column.
1977         Handle intermonth text.  Add 'date property.
1978         (calendar-column-to-month): Remove function.
1979         (calendar-column-to-segment): New function.
1980         (calendar-cursor-to-date): Use calendar-column-to-segment.
1981         Check 'date property.
1983         * calendar/calendar.el (calendar-print-other-dates):
1984         Handle mouse events.
1985         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
1986         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
1988         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
1989         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
1990         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
1992         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1993         Use calendar-column-to-segment, calendar-month-edges, and
1994         the 'date property to handle intermonth text.
1996         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
1998         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
1999         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
2000         Add doc strings.
2001         (cal-menu-context-mouse-menu): Add some :keys.
2002         (calendar-check-holidays): Declare rather than autoloading.
2003         (diary-show-holidays-flag): Remove unneeded declaration.
2005         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
2006         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
2007         event-start is nil.
2009 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * minibuffer.el (completion-basic-try-completion): Use the text after
2012         point to constrain the completion candidates.
2013         (completion-basic-all-completions): Adjust accordingly.
2015 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
2017         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
2018         courier.
2020         * faces.el (set-face-attribute): Doc fix.
2022 2008-06-25  Juri Linkov  <juri@jurta.org>
2024         * bindings.el (goto-map): New variable.  Rebind goto-related
2025         commands to this `M-g' prefix keymap.
2026         (search-map): New variable for `M-s' prefix keymap.
2027         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
2028         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
2029         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
2030         `M-shw' to `hi-lock-write-interactive-patterns'.
2032         * isearch.el (isearch-mode-map): Bind `M-s h r' to
2033         `isearch-highlight-regexp'.
2034         (isearch-highlight-regexp): New function.
2036 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * info.el (Info-bookmark-make-record):
2039         Use bookmark-make-record-default.
2040         (Info-bookmark-jump): Use bookmark-default-handler.
2042         * image-mode.el (image-bookmark-make-record):
2043         Use bookmark-make-record-default.
2044         (image-bookmark-jump): Use bookmark-default-handler.
2046         * doc-view.el (doc-view-bookmark-make-record):
2047         Use bookmark-make-record-default.
2048         (doc-view-bookmark-jump): Use bookmark-default-handler.
2050         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
2051         used until now in bookmark.el's code.
2052         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
2053         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
2054         used until now in bookmark.el's code.
2055         (bookmark-set-filename): Remove special code, moved to its only caller.
2056         (bookmark-store): Use the newer format.
2057         (bookmark-make-record-default): Add arg `point-only'.
2058         Rename from bookmark-make-record-for-text-file.
2059         (bookmark--jump-via): New function.
2060         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
2061         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
2062         Use it.
2063         (bookmark-jump-noselect, bookmark-default-handler):
2064         Don't return an alist, instead return the data implicitly by changing
2065         current buffer and point.  Signal an error if the file doesn't exist.
2067         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
2068         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
2070         * bs.el: Use with-current-buffer.  Simplify.
2071         (bs-toggle-readonly): Avoid vc-toggle-read-only.
2073         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
2074         is bound before using it.
2076 2008-06-25  Kenichi Handa  <handa@m17n.org>
2078         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
2080 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
2082         * vc-hg.el:
2083         * vc-git.el: Require vc-dir when compiling.
2085         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
2086         vc-dir-marked-only-files.  Change the return value.
2087         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
2088         Change the return value.
2089         (vc-dir-deduce-fileset): New function broken out from ...
2090         * vc.el (vc-deduce-fileset): ... here and ...
2091         (vc-deduce-fileset): ... here.
2093         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
2094         (vc-svn-parse-status): Do not set the vc-backend property.
2096 2008-06-25  Andreas Schwab  <schwab@suse.de>
2098         * faces.el (face-font-family-alternatives, variable-pitch):
2099         Use "Sans Serif", not "Sans-Serif".
2101 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
2103         * faces.el (face-font-family-alternatives, variable-pitch):
2104         Change "Sans" to the canonical name "Sans-Serif".
2106 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
2108         * calc/calc.el (calc-mode-map): Add extra keybindings to
2109         `calc-missing-key'.
2110         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
2111         `kill-ring-save'.
2113 2008-06-24  Miles Bader  <miles@gnu.org>
2115         * mouse.el (mouse-appearance-menu): Don't do anything if the user
2116         pops up the menu but doesn't select anything.
2118 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
2120         * add-log.el (add-change-log-entry): Add new arg to force each new
2121         entry to be on a new line.
2122         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2124         * vc-dir.el (vc-client-object): Remove.
2125         (vc-dir-prepare-status-buffer): Take a backend as an argument and
2126         use it when looking for a buffer.
2127         (vc-dir): Add a backend argument.  Set revert-buffer-function.
2128         Don't create a client object.  Move bindings ...
2129         (vc-dir-menu-map, vc-dir-mode-map): ... here.
2130         (vc-dir-revert-buffer-function): New function.
2131         (vc-generic-status-printer): Rename to ...
2132         (vc-dir-status-printer): ... this.
2133         (vc-generic-state, vc-generic-status-fileinfo-extra)
2134         (vc-dir-extra-menu, vc-make-backend-object): Remove.
2135         (vc-default-status-printer): Use a different face for
2136         directories.  Don't display any text for directories in the state
2137         column.  Add tooltips.
2139         * vc.el (Todo): Update.
2141         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2142         * vc-rcs.el (vc-annotate-convert-time):
2143         * vc-mtn.el (vc-annotate-convert-time):
2144         * vc-git.el (vc-annotate-convert-time):
2145         * vc-cvs.el (vc-annotate-convert-time):
2146         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2148 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
2150         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
2151         instead of using view-mode.
2153 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2155         * Makefile.in (distclean): Don't delete *.elc and autogen files.
2157 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2159         * vc.el:
2160         * vc-hooks.el:
2161         * vc-dispatcher.el: Move vc-dir variables and functions ...
2162         * vc-dir.el: ... here.  New file.
2163         * Makefile.in (ELCFILES): Add vc-dir.elc.
2165         * vc.el: Move vc-annotate variables and functions ...
2166         * vc-annotate.el: ... here.  New file.
2167         * Makefile.in (ELCFILES): Add vc-annotate.elc.
2169         * vc-dav.el: Move here from url/vc-dav.el.
2170         (Todo): Note work needed to make this backend functional.
2172         * Makefile.in (ELCFILES): Update vc-dav.el location.
2174 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2178 2008-06-21  John Paul Wallington  <jpw@pobox.com>
2180         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
2182         * textmodes/rst.el (rst-mode): Put docstring in right place.
2184 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
2186         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
2187         size for legibility.
2189         * faces.el (fixed-pitch): Use "Monospace" family.
2190         (variable-pitch): Use "Sans" family.
2191         (face-font-family-alternatives): Define alternatives for "Sans"
2192         and "Monospace".
2194 2008-06-21  Glenn Morris  <rgm@gnu.org>
2196         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
2197         Require 'cl when compiling.
2199         * emacs-lisp/debug.el (help-xref-interned): Declare.
2201         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
2202         Evaluate definition when compiling.
2204         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
2205         rather than mouse-1.
2206         (bug-reference-url-format): Autoload safe if string.
2207         (bug-reference-bug-regexp): Make space after "bug" optional.
2209         * Makefile.in (all): Explicitly pass EMACS to sub-make,
2210         for some non-GNU makes.
2212         * cus-dep.el (custom-dependencies-no-scan-regexp):
2213         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
2215         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
2216         increments.
2218         * calendar/calendar.el: Factor out the magic numbers controlling the
2219         calendar layout.
2220         (calendar-month-digit-width, calendar-month-width)
2221         (calendar-right-margin): New variables.
2222         (calendar-recompute-layout-variables, calendar-set-layout-variable):
2223         New functions.
2224         (calendar-left-margin, calendar-intermonth-spacing)
2225         (calendar-column-width, calendar-day-header-width)
2226         (calendar-day-digit-width): New options.
2227         (calendar-first-date-row): New constant.
2228         (calendar-move-to-column, calendar-ensure-newline): New functions,
2229         replacing calendar-insert-indented.
2230         (calendar-insert-indented): Remove function.
2231         (calendar-generate-month): Use calendar-move-to-column and
2232         calendar-ensure-newline.  Use layout variables.
2233         (calendar-generate, calendar-update-mode-line)
2234         (calendar-font-lock-keywords): Use layout variables.
2235         (calendar-column-to-month): New function.
2236         (calendar-cursor-to-date): Use calendar-column-to-month.
2237         Use layout variables.
2238         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2239         Use layout variables.  Use calendar-column-to-month.
2240         (calendar-cursor-to-visible-date): Use layout variables.
2242 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
2245         (all): Run compile-last.
2246         (compile-onefile): New target.
2247         (compile-first): Simplify.
2248         (compile-last): Don't treat COMPILE_FIRST specially.
2249         (COMPILE_FIRST): List the elc files rather than the el files.
2250         (ELCFILES): Update.
2252 2008-06-21  Ulf Jasper  <ulf@web.de>
2254         * net/newst-treeview.el: Remove dead code.
2255         (newsticker--window-config): Remove.
2256         (newsticker-treeview-quit): Do not save window config.
2257         (newsticker-treeview): Do not try to restore window config.
2258         (newsticker-groups, newsticker--treeview-list-sort-by-column)
2259         (newsticker--treeview-list-new-items)
2260         (newsticker--treeview-list-immortal-items)
2261         (newsticker--treeview-list-obsolete-items)
2262         (newsticker--treeview-list-all-items)
2263         (newsticker--treeview-list-feed-items): Fix documentation.
2265 2008-06-21  Miles Bader  <miles@gnu.org>
2267         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
2269 2008-06-21  Alan Mackenzie  <acm@muc.de>
2271         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
2272         infinite loop on invalid syntax.
2274 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * textmodes/rst.el: Run rst-define-level-faces when loading.
2277         (rst-mode): Don't set the font-lock-multiline var.
2278         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
2279         Set the font-lock-multiline property by hand.
2281         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
2283         * Makefile.in (emacs-deps): Remove.
2284         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
2285         (all): Use them.
2286         (autogen-clean): Remove.
2288 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * Makefile.in (all): New target.
2291         (bootstrap-prepare): Remove.
2293         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
2294         the .elc file to batch-byte-compile.
2296         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
2297         set-keymap-parents if set-keymap-parent doesn't exist.
2299         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
2300         Allow more than one space before the |.
2302         * textmodes/rst.el: Fix up docstring conventions.
2303         Move vars to before their first use.
2304         (rst-mode): Don't mess with font-lock-support-mode.
2305         (rst-suggest-new-decoration, rst-adjust-decoration):
2306         Avoid CL's copy-list.
2307         (rst-delete-entire-line): Use line-beginning-position.
2308         (rst-position): New fun.
2309         (rst-straighten-decorations): Use it instead of CL's position.
2310         (rst-straighten-bullets-region): Avoid CL's mapcar*.
2311         (rst-toc-mode): Use define-derived-mode.
2312         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
2313         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
2314         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
2315         (rst-replace-lines): Simplify.
2316         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
2318         * simple.el (special-mode-map): New var.
2319         (special-mode): New major mode.
2321 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2323         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
2324         log-view-file-re.
2326         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
2327         (vc-switch-backend): Simplify.
2328         (Todo): Remove solved items.
2330         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
2331         the vc-backend property.
2333 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
2336         Bind inhibit-read-only since the buffer is always read-only.
2338 2008-06-20  Ulf Jasper  <ulf@web.de>
2340         * net/newst-treeview.el (newsticker-treeview-own-frame):
2341         Change default value to nil.
2342         (newsticker--treeview-list-add-item)
2343         (newsticker--treeview-propertize-tag): Show item title in tooltip.
2345 2008-06-20  Martin Blais  <blais@furius.ca>
2346             Stefan Merten  <smerten@oekonux.de>
2347             David Goodger  <goodger@python.org>
2349         * textmodes/rst.el: New file.
2351 2008-06-20  Sam Steingold  <sds@gnu.org>
2353         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
2354         remove DIRECTORY entries.
2356 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
2358         * makefile.w32-in (distclean): Depend on `clean'.
2359         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
2360         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
2361         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
2362         empty cus-load.el with `echo', and include "Local Variables"
2363         section to prevent the empty file from being compiled.
2364         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
2365         that generate an empty cus-load.el.
2367 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
2369         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2370         Don't copy ldefs-boot.el over loaddefs.el.
2371         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
2372         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
2373         to loaddefs.el; they are not needed now.  Add coding cookie.
2375 2008-06-20  Miles Bader  <miles@gnu.org>
2377         * face-remap.el (face-remap-add-relative, face-remap-set-base):
2378         Strip unnecessary list levels from SPECS.
2379         (buffer-face-set, buffer-face-toggle):
2380         Change argument from FACE to &rest SPECS, and strip unnecessary
2381         list levels from SPECS.
2382         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
2384 2008-06-20  Jason Rumney  <jasonr@gnu.org>
2386         * international/fontset.el (setup-default-fontset): Specify script
2387         for latin use of iso10646-1.  Fix use of lang tags.
2389 2008-06-19  Miles Bader  <miles@gnu.org>
2391         * face-remap.el (text-scale-increase): Start from zero if
2392         text-scale-mode isn't enabled.
2394 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
2397         frame parameters after setting up the `default' face.
2399 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * faces.el (face-set-after-frame-default): Don't exclude `default'.
2403 2008-06-18  Glenn Morris  <rgm@gnu.org>
2405         * mouse.el (buffer-face-mode-invoke): Declare.
2407         * Makefile.in (ELCFILES): Add org/org-id.elc.
2409         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
2410         * calendar/cal-menu.el (cal-menu-holidays-menu):
2411         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
2412         (cal-menu-today-holidays): Remove function.
2414         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
2415         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2416         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
2417         Remove unused functions.
2418         (calendar-mouse-view-diary-entries): Use format rather than concat.
2420         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
2421         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2422         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
2424         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
2425         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2426         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
2427         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
2428         cal-menu-event-to-date.
2430         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
2431         Handle mouse events.
2432         * calendar/cal-tex.el (cal-tex-cursor-year)
2433         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2434         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2435         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2436         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
2437         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2438         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
2439         (cal-tex-cursor-month): Mark N as optional.
2440         * calendar/cal-menu.el (calendar-mouse-tex-day)
2441         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
2442         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
2443         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
2444         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
2445         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
2446         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
2447         Remove functions.
2448         (cal-menu-context-mouse-menu): Replace the above functions with the
2449         cal-tex versions.  Add HTML submenu.
2451 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
2453         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
2454         text command mode.
2455         (gdb): Explain that gud-gdb is needed for text command mode.
2457 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
2459         * window.el (split-height-threshold): Remove spurious extra line.
2461 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
2464         (calendar-set-mark):
2465         * calendar/diary-lib.el (diary-insert-entry):
2466         * calendar/solar.el (calendar-sunrise-sunset): Use it.
2467         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
2468         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
2469         (cal-menu-context-mouse-menu): Use calendar-set-mark,
2470         diary-insert-entry, and calendar-sunrise-sunset instead.
2472         * vc.el (vc-deduce-fileset): Add arg `only-files'.
2473         (vc-next-action): Pass the new arg.
2474         (vc-register): Don't use `only-files'.
2475         Don't set `backup-inhibited' in the current buffer.
2477 2008-06-17  Miles Bader  <miles@gnu.org>
2479         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
2481         * face-remap.el (buffer-face-mode-face)
2482         (buffer-face-mode-remapping): New variables.
2483         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
2484         (buffer-face-mode-invoke): New functions.
2485         (variable-pitch-mode-remapping): Variable removed.
2486         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
2488         * face-remap.el (internal-lisp-face-attributes): New variable.
2489         (face-attrs-more-relative-p, face-remap-order): New functions.
2490         (face-remap-add-relative): Use `face-remap-order'.
2492 2008-06-17  Glenn Morris  <rgm@gnu.org>
2494         * mouse.el (x-select-font): Declare.
2496         * calendar/calendar.el (calendar-move-hook):
2497         Add calendar-update-mode-line as an option.
2498         (calendar-date-echo-text): New user option.
2499         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
2500         (calendar-insert-indented): Simplify newline insertion.
2501         (calendar-describe-mode): Remove unused function.
2502         (calendar-mode-line-entry): New function.
2503         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
2504         Mark as risky.
2505         (calendar-mouse-other-month): Remove function.
2506         (calendar-other-month): Handle mouse events.
2507         (calendar-goto-info-node): Call fit-window-to-buffer.
2508         (calendar-mode): Use define-derived-mode.  Doc fix.
2509         (calendar-update-mode-line): Tweak whitespace.
2511 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
2514         (vc-dir-marked-only-files): vc-string-prefix-p.
2516 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
2518         * progmodes/gdb-ui.el (gdb-memory-set-address)
2519         (gdb-memory-set-repeat-count): Allow keyboard bindings.
2520         (gdb-memory-mode-map): Bind above functions respectively
2521         to 'S' and 'N'.
2523 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
2525         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
2527 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
2529         * log-view.el (vc-diff-internal): Declare for compiler.
2531         * vc-bzr.el (log-view-per-file-logs):
2532         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
2534 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
2536         * mouse.el (mouse-appearance-menu-map): New var.
2537         (mouse-appearance-menu): New function.
2538         Bind it to S-down-mouse-1.
2540 2008-06-15  Juri Linkov  <juri@jurta.org>
2542         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
2543         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
2544         as the second element.
2545         (Info-build-toc): Add PARENT element extracted from the Up pointer.
2546         Don't print progress messages.
2547         (Info-toc-nodes): New variable and function.
2548         (Info-index-nodes): Optimize non-string file name case.
2549         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
2550         (Info-insert-breadcrumbs): Use the cached document structure instead
2551         of visiting all ancestor nodes.  Remove the initial `>'.
2553 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2555         * log-view.el (log-view-diff-changeset): New function.
2556         (log-view-mode-map, log-view-mode-menu): Bind it.
2557         (log-view-per-file-logs, log-view-vc-fileset)
2558         (log-view-vc-backend): New variables.
2559         (log-view-find-revision, log-view-modify-change-comment)
2560         (log-view-annotate-version): Throw an error if the log is for more
2561         than one file and we can't find the current file.  Get the current
2562         file from log-view-vc-fileset if necessary.
2563         (log-view-diff): Get the current file from log-view-vc-fileset if
2564         necessary.
2566         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
2568         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
2569         (vc-hg-log-view-mode): Declare for compiler.
2570         (vc-hg-log-view-mode): Set log-view-per-file-logs and
2571         log-view-file-re.
2572         (vc-hg-diff): If no file is passed, use default-directory for cwd.
2574         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
2576         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
2578 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
2580         * net/tramp.el (tramp-handle-start-file-process):
2581         Clear modification time of the connection buffer.
2582         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
2583         (tramp-open-connection-setup-interactive-shell): Flush cache, and
2584         restart `tramp-maybe-open-connection' when the remote system has
2585         been changed.  Throw 'uname-changed event.
2586         (tramp-maybe-open-connection): Catch it.
2588         * net/tramp-cmds.el (tramp-cleanup-all-connections):
2589         Reset `tramp-locked'.
2591 2008-06-15  Ulf Jasper  <ulf@web.de>
2593         * net/newst-treeview.el (newsticker--treeview-list-update)
2594         (newsticker--treeview-item-update)
2595         (newsticker--treeview-tree-update)
2596         (newsticker-treeview-jump, newsticker-group-add-group)
2597         (newsticker-group-move-feed, newsticker-group-delete-group):
2598         Remove window dedication.
2599         (newsticker--group-manage-orphan-feeds): Handle ill-valued
2600         newsticker-groups.
2601         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
2603 2008-06-15  Andreas Schwab  <schwab@suse.de>
2605         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
2606         when parsing CVS/Repository.
2608         * wdired.el (wdired-search-and-rename): Fix undocumented change.
2610 2008-06-15  Ulf Jasper  <ulf@web.de>
2612         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
2613         (newsticker-extra-face, newsticker-enclosure-face): Moved to
2614         net/newst-reader.el.
2616         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
2617         (newsticker-extra-face, newsticker-enclosure-face): Moved from
2618         net/newst-reader.el.
2620 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2622         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
2623         Catch and recover from case when the bytes we thought we were reading
2624         turn out to be something else entirely, such as latin-1 chars from
2625         quail.  See bug#396.
2627 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2629         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
2630         (vc-register): Call the backend function only once, instead of
2631         once for each file.
2632         (vc-next-action): Update call to vc-register.
2633         (vc-dir-register): Remove function.
2634         (vc-dir): Bind vc-register instead of vc-dir-register.
2636 2008-06-14  Glenn Morris  <rgm@gnu.org>
2638         * Makefile.in (ELCFILES): Add net/newst-*.el.
2640 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * wdired.el (wdired-do-renames): New function.
2643         (wdired-finish-edit): Use it to.
2644         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
2646 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2648         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
2650 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
2652         * window.el (window--even-window-heights): Even window heights
2653         only if the selected window is higher than WINDOW.
2654         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2656 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
2660 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * term/linux.el (terminal-init-linux): Load t-mouse.
2664 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2665             Drew Adams  <drew.adams@oracle.com>
2667         * info.el (Info-breadcrumbs-depth): New var.
2668         (Info-insert-breadcrumbs): New function.
2669         (Info-fontify-node): Use it.
2670         (Info-mode-map): Move initialization into declaration.
2672 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
2674         Rename net/newsticker-*.el to net/newst-*.el.
2675         * net/newst-backend.el: Rename from net/newsticker-backend.el.
2676         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
2677         * net/newst-reader.el: Rename from net/newsticker-reader.el.
2678         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
2679         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
2680         * net/newsticker-backend.el: Rename to net/newst-backend.el.
2681         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
2682         * net/newsticker-reader.el: Rename to net/newst-reader.el.
2683         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
2684         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
2686 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * progmodes/compile.el (compilation-start): Don't disable undo in
2689         comint buffer.  Don't override the comint-filter with our own.
2690         (compilation-filter): Change point's insertion-type.
2692         * comint.el (comint-output-filter): Use copy-marker.
2694 2008-06-13  David Reitter  <david.reitter@gmail.com>
2696         * textmodes/flyspell.el (mail-mode-flyspell-verify):
2697         Check message-signature-separator exists before using it.
2699 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
2701         * vc.el (vc-delete-file): Bind default-directory before calling
2702         the backend.
2703         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
2704         (vc-annotate-show-diff-revision-at-line-internal): ... here.
2705         New function.
2706         (vc-annotate-show-changeset-diff-revision-at-line): New function.
2707         (vc-annotate-mode-menu): Bind it.
2709 2008-06-13  Jason Rumney  <jasonr@gnu.org>
2711         * term/w32-win.el (mouse-set-font): Remove overridden function.
2712         (w32-select-font): Declare as obsolete alias for x-select-font.
2714 2008-06-13  Daniel Engeler  <engeler@gmail.com>
2716         These changes add serial port access.
2717         * term.el (term-update-mode-line): Modify.
2718         (serial-port-is-file-p, serial-nice-speed-history)
2719         (serial-no-speed, serial-mode-line-speed-menu)
2720         (serial-mode-line-config-menu): New variables and constants.
2721         (serial-name-history, serial-speed-history)
2722         (serial-supported-or-barf, serial-read-name, serial-read-speed)
2723         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
2724         (serial-mode-line-speed-menu, serial-update-speed-menu)
2725         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
2726         (serial-update-config-menu): New functions.
2728 2008-06-13  Glenn Morris  <rgm@gnu.org>
2730         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
2732         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
2734 2008-06-13  Kenichi Handa  <handa@m17n.org>
2736         * cus-face.el (custom-face-attributes): Add :foundry.
2738         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
2739         (face-x-resources): Add :foundry.
2740         (face-valid-attribute-values): Likewise.
2741         (face-attribute-name-alist): Likewise.
2742         (describe-face): Likewise.
2744 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2746         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
2748 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
2750         * longlines.el (longlines-search-forward, longlines-search-backward)
2751         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
2753 2008-06-12  Sam Steingold  <sds@gnu.org>
2755         * vc.el (vc-rename-file): DTRT when the destination is a directory
2756         name and the source is a file.
2758 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
2760         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
2762 2008-06-12  Glenn Morris  <rgm@gnu.org>
2764         * progmodes/f90.el (f90-beginning-of-subprogram)
2765         (f90-end-of-subprogram): Only give a message when interactive.
2767         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
2769         * progmodes/cperl-mode.el (cperl-info-on-command):
2770         Use display-pixel-height rather than x-display-pixel-height.
2772         * mail/rmailedit.el (rmail-cease-edit):
2773         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
2775         * emulation/edt.el (edt-xserver):
2776         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
2778         * emulation/edt-mapper.el: Drop test for Emacs < 19.
2780         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
2781         Evaluate definitions when compiling.  Reverse tests.
2783         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
2784         use unless.
2786         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
2788         * textmodes/artist.el (x-pointer-shape):
2789         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
2790         (x-open-connection, x-server-max-request-size, x-get-resource):
2791         * term/w32console.el (x-setup-function-keys):
2792         * term/w32-win.el (x-parse-geometry, x-resource-name)
2793         (generate-fontset-menu, image-library-alist, x-open-connection)
2794         (setup-default-fontset, set-fontset-font, setup-default-fontset)
2795         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
2796         (x-get-resource):
2797         * term/mac-win.el (x-parse-geometry, x-resource-name)
2798         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
2799         (new-fontset, x-display-list, x-open-connection, x-get-resource):
2800         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
2801         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
2802         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
2803         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
2804         (tooltip-identifier-from-point, define-fringe-bitmap):
2805         * play/gamegrid.el (image-size):
2806         * play/bubbles.el (image-size):
2807         * mail/emacsbug.el (x-server-vendor, x-server-version):
2808         * international/mule-util.el (internal-char-font):
2809         * international/mule-diag.el (font-info, query-fontset, fontset-info)
2810         (fontset-alias-alist, fontset-list, fontset-plain-name):
2811         * international/mule-cmds.el (x-server-vendor, x-server-version):
2812         * international/fontset.el (font-encoding-charset-alist)
2813         (otf-script-alist, new-fontset, set-fontset-font)
2814         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
2815         (fontset-list, query-fontset, x-get-resource):
2816         * emulation/edt.el (x-server-vendor):
2817         * emulation/edt-mapper.el (x-server-vendor):
2818         * emacs-lisp/map-ynp.el (x-popup-dialog):
2819         * emacs-lisp/lmenu.el (x-popup-dialog):
2820         * x-dnd.el (x-window-property, x-change-window-property)
2821         (x-get-selection-internal):
2822         * woman.el (x-list-fonts):
2823         * w32-fns.el (x-server-version):
2824         * tooltip.el (x-show-tip, x-hide-tip):
2825         * tool-bar.el (image-mask-p):
2826         * thumbs.el (image-size):
2827         * term.el (overflow-newline-into-fringe):
2828         * subr.el (scroll-bar-scale):
2829         * startup.el (x-get-resource, tool-bar-mode, image-size):
2830         * select.el (x-get-selection-internal, x-own-selection-internal)
2831         (x-disown-selection-internal):
2832         * mouse.el (generate-fontset-menu):
2833         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
2834         * image.el (image-library-alist):
2835         * image-mode.el (image-size, image-refresh):
2836         * image-dired.el (clear-image-cache):
2837         * gs.el (x-display-mm-width, x-display-pixel-width)
2838         (x-display-mm-height, x-display-pixel-height)
2839         (x-change-window-property, x-display-grayscale-p, x-window-property):
2840         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
2841         (x-focus-frame, x-list-fonts, x-display-screens)
2842         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
2843         (x-display-mm-width, x-display-backing-store, x-display-save-under)
2844         (x-display-planes, x-display-color-cells, x-display-visual-class):
2845         * faces.el (internal-face-x-get-resource)
2846         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
2847         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
2848         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
2849         (x-parse-geometry, x-create-frame, x-setup-function-keys)
2850         (tool-bar-setup):
2851         * doc-view.el (clear-image-cache, image-size, tooltip-show):
2852         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
2853         * dframe.el (x-display-pixel-width, x-display-pixel-height):
2854         * descr-text.el (internal-char-font):
2855         Define for compiler, for builds without X.
2857 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2859         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
2861 2008-06-11  Glenn Morris  <rgm@gnu.org>
2863         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
2864         before trying to move there.
2865         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
2866         is non-nil, indent most terminating statements like loop body.
2868         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
2869         Gregorian date, and add it, not the local date, to diary-entries-list.
2870         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
2872 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         * progmodes/compile.el (compilation-filter): Fix up last change.
2876         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
2878         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
2879         (gpm-mouse-mode): Make it into a proper global minor mode.
2881         * files.el (save-some-buffers-action-alist): Only use recursive-edit
2882         if the user enabled recursive-minibuffers.
2884         * emacs-lisp/map-ynp.el (map-y-or-n-p):
2885         Add support for scroll-other-window.
2887 2008-06-11  Jason Rumney  <jasonr@gnu.org>
2889         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
2890         Use tmm-menubar if menu is disabled in this frame.
2892         * menu-bar.el (menu-bar-open): Determine how to open menu bar
2893         from frame type, per documentation.  Add w32 case.
2895 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2897         * minibuffer.el (completion--merge-suffix): New function.
2898         (completion-basic-try-completion): Use it.
2899         (completion-pcm--find-all-completions): Add argument `filter'.
2900         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
2901         New functions.
2902         (completion-pcm-try-completion): Use them.
2904         * xt-mouse.el (turn-on-xterm-mouse-tracking)
2905         (turn-off-xterm-mouse-tracking): Use terminal-list.
2907         * cus-start.el (underline-minimum-offset): Rename from
2908         x-underline-minimum-display-offset.
2910 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
2912         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
2914 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
2916         * mouse.el (mouse-select-font): New function.
2918         * faces.el (face-spec-recalc): When the face is set using
2919         Customize, avoid recalculating it twice.
2921         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
2922         Font" menu item to it.  Apply selected font to all frames, and
2923         make it savable.
2924         (menu-bar-options-save): Save `default' font if changed.
2926 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2928         * ffap.el (ffap-string-at-point-mode-alist):
2929         Use alpha rather than lower.
2931         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
2933         * subr.el (momentary-string-display): Use an overlay.
2935         * progmodes/compile.el (compilation-mode):
2936         Set window-point-insertion-type.
2937         (compilation-filter): Don't use insert-before-markers any more.
2938         * emacs-lisp/trace.el (trace-make-advice):
2939         Set window-point-insertion-type in the trace buffer.
2940         * startup.el (normal-top-level): Set window-point-insertion-type in
2941         *Messages*.
2942         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
2943         (telnet-filter): Don't use insert-before-markers any more.
2944         * comint.el (comint-mode): Set window-point-insertion-type.
2945         (comint-output-filter): Don't use insert-before-markers any more.
2946         * button.el (make-text-button): Allow `start' to be a string.
2948 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
2950         * emacs-lisp/autoload.el (autoload-rubric):
2951         Fix coding cookie not to force Unix EOL.
2953 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
2955         * window.el (window--splittable-p, window--try-to-split-window):
2956         Don't use with-selected-window to avoid messing up get-lru-window.
2957         Reported by David Hansen <david.hansen@gmx.net>.
2959 2008-06-10  Glenn Morris  <rgm@gnu.org>
2961         * subr.el (locate-library): Doc fix.
2963         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
2964         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
2965         Check tool-bar-map is bound, for non-X builds.
2967         * net/newsticker-reader.el (newsticker--next-item-image)
2968         (newsticker--previous-item-image, newsticker--previous-feed-image)
2969         (newsticker--next-feed-image, newsticker--mark-read-image)
2970         (ewsticker--mark-immortal-image, newsticker--narrow-image)
2971         (newsticker--get-all-image, newsticker--update-image)
2972         (newsticker--browse-image): Check xpm images are available.
2973         (newsticker--mark-read-image, newsticker--mark-immortal-image)
2974         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
2976         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
2977         (newsticker--plainview-tool-bar-map, newsticker-mode):
2978         Check tool-bar-map is bound, for non-X builds.
2979         (w3m-toggle-inline-image): Declare.
2981         * net/newsticker-backend.el (tool-bar-map): Don't declare.
2983         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
2985         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
2986         (finder-compile-keywords): Move let to where needed.
2987         (finder-mouse-face-on-line): Go back one more line if needed.
2988         (finder-list-matches): Use cadr.
2989         (finder-goto-xref): New function.
2990         (finder-commentary): Add buttons to jump to foo.el libraries.
2992 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2994         * apropos.el (apropos-function, apropos-macro, apropos-command)
2995         (apropos-variable, apropos-face, apropos-group, apropos-widget)
2996         (apropos-plist): Add apropos-short-label property.
2997         (apropos-multi-type): New variables.
2998         (apropos-command, apropos-value): Set it.
2999         (apropos-compact-layout): New custom.
3000         (apropos-print, apropos-print-doc): Use it.
3001         (apropos-print): Truncate lines.
3003 2008-06-09  Kenichi Handa  <handa@m17n.org>
3005         * international/fontset.el (font-encoding-alist):
3006         Add an entry for "ascii-0".
3008 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
3010         * language/hanja-util.el (hanja-init-load): Show the message only
3011         when loading a table.
3013 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
3015         * net/newsticker-treeview.el (newsticker-treeview):
3016         * net/newsticker-plainview.el (newsticker-plainview):
3017         Add autoload cookie.
3019 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
3021         * net/newsticker.el: Split up into newsticker-backend, -ticker,
3022         -reader, -plainview, and -treeview.
3023         (newsticker-version): Change to 1.99.
3025         * net/newsticker-backend.el: New.  Move backend functionality from
3026         newsticker.el to newsticker-backend.el.
3027         (newsticker--download-logos): New.
3028         (newsticker--sentinel-callback): New.
3029         (newsticker--set-customvar): Remove.  Split up into specific
3030         functions related to retrieval, ticker, buffer, and display.
3031         (newsticker--set-customvar-retrieval): New.  Extracted from
3032         `newsticker--set-customvar'.
3033         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
3034         (newsticker-url-list-defaults):
3035         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
3036         (newsticker-url-list): Doc changed.  URL can be a function.
3037         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
3038         (newsticker-retrieval-method): New.
3039         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
3040         (newsticker-retrieval-interval):
3041         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
3042         (newsticker-desc-comp-max): Change :group.
3043         (newsticker--cache): Doc changed.
3044         (newsticker--guid-to-string): New.
3045         (newsticker--guid): Use `newsticker--guid-to-string'.
3046         (newsticker--real-feed-name): New.
3047         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
3048         (newsticker-start): Use `insert-file-contents' for reading cache.
3049         Use `newsticker--start-feed'.
3050         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
3051         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
3052         Use `newsticker--stop-feed'.
3053         (newsticker-save-item): New.
3054         (newsticker--get-news-by-funcall): New.
3055         (newsticker-get-news): Handle new retrieval methods.
3056         (newsticker--sentinel): Use `newsticker--sentinel-work'.
3057         (newsticker--sentinel-work): New.  Extracted from
3058         `newsticker--sentinel'.  Use `newsticker--download-logos',
3059         `newsticker--sentinel-callback'.
3060         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
3061         (newsticker--parse-atom-1.0): Fix link determination.
3062         (newsticker--parse-rss-0.91): Fix time determination.
3063         (newsticker--parse-rss-0.92): Fix time determination.
3064         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
3065         (newsticker--parse-generic-feed): New arg order in
3066         `newsticker--cache-add'.
3067         (newsticker--parse-generic-items): Fix for multiple items.
3068         New arg order in `newsticker--cache-add'.
3069         (newsticker--forget-preformatted): Check whether
3070         `newsticker--buffer-set-uptodate' is fbound.
3071         (newsticker--decode-iso8601-date): Handle fractions of seconds.
3072         (newsticker--decode-rfc822-date): Partial timezone handling.
3073         (newsticker--cache-contains): Fix guid problem.
3074         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
3075         (newsticker--cache-save): New.
3076         (newsticker--cache-update): Use temp buffer.
3077         (newsticker--stat-num-items): Allow multiple AGE args.
3078         (newsticker--stat-num-items-total): New.
3079         (newsticker--opml-import-outlines): New.
3080         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
3081         (newsticker--do-run-auto-mark-filter): Doc changed.
3082         (newsticker-retrieve-random-message): New.
3084         * net/newsticker-ticker.el: New.  Move ticker functionality from
3085         net/newsticker.el to net/newsticker-ticker.el.
3086         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
3087         `newsticker--ticker-timer'.
3088         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
3089         to `newsticker--ticker-timer'.
3090         (newsticker--set-customvar-ticker): New.  Extracted from
3091         `newsticker--set-customvar'.
3092         (newsticker-ticker-interval): Rename `newsticker-display-interval'
3093         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
3094         for :set.  Change :group.
3095         (newsticker-scroll-smoothly): Doc changed.  Change :group.
3096         (newsticker-hide-immortal-items-in-echo-area)
3097         (newsticker-hide-old-items-in-echo-area)
3098         (newsticker-hide-obsolete-items-in-echo-area):
3099         Use `newsticker--set-customvar-ticker for :set.  Change :group.
3100         (newsticker-start-ticker): Rename `newsticker--display-timer' to
3101         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
3102         to `newsticker-ticker-interval'.
3103         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
3104         `newsticker--ticker-timer'.
3106         * net/newsticker-reader.el: New.  Move reader functionality from
3107         net/newsticker.el to net/newsticker-reader.el.
3108         (newsticker--set-customvar-formatting): New.  Extracted from
3109         `newsticker--set-customvar'.
3110         (newsticker-reader, newsticker-frontend): New.
3111         (newsticker-enable-logo-manipulations): Change :group.
3112         (newsticker-justification): Use `newsticker--set-customvar-formatting'
3113         for :set.  Change :group.
3114         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
3115         for :set.  Change :group.
3116         (newsticker-html-renderer): Doc changed.
3117         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
3118         (newsticker-date-format):
3119         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
3120         (newsticker--insert-enclosure):
3121         Rename `newsticker--buffer-insert-enclosure' to
3122         `newsticker--insert-enclosure'.  Add keymap arg.
3123         (newsticker--print-extra-elements):
3124         Rename `newsticker--buffer-print-extra-elements' to
3125         `newsticker--print-extra-elements'.  Add keymap arg.
3126         (newsticker--do-print-extra-element):
3127         Rename `newsticker--buffer-do-print-extra-element' to
3128         `newsticker--do-print-extra-element'.  Add keymap arg.
3129         (newsticker-show-news): Use `newsticker-frontend'.
3131         * net/newsticker-plainview.el: New.  Move plainview functionality
3132         from net/newsticker.el to net/newsticker-reader.el.
3133         (newsticker-plainview): New.
3134         (newsticker--set-customvar-sorting): New.  Extracted from
3135         `newsticker--set-customvar'.
3136         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
3137         for :set.  Changed :group.
3138         (newsticker-heading-format, newsticker-item-format)
3139         (newsticker-desc-format, newsticker-statistics-format):
3140         Use `newsticker--set-customvar-formatting for :set.  Change :group.
3141         (newsticker-faces): Change :group.
3142         (newsticker-default-face): Enable again.
3143         (newsticker-hide-old-items-in-newsticker-buffer)
3144         (newsticker-show-descriptions-of-new-items):
3145         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
3146         (newsticker-show-all-news-elements): Change :group.
3147         (newsticker-plainview-hooks): New.
3148         (newsticker-select-item-hook, newsticker-select-feed-hook)
3149         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
3150         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
3151         to `newsticker--plainview-tool-bar-map'.
3152         (newsticker--url-keymap): Add mouse-1 binding.
3153         (newsticker-plainview): New.
3154         (newsticker-mark-all-items-of-feed-as-read): Change doc.
3155         (newsticker--buffer-do-insert-text): Use renamed
3156         newsticker--[buffer-]insert-enclosure and
3157         newsticker--[buffer-]print-extra-elements.
3158         (newsticker--buffer-set-faces): Use newsticker-default-face.
3160         * net/newsticker-treeview.el: New.
3162 2008-06-08  Andreas Schwab  <schwab@suse.de>
3164         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
3166         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
3168         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
3169         empty line.
3171         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
3173 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
3175         * window.el (split-height-threshold, split-width-threshold):
3176         Add choice nil.
3177         (split-window-preferred-function): Allow either nil or a function.
3178         (window--splittable-p, window--try-to-split-window):
3179         Handle changed option values.
3181         (window--frame-usable-p): Handle nil argument.
3183         (display-buffer): Call get-lru-window when pop-up-windows is nil
3184         and window can't be split.
3186 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3188         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
3190         * net/tramp.el (top): Quote feature names.  Remove
3191         `tramp-rfn-eshadow-setup-minibuffer' from
3192         `rfn-eshadow-setup-minibuffer-hook' when unloading.
3193         (tramp-read-passwd): There is only one call to
3194         `auth-source-user-or-password' needed.  Pacify byte compiler.
3196 2008-06-08  Andreas Schwab  <schwab@suse.de>
3198         * window.el (display-buffer): Use lru window if current window
3199         cannot be split.
3201 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3203         * apropos.el (apropos-library): New command and new button.
3204         (apropos-library-button): New function.
3206         * apropos.el: Remove spurious * in docstrings.
3207         (apropos-label-face): Use variable pitch.
3208         (apropos-print): Use dolist and with-current-buffer.
3209         (apropos-print-doc): Use when.
3211         * window.el (special-display-p, display-buffer):
3212         Fix up C->Elisp transcription error.
3214 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3217         (byte-compile-file): Initialize it.
3218         (byte-compile-nogroup-warn): Keep track of the current group.
3220 2008-06-08  Glenn Morris  <rgm@gnu.org>
3222         * Makefile.in (compile, compile-always, bootstrap-prepare):
3223         Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
3225 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
3227         * language/hanja-util.el (hanja-init-load): Use a char-table for
3228         hanja-table.
3229         (hangul-to-hanja-char): Adjust for the above change.
3231 2008-06-07  Glenn Morris  <rgm@gnu.org>
3233         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
3234         lm-keywords.
3236         * mail/sendmail.el (mail-interactive): Add :version.
3238         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
3239         obsolete alias.
3241         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
3242         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
3243         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
3244         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
3245         * eshell/esh-util.el, international/mule-cmds.el:
3246         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
3247         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
3248         Remove unnecessary eval-when-compiles and eval-and-compiles.
3250         * Makefile.in (bootstrap-clean): Run autogen-clean.
3251         (maintainer-clean): No need to run autogen-clean now it is included in
3252         bootstrap-clean.
3254 2008-06-06  Miles Bader  <miles@gnu.org>
3256         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
3258 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
3260         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
3261         longlines mode.
3263         * replace.el (replace-search-function)
3264         (replace-re-search-function): New vars.
3265         (perform-replace): Use them.
3267         * longlines.el (longlines-re-search-forward): New function.
3268         (longlines-mode): Bind replace-search-function and
3269         replace-re-search-function, to ensure that replacement commands
3270         treat newlines as spaces.
3271         (longlines-show-effect): Default to a pilcrow sign.
3273 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * help.el (function-called-at-point):
3276         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
3277         even when calling find-tag-default.
3279 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
3281         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
3282         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
3283         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
3284         (nxml-fontify-buffer, nxml-do-fontify):
3285         Remove obsolete variables and functions.
3286         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
3287         (nxml-degrade, nxml-after-change, nxml-after-change1)
3288         (nxml-extend-region, nxml-extend-after-change-region)
3289         (nxml-extend-after-change-region1, nxml-fontify-matcher)
3290         (nxml-toggle-char-ref-extra-display): Use font-lock, and
3291         font-lock-extend-region-functions in particular, to fontify
3292         nxml-mode buffers.
3293         (nxml-debug-region): New debugging helper function.
3295         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
3296         (nxml-scan-after-change, nxml-move-tag-backwards):
3297         Adapt for font-lock changes.
3299         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
3300         (nxml-debug-set-inside, nxml-debug-clear-inside):
3301         New debugging functions.
3302         (nxml-with-degradation-on-error): New helper macro.
3304 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
3306         * window.el (display-buffer): Remove dead call to get-lru-window.
3308 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3310         * mail/sendmail.el (mail-interactive): Change default.
3312 2008-06-05  John Paul Wallington  <jpw@pobox.com>
3314         * bindings.el (completion-ignored-extensions):
3315         Add .p64fsl, .d64fsl, and .dx64fsl.
3317 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3319         * ffap.el (ffap-prompter): Don't use the region.
3321 2008-06-05  Sam Steingold  <sds@gnu.org>
3323         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
3324         subdirectory to be registered.
3326 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
3328         * window.el (display-buffer-function, special-display-p)
3329         (special-display-buffer-names, special-display-regexps)
3330         (special-display-function, same-window-p, same-window-buffer-names)
3331         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
3332         (pop-up-frame-function, pop-up-windows, even-window-heights)
3333         (split-window-preferred-function, split-height-threshold)
3334         (window--display-buffer-1, display-buffer, pop-to-buffer):
3335         Move from window.c and buffer.c.
3336         (window--splittable-p, window--try-to-split-window)
3337         (window--frame-usable-p, window--display-buffer-2)
3338         (window--even-window-heights): New functions.
3339         (split-width-threshold): New option.
3340         (split-window-preferred-horizontally): Remove.
3342         * cus-start.el: Remove corresponding declarations.
3344 2008-06-05  Sam Steingold  <sds@gnu.org>
3346         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
3347         an error on modified buffers.
3349 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3351         * progmodes/etags.el (tags-verify-table): Be careful to use and update
3352         tags-file-name and tags-table-list from the right buffer.
3353         (tags-table-check-computed-list, tags-table-extend-computed-list)
3354         (find-tag-noselect): Use with-current-buffer.
3356         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
3357         Use print-circle.
3359         * minibuffer.el (minibuffer-local-must-match-filename-map):
3360         Declare obsolete alias for the old name.
3362         * abbrev.el (unexpand-abbrev): Better preserve markers.
3364 2008-06-05  Glenn Morris  <rgm@gnu.org>
3366         * emacs-lisp/autoload.el (autoload-rubric): New function,
3367         extracted from autoload-ensure-default-file.
3368         (autoload-ensure-default-file): Use autoload-rubric.
3370         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
3371         (custom-dependencies-no-scan-regexp): New variable.
3372         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
3373         Don't scan files matching custom-dependencies-no-scan-regexp.
3374         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
3376         * finder.el (finder-headmark): Initialize and add doc string.
3377         (generated-finder-keywords-file): Doc fix.
3378         (finder-no-scan-regexp): New variable.
3379         (finder-compile-keywords): Use a single let binding.
3380         Disable undo in the output buffer.  Use autoload-rubric.
3381         Use mapc rather than mapcar.  Don't scan files matching
3382         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
3383         rather than concat.  Use directory-files to do regexp matching.
3384         No need to require jka-compr.
3385         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
3386         (finder-list-matches): Disable undo.
3387         (finder-commentary): Use let rather than let*.  Disable undo.
3388         (finder-current-item): Use zerop.
3389         (finder-mode): Use define-derived-mode.
3390         (finder-exit): Doc fix.  Use dolist.
3392         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
3393         (custom-deps): Don't require $(lisp)/cus-load.el.
3394         (custom-deps, finder-data): Don't depend on autoloads.
3395         Should not be needed now, and doing so was causing make install to
3396         re-dump emacs post-bootstrap.
3397         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
3398         mid-build forces some things to be rebuilt.
3400 2008-06-05  Miles Bader  <miles@gnu.org>
3402         * face-remap.el
3403         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
3404         (face-remap-remove-relative): Renamed from
3405         `remove-relative-face-remapping'.
3406         (face-remap-reset-base): Renamed from
3407         `set-default-base-face-remapping'.
3408         (face-remap-set-base): Renamed from `set-base-face-remapping'.
3409         (text-scale-increase): Renamed from `increase-buffer-face-height'.
3410         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
3411         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
3413         * face-remap.el (variable-pitch-mode): Autoload.
3415 2008-06-04  Sam Steingold  <sds@gnu.org>
3417         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
3418         Generate extra status headers for a Mercurial tree.
3420 2008-06-04  John Paul Wallington  <jpw@pobox.com>
3422         * echistory.el (electric-history-map): Define within defvar.
3423         Add docstring.
3425         * font-lock.el (font-lock-turn-off-thing-lock)
3426         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
3427         Use `bound-and-true-p'.
3428         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
3429         Doc fixes.
3431         * international/ccl.el (define-ccl-program): Add `doc-string'
3432         declaration.
3434 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
3436         * face-remap.el (variable-pitch-mode): Reflow docstrings.
3437         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
3439 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
3441         * emacs-lisp/rx.el (rx): Doc fix.
3443 2008-06-04  Markus Triska  <markus.triska@gmx.at>
3445         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
3447 2008-06-04  Miles Bader  <miles@gnu.org>
3449         * face-remap.el (adjust-buffer-face-height): New function.
3450         Add autoloaded keybindings in ctl-x-map.
3451         (increase-buffer-face-height, decrease-buffer-face-height):
3452         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
3454 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
3456         * simple.el (line-move-1): If we did not move as far as desired,
3457         ensure that point-left and point-entered hooks are called.
3459 2008-06-03  Sam Steingold  <sds@gnu.org>
3461         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
3463 2008-06-03  John Paul Wallington  <jpw@pobox.com>
3465         * progmodes/make-mode.el (makefile-cleanup-continuations)
3466         (makefile-warn-suspicious-lines, makefile-warn-continuations):
3467         Use `derived-mode-p'.
3469 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3471         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
3472         (ELCFILES): Update.
3474 2008-06-03  Miles Bader  <miles@gnu.org>
3476         * face-remap.el: New file.
3477         * Makefile.in (ELCFILES): Add face-remap.elc.
3479 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * progmodes/flymake.el (flymake-process-filter): Make sure the source
3482         buffer isn't dead.
3484         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
3485         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
3486         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
3487         * obsolete/auto-show.el, obsolete/hscroll.el:
3488         Remove packages that were obsolete in Emacs-20, or that were obsolete
3489         in Emacs-21 and do not contain any more code.
3491         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
3492         vc-client-mode is not set.
3494         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
3495         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
3497         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
3498         yet a bit more clever at distinguishing / from /.
3500 2008-06-03  Kenichi Handa  <handa@m17n.org>
3502         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
3504 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
3506         * language/hanja-util.el: New file.
3508 2008-06-03  Glenn Morris  <rgm@gnu.org>
3510         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
3511         Check that end-of-word follows "type".
3513 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
3515         * epa-file.el (epa-file-write-region): Write the entire buffer
3516         content if START is nil.
3518 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
3520         * select.el (x-get-selection): Fix typo.
3522 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
3524         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
3525         (describe-char): Use `looking-at-p', `string-match-p' when possible.
3527 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * tar-mode.el (tar-header-block-summarize): Ensure one space around
3530         user&group.
3532 2008-05-31  John Paul Wallington  <jpw@pobox.com>
3534         * help-fns.el (describe-variable-custom-version-info):
3535         Handle dotted `package-version' info.
3537 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
3539         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
3541 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
3543         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
3544         names and improve support for unregistered files.
3546 2008-05-31  Glenn Morris  <rgm@gnu.org>
3548         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
3549         Remove shell variable `elc'.  Split tests to hopefully be more portable.
3550         Fix `sel' assignment.
3552 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
3554         * minibuffer.el (completion-table-dynamic): Doc fix.
3556 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
3559         Try and return `unregistered' when applicable.
3561         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3562         Don't encourage naming variables with "-flag".
3564 2008-05-30  Glenn Morris  <rgm@gnu.org>
3566         * Makefile.in (update-elclist): Hide the warning when it does not apply,
3567         make it milder when it does.
3568         (autogen-clean): New target.
3569         (maintainer-clean): Use autogen-clean.
3571         * calendar/diary-lib.el (diary-display-function): New name for
3572         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
3573         Change custom type and version.
3574         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
3575         (diary-fancy-display): Doc fixes.
3576         (diary-list-entries, diary-include-other-diary-files)
3577         (diary-mail-entries):
3578         Use diary-display-function rather than diary-display-hook.
3580         * calendar/appt.el (appt-check): Use diary-display-function rather than
3581         diary-display-hook.
3582         * calendar/cal-x.el (calendar-dedicate-diary): Update for
3583         diary-display-function replacing diary-display-hook.
3584         * org/org-agenda.el (org-get-entries-from-diary): Also set
3585         diary-display-function.
3587         * calendar/cal-html.el (cal-html-list-diary-entries):
3588         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3589         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
3590         argument of diary-list-entries rather than setting diary-display-hook.
3592 2008-05-30  Kenichi Handa  <handa@m17n.org>
3594         * international/mule-conf.el (utf-8-with-signature): Renamed from
3595         utf-8-sig.
3596         (utf-8-auto): Adjusted for the above change.
3598         * international/mule-diag.el (describe-font): Don't check fontset
3599         here, and just call font-info.  Get the default font by from the
3600         default face.
3602 2008-05-29  Kenichi Handa  <handa@m17n.org>
3604         * international/mule-conf.el (utf-8-sig, utf-8-auto):
3605         New coding systems.
3607         * international/mule.el (define-coding-system): Accept :bom for utf-8.
3609 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
3611         * international/utf-7.el (utf-7-encode): Use the right escape char
3612         depending on imap/nonimap encoding.
3614 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3616         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
3618 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
3620         * icomplete.el (icomplete-prospects-height): Add :group.
3622 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3624         * icomplete.el (icomplete-prospects-length): Make obsolete.
3625         (icomplete-prospects-height): New var.
3626         (icomplete-completions): Use it.
3628 2008-05-29  David Kastrup  <dak@gnu.org>
3630         * autoinsert.el (auto-insert): Add :link.
3632 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3634         * tar-mode.el (tar-header): New field `header-start'.
3635         (tar-header-block-tokenize): Set it when useful.
3636         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
3637         (tar-header-data-end): New function.
3638         (tar-summarize-buffer): Use it.
3639         (tar-next-line): Fix goal column for long usernames.
3640         (tar-expunge-internal): Use header-start.
3641         (tar-rename-entry): Handle ustar-style long names.
3642         (tar-alter-one-field): Add optional `descriptor' argument.
3643         (tar-subfile-save-buffer): Use it.
3645 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3647         * tar-mode.el (tar-header): New field `header-start'.
3648         (tar-header-block-tokenize): Set header-start for longlink entries.
3649         (tar-expunge-internal): Use header-start to expunge longlink entries.
3651         * files.el (hack-local-variables): Don't signal an error if the local
3652         variable section is not properly terminated.
3654         * emacs-lisp/easymenu.el (easy-menu-convert-item)
3655         (easy-menu-convert-item-1): Move the duplicate-generation outside of
3656         the caching so it also works for identical entries.
3658         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
3659         (tar-mode): Use write-region-annotate-functions rather than
3660         write-contents-functions.
3661         (tar-extract): Remove unused var `pos'.
3662         (tar-subfile-save-buffer): Remove unused var `following-descs'.
3663         (tar-mode-write-file): Remove.
3664         (tar-write-region-annotate): New function.
3666         * progmodes/flymake.el (flymake-save-buffer-in-file):
3667         * shadowfile.el (shadow-copy-file):
3668         * arc-mode.el (archive-*-write-file-member):
3669         * files.el (diff-buffer-with-file):
3670         * subr.el (with-temp-file): Pass nil to write-region.
3671         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
3673         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
3674         the custom.
3676         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
3677         to write-region.
3679 2008-05-28  Glenn Morris  <rgm@gnu.org>
3681         * Makefile.in (update-elclist): Work around non-portability of "\"
3682         in various implementations of echo.
3684 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * international/mule-diag.el (describe-current-coding-system):
3687         Don't assume selection-coding-system is always defined.
3689         * tar-mode.el: Use defstruct and markers.
3690         (tar-setf): Remove.
3691         (tar-header): Use defstruct.  Add `data-start' field.
3692         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
3693         (tar-desc-data-start): Remove (now called tar-header-data-start).
3694         (tar-roundup-512): New fun.
3695         (tar-header-block-tokenize): Receive a buffer position rather than
3696         a string.  Handle @longLink here, be more careful about it.
3697         Create a marker for data-start.
3698         (tar-summarize-buffer): Don't handle @LongLink here any more.
3699         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
3700         data-start on the following entries any more.
3701         (tar-chown-entry, tar-chgrp-entry): Use read-number.
3703         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
3704         (tar-header-offset): Remove.
3705         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
3706         Not permanent any more.
3707         (tar-data-buffer): New var.
3708         (tar-data-swapped-p, tar-change-major-mode-hook)
3709         (tar-mode-kill-buffer-hook): New funs.
3710         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
3711         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
3712         (tar-clear-modification-flags, tar-alter-one-field)
3713         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
3714         Change accordingly.
3716 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
3718         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
3719         (vc-dir-resynch-file): ... this.  Update callers.
3720         Use vc-string-prefix-p.  Ignore directory args.
3721         (vc-string-prefix-p): CSE.
3722         (vc-resynch-buffer): Restore conditional.
3724         * vc-hooks.el (vc-after-save): Improve test.
3725         (vc-mode-line): Fix indentation.
3727 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3729         * calendar/parse-time.el (parse-time-months)
3730         (parse-time-weekdays): Add long-form month and day names.
3732 2008-05-27  Glenn Morris  <rgm@gnu.org>
3734         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
3736 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * vc-dispatcher.el (vc-string-prefix-p): New function.
3739         (vc-dir-parent-marked-p): Use it.
3741 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
3743         * vc.el (Problems): Remove fixed issues.
3744         (vc-expand-dirs): Avoid returning directories.
3745         (vc-dir): Fix C-x v v binding.
3746         (vc-make-backend-object): Fix name.
3747         (vc-dir-show-fileentry): Fix docstring.
3748         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
3749         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
3750         Reset the state for directories.
3751         (vc-dir-headers): Align labels.
3752         (vc-default-status-printer): Do no call prettify-state-info.
3753         (vc-deduce-fileset): Replace implementation with one based on a
3754         working older version.
3755         (vc-next-action): Use the new form of vc-deduce-fileset.
3756         Fix dealing with unregistered files.
3758         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
3759         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
3760         (vc-dir-child-files): New function.
3761         (vc-dir-node-directory): New function.
3762         (vc-dir-update, vc-dir-parent-marked-p)
3763         (vc-dir-children-marked-p, vc-dir-mark-all-files)
3764         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
3766         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
3768 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3770         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
3771         (diff-font-lock-keywords, diff-context->unified)
3772         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
3773         (diff-hunk-text, diff-find-source-location): Use it.
3774         (diff-post-command-hook): Let the user edit the hunk headers.
3776 2008-05-26  Andreas Schwab  <schwab@suse.de>
3778         * vc.el (vc-default-prettify-state-info): Fix formatting of an
3779         unknown state.
3781         * tar-mode.el (tar-summarize-buffer): Comment fix.
3783 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3785         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
3787 2008-05-26  Glenn Morris  <rgm@gnu.org>
3789         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
3791 2008-05-25  John Paul Wallington  <jpw@pobox.com>
3793         * proced.el (proced-next-line, proced-previous-line):
3794         Avoid calling `next-line' and `previous-line' from Lisp code.
3796 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
3798         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
3799         Use diary-ordinal-suffix.
3801 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
3803         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
3804         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
3805         (edebug-save-displayed-buffer-points, edebug-initial-mode)
3806         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
3807         (edebug-print-length, edebug-print-level, edebug-print-circle)
3808         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
3809         (edebug-global-break-condition, edebug-sit-for-seconds):
3810         Remove spurious * from defcustom docstrings.
3811         (edebug-unwrap*, edebug-signal, edebug-eval-display):
3812         Improve argument/docstring consistency.
3813         (edebug-test-coverage, edebug-gensym, edebug-read)
3814         (edebug-top-level-nonstop, edebug-eval-result-list)
3815         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
3816         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
3817         (edebug-display-freq-count): Reflow docstrings.
3818         (edebug-restore-status): Doc fix.
3820 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * proced.el (proced-header-line): Use the :align-to 0 feature
3823         rather than computing the corresponding position manually.
3824         (proced-update): Don't hardcode point-min==1.
3826 2008-05-24  Alan Mackenzie  <acm@muc.de>
3828         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
3829         if c-file-style is set to a non-string.
3831         (c-neutralize-CPP-line): Surround by `save-excursion'.
3832         (c-neutralize-syntax-in-CPP): Optimize for speed.
3834 2008-05-24  Glenn Morris  <rgm@gnu.org>
3836         * Makefile.in (update-elclist): New target, to update ELCFILES.
3837         (bootstrap-after): Run update-elclist.
3839 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
3841         * icalendar.el (icalendar-version): Increase to "0.19".
3842         (icalendar--date-style): New function.
3843         (icalendar--datetime-to-diary-date): Doc fix.
3844         Use icalendar--date-style.
3845         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
3846         (icalendar--convert-yearly-to-ical)
3847         (icalendar--convert-recurring-to-diary): Handle iso date style,
3848         use icalendar-date-style.
3850 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
3852         * vc.el (vc-delete-file): Make sure the buffer is deleted and
3853         vc-dir buffers are updated.
3855 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * vc.el (vc-delete-file): Don't try to resynch the buffer.
3859 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
3861         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
3862         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
3863         (reftex-extra-bindings): Use it.
3865         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
3866         away from the user-reserved keys.
3868         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
3869         New vars.
3870         (ada-create-keymap): Use them.
3872 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3874         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
3875         a properly-grouped regexp.
3877 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
3879         * progmodes/cap-words.el (capitalized-words-mode):
3880         Fix typos in docstring.
3882 2008-05-23  Kenichi Handa  <handa@m17n.org>
3884         * international/mule-conf.el: Don't define the charset `emacs'
3885         here, just put :docstring, :short-name, and :long-name.
3887 2008-05-22  Kenichi Handa  <handa@m17n.org>
3889         * international/mule-diag.el (font-show-log): Limit each listing
3890         to 20 items.
3892 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
3894         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
3895         (gdb-annotation-rules): New entry for "thread-changed".
3896         (gdb-thread-changed): New function.
3898 2008-05-23  Glenn Morris  <rgm@gnu.org>
3900         * Makefile.in (SOURCES): Remove, unused.
3901         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
3902         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
3903         Exclude more '*loaddefs' files.
3904         (compile-always): Simplify '.elc' deletion.
3906 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
3909         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
3911         * minibuffer.el (completion-boundaries): Change calling
3912         convention, so `string' has the same semantics as in
3913         try-completion and all-completions.
3914         (completion-table-with-context, completion--embedded-envvar-table)
3915         (completion--file-name-table)
3916         (completion-pcm--find-all-completions): Adjust code accordingly.
3918 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
3920         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
3921         prune image-mode-winprops-alist, preventing it from growing
3922         indefinitely.
3923         (image-mode-reapply-winprops): Use it.
3925 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
3927         * net/netrc.el (netrc-machine): Always match if the port is not given.
3929 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * minibuffer.el (completion-pcm--find-all-completions):
3932         Don't add pseudo-completions.
3934         * icomplete.el (icomplete-eoinput): Remove.
3935         (icomplete-overlay): New var to replace it.
3936         (icomplete-tidy): Rewrite.
3937         (icomplete-exhibit): Use an overlay.
3938         (icomplete-completions): Use completion-all-sorted-completions.
3939         Obey completion-ignore-case.
3941         * files.el (locate-dominating-file): Accept non-existing argument.
3942         (project-find-settings-file): Rewrite, using locate-dominating-file.
3944 2008-05-22  Kenichi Handa  <handa@m17n.org>
3946         * faces.el (font-weight-table, font-slant-table, font-width-table):
3947         Delete them.  Don't call internal-set-font-style-table.
3949         * international/mule-diag.el (font-show-log): New function.
3951         * international/fontset.el (script-representative-chars): Add more
3952         chars for latin.  Add data for symbol.
3953         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
3955 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * minibuffer.el (completion-all-sorted-completions): New var.
3958         (completion--flush-all-sorted-completions)
3959         (completion-all-sorted-completions): New functions.
3960         (minibuffer-force-complete): New command.
3962 2008-05-21  Glenn Morris  <rgm@gnu.org>
3964         * files.el (c-postprocess-file-styles): Declare for compiler.
3966         * Makefile.in: Allow for parallel byte-compiling.
3967         (ELCFILES): New variable.
3968         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
3969         (compile-first, compile-main, compile-last): New targets.
3970         (compile-always): Simplify - delete .elc files, then `make compile'.
3972         * Makefile.in (compile-calc): Use glob rather than find.
3973         ($(lisp)/progmodes/cc-mode.elc): Use $@.
3975         * eshell/esh-module.el: No need for cl when compiling.
3977         * eshell/eshell.el (eshell-defgroup): New alias.
3978         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3979         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3980         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3981         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3982         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3983         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
3984         Autoload the custom group.  Set generated-autoload-file.
3985         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
3986         for eshell-defgroup.
3987         * eshell/esh-module.el (eshell-load-defgroups): Remove.
3988         Require esh-groups rather than loading it.
3990 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3992         * proced.el (proced-header-line): New variable and new function.
3993         (proced-mode): Set header-line-format.
3994         (proced-update): Set proced-header-line.
3995         (proced-send-signal): Use proced-header-line.
3997 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3999         * macros.el (insert-kbd-macro): Use prin1-char.
4001 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * minibuffer.el (completion-boundaries): New function.
4004         (completion--some): Delay errors.
4005         (complete-with-action, completion-table-with-context):
4006         Handle `boundaries' case.
4007         (completion--try-word-completion): Avoid partial-completion
4008         when the user hasn't entered anything yet.
4009         (minibuffer-local-map, minibuffer-local-filename-completion-map)
4010         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
4011         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
4012         Setup default keybindings.
4013         (completion--embedded-envvar-re): New var.
4014         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
4015         (completion--file-name-table): Handle `boundaries' case.
4016         (completion-pcm--pattern->regex): Avoid pathological backtracking.
4017         (completion-pcm--all-completions): Add a `prefix' arg.
4018         (completion-pcm--find-all-completions): New function.
4019         (completion-pcm-all-completions, completion-pcm-try-completion):
4020         Use it.
4022         * icomplete.el (icomplete-completions): Don't use `predicate' with
4023         a table of a different type than `candidates'.
4025 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4027         * proced.el (proced-goal-column): Rename from proced-procname-column.
4028         (proced-goal-header-re): Rename from proced-procname-column-regexp.
4029         (proced-move-to-goal-column): Rename from proced-move-to-procname.
4030         (proced-header-face, proced-header-regexp): Remove.
4031         (proced-font-lock-keywords): Remove proced-header-face.
4032         (proced-header-alist, proced-sorting-schemes-re): New variables.
4033         (proced): Rename Proced buffer to *Proced*.
4034         (proced-next-line, proced-previous-line): New commands.
4035         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
4036         (proced-hide-processes): Do not treat first line as special.
4037         (proced-header-space): New function.
4038         (proced-update): Use header-line-format.
4039         Initialize proced-header-alist and proced-sorting-schemes-re.
4040         Set proced-goal-column.  Include proced-command in mode-name.
4041         (proced-send-signal): Use header-line-format for *Marked
4042         Processes* buffer.
4043         (proced-sort): Restrict minibuffer completion to applicable
4044         sorting schemes.
4045         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
4047 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4049         * icomplete.el (icomplete-simple-completing-p):
4050         Allow icomplete-with-completion-tables to say "use it everywhere".
4051         (icomplete-completions): Obey completion-styles.  Try to accommodate
4052         partial-completion style.
4054 2008-05-20  Michael Olson  <mwolson@gnu.org>
4056         * files.el (project-find-settings-file): Change concat to
4057         expand-file-name.
4059 2008-05-19  Tom Tromey  <tromey@redhat.com>
4061         * files.el (normal-mode): Call hack-project-variables.
4062         (hack-local-variables-confirm): Add 'project' argument.
4063         (hack-local-variables-apply): New function.
4064         (hack-local-variables): Use it.
4065         (project-class-alist, project-directory-alist): New variables.
4066         (project-get-alist): New function.
4067         (project-collect-bindings-from-alist)
4068         (project-collect-binding-list, set-directory-project)
4069         (project-find-settings-file, project-define-from-project-file)
4070         (hack-project-variables): New functions.
4072 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4074         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
4076 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
4078         * faces.el (font-weight-table): Fix typo in docstring.
4080 2008-05-18  David Hull  <david@snap.com>  (tiny change)
4082         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4083         (vc-hg-annotate-command): Allow white space before version number.
4085 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4087         * calc/calc-yank.el (calc-register-alist): New variable.
4088         (calc-set-register, calc-get-register, calc-copy-to-register)
4089         (calc-insert-register, calc-add-to-register, calc-append-to-register)
4090         (calc-prepend-to-register): New functions.
4092         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
4093         `calc-copy-to-register' and `calc-insert-register'.
4094         Autoload new register functions.
4096         * calc/calc-help.el (calc-r-prefix-help): Add help for register
4097         functions.
4099 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
4101         * vc.el (Todo): Add known problems.
4102         (vc-dir-backend): New variable.
4103         (vc-dir): Set it.
4104         (vc-make-backend-object, vc-generic-status-printer)
4105         (vc-generic-state, vc-generic-status-fileinfo-extra)
4106         (vc-dir-extra-menu): Use it.
4107         (vc-generic-dir-headers): Remove, unused.
4109         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
4110         vc-dir-prev-directory for consistency with vc-dir-previous-line.
4111         (vc-dir-mode-map): Fix bindings.
4113         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4115 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4117         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
4118         operated on.
4119         (calc-kill-region): Kill entire lines.
4121 2008-05-17  Glenn Morris  <rgm@gnu.org>
4123         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4124         simplify initial value.
4125         (defezimage): Drop support for Emacs without defimage, use a featurep
4126         test rather than fboundp when defining, drop with-no-warnings.
4127         (ezimage-insert-over-text): Move featurep test inside
4128         add-text-properties.
4130         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4132         * net/tramp.el (top-level): Load auth-source when compiling.
4134         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
4136 2008-05-17  Andreas Schwab  <schwab@suse.de>
4138         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
4140 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
4142         * vc.el (vc-annotate-show-diff-revision-at-line): Change
4143         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
4145 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4147         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
4149 2008-05-17  Jim Meyering  <meyering@redhat.com>
4151         * ido.el (ido-save-history): Do not emit a trailing newline at the
4152         end of the ido history file.
4154 2008-05-16  John Paul Wallington  <jpw@pobox.com>
4156         * vc-dispatcher.el (top-level): Revert previous change: require cl
4157         when compiling.
4159 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
4161         * vc.el (vc-default-status-printer)
4162         (vc-default-prettify-state-info): Enhance the state prettyprinter
4163         to deal better with unknown states and indirect through it when
4164         painting vc-dir buffers.
4166 2008-05-16  John Paul Wallington  <jpw@pobox.com>
4168         * vc-dispatcher.el (top-level): Don't require cl when compiling.
4169         (vc-dir-mode-map): Fix backquote.
4170         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
4172 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
4174         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
4175         Reported by Glenn Morris <rgm@gnu.org>.
4177 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
4179         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
4180         the end of the file, it was good work at one time but has been
4181         stale since 1995 and may now be actively misleading.
4182         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
4183         CVS repository and module (assumptions for the latter a bit iffy).
4184         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
4185         SVN repository.
4187 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
4189         * vc-rcs.el (vc-rcs-create-tag):
4190         * vc-sccs.el (vc-sccs-create-tag):
4191         Fix typo in error message and pass backend arg.
4193 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
4195         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
4197 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
4199         * net/tramp.el: Load auth-source library.
4200         (tramp-read-passwd): Use it for password, not login.
4202 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
4204         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
4205         (ses-print-cell): Use string-width, truncate-string-to-width,
4206         delete-region rather than length, substring, delete-char.
4207         (ses-setup): Set inhibit-point-motion-hooks to t.
4208         Calculate position by actually moving point rather than just using
4209         unibyte character length.
4210         (ses-mode): Set indent-tabs-mode to nil.
4211         (ses-center): Use string-width rather than length.
4213 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
4215         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
4216         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
4217         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
4218         vc-*-create-tag and vc-*-retrieve-tag respectively.
4220         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
4221         unneeded defalias.
4223         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
4225         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
4226         about buffer names.
4228 2008-05-15  Glenn Morris  <rgm@gnu.org>
4230         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
4232         * org/org-exp.el (org-infojs-options-inbuffer-template):
4233         Fix declaration.
4235         * progmodes/cc-mode.el (declare-function): Add compat definition.
4236         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
4238 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
4240         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
4241         list to a cons so the caller can get back both expanded and
4242         unexpanded filesets.
4243         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
4244         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
4245         Change handling of selection-set returns as required.
4247 2008-05-15  John Paul Wallington  <jpw@pobox.com>
4249         * add-log.el (top-level): Don't require cl when compiling.
4251         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
4252         (archive-*-extract): Use `zerop'.
4253         (archive-*-write-file-member): Use `or', use `zerop'.
4255         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
4257         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
4258         (ibuffer-mark-interactive, ibuffer-set-mark)
4259         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
4260         (ibuffer-map-lines, ibuffer-switch-format)
4261         (ibuffer-update-title-and-summary)
4262         (ibuffer-redisplay-engine): Use it.
4264         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
4265         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
4266         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
4267         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
4268         (ibuffer-mark-read-only-buffers)
4269         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
4271         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
4272         (define-ibuffer-column, define-ibuffer-sorter)
4273         (define-ibuffer-op, define-ibuffer-filter): Add declarations
4274         containing indentation specs, replacing equivalent top-level
4275         forms that set `lisp-indent-function' properties.
4276         (define-ibuffer-op): Use `derived-mode-p'.
4277         (define-ibuffer-filter): Remove redundant `concat' call.
4279 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
4281         * net/tramp.el (tramp-echo-mark): Update docstring.
4282         (tramp-echo-mark-marker): New defconst.
4283         (tramp-check-for-regexp): Use it.
4285 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
4287         * vc.el (vc-deduce-fileset): Do the right thing when visting a
4288         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
4289         as parent.
4291 2008-05-14  John Paul Wallington  <jpw@pobox.com>
4293         * international/mule.el (convert-define-charset-argument):
4294         Remove period from end of error message.
4295         (coding-system-mnemonic): Doc fix.
4296         (ctext-pre-write-conversion): Doc fix.
4298 2008-05-14  Simon Marshall  <simon@gnu.org>
4300         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
4301         from its default value and give it the risky-local-variable
4302         property (CVE-2008-2142).
4304 2008-05-14  Kenichi Handa  <handa@m17n.org>
4306         * language/korean.el ("Korean"): Set `iso639-language'
4307         property to `ko'.
4309         * language/japanese.el ("Japanese"): Set `iso639-language'
4310         property to `ja'.
4312         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4313         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
4314         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
4316         * international/mule-cmds.el (set-language-environment):
4317         Set current-iso639-language.
4319         * international/fontset.el (setup-default-fontset): For kana, han,
4320         hangul, and cjk-misc, move an entry with font-spec at the end.
4321         (generate-fontset-menu): Exclue fontset-auto* from the list.
4323         * composite.el (compose-chars-after): Assume that WINDOW is always
4324         non-nil.
4326         * faces.el (font-weight-table, font-slant-table)
4327         (font-swidth-table): Declare them by defconst.  Change the format
4328         of elements.  Call internal-set-font-style-table after their
4329         declaration.
4330         (face-valid-attribute-values): Call font-family-list.  Get values
4331         for width, weight, and slant from font-xxx-table.
4333         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
4335 2008-05-13  John Paul Wallington  <jpw@pobox.com>
4337         * ibuffer.el (ibuffer-buffer-file-name): New function.
4338         (define-ibuffer-column filename): Use it.
4340         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
4342 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
4344         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
4345         as a string.
4346         (talk-add-display): Simplify.  Accept only string args.
4348 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
4350         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
4352 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * Makefile.in (bootstrap-prepare): Don't chmod files.
4355         (autoloads): Do it here instead, where it's actually needed.
4357 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
4359         * tool-bar.el (tool-bar-make-keymap): Account for the optional
4360         KEY-BINDING-DATA field in menu-item list.
4362 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * dired.el (dired-read-dir-and-switches): Move things about to use less
4365         recursion during macroexpansion.
4367         * dired.el (dired-read-dir-and-switches): Use read-file-name.
4369         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
4370         completion-ignored-extension directories if there's something else.
4371         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
4372         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
4373         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
4374         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
4375         buffer-read-only -> inhibit-read-only.
4377 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
4379         * vc.el (vc-expand-dirs): Stop this function from tossing out
4380         explicitly specified files.
4382 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
4385         to `insert'.
4387 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
4389         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
4390         cons.  Use vc-annotate-backend.
4391         (with-vc-file, edit-vc-file): Remove unused macros.
4393 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
4395         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
4396         (smtpmail-try-auth-methods): Use it.
4398 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4400         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
4401         (setf (nthcdr ..) ..) doesn't require CL at runtime.
4403 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
4405         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
4407 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4409         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
4410         (vc-bzr-revision-completion-table): Use process-file.
4411         (vc-bzr-working-revision): Pass relative file names.
4413         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
4415 2008-05-11  Juri Linkov  <juri@jurta.org>
4417         * wid-edit.el (widget-image-directory): Change default image data
4418         subdirectory from "custom" to "images/custom".
4420         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
4421         before recursive call to `Info-next-preorder' to not add
4422         intermediate nodes to the history.
4424         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
4426         * emulation/cua-base.el: Put isearch-scroll property
4427         on cua-scroll-up and cua-scroll-down.
4429 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
4431         * vc-hooks.el (vc-recompute-state): Remove (dead code).
4433 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
4435         * vc-dispatcher.el (ewoc): Require.
4436         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
4438         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
4440 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
4442         * term/w32-win.el (x-colors):
4443         * term/mac-win.el (x-colors):
4444         * term/x-win.el (x-colors): Re-order colors.
4446 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
4448         * smerge-mode.el (smerge-command-prefix): Fix custom type.
4450 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
4452         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
4453         New functions implementing motion to next and previous directory.
4455         * vc-arch.el (vc-arch-command):
4456         * vc-bzr.el (vc-bzr-command):
4457         * vc-cvs.el (vc-cvs-command):
4458         * vc-dispatcher.el (vc-do-command):
4459         * vc-git.el (vc-git-command):
4460         * vc-hg.el (vc-hg-command):
4461         * vc-mcvs.el (vc-mvcs-command):
4462         * vc-mtn.el (vc-mtn-command):
4463         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
4464         (vc-sccs-workfile-unchanged-p):
4465         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
4466         * vc-rcs.el (all methods): Remove assumption about what a nil
4467         argument to vc-do-command means.  This means no buffer name needs
4468         to be hardcoded into the dispatcher layer, and it's better to be
4469         explicit anyway.
4471         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
4473 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
4475         * vc.el: Update todo.
4477         * vc-sccs.el (vc-sccs-dir-status):
4478         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
4479         backends and returning up to date files.
4481         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
4483 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4485         * vc.el (vc-dir):
4486         * vc-hooks.el: Tweak the VC directory bindings.  These are now
4487         documented in the manual.
4489         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
4490         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
4491         (vc-dispatcher-selection-set): Allow callers to pass in an
4492         observer flag that says no buffer sync is required.
4493         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
4494         Use the observer flag.
4496 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
4498         * simple.el (start-file-process): Clarify docstring.
4500 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4502         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
4503         Remove stub implementations of, and references to, wash-log.
4504         * vc-rcs.el (vc-rcs-comment-history):
4505         * vc-cvs.el (vc-cvs-comment-history):
4506         Inline the code that used to be wash-log.
4508         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
4509         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4510         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
4511         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
4512         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
4513         (vc-rcs-print-log): Grok directories.
4515 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4517         * vc.el (vc-mark-resolved): Add `backend' argument.
4518         (vc-next-action): Pass it the backend.
4519         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
4520         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
4521         (vc-default-comment-history, vc-default-create-snapshot)
4522         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
4523         (vc-annotate-revision-previous-to-line)
4524         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
4525         * vc-svn.el (vc-svn-checkout):
4526         * vc-mcvs.el (vc-mcvs-checkout):
4527         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
4528         (vc-working-revision, vc-before-save, vc-mode-line):
4529         Prefer vc-call-backend to vc-call so as not to recompute the backend.
4531         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
4532         state to be consistent since it's often an unwarranted restriction.
4533         Don't return the state either.
4534         (vc-next-action): Check that the state is consistent.
4535         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
4536         (vc-rollback, vc-update): Adapt to new return value of
4537         vc-deduce-fileset.
4539         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
4540         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
4541         (vc-dispatcher-in-fileset-p): New fun.
4542         (vc-dispatcher-selection-set): Use it to properly handle directories.
4544 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
4546         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
4547         (vc-update): Remove unused let bindings.
4549 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
4551         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
4552         (vc-diff, vc-revert, vc-rollback, vc-update):
4553         * vc-dispatcher.el (vc-dispatcher-selection-set):
4554         Get rid of 4 special cases in fileset selection.  This involved
4555         changing the return value of (vc-deduce-fileset) so that it passes
4556         back a deduced state as well as a deduced back end.
4558 2008-05-08  Sam Steingold  <sds@gnu.org>
4560         * progmodes/compile.el (compilation-minor-mode-map)
4561         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
4562         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
4563         it to `compilation-minor-mode-map' (instead of an explicit `cons').
4565 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4567         * org/org.el (org-modules, org-format-latex-options):
4568         * org/org-archive.el (org-archive-stamp-time)
4569         (org-archive-save-context-info):
4570         * org/org-faces.el (org-hide):
4571         * org/org-irc.el (org-irc-parse-link):
4572         * org/org-macs.el (org-call-with-arg, org-autoload):
4573         * org/org-mew.el (org-mew-store-link):
4574         * org/org-remember.el (org-remember-store-without-prompt)
4575         (org-remember-templates): Fix typos in docstrings.
4577         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4579         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4580         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4581         (org-bbdb-anniv-split): Fix typos in docstrings.
4583         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4584         (org-publish-use-timestamps-flag): Reflow docstring.
4585         (org-publish-files-alist): Fix typos in docstring.
4587 2008-05-07  Sam Steingold  <sds@gnu.org>
4589         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
4590         appears to be too aggressive with window removal.
4592 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
4594         * progmodes/verilog-mode.el (verilog-type-font-keywords):
4595         Add leda and 0in as pragma keywords.
4596         (verilog-pretty-expr): Support lining up assignments which include
4597         part selects.
4598         (verilog-mode): More portable check for the availability of
4599         hideshow support.
4600         (verilog-do-indent): Remove special indent for declarations inside
4601         a parenthetical list.  The code is ill-advised, and doesn't work
4602         given the new user defined types.
4603         (verilog-set-auto-endcomments): Enhance function automatic
4604         endcomment to support functions that return user defined types.
4605         (verilog-mode): Add code to tell which-function-mode minor mode
4606         that Verilog supports this feature.
4608 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
4610         * epa-file.el: Require epa-hook.
4612         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
4614         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
4615         file-names clashes on 8+3 filesystems.  Provide epa-hook.
4617         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
4618         file-names clashes on 8+3 filesystems.
4620 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4622         * org/org.el (org-read-date-get-relative): Interpret lone
4623         weekday abbreviation as relative to today.
4625 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4627         * abbrev.el (define-abbrev-table):
4628         * composite.el (toggle-auto-composition):
4629         * json.el (json-alist-p, json-plist-p):
4630         * minibuffer.el (completion-table-with-predicate):
4631         * ps-mule.el (ps-mule-external-libraries):
4632         * emacs-lisp/advice.el (ad-special-form-p):
4633         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4634         * eshell/em-smart.el (eshell-review-quick-commands):
4635         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
4636         (python-skip-out, python-check-comint-prompt):
4637         Don't use `iff' in docstrings.
4639         * international/robin.el (robin-package-alist): Fix typo in docstring.
4640         (robin-current-package-name): Doc fix.
4641         (robin-activate): Don't use `iff' in docstring.
4643 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
4645         * vc.el, vc-dispatcher.el: VC-Dired support removed.
4646         The code uses a ewoc-based implementation now.
4647         * vc-hooks.el: Support for Meta-CVS has been removed.
4649 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * tool-bar.el: Choose images dynamically.
4652         (tool-bar-make-keymap, tool-bar-find-image): New function.
4653         (tool-bar-find-image-cache): New var.
4654         (tool-bar-local-item, tool-bar-local-item-from-menu):
4655         Don't select the image yet, do it later in tool-bar-make-keymap.
4657 2008-05-07  Andreas Schwab  <schwab@suse.de>
4659         * window.el: Require 'cl when compiling.
4661 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
4663         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
4665 2008-05-07  Glenn Morris  <rgm@gnu.org>
4667         * subr.el (ignore-errors): Move here from cl-macs.el.
4668         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
4670         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
4671         oddness.
4673 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
4675         * vc-hooks.el (vc-find-file-hook):
4676         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
4677         further from vc.el.
4678         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
4680 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
4682         * progmodes/verilog-mode.el (verilog-getopt-file):
4683         Cleanup warning message format.
4684         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
4685         (verilog-auto-inout, verilog-auto-inout-module)
4686         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
4687         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4688         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
4689         (verilog-auto-sense-sigs, verilog-auto-tieoff)
4690         (verilog-auto-unused, verilog-auto-wire)
4691         (verilog-decls-get-assigns, verilog-decls-get-consts)
4692         (verilog-decls-get-gparams, verilog-decls-get-inouts)
4693         (verilog-decls-get-inputs, verilog-decls-get-outputs)
4694         (verilog-decls-get-ports, verilog-decls-get-regs)
4695         (verilog-decls-get-signals, verilog-decls-get-wires)
4696         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
4697         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
4698         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
4699         (verilog-inject-sense, verilog-library-filenames)
4700         (verilog-mode-release-date, verilog-mode-version)
4701         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
4702         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
4703         (verilog-modi-get-assigns, verilog-modi-get-consts)
4704         (verilog-modi-get-gparams, verilog-modi-get-inouts)
4705         (verilog-modi-get-inputs, verilog-modi-get-outputs)
4706         (verilog-modi-get-ports, verilog-modi-get-regs)
4707         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
4708         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
4709         (verilog-modi-get-wires, verilog-preserve-cache)
4710         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
4711         (verilog-read-sub-decls, verilog-read-sub-decls-line)
4712         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
4713         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
4714         Add caching of additional state, and rework signal extraction
4715         routines to improve AUTO expansion performance by 300%++.
4717 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
4719         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4720         Tweak Open Watcom regexp to distinguish between errors and warnings.
4722 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * dired.el (dired-read-dir-and-switches): Fix up last change.
4726 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
4728         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
4729         out of this function, move it to vc-dispatcher-selection-set.
4731 2008-05-05  Sam Steingold  <sds@gnu.org>
4733         * window.el (delete-other-windows-vertically): New function.
4735 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4737         * dired.el (dired-read-dir-and-switches):
4738         Obey read-file-name-completion-ignore-case.
4740 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
4742         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4743         Add regexp for Open Watcom compiler output.
4745 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
4747         * progmodes/python.el (python-block-pairs): Align finally with except.
4749 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4751         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
4753 2008-05-05  Tom Tromey  <tromey@redhat.com>
4755         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
4756         looking at conflict marker.
4758 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
4761         client-mode -> vc-client-object, and guess `funcall' was meant.
4762         (vc-dir-mode): Rename client-mode -> vc-client-mode.
4764 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
4766         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
4767         (dbus-debug): Move declarations outside eval-when-compile.
4769 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4771         * proced.el (proced-command-alist): Fix system-type values.
4772         Fix defcustom.
4773         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
4774         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4775         (proced-sort-start, proced-sort, proced-sort-time): New commands.
4776         (proced-update): Use proced-sorting-scheme.  Update modeline.
4777         (proced-send-signal): Use nreverse.
4778         (proced-sorting-scheme-p): New function.
4780 2008-05-04  Andreas Schwab  <schwab@suse.de>
4782         * vc.el: Require dired when compiling.
4784         * minibuffer.el (completion--insert-strings): Don't delete past bol.
4786 2008-05-03  Glenn Morris  <rgm@gnu.org>
4788         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
4789         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
4790         Simplify compilation requirements.
4791         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
4792         declarations.
4794 2008-05-03  Dave Love  <fx@gnu.org>
4796         * progmodes/python.el (python-beginning-of-statement):
4797         Loop at least once (fixes 2008-02-21 change).
4799 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
4801         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
4802         instead of `length' for comparing length of user and group names.
4804 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
4806         * vc-dispatcher.el: New file, separates out the UI and command
4807         execution machinery from VCS-specific logic left in vc.el.
4808         The separation is not yet completely clean, but it's a good start.
4809         * vc.el: This file is about 1700 lines shorter now.
4810         Remove obsolete logentry-check from the backend API.
4811         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
4812         implementation of the logentry-check method, and it guarded against
4813         a log length limit that has probably been obsolete for 15 years (!).
4815 2008-05-02  Sam Steingold  <sds@gnu.org>
4817         * progmodes/compile.el (compilation-start): Move setting of
4818         compilation-directory after (funcall mode) as that resets local
4819         variables, this fixes recompile in grep buffers.
4820         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
4821         in dired &c).
4823 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
4825         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4826         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4827         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
4828         has one of these and that all are called in compatible ways.
4829         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4830         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4831         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
4832         backend has one of these.
4834 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4836         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
4837         initialization into define-abbrev-table.  Use :regexp.
4838         (octave-mode-syntax-table): Don't set word syntax for `.
4840         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
4841         than only value.
4843         * dired.el (dired-read-dir-and-switches):
4844         Set minibuffer-completing-file-name and call substitute-in-file-name.
4845         (dired-format-columns-of-files): Use completion--insert-strings.
4847         * minibuffer.el (completion-hilit-commonality): Revert last change:
4848         the leftover code was actually useful.
4849         (completion--insert-strings): Use string-width rather than length.
4851 2008-05-02  Sam Steingold  <sds@gnu.org>
4853         * vc.el (vc-dir-mode-map): Enable mouse bindings.
4854         (vc-at-event): New macro: run the body at the even location.
4855         (vc-dir-menu, vc-dir-toggle-mark): Use it.
4856         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
4857         * subr.el (mouse-event-p): Check if the event is mouse-related.
4859 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
4861         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
4862         Don't throw error if no file is found.
4864 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4866         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
4867         (vc-default-state-heuristic): Doc fix.
4869 2008-05-02  Richard Sharman  <rsharman@pobox.com>
4871         * hilit-chg.el (highlight-changes-mode): Remove references to
4872         hooks that no longer exist.  Because define-minor-mode is used the
4873         hook highlight-changes-mode-hook exists and can do what both the
4874         old hooks used to do.  The documentation at the top of the file
4875         was updated to demonstrate this.
4876         (highlight-changes-mode): Remove commented out call to a hook
4877         function that is no longer there.
4878         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
4880 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
4882         * vc.el (vc-default-dired-state-info): Change name of primitive
4883         to prettify-state-info, in preparation for ripping out dired mode.
4884         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
4885         to prettify-state-info, in preparation for ripping out dired mode.
4886         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
4887         tries this on a version-controlled buffer.  It will do useless or
4888         actively bad things on any version control system newer than RCS.
4889         * vc-hooks.el (vc-dired-resynch-file):
4890         * vc.el (vc-dired-resynch-file): Change name of primitive to
4891         vc-directory-resynch-file, preparing to remove dired.
4893 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
4895         * vc-rcs.el (vc-rcs-state): Fix typos.
4897         * vc.el (vc-register): Change argument order so that the prefix
4898         argument is assigned correctly.
4899         (vc-next-action, vc-dir-register): Update for the above change.
4901 2008-05-01  Juri Linkov  <juri@jurta.org>
4903         * replace.el (occur-read-primary-args): Set default to the car of
4904         regexp-history and display it in the prompt, but don't add to the
4905         list of minibuffer defaults.  Bind history-add-new-input to nil to
4906         not add automatically `default'.  For empty input return `default'.
4907         Otherwise, add `input' to regexp-history and return it.
4908         (occur-1): Signal an error for the empty regexp.
4910         * progmodes/compile.el (compilation-auto-jump):
4911         Set window point to `pos' explicitly.
4913 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
4915         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
4916         when appropriate.
4917         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
4918         we report the 'unregistered state reliably.
4919         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
4920         we report the 'unregistered state reliably.
4921         * vc-git.el (vc-git-state): Call vc-git-unregistered so
4922         we report the 'unregistered state reliably.
4923         * vc-hooks.el (vc-state): Document that vc-unregistered is
4924         now expected to be returned reliably.
4925         * vc.el (vc-default-dired-state): Change needs-patch state to
4926         needs-update, since the name now shows up in dir-status listings
4927         and was somewhat misleading.
4928         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
4929         immediately after removing the file.
4930         * vc.el (vc-next-action): More informative messages when a fileset
4931         is in a mixed state or files are missing.
4933 2008-05-01  Sam Steingold  <sds@gnu.org>
4935         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
4937 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4939         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
4941 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
4943         * epa-file-hook.el: New file split from epa-file.el.
4944         * epa-file.el: Require 'epa-file-hook.
4945         (epa-file-handler): Add autoload cookie.
4946         * loadup.el: Load epa-file-hook.
4947         * startup.el (command-line): Eval the body of auto-encryption-mode.
4949 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4951         * vc.el (vc-dir-mode-map): Don't bind "r".
4953         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
4954         (vc-hg-status-printer): New function.
4955         (vc-hg-after-dir-status): Deal with copied and renamed files.
4956         (vc-hg-dir-status): Add flag to show copied files.
4958 2008-05-01  John Paul Wallington  <jpw@pobox.com>
4960         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
4961         (ibuffer-do-sort-by-recency): Reverse sorting order if last
4962         sorting mode was recency.
4964         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
4965         reverse sorting order if last sorting mode was the sorter's.
4967 2008-05-01  Jason Rumney  <jasonr@gnu.org>
4969         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
4971 2008-04-30  John Paul Wallington  <jpw@pobox.com>
4973         * ibuffer.el (define-ibuffer-column filename): When the major mode
4974         is `vc-dir-mode' show the buffer's default directory.
4976         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
4977         major mode is `vc-dir-mode' use the buffer's default directory.
4979 2008-04-30  Sam Steingold  <sds@gnu.org>
4981         * vc.el (vc-dir-delete-file): Add.
4982         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
4983         (vc-delete-file): Do not barf when the file has been already deleted.
4985 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
4987         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
4989 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4991         * progmodes/octave-mod.el (octave-help): New function.
4992         * progmodes/octave-hlp.el: Delete.
4993         * info-look.el (octave-mode): Add operator index.
4995         * vc.el (vc-checkout): Typo.
4997 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
4999         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
5000         Add "..." in the appropriate places.
5002         * epa.el (epa-key-list-mode-map): Add more menu entries.
5003         Add "..." in the appropriate places.
5005         * dired.el (dired-mode-map): Add :help.
5007         * vc.el (vc-deduce-fileset): Add new parameter.
5008         (vc-dir-marked-only-files): New function.
5009         (vc-next-action): Don't ignore directories, look at the files
5010         inside them.
5011         (vc-dir-mode): Document how the mark/unmark commands work.
5013 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5016         Rule out trailing spaces in file and directory names as well.
5018         * minibuffer.el (completion--do-completion): Move point even if the
5019         completion makes no change.
5020         (completion-pcm-try-completion): Fix computation of new point.
5022 2008-04-30  David Hansen  <david.hansen@gmx.net>
5024         * dired.el: Require 'cl.
5026 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
5028         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
5029         hollow if not in innermost frame.
5031 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5033         Make `checkout-model' apply to filesets.
5034         * vc-hooks.el (vc-checkout-model): Rewrite.
5035         (vc-before-save, vc-after-save): Adjust callers accordingly.
5036         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
5037         (vc-transfer-file): Adjust callers accordingly.
5038         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
5039         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
5040         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
5041         instead of vc-checkout-model.
5042         * vc-mcvs.el (vc-mcvs-revert):
5043         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
5044         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
5045         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
5046         * vc-svn.el (vc-svn-checkout-model):
5047         * vc-hg.el (vc-hg-checkout-model):
5048         * vc-git.el (vc-git-checkout-model):
5049         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
5051         * dired.el (dired-read-dir-and-switches): Replace last change with
5052         a new approach that mixes read-file-name and read-directory-name.
5054         * files.el (read-buffer-to-switch):
5055         Avoid making assumptions about `other-buffer'.
5057 2008-04-29  Sam Steingold  <sds@gnu.org>
5059         * vc.el (vc-dir-mode-hook): Add normal hook.
5060         (vc-dir-mode): Run it.
5062 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
5064         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
5065         Always split windows.
5066         (gdb-speedbar-timer-fn): Only raise frame after user input.
5067         (gdb-same-frame): Reverse initial value.
5068         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
5070         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
5071         gdb-speedbar-timer-fn.
5073 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
5077 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
5079         * epa.el (epa-key-list-mode-map): Add menu.
5080         (epa-delete-keys, epa-import-keys): Fix typo.
5082 2008-04-29  Glenn Morris  <rgm@gnu.org>
5084         * find-cmd.el (top-level): Does not need cl when compiling.
5086 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
5088         * find-cmd.el: New file.
5090 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
5093         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
5094         (completion-pcm--hilit-commonality): New function.
5095         (completion-pcm-all-completions): Use it.
5097         * minibuffer.el (completion-common-substring): Mark obsolete.
5098         (completions-first-difference, completions-common-part):
5099         Move from simple.el.
5100         (completion-hilit-commonality): New fun.
5101         (display-completion-list, completion-emacs21-all-completions)
5102         (completion-emacs22-all-completions): Use it.
5103         * simple.el (completions-first-difference, completions-common-part):
5104         Move to minibuffer.el.
5105         (choose-completion-string): Use field functions and minibufferp.
5106         (completion-setup-function): Don't set completions faces.
5108 2008-04-29  Glenn Morris  <rgm@gnu.org>
5110         * calendar/calendar.el (calendar-nth-named-absday)
5111         (calendar-nth-named-day):
5112         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
5113         * calendar/holidays.el (holiday-float): Doc fixes.
5115         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
5116         the `full' case.
5118         * org/org-agenda.el (calendar-iso-from-absolute):
5119         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
5120         Fix declarations.
5122 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
5124         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
5125         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
5126         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
5127         (gdb-assembler-custom): Be careful not to match other addresses.
5129 2008-04-29  Jason Rumney  <jasonr@gnu.org>
5131         * battery.el (battery-status-function): Use w32-battery-status
5132         on Windows.
5133         (battery-echo-area-format): Make apm format the general case.
5134         (battery-mode-line-format): Merge apm and pmset formats as the
5135         general case.
5137 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
5139         * progmodes/gdb-ui.el (gdb-info-stack-custom):
5140         Use gud-tool-bar-item-visible-no-fringe.
5141         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
5142         is already visible in frame.  Remove optional size parameter
5143         and add optional frame parameter.
5145         * progmodes/gud.el (gud-display-line): Only consider visible
5146         frames when looking for source buffer.
5148 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
5150         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
5151         argument to get-char-property, in case the current buffer hasn't
5152         been assigned to that window yet.
5153         (doc-view-display): Default to selected window if the current
5154         buffer hasn't been assigned to a window yet.
5156 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
5158         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
5160 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
5162         * net/tramp.el (tramp-mode): New defcustom.
5163         (tramp-file-name-handler, tramp-completion-file-name-handler):
5164         Use it.
5165         (tramp-replace-environment-variables): Handle "$$".
5167 2008-04-28  Sam Steingold  <sds@gnu.org>
5169         * vc-hg.el (vc-hg-rename-file): Fix argument order.
5171 2008-04-28  Bastien Guerry  <bzg@altern.org>
5173         * whitespace.el (whitespace-trailing): Fix typo.
5175 2008-04-28  Sam Steingold  <sds@gnu.org>
5177         * textmodes/remember.el (diary-make-entry): Update the autoload.
5179 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
5182         all-completions.
5184 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
5186         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
5188 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
5190         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
5191         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
5192         (vc-dir-mark-file): Add an optional argument.
5193         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
5195 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
5197         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
5198         rather than obsolete alias find-file-hooks.
5199         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
5200         Use find-file-hook rather than obsolete alias find-file-hooks.
5201         Add to find-file-not-found-functions.
5202         (epa-file-handler): Put 'safe-magic and 'operations properties.
5204         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
5205         (epa-menu-items): Remove.
5207         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
5208         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
5209         (epa-dired-mode, epa-global-dired-mode): Remove.
5211         * dired.el (dired-mode-map): Bind encryption/decryption commands.
5213         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
5215         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
5217 2008-04-27  Glenn Morris  <rgm@gnu.org>
5219         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
5220         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
5222 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
5224         * org/org.el (org-html-level-start): Always have id's in HTML.
5225         (org-export-as-html): Use `org-link-protocols' to
5226         retrieve the export form of the link.
5227         (org-add-link-type): Final parameter renamed from PUBLISH.
5228         Better documentation of how it is to be used.  Avoid double entries for
5229         the same link type.
5230         (org-add-link-props): New function.
5231         (org-modules-loaded): New variable.
5232         (org-load-modules-maybe, org-set-modules): New function.
5233         (org-modules): New option.
5234         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
5235         (orgtbl-mode, org-store-link, org-insert-link-global)
5236         (org-open-at-point): Call `org-load-modules-maybe'.
5237         (org-search-view): Add more text properties.
5238         (org-agenda-schedule, org-agenda-deadline): Allow also in
5239         search-type agendas.
5240         (org-search-view): Order of arguments has been changed.
5241         Interpret prefix-arg as TODO-ONLY.
5242         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
5243         Take new argument order of `org-search-view' into account.
5244         (org-todo-only): New variable.
5245         (org-search-syntax-table): New variable and function.
5246         (org-search-view): Do the search with the special syntax table.
5247         (define-obsolete-function-alias): Make work with XEmacs.
5248         (org-add-planning-info): Use old date as default when modifying an
5249         existing deadline or scheduled item.
5250         (org-agenda-compute-time-span): Make argument N optional.
5251         (org-agenda-format-date-aligned): Require `cal-iso'.
5252         (org-agenda-list): Include week into agenda heading, don't
5253         list it at each date (only on Mondays).
5254         (org-read-date-analyze): Define local variable `iso-date'.
5255         (org-agenda-format-date-aligned): Remove dependency on
5256         `calendar-time-from-absolute'.
5257         (org-remember-apply-template, org-go-to-remember-target):
5258         Interpret filenames relative to `org-directory'.
5259         (org-complete): Silently fail when trying to complete
5260         keywords that don't have a default value.
5261         (org-get-current-options): Add a #+DATE: option.
5262         (org-additional-option-like-keywords): Remove "DATE:" from the
5263         list of additional keywords.
5264         (org-export-as-html): Remove (current-time) as unnecessary second
5265         argument of `format-time-string'.
5266         (org-clock-find-position): Handle special case at end of buffer.
5267         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
5268         `org-agenda-change-time-span'.
5269         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
5270         `org-agenda-change-time-span'.
5271         (org-agenda-month-view): New argument MONTH, pass it on to
5272         `org-agenda-change-time-span'.
5273         (org-agenda-year-view): New argument YEAR, pass it on to
5274         `org-agenda-change-time-span'.
5275         (org-agenda-change-time-span): New optional argument N, pass it on
5276         to `org-agenda-compute-time-span'.
5277         (org-agenda-compute-time-span): New argument N, interpret it by
5278         changing the starting day.
5279         (org-small-year-to-year): New function.
5280         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
5281         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
5282         into the future, and that the shift is at least one interval, never 0.
5283         (org-update-checkbox-count): Fix bug with checkbox counting.
5284         (org-add-note): New command.
5285         (org-add-log-setup): Rename from `org-add-log-maybe'.
5286         (org-log-note-headings): New entry for plain notes (i.e. notes not
5287         related to state changes or clocking).
5288         (org-get-org-file): Check for availability of `remember-data-file'.
5289         (org-cached-entry-get): Allow a regexp value for
5290         `org-use-property-inheritance'.
5291         (org-use-property-inheritance): Allow regexp value.  Fix bug in
5292         customization type.
5293         (org-use-tag-inheritance): Allow a list and a regexp value for
5294         this variable.
5295         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
5296         (org-entry-get): Respect value `selective' for the INHERIT argument.
5297         (org-tag-inherit-p, org-property-inherit-p): New functions.
5298         (org-agenda-format-date-aligned): Allow 10 characters for
5299         weekday, to acomodate German locale.
5300         (org-add-archive-files): New function.
5301         (org-agenda-files): New argument `ext', to get archive files as well.
5302         (org-tbl-menu): Protect the use of variables that
5303         are only available when org-table.el gets loaded.
5304         (org-read-agenda-file-list): Error if `org-agenda-files' is a
5305         single directory.
5306         (org-open-file): Allow a batch process to trigger
5307         waiting after executing a system command.
5308         (org-store-link): Link to headline when there is not
5309         target and no region in an org-mode buffer when creating a link.
5310         (org-link-types-re): New variable.
5311         (org-make-link-regexps): Compute `org-link-types-re'.
5312         (org-make-link-description-function): New option.
5313         (org-agenda-date, org-agenda-date-weekend): New faces.
5314         (org-archive-sibling-heading): New option.
5315         (org-archive-to-archive-sibling): New function.
5316         (org-iswitchb): New command.
5317         (org-buffer-list): New function.
5318         (org-agenda-columns): Also try the #+COLUMNS line in
5319         the buffer associated with the entry at point (or with the first
5320         entry in the agenda view).
5321         (org-modules): Add entry for org-bibtex.el.
5322         (org-completion-fallback-command): Move into `org-completion' group.
5323         (org-clock-heading-function): Move to `org-progress' group.
5324         (org-auto-repeat-maybe): Make sure that a note can
5325         be enforces if `org-log-repeat' is `note'.
5326         (org-modules): Allow additional symbols for external packages.
5327         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
5328         (org-clock-goto): Hide drawers after showing an
5329         entry with `org-clock-goto'.
5330         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
5331         Try also a clocktable block shift.
5332         (org-clocktable-try-shift): New function.
5333         (org-columns-hscoll-title): New function.
5334         (org-columns-previous-hscroll): New variable.
5335         (org-columns-full-header-line-format): New variable.
5336         (org-columns-display-here-title, org-columns-remove-overlays):
5337         Install `org-columns-hscoll-title' in post-command-hook.
5339         * org/org.el: Split into many small files.
5341         * org/org-agenda.el: New file, split off from org.el.
5343         * org/org-archive.el: New file, split off from org.el.
5345         * org/org-bbdb.el: New file.
5347         * org/org-bibtex.el: New file, split off from org.el.
5349         * org/org-clock.el: New file, split off from org.el.
5351         * org/org-colview.el: New file, split off from org.el.
5353         * org/org-compat.el: New file, split off from org.el.
5355         * org/org-exp.el: New file, split off from org.el.
5357         * org/org-faces.el: New file, split off from org.el.
5359         * org/org-gnus.el: New file, split off from org.el.
5361         * org/org-info.el: New file, split off from org.el.
5363         * org/org-infojs.el: New file.
5365         * org/org-irc.el: New file.
5367         * org/org-macs.el: New file, split off from org.el.
5369         * org/org-mew.el: New file.
5371         * org/org-mhe.el: New file, split off from org.el.
5373         * org/org-publish.el: New file, split off from org.el.
5375         * org/org-remember.el: New file, split off from org.el.
5377         * org/org-rmail.el: New file, split off from org.el.
5379         * org/org-table.el: New file, split off from org.el.
5381         * org/org-vm.el: New file, split off from org.el.
5383         * org/org-wl.el: New file, split off from org.el.
5385 2008-04-27  Jason Riedy  <jason@acm.org>
5387         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
5388         parameter that supresses lines that evaluate to NIL.
5389         (orgtbl-get-fmt): New inline function for
5390         picking apart formats that may be lists.
5391         (orgtbl-apply-fmt): New inline function for applying formats that
5392         may be functions.
5393         (orgtbl-eval-str): New inline function for strings that may be
5394         functions.
5395         (orgtbl-format-line, orgtbl-to-generic): Use and document.
5396         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
5397         (*orgtbl-llfmt*, *orgtbl-llstart*)
5398         (*orgtbl-llend*): Dynamic variables for last-line formatting.
5399         (orgtbl-format-section): Shift formatting to support detecting the
5400         last line and formatting it specially.
5401         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
5402         formats unless overridden.
5403         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
5404         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
5405         bound variables to hold the input collection of lines and output
5406         formatted text.
5407         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
5408         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
5409         format parameters.
5410         (orgtbl-format-line): New function encapsulating formatting for a
5411         single line.
5412         (orgtbl-format-section): Similar for each section.  Rebinding the
5413         dynamic vars customizes the formatting for each section.
5414         (orgtbl-to-generic): Use orgtbl-format-line and
5415         orgtbl-format-section.
5416         (org-get-param): Now unused, so delete.
5417         (orgtbl-gather-send-defs): New function to
5418         gather all the SEND definitions before a table.
5419         (orgtbl-send-replace-tbl): New function to find the RECEIVE
5420         corresponding to the current name.
5421         (orgtbl-send-table): Use the previous two functions and implement
5422         multiple destinations for each table.
5424         * doc/org.texi (A LaTeX example): Note that fmt may be a
5425         one-argument function, and efmt may be a two-argument function.
5426         (Radio tables): Document multiple destinations.
5428 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
5430         * org/org-agenda.el (org-add-to-diary-list): New function.
5431         (org-prefix-has-effort): New variable.
5432         (org-sort-agenda-noeffort-is-high): New option.
5433         (org-agenda-columns-show-summaries)
5434         (org-agenda-columns-compute-summary-properties): New options.
5435         (org-format-agenda-item): Compute the duration of the item.
5436         (org-agenda-weekend-days): New variable.
5437         (org-agenda-list, org-timeline): Use the proper faces for dates in
5438         the agenda and timeline buffers.
5439         (org-agenda-archive-to-archive-sibling): New command.
5440         (org-agenda-start-with-clockreport-mode): New option.
5441         (org-agenda-clockreport-parameter-plist): New option.
5442         (org-agenda-clocktable-mode): New variable.
5443         (org-agenda-deadline-leaders): Allow a function value for the
5444         deadline leader.
5445         (org-agenda-get-deadlines): Deal with new function value.
5447         * org/org-clock.el (org-clock): New customization group.
5448         (org-clock-into-drawer, org-clock-out-when-done)
5449         (org-clock-in-switch-to-state, org-clock-heading-function):
5450         Move into the new group.
5451         (org-clock-out-remove-zero-time-clocks): New option.
5452         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
5453         (org-dblock-write:clocktable): Allow a Lisp form for the scope
5454         parameter.
5455         (org-dblock-write:clocktable): Fix bug with total time calculation.
5456         (org-dblock-write:clocktable): Request the unrestricted list of files.
5457         (org-get-clocktable): New function.
5458         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
5459         be strings but also integers (an absolute day number) and lists (m d y).
5461         * org/org-colview.el (org-columns-next-allowed-value)
5462         (org-columns-edit-value): Limit the effort for updating in the
5463         agenda to recomputing a single file.
5464         (org-columns-compute): Only write property value if it has changed.
5465         This avoids raising the buffer-change-flag unnecessarily.
5466         (org-agenda-colview-summarize)
5467         (org-agenda-colview-compute): New functions.
5468         (org-agenda-columns): Call `org-agenda-colview-summarize'.
5470         * org/org-exp.el (org-export-run-in-background): New option.
5471         (org-export-icalendar): Allow a batch process to trigger waiting
5472         after executing a system command.
5473         (org-export-preprocess-string): Rename from
5474         `org-cleaned-string-for-export'.
5475         (org-export-html-style): Made target class look like normal text.
5476         (org-export-as-html): Make use of the better proprocessing in
5477         `org-cleaned-string-for-export'.
5478         (org-cleaned-string-for-export): Better treatment of heuristic
5479         targets, many more internal links will now work in HTML export.
5480         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
5481         (org-export-inbuffer-options-extra): New variable.
5482         (org-export-options-filters): New hook.
5483         (org-infile-export-plist): Find also the settings keywords in
5484         `org-export-inbuffer-options-extra'.
5485         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
5486         multiple #+INFOJS_OPT lines.
5487         (org-export-html-handle-js-options): New function.
5488         (org-export-html-infojs-setup): New option.
5489         (org-export-as-html): Call `org-export-html-handle-js-options'.
5490         Add autoload to all entry points.
5491         (org-skip-comments): Function removed.
5493         * org/org-table.el (org-table-make-reference): Extra parenthesis
5494         around single fields, to make sure that algebraic formulas get
5495         correctly interpreted by calc.
5496         (org-table-current-column): No longer interactive.
5498         * org/org-export-latex.el (org-export-latex-preprocess):
5499         Rename from `org-export-latex-cleaned-string'.
5501 2008-04-27  Bastien Guerry  <bzg@altern.org>
5503         * org/org-publish.el (org-publish-get-base-files-1): New function.
5504         (org-publish-get-base-files): Use it.
5505         (org-publish-temp-files): New variable.
5506         Don't require 'dired-aux anymore.
5507         (org-publish-initial-buffer): New variable.
5508         (org-publish-org-to, org-publish): Use it.
5509         (org-publish-get-base-files-1): Bug fix: get
5510         the proper list of files when recursing thru a directory.
5511         (org-publish-get-base-files): Use the :exclude property to skip
5512         both files and directories.
5514 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
5516         * net/tramp.el (tramp-handle-make-symbolic-link)
5517         (tramp-handle-file-name-directory)
5518         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5519         (tramp-do-copy-or-rename-file-directly)
5520         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
5521         (tramp-handle-substitute-in-file-name)
5522         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5523         * net/tramp-cache.el (tramp-get-file-property)
5524         (tramp-set-file-property, tramp-flush-file-property)
5525         (tramp-flush-directory-property)
5526         * net/tramp-compat.el (tramp-compat-make-temp-file)
5527         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5528         Disable `file-name-handler-alist' when handling localname.
5529         It could have a remote file syntax, like a VMS file name.
5531 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5533         * whitespace.el: New version 11.1.
5534         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
5535         enclosed by \\( and \\)$.  Docstring fix.
5536         (whitespace-trailing-regexp): Fun removed.
5537         (whitespace-report-list): Const initialization fix.
5538         (whitespace-color-on): Code fix.
5540 2008-04-27  Andreas Schwab  <schwab@suse.de>
5542         * Makefile.el: Unbreak bootstrap.
5544 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
5546         * net/tramp.el (tramp-replace-environment-variables): New defun.
5547         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
5548         Use it.
5550 2008-04-27  Glenn Morris  <rgm@gnu.org>
5552         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
5554         * calculator.el (calculator-expt): Replace cl function `oddp'.
5556 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
5558         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5559         Simplify.  Collect `defun' and `autoload' entries.
5560         Avoid modifying load-history.
5562 2008-04-26  Glenn Morris  <rgm@gnu.org>
5564         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
5566         * simple.el (quoted-insert, zap-to-char): Revert previous change.
5568 2008-04-26  John Paul Wallington  <jpw@pobox.com>
5570         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
5571         `hexl-mode-old-eldoc-documentation-function'.
5572         (hexl-mode-exit): Restore it.
5573         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
5575         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
5577 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
5579         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
5580         (completion-pcm--all-completions): Doc fix.
5581         (completion-styles-alist, completion-all-completions):
5582         Fix typos in docstrings.
5584 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5586         * whitespace.el: There is now only one variable (whitespace-style) to
5587         specify which kind of blank is visualized.  Doc and docstring fix.
5588         New version 11.0.
5589         (whitespace-style): New option, replace whitespace-style-mark and
5590         whitespace-style-color.
5591         (whitespace-style-mark, whitespace-style-color): Options removed.
5592         (whitespace-hspace, whitespace-tab, whitespace-newline)
5593         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
5594         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
5595         (whitespace-hspace-regexp, whitespace-space-regexp)
5596         (whitespace-tab-regexp, whitespace-trailing-regexp)
5597         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5598         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5599         (whitespace-space-after-tab-regexp, whitespace-line-column)
5600         (whitespace-display-mappings, whitespace-report): Docstring fix.
5601         (whitespace-color-value-list, whitespace-mark-value-list)
5602         (whitespace-active-color, whitespace-active-mark)
5603         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
5604         (whitespace-style-value-list, whitespace-active-style)
5605         (whitespace-toggle-style): New vars.
5606         (whitespace-toggle-option-alist, whitespace-help-text):
5607         Var initialization and docstring fix.
5608         (whitespace-toggle-options, global-whitespace-toggle-options)
5609         (whitespace-cleanup, whitespace-cleanup-region)
5610         (whitespace-report-region, whitespace-interactive-char)
5611         (whitespace-toggle-list): Docstring and code fix.
5612         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5613         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
5614         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
5615         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
5617 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
5620         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
5621         (diff-sanity-check-hunk): Adjust code accordingly.
5623 2008-04-26  Glenn Morris  <rgm@gnu.org>
5625         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
5627         * forms-d2.dat: Move to ../etc.
5628         * forms-d2.el (forms-file): Adapt for above change.
5630         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
5631         `translation-table-for-input'.
5633         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
5634         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
5636         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
5637         to punctuation now it's not needed for abbrevs.
5638         (fortran-mode-abbrev-table): Remove defvar, make use of new
5639         define-abbrev-table :regexp feature.
5641         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
5642         insert, now that translation-table-for-input is not needed.
5644 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
5646         * emacs-lisp/pp.el (pp-display-expression): New function,
5647         extracted from pp-eval-expression.
5648         (pp-eval-expression): Use pp-display-expression.
5649         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
5650         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
5651         (pp-eval-last-sexp): Use pp-last-sexp.
5653 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * abbrev.el (define-abbrev-table): Apply props even if the table
5656         exists already.
5658         * minibuffer.el (completion-table-with-context): Fix `pred' for the
5659         various kinds of completion tables.
5660         (completion-emacs22-try-completion): Place cursor after the /, as was
5661         done in Emacs-22's minibuffer-complete-word.
5662         Fix bug reported by David Hansen <david.hansen@gmx.net>.
5663         (completion-emacs22-try-completion): Merge all mergable text rather
5664         than just /.
5665         (completion-pcm--delim-wild-regex): New var.
5666         (completion-pcm-word-delimiters): New custom.
5667         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
5668         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
5669         (completion-pcm--all-completions, completion-pcm-all-completions)
5670         (completion-pcm--merge-completions, completion-pcm--pattern->string)
5671         (completion-pcm-try-completion): New functions.
5672         (completion-styles-alist): Add them.
5673         (completion-styles): Add it to the default.
5675 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
5677         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
5678         (gdb-var-create-handler): ...until here when there are values.
5679         (gdb-post-prompt): Don't do -var-update with no watch expressions.
5680         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
5682 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
5684         * ls-lisp.el (ls-lisp-format): Fix last change.
5685         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
5686         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
5687         (ls-lisp-filesize-f-fmt): New defvars.
5688         (ls-lisp-insert-directory): Dynamically compute format specifiers
5689         for displaying UID, GID, and file size, and store them in the
5690         above variables.
5691         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
5692         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
5693         instead of constant format strings.
5694         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
5695         ls-lisp-filesize-d-fmt instead of constant format strings.
5697 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
5699         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
5700         value of addresses rather than (partial) string value.
5701         (gdb-frame-handler): Change regexp according to above change.
5702         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5703         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
5704         (gdb-assembler-mode): Disable undo in these buffers.
5706 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
5708         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
5709         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
5711 2008-04-24  Sam Steingold  <sds@gnu.org>
5713         * textmodes/remember.el (remember-diary-extract-entries): Use
5714         diary-make-entry instead of the obsolete make-diary-entry.
5716 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5718         * subr.el (translation-table-for-input): Mark as obsolete.
5720         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
5722         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
5724         * textmodes/ispell.el (ispell-dictionary-alist-1)
5725         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
5726         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
5727         (ispell-dictionary-alist-6): Remove.
5728         (ispell-dictionary-base-alist): New var, merges the above.
5729         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
5730         Use it.
5731         (ispell-dictionary-alist): Default to nil.  Remove autoload.
5732         (ispell-local-dictionary-alist): Remove autoload.
5734         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
5735         (f90-mode-abbrev-table): Use the new :regexp feature.
5736         Merge defvar and mapc into define-abbrev-table.
5737         (f90-imenu-type-matcher): Remove unused `l'.
5738         (f90-imenu-generic-expression): Remove unused `not-ib'.
5739         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
5740         (f90-change-keywords): Use restore-buffer-modified-p.
5742 2008-04-24  Glenn Morris  <rgm@gnu.org>
5744         * net/goto-addr.el (goto-address-prog-mode):
5745         * progmodes/bug-reference.el (bug-reference-prog-mode):
5746         Define for compiler.
5748         * minibuffer.el (x-file-dialog): Declare as function.
5750         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
5751         dframe-update-speed rather than obsolete alias speedbar-update-speed.
5753         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
5754         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
5755         work with easymenu.  Add :keys where needed.
5757         * calendar/cal-move.el (calendar-scroll-left): Handle case when
5758         event-start is nil.
5760         * calendar/calendar.el (calendar-mode-map): Fix typo.
5762 2008-04-24  Tom Tromey  <tromey@redhat.com>
5764         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5765         Document keywords.  Add :suppress.
5766         * pcvs-defs.el (cvs-mode-map): Use :suppress.
5768         * net/goto-addr.el (goto-address-unfontify): New function.
5769         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
5770         (goto-address-fontify-region, goto-address-mode)
5771         (goto-address-prog-mode): New functions.
5773         * progmodes/bug-reference.el: New file.
5775 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5777         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
5779 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
5782         macros within lambdas.
5784 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5786         * minibuffer.el (completion-try-completion): Add `point' argument.
5787         Change return value.
5788         (completion-all-completions): Add `point' argument.
5789         (minibuffer-completion-help): Pass the new `point' argument.
5790         (completion--do-completion): Pass the whole field to try-completion.
5791         (completion--try-word-completion): Rewrite, making fewer assumptions.
5792         (completion-emacs21-try-completion, completion-emacs21-all-completions)
5793         (completion-emacs22-try-completion, completion-emacs22-all-completions)
5794         (completion-basic-try-completion, completion-basic-all-completions):
5795         New functions.
5796         (completion-styles-alist): Use them.
5798 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
5800         * textmodes/ispell.el (ispell-set-spellchecker-params):
5801         New function to make sure right params and dictionary alists are used
5802         after spellchecker changes.
5803         (ispell-aspell-dictionary-alist, ispell-last-program-name)
5804         (ispell-initialize-spellchecker-hook): New variables and hook.
5805         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
5806         (ispell-maybe-find-aspell-dictionaries): Remove.
5807         Calls replaced by (ispell-set-spellchecker-params) calls.
5808         (ispell-have-aspell-dictionaries): Remove.
5810         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
5811         by ispell-set-spellchecker-params.
5813 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5815         * complete.el (PC-do-completion): Be more robust in the presence of
5816         unexpected values in minibuffer-completion-predicate.
5818         * minibuffer.el (read-file-name): Don't let-bind default-directory.
5819         Only abbreviate default-filename if it's a file.
5821         * minibuffer.el (read-file-name-function, read-file-name-predicate)
5822         (read-file-name-completion-ignore-case, insert-default-directory):
5823         New vars, moved from fileio.c.
5824         (read-file-name): New fun, moved from fileio.c.
5825         * cus-start.el: Remove insert-default-directory and
5826         read-file-name-completion-ignore-case.
5828 2008-04-23  Magnus Henoch  <mange@freemail.hu>
5830         * tar-mode.el (tar-untar-buffer): If the entry has directory
5831         link type, extract it as a directory even if its file name doesn't
5832         end with a slash.  Fixes extraction of NetBSD tar archives.
5834 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5836         * server.el (server-start): Also don't get confused by CRs since we
5837         don't quote them.
5839 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
5841         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
5842         (gdb-set-gud-minor-mode-existing-buffers)
5843         (gdb-info-breakpoints-custom, gdb-get-location)
5844         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5845         Previously gdb-create-define-alist wasn't always run and added to
5846         after-save-hook.
5848         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
5850 2008-04-23  Kevin Ryde  <user42@zip.com.au>
5852         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
5853         comments like unindented ones.
5855 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5857         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
5858         parameter origins.
5860 2008-04-23  Kevin Ryde  <user42@zip.com.au>
5862         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5863         Bind print-level to ensure output forms aren't truncated if
5864         print-level is set to eval-expression-print-level when going via
5865         eval-defun and friends, or has been otherwise fiddled with.
5867 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5870         font-lock-extend-after-change-region-function globally.
5872 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
5874         * speedbar.el (speedbar-use-tool-tips-flag)
5875         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
5876         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
5877         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
5878         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
5879         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
5880         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
5881         (speedbar-separator-face): Fix typos in docstrings.
5882         (speedbar-stealthy-function-list, speedbar-verbosity-level)
5883         (speedbar-supported-extension-expressions, speedbar-update-current-file)
5884         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
5885         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
5886         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
5887         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
5888         (speedbar-check-vc-this-line, speedbar-files-line-directory)
5889         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
5890         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
5891         (speedbar-recenter): Doc fixes.
5892         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
5893         declaration and remove redundant info in docstring.
5895 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5897         * vc-git.el (vc-git-status-printer): Deal with directories.
5899         * vc.el (vc-next-action): Look at more than the first file to
5900         determine the state.
5902 2008-04-23  Glenn Morris  <rgm@gnu.org>
5904         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
5905         timers.  Doc fix.
5906         (dframe-update-speed): Drop support for XEmacs < 20.
5907         (dframe-frame-mode): Drop support for Emacs < 20.
5908         (dframe-set-timer-internal): Drop support for Emacs without timers.
5909         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
5911         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
5912         versions.  Add doc-string.  Mark as obsolete.
5914         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
5916         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
5917         rather than using an Emacs version test.
5919         * tree-widget.el (tree-widget-image-enable): Use display-images-p
5920         rather than an Emacs version test.
5922         * calendar/cal-china.el (holiday-chinese-qingming)
5923         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
5924         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
5925         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
5927         * calendar/cal-islam.el (holiday-islamic): Doc fix.
5929         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
5930         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
5931         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5933 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
5935         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
5936         (gdb-previous-frame-pc-address): ...to this.
5937         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
5938         of "info frame" with Gdb 6.4+.
5939         (gdb-stack-list-frames-regexp): New regexp.
5940         (gdb-frame-handler-1): Parse output of -stack-info-frame.
5942 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
5944         * tar-mode.el (tar-prefix-offset): New constant.
5945         (tar-header-block-tokenize): Support paths with long names
5946         which use the "ustar" standard.
5948 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
5950         * image-dired.el (image-dired-track-original-file)
5951         (image-dired-modify-mark-on-thumb-original-file):
5952         Use `dired-goto-file' instead of `search-forward'.  This solves
5953         a bug with finding files where the file name is a subset of other
5954         file names.  Doc fix.
5956 2008-04-22  Juri Linkov  <juri@jurta.org>
5958         * menu-bar.el (buffers-menu-max-size): Move its definition down to
5959         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
5960         (yank-menu-length): Change group name `mouse' to `menu'.
5961         (buffers-menu-buffer-name-length): New user option.
5962         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
5963         instead of the hard-coded number 27.
5965 2008-04-22  Juri Linkov  <juri@jurta.org>
5967         * isearch.el (eval-when-compile): Require `help-macro'.
5968         (isearch-help-for-help-internal): Isearch specific Help screen
5969         created by `make-help-screen'.
5970         (isearch-help-map): New variable that binds "b", "k", "m" to
5971         isearch-specific commands, and binds other keys to
5972         isearch-other-control-char, thus allowing other Help keys to
5973         exit isearch mode and execute their global definitions.
5974         (isearch-help-for-help, isearch-describe-bindings)
5975         (isearch-describe-key, isearch-describe-mode): New commands.
5976         (isearch-mode-help): Define alias to isearch-describe-mode
5977         and remove its old function definition.
5978         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
5979         Remove old comments because this issue is settled now.
5980         (isearch-forward): Describe three new Help commands in the docstring.
5981         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
5982         leave the single sentence at the first line of the docstring,
5983         and prepend the word "function" before `isearch-forward'
5984         to make the Help link to the function instead of variable.
5986 2008-04-22  Juri Linkov  <juri@jurta.org>
5988         * isearch.el (isearch-success-function): New variable with default
5989         to `isearch-success-function-default'.
5990         (isearch-search): Call a function from `isearch-success-function'
5991         instead of calling the hard-coded `isearch-range-invisible'.
5992         (isearch-success-function-default): New function that calls
5993         `isearch-range-invisible' and inverts its return value.
5995         * info.el (Info-search): In two similar places that skip
5996         undesired search matches move code to Info-search-success-function,
5997         and call `isearch-success-function' instead.
5998         (Info-search-success-function): New function copied from code
5999         in Info-search.  Replace isearch-range-invisible with
6000         text-property-not-all that checks for 'invisible and 'display
6001         properties to skip partially invisible matches (whose display
6002         properties were set by Info-fontify-node).
6003         (Info-mode): Set buffer-local isearch-success-function
6004         to Info-search-success-function.
6006 2008-04-22  Juri Linkov  <juri@jurta.org>
6008         * minibuffer.el (internal-complete-buffer-except): New function.
6010         * files.el (read-buffer-to-switch): New function.
6011         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6012         Change interactive spec to call read-buffer-to-switch instead of
6013         using the letter "B".
6015         * simple.el (minibuffer-default-add-shell-commands): New function.
6016         Use declare-function for mailcap-file-default-commands from "mailcap".
6017         (shell-command): Set local minibuffer-default-add-function to
6018         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
6019         before calling read-shell-command.  Set 4th arg default-value of
6020         read-shell-command to relative buffer-file-name in file buffers.
6022         * dired-aux.el (dired-read-shell-command-default): Move it to
6023         gnus/mailcap.el and change its name to more general name
6024         mailcap-file-default-commands.
6025         (minibuffer-default-add-dired-shell-commands): New function.
6026         Use declare-function for mailcap-file-default-commands from "mailcap".
6027         (dired-read-shell-command): Set local minibuffer-default-add-function
6028         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
6029         before calling read-shell-command.  Remove dired-read-shell-command-default
6030         from the default value arg because default values are not set in
6031         minibuffer-default-add-dired-shell-commands.  Doc fix.
6033         * dired-x.el (dired-smart-shell-command): Sync arguments and
6034         interactive spec with changes in `shell-command'.
6035         Use dired-get-filename to get the dired file name at point
6036         as the default value in dired mode.
6038 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
6040         * info.el (Info-complete-menu-item): Add missing parenthesis.
6042 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * info.el (Info-complete-menu-item): Save point.
6046 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
6048         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
6050 2008-04-22  Andreas Schwab  <schwab@suse.de>
6052         * Makefile.in (emacs-deps): Define.
6053         Use it instead of $(lisp)/subdirs.el.
6055 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
6057         * vc.el (vc-next-action): Do not consider directories when
6058         checking for state compatibility.
6059         (vc-transfer-file): Use when not if.
6060         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
6061         (vc-dir-mark-file): Use them.
6062         (vc-deduce-fileset): Also return the backend.
6063         (vc-diff-internal): Take as argument the value returned by
6064         vc-deduce-fileset instead of just the fileset.
6065         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
6066         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
6067         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
6069 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
6071         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
6072         set-window-vscroll but image-scroll-down.  Fixes a bug where a
6073         command following SPC scrolled up again.
6075 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
6077         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
6078         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
6079         (gud-watch): Add "$" prefix when in registers buffer.
6081 2008-04-22  Glenn Morris  <rgm@gnu.org>
6083         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
6085         * whitespace.el (whitespace-display-table)
6086         (whitespace-display-table-was-local): Move definitions before use.
6088         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
6089         (copyright-limit): Respect copyright-at-end-flag.
6090         (copyright-re-search, copyright-start-point)
6091         (copyright-offset-too-large-p): New functions.
6092         (copyright-update-year): Use copyright-re-search.
6093         (copyright-update, copyright-fix-years): Use copyright-start-point,
6094         and copyright-re-search.
6095         (copyright): Use copyright-offset-too-large-p.
6096         * add-log.el (change-log-mode): Set copyright-at-end-flag.
6098         * add-log.el (top-level): Require 'cl when compiling.
6100 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6102         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
6103         Treat minibuffer-completion-predicate as a predicate.
6105         * minibuffer.el (completion--file-name-table): Accept both the old
6106         `dir' arg or the new `pred' arg.
6108         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
6109         `predicate' argument to pass non-predicate data.
6110         (ffap-read-url-internal, ffap-read-file-or-url-internal):
6111         Use second arg as proper predicate.
6113         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
6114         (vc-bzr-revision-completion-table): Use completion-table-with-context
6115         instead.
6117         * simple.el (choose-completion-string): Use minibuffer-completion-table.
6119 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
6121         * term.el (term-emulate-terminal): Perform redisplay after the
6122         process filter has finished running.
6124 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6126         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
6128         * minibuffer.el (completion-try-completion): Change magic symbol
6129         property name.  Rename from minibuffer-try-completion.
6130         (completion-all-completions): Rename from minibuffer-all-completions.
6131         Remove hide-spaces argument.
6132         (completion--do-completion): Rename from minibuffer--do-completion.
6133         (minibuffer-complete-and-exit): Call just try-completion rather than
6134         completion-try-completion to fix up the case.
6135         (completion--try-word-completion): Try to add space or hyphen before
6136         making `string' a prefix of `completion'.
6137         (completion--insert-strings): Rename from minibuffer--insert-strings.
6139 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6141         * net/tls.el (tls-program): Add -ign_eof argument to call the
6142         openssl commands.
6143         (tls-checktrust): Ditto.
6145 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
6147         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
6149         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
6150         (vc-check-master-templates, vc-file-not-found-hook)
6151         (vc-kill-buffer-hook):
6152         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
6153         (vc-find-position-by-context, vc-buffer-context)
6154         (vc-restore-buffer-context, vc-responsible-backend)
6155         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
6156         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
6157         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
6158         (vc-version-diff, vc-diff, vc-insert-headers)
6159         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
6160         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
6161         (vc-revert, vc-rollback, vc-version-backup-file)
6162         (vc-rename-master, vc-delete-file, vc-rename-file)
6163         (vc-branch-part, vc-default-retrieve-snapshot)
6164         (vc-annotate-display-autoscale, vc-annotate-display-select)
6165         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
6166         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
6167         (vc-dir-update): Handle directories.
6168         (vc-default-status-printer): Simplify.
6170         * progmodes/asm-mode.el (asm-mode-map):
6171         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
6173         * progmodes/m4-mode.el (m4-mode-map): Add menu.
6175 2008-04-21  Kenichi Handa  <handa@m17n.org>
6177         * select.el (xselect-convert-to-string): Send a C_STRING only if
6178         the polymorphic target TEXT is requested.
6180 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
6182         * minibuffer.el (completion-setup-hook, display-completion-list)
6183         (completion--file-name-table): Fix typos in docstrings.
6184         (completion-table-dynamic): Fix typo, and reflow docstring.
6186 2008-04-20  Andreas Schwab  <schwab@suse.de>
6188         * server.el (server-switch-buffer): Also consider clients in the
6189         selected frame.
6191 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
6193         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6194         Select window clicked on first.
6195         (gdb): Display thread number in mode-line.
6196         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
6197         (gdb-breakpoints-header): New variable.
6198         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
6200 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
6203         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
6204         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
6205         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6206         (vc-sccs-print-log): Use it.
6208         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
6210         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
6211         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
6213         * tooltip.el (tooltip-previous-message): New var.
6214         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
6215         the C code (avoid overwriting a minibuffer, restore previous echo
6216         message, ...).
6217         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
6218         Simplify.
6220 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
6222         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
6223         (gdb-init-1): Initialise it.
6224         (gdb-annotation-rules): New entry for "new-thread".
6225         (gdb-thread-identification): New function to customize
6226         mode-line-buffer-identification.
6227         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
6228         (gdb-assembler-mode): Use it.
6229         (gdb-threads-mode): Force "info threads" onto queue.
6231 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * files.el (locate-file-completion-table): Rename from
6234         locate-file-completion and make it use `pred' in the normal way.
6235         (locate-file-completion): New compatibility wrapper.
6236         (load-library): Use locate-file-completion-table.
6237         * finder.el (finder-commentary):
6238         * subr.el (locate-library):
6239         * emacs-lisp/find-func.el (find-library): Likewise.
6240         * info.el: Use with-current-buffer and inhibit-read-only.
6241         (Info-read-node-name-2): Change to use `predicate' in the normal way.
6242         (Info-read-node-name-1): Adjust uses accordingly.
6244         * minibuffer.el (completion-table-with-context): Add support for `pred'.
6245         (completion-table-with-terminator): Don't use complete-with-action
6246         since we have to distinguish all three cases anyway.
6247         (completion-table-with-predicate): New function.
6248         (dynamic-completion-table): Add obsolete alias.
6250         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
6252 2008-04-18  Sam Steingold  <sds@gnu.org>
6254         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
6255         Use quit-window instead of bury-buffer.
6257 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         * minibuffer.el (completion-table-with-terminator): Fix last fix.
6261 2008-04-18  Andreas Schwab  <schwab@suse.de>
6263         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6264         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6265         Depend on $(lisp)/subdirs.el.
6267 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
6269         * descr-text.el (describe-char-after):
6270         Use `define-obsolete-function-alias'.
6272         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
6274         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
6276         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
6277         Remove redundant obsolescence info in docstring.
6279         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6280         (vc-header-alist): Add WHEN to obsolescence declaration.
6281         (vc-state): Fix typo in docstring.
6283         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
6284         Use `define-obsolete-variable-alias'.
6286         * emulation/tpu-edt.el (tpu-have-ispell):
6287         * international/codepage.el (codepage-setup):
6288         Fix typo in obsolescence declaration.
6290         * international/mule.el (char-coding-system-table):
6291         Remove redundant obsolescence info in docstring.
6292         (charset-list, generic-char-p, set-char-table-default):
6293         Fix typos in obsolescence decarations.
6295         * international/mule-diag.el (non-iso-charset-alist):
6296         Fix typo in obsolescence declaration.
6297         (decode-codepage-char): Remove redundant obsolescence info in docstring.
6299         * font-core.el (font-lock-defaults-alist):
6300         * font-lock.el (font-lock-reference-face):
6301         * frame.el (screen-height, screen-width, set-screen-width)
6302         (set-screen-height):
6303         * hilit-chg.el (highlight-changes-initial-state):
6304         * isearch.el (isearch-return-char):
6305         * log-edit.el (cvs-commit-buffer-require-final-newline)
6306         (cvs-changelog-full-paragraphs):
6307         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
6308         (mouse-popup-menubar-stuff):
6309         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
6310         (mouse-wheel-click-button):
6311         * outline.el (outline-visible):
6312         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
6313         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
6314         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
6315         * progmodes/compile.el (compile-internal):
6316         Add WHEN to obsolescence declarations.
6318 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
6321         is not better anyway.
6323 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6325         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
6326         properly.
6328 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
6331         (python-use-skeletons): Remove, unused.
6332         (python-skeletons): Remove.  Use the abbrev table instead.
6333         (python-mode-abbrev-table): Fix regexp;
6334         add enable-function and case-fixed.
6335         (def-python-skeleton): Simplify.
6336         (python-expand-template): Use the abbrev-table and abbrev-insert.
6337         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
6338         Remove.
6339         (python-mode): Don't set pre-abbrev-expand-hook.
6341         * skeleton.el: Set coding-tag.
6343         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
6344         (expand-abbrev): Use it.
6345         (abbrev-table-menu): New function.
6347         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
6349         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
6351 2008-04-17  Sam Steingold  <sds@gnu.org>
6353         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
6354         idiosyncratic bury-buffer/delete-window logic.
6356 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
6358         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
6359         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
6361 2008-04-17  Kenichi Handa  <handa@m17n.org>
6363         * international/characters.el: Don't make the width of U+00AD to 0.
6365 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
6367         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
6368         (gdb, gdb-starting, gdb-frames-mode): Use it.
6369         (gdb-invalidate-frames): Advise to call "info stack" only if
6370         execution has occurred.
6371         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
6372         selected frame if no execution has occurred.
6373         (gdb-frames-force-update): New interactive function.
6374         (gdb-frames-mode-map): Bind it to "F".
6376 2008-04-17  Michael Olson  <mwolson@gnu.org>
6378         * textmodes/remember.el (remember-version): Release Remember 2.0.
6380 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
6382         * textmodes/artist.el:
6383         * progmodes/vhdl-mode.el:
6384         * progmodes/verilog-mode.el:
6385         * progmodes/vera-mode.el:
6386         * progmodes/simula.el:
6387         * progmodes/ps-mode.el:
6388         * progmodes/cmacexp.el:
6389         * obsolete/hilit19.el:
6390         * emulation/viper.el:
6391         * ediff.el: Cleanup the bug-report email addresses and make sure the
6392         maintainer is still willing to handle bug reports.
6394 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
6396         * vc.el (vc-dir-kill-query): Fix thinko.
6398 2008-04-16  Glenn Morris  <rgm@gnu.org>
6400         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
6401         by diary-sexp-entry.
6403 2008-04-16  Markus Triska  <markus.triska@gmx.at>
6405         * proced.el (proced-command-alist): Add support for darwin.
6407 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6409         * proced.el (proced-mode): Redefine as just the major-mode.
6410         (proced): Separate it from proced-mode.
6412         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
6414 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6416         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
6417         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
6418         `tab-width' setting from user.  New version 10.0.  Doc and docstring
6419         fix.
6420         (whitespace-style, whitespace-chars): Remove options.
6421         (whitespace-style-mark): New option, replace whitespace-style deleted
6422         option.  Fix docstring.
6423         (whitespace-style-color): New option, replace whitespace-chars deleted
6424         option.  Fix docstring.
6425         (whitespace-space, whitespace-hspace, whitespace-tab)
6426         (whitespace-newline, whitespace-trailing, whitespace-line)
6427         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
6428         (whitespace-space-after-tab, whitespace-hspace-regexp)
6429         (whitespace-space-regexp, whitespace-tab-regexp)
6430         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6431         (whitespace-empty-at-eob-regexp, whitespace-line-column)
6432         (whitespace-toggle-option-alist): Fix docstring.
6433         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6434         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
6435         docstring and initialization.
6436         (global-whitespace-mode): Autoloaded global minor mode.
6437         (whitespace-chars-value-list, whitespace-style-value-list)
6438         (whitespace-active-chars, whitespace-active-style)
6439         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
6440         (whitespace-color-value-list): New var, replace
6441         whitespace-chars-value-list removed var.
6442         (whitespace-mark-value-list): New var, replace
6443         whitespace-style-value-list removed var.
6444         (whitespace-active-color): New var, replace whitespace-active-chars
6445         removed var.
6446         (whitespace-active-mark): New var, replace whitespace-active-style
6447         removed var.
6448         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
6449         removed var.
6450         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
6451         removed var.
6452         (whitespace-toggle-option-alist, whitespace-report-list)
6453         (whitespace-report-text, whitespace-help-text): Fix initialization.
6454         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
6455         (whitespace-toggle-options, global-whitespace-toggle-options)
6456         (whitespace-cleanup-region, whitespace-report-region)
6457         (whitespace-interactive-char): Fix docstring and code.
6458         (whitespace-cleanup, whitespace-report): Fix docstring.
6459         (whitespace-replace-spaces-by-tabs): Remove fun.
6460         (whitespace-replace-action): New fun, replace
6461         whitespace-replace-spaces-by-tabs removed fun.
6462         (whitespace-regexp, whitespace-indentation-regexp)
6463         (whitespace-space-after-tab-regexp, whitespace-insert-value)
6464         (whitespace-kill-buffer): New funs.
6465         (whitespace-insert-option-mark, whitespace-help-on)
6466         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
6467         (whitespace-color-on, whitespace-color-off)
6468         (whitespace-display-char-on): Fix code.
6470 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
6473         (mouse-throw-magnifier-with-mouse-movement): Remove.
6474         (mouse-throw-magnifier-base): New const.
6475         (mouse-drag-scroll-delta): New fun.
6476         (mouse-drag-throw): Use it.
6478 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
6480         * international/uni-bidi.el, international/uni-category.el:
6481         * international/uni-combining.el, international/uni-comment.el:
6482         * international/uni-decimal.el, international/uni-decomposition.el:
6483         * international/uni-digit.el, international/uni-lowercase.el:
6484         * international/uni-mirrored.el, international/uni-name.el:
6485         * international/uni-numeric.el, international/uni-old-name.el:
6486         * international/uni-titlecase.el, international/uni-uppercase.el:
6487         * international/charprop.el: Regenerate.
6489 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
6491         * vc.el (vc-status-fileinfo): Add new member directoryp.
6492         (vc-default-status-printer): Print directories.
6493         (vc-status-update): Sort files before subdirectories.
6495         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
6496         Add alternative implementation based on "cvs update".
6498 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
6500         * doc-view.el: Changed requirements section to tell that only one
6501         of dvipdf or dvipdfm is needed.
6502         (doc-view-already-converted-p): Fix bug that forced reconversion
6503         if doc was already converted.
6505 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6507         * minibuffer.el (minibuffer-message):
6508         Make sure we can put-text-property.
6510         * emacs-lisp/crm.el: Complete rewrite.
6512         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
6513         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
6514         case of an error in display-completion-list.
6516         * filecache.el (file-cache-completions-keymap): Move init from
6517         file-cache-completion-setup-function into declaration.
6518         (file-cache-minibuffer-complete): Simplify.
6519         (file-cache-completion-setup-function): Use standard-output,
6520         preserve current-buffer.
6522         * vc.el (vc-status-update): Fix typo.
6523         (vc-status-update): Set needs-update.
6524         (vc-status-refresh): Î·-reduce.
6526 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
6528         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
6529         to image-eol.
6531 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
6533         * vc.el (vc-status-update): Undo the previous revert.
6535 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * minibuffer.el (completion-table-with-terminator): Those completions
6538         are never valid w.r.t test-completion.
6539         (completion--file-name-table):
6540         Check completion-all-completions-with-base-size.
6542 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
6544         * doc-view.el (doc-view-dvipdf-program): New variable.
6545         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
6546         (doc-view-mode-p): Check for doc-view-dvipdf-program as
6547         alternative for doc-view-dvipdfm-program.
6548         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
6550         * doc-view.el (doc-view-start-process): Don't set
6551         default-directory to "~/" if the current value is valid.
6552         This broke PS files that run other files in the same directory.
6554 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
6556         * vc.el (vc-status-kill-query): New function.
6557         (vc-status-mode): Add it to kill-buffer-query-functions.
6558         (vc-status-show-fileentry): New function.
6559         (vc-status-menu-map): Bind it.  Bind vc-next-action.
6561 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6563         * minibuffer.el (minibuffer-message): Put cursor at the right place.
6565 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6567         * proced.el (proced-send-signal): Fix error recognition.
6569 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6571         * proced.el (proced-command-alist): Remove sort column.
6572         (proced-command, proced-procname-column):
6573         Use make-variable-buffer-local.
6574         (proced-signal-function): Rename from proced-kill-program.
6575         Allow for elisp symbols and string values representing system calls.
6576         (proced-marker-regexp, proced-success-message): New functions.
6577         (proced): Use defalias.  Add autoload cookie.
6578         (proced-unmark-backward, proced-toggle-marks)
6579         (proced-hide-processes): New commands.
6580         (proced-do-mark): Simplify code.
6581         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
6582         (proced-update): Remove sorting.
6583         (proced-send-signal): Display number of processes to operate on.
6584         Allow for system calls or elisp functions to send signals.
6585         Check if signal was sent successfully.
6587 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * minibuffer.el (completion-all-completion-with-base-size): New var.
6590         (completion--some): New function.
6591         (completion-table-with-context, completion--file-name-table):
6592         Return the base-size if requested.
6593         (completion-table-in-turn): Generalize to multiple arguments.
6594         (complete-in-turn): Compatibility alias.
6595         (completion-styles-alist): New var.
6596         (completion-styles): New customization.
6597         (minibuffer-try-completion, minibuffer-all-completions):
6598         New functions.
6599         (minibuffer--do-completion, minibuffer-complete-and-exit)
6600         (minibuffer-try-word-completion): Use them.
6601         (display-completion-list, minibuffer-completion-help): Use them.
6602         Handle all-completions's new base-size info to set completion-base-size.
6603         * info.el (Info-read-node-name-1): Use completion-table-with-context,
6604         completion-table-with-terminator and complete-with-action.
6605         Remove the now obsolete completion-base-size-function property.
6606         * simple.el (completion-list-mode-map): Move init into declaration.
6607         (completion-list-mode): Use define-derived-mode.
6608         (completion-setup-function): Use any completion-base-size that may
6609         have been set before.  Remove handling of completion-base-size-function.
6610         * loadup.el: Move abbrev.el up earlier.
6612 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
6614         * vc-git.el (vc-git-after-dir-status-stage)
6615         (vc-git-dir-status-goto-stage): New functions.
6616         (vc-git-after-dir-status-stage1)
6617         (vc-git-after-dir-status-stage1-empty-db)
6618         (vc-git-after-dir-status-stage2): Remove, functionality moved
6619         into the new generic stage functions.
6620         (vc-git-dir-status-files): New function.
6622         * vc.el (vc-status-update): Revert an incorrect rewrite.
6623         Add some comments.
6624         (vc-status-refresh-files): New function.
6625         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
6626         state of up-to-date files.
6627         (vc-default-dir-status-files): New function.
6629 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
6631         * minibuffer.el (completion--embedded-envvar-table)
6632         (read-file-name-internal): Fix typos in 2008-04-11 change.
6634         * faces.el (read-face-name): Use `completion-table-in-turn',
6635         not `complete-in-turn'.
6637 2008-04-13  Andreas Schwab  <schwab@suse.de>
6639         * progmodes/etags.el: Require 'cl when compiling.
6641 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
6643         * progmodes/gud.el (gud-menu-map): Expand tooltip.
6645         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
6646         (menu): Add/expand menu tooltips.
6648 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
6650         * progmodes/sh-script.el (sh-show-indent): Fix typo.
6651         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
6653         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
6654         considered registered.
6656 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6658         * emacs-lisp/copyright.el (copyright-update-directory): New command.
6660         * ediff-wind.el (ediff-split-window-function)
6661         (ediff-merge-split-window-function): Improve custom type.
6663 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
6665         * loadup.el ("minibuffer"): Move after "faces".
6667 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * progmodes/hideif.el (hif-factor): Handle unary minus.
6671 2008-04-12  Glenn Morris  <rgm@gnu.org>
6673         * calendar/cal-china.el (chinese-calendar-time-zone):
6674         Mark obsolete name as risky too.
6676         * calendar/calendar.el (calendar-faces): New custom group.
6677         (calendar-today, diary, holiday): Doc fix.
6678         Move to calendar-faces group.
6679         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
6680         (diary-button): Doc fix.  Move to calendar-faces group.
6682         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6683         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
6684         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
6685         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
6686         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
6687         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
6688         not in dumped files before the associated defcustom.
6690 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
6692         * minibuffer.el (lazy-completion-table): Fix debug spec.
6694 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * minibuffer.el (complete-with-action, lazy-completion-table):
6697         Move from subr.el.
6698         (apply-partially, completion-table-dynamic)
6699         (completion-table-with-context, completion-table-with-terminator)
6700         (completion-table-in-turn): New funs.
6701         (completion--make-envvar-table, completion--embedded-envvar-table):
6702         New funs.
6703         (read-file-name-internal): Use them.
6704         (completion-setup-hook): Move from simple.el.
6705         * subr.el (complete-with-action, lazy-completion-table):
6706         * simple.el (completion-setup-hook): Move to minibuffer.el.
6708 2008-04-11  Glenn Morris  <rgm@gnu.org>
6710         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
6712 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
6716         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
6718         * textmodes/fill.el (fill-forward-paragraph-function): New var.
6719         (fill-forward-paragraph): New fun.
6720         (fill-paragraph, fill-region): Use it.
6722         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
6723         (vc-status-create-fileinfo): Make `extra' optional.
6724         (vc-status-busy): New fun.
6725         (vc-status-menu-map): Use it.
6726         (vc-status-crt-marked): Remove.
6727         (vc-status-update): Rename from vc-status-add-entries.
6728         Add argument so as to prevent addition of entries.  Rewrite.
6729         (vc-update-vc-status-buffer): Remove.
6730         (vc-status-refresh): Don't remove old entries, set them to
6731         up-to-date instead.  Also do it after the update is complete.
6732         (vc-status-marked-files): Î·-reduce.
6734         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
6735         for non-dialogs.
6737         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
6739         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
6741 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
6743         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
6744         to t and don't truncate msg.
6746 2008-04-11  Glenn Morris  <rgm@gnu.org>
6748         * calendar/calendar.el (diary, holidays):
6749         Move custom groups to other files.
6750         (holiday-general-holidays, holiday-oriental-holidays)
6751         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
6752         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6753         (holiday-hebrew-holidays, holiday-christian-holidays)
6754         (holiday-islamic-holidays, holiday-bahai-holidays)
6755         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
6756         * calendar/diary-lib.el: Move custom group here from calendar.el.
6757         * calendar/holidays.el: Move custom group and variables here
6758         from calendar.el.
6760         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
6762         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6763         Fix custom group.
6764         (calendar-current-time-zone-cache): Autoload riskiness.
6766         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
6768 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
6770         * woman.el (woman2-TH): Use string-equal instead of string-match.
6772 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6774         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
6775         (smerge-resolve): Merge the "2-way refinement" case with one half of
6776         the "mere whitespace" resolution.
6778 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
6780         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
6782 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
6784         * subr.el (assoc-ignore-case, assoc-ignore-representation):
6785         Add WHEN to obsolescence declaration.
6787         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
6789 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
6791         * vc-hooks.el (vc-state): Add new state `conflict'.
6792         (vc-after-save): Use when not if.
6793         (vc-default-mode-line-string): Deal with the conflict state.
6794         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
6796         * vc.el (vc-editable-p, vc-default-status-printer)
6797         (vc-next-action): Deal with the conflict state.
6798         (vc-mark-resolved): New function.
6799         (vc-status-mode): Fix mode name.
6800         (vc-default-comment-history): Use when not if.
6801         (Todo): Add new entries, remove old ones.
6803         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
6804         (vc-cvs-parse-status, vc-cvs-after-dir-status):
6805         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
6806         Detect the conflict state.
6808         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
6810 2008-04-10  Glenn Morris  <rgm@gnu.org>
6812         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
6813         Respect truncate-partial-width-windows in non-full windows,
6814         with regards to :toggle and :enable state.
6816         * simple.el (toggle-truncate-lines): Doc fix.
6818         * Makefile.in (MH_E_DIR): New variable.
6819         (MH_E_SRC): Restore variable removed 2008-03-13.
6820         (mh-loaddefs.el): Depend on $MH_E_SRC.
6821         (CAL_DIR, CAL_SRC): New variables.
6822         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
6823         Depend on CAL_SRC.
6825         * calendar/calendar.el (calendar, diary): Add :prefix.
6826         (holidays): Change :prefix.
6827         (calendar-today, holiday, calendar-holiday-marker)
6828         (european-calendar-style): Change custom groups.
6830         * calendar/calendar.el (diary-hook, diary-display-hook):
6831         Move to diary-lib.el.
6832         * calendar/diary-lib.el (diary-hook, diary-display-hook):
6833         Move here from calendar.el.
6834         * calendar/appt.el: Require diary-lib rather than calendar.
6835         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
6837         * calendar/appt.el (appt): Add :prefix.
6839         * calendar/diary-lib.el (diary-hook): Doc fix.
6840         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
6842 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
6845         New functions.
6847         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
6848         the arg to recursive calls.
6850 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
6852         * minibuffer.el (completion-auto-help): Fix typo.
6854 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
6858 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
6860         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
6861         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
6863 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
6867         * minibuffer.el (minibuffer): Move group from cus-edit.el.
6868         (completion-auto-help): Move from C code.
6869         (minibuffer--maybe-completion-help): Remove.
6870         (minibuffer--bitset): New function.
6871         (minibuffer--do-completion): Rename from minibuffer-do-completion.
6872         Renumber a bit.  Really complete on string *before* point.
6873         Add argument used for word-completion.
6874         Join trailing / in completion with following text, as done in
6875         minibuffer-complete-word.
6876         Handle new value `lazy' for completion-auto-help.
6877         (minibuffer-try-word-completion): New function extracted from
6878         minibuffer-complete-word.
6879         (minibuffer-complete-word): Use minibuffer--do-completion.
6880         (minibuffer--insert-strings): Rename from
6881         minibuffer-complete-insert-strings.
6882         (exit-minibuffer): Fix typo.
6883         * cus-edit.el (minibuffer): Move group to minibuffer.el.
6884         * cus-start.el: Remove completion-auto-help.
6886 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
6888         * vc.el (vc-status-add-entries): New function.
6889         (vc-status-add-entry): Remove.
6890         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
6891         Use vc-status-add-entries.
6893         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
6894         order.
6896 2008-04-09  Jason Rumney  <jasonr@gnu.org>
6898         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
6899         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
6900         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
6901         (AUTOGENEL): New variable.
6902         (distclean, maintainer-clean): New targets.
6904 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
6906         * emacs-lisp/regexp-opt.el (regexp-opt):
6907         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
6909 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
6911         * nxml/nxml-mode.el (nxml-cleanup): New function.
6912         (nxml-mode): Add it to change-major-mode-hook.
6914 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
6916         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
6918 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
6920         * calc/.cvsignore: New file.
6922 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
6924         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
6926         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
6927         show-help-function when turning tooltip off.
6928         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
6929         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
6931 2008-04-09  Alan Mackenzie  <acm@muc.de>
6933         * font-lock.el (font-lock-extend-after-change-region-function):
6934         Make it buffer local.
6936 2008-04-09  Glenn Morris  <rgm@gnu.org>
6938         * calendar/calendar.el (diary-file, european-calendar-style):
6939         Remove autoload cookies.
6941 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6943         * outline.el (outline-mode-menu-bar-map):
6944         * log-view.el (log-view-mode-menu):
6945         * log-edit.el (log-edit-menu): Add :help.
6947 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
6949         * emacs-lisp/regexp-opt.el (regexp-opt-group):
6950         Use substring-no-properties for correct handling of unibyte strings.
6952 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * add-log.el (change-log-next-buffer): Handle the case where version<
6955         signals an error.
6957         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
6958         mouse-major-mode-menu.
6959         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
6960         (mouse-major-mode-menu, mouse-popup-menubar)
6961         (mouse-popup-menubar-stuff): Use them.
6962         (C-down-mouse-3): Bind to a dynamic map rather than to
6963         mouse-popup-menubar-stuff.
6965         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
6966         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
6968 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
6970         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
6971         file:// access method.
6973 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * minibuffer.el: New file.
6976         * loadup.el: Load it.
6978 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
6981         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
6983         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
6984         (calc-mode-map, calc-digit-map, calc-dispatch-map):
6985         Move initialization into declaration.
6986         * calc/calc-yank.el:
6987         * calc/calc-misc.el:
6988         * calc/calc-embed.el:
6989         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
6991 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
6993         * ps-samp.el (ps-add-printer, ps-remove-printer)
6994         (ps-make-dynamic-printer-menu): New functions.
6996         * net/zeroconf.el: New file.
6998 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
7002 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
7004         * vc-rcs.el (vc-rcs-modify-change-comment):
7005         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
7007         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
7009 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
7011         * international/mule-cmds.el (set-locale-environment): Don't warn if
7012         coding system doesn't agree with system locale (this reverts changes
7013         by Dave Love, dated 2002-10-27 and 2002-10-09).
7015         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7016         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
7018         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
7020 2008-04-08  Glenn Morris  <rgm@gnu.org>
7022         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
7023         * textmodes/remember.el (remember-diary-convert-entry):
7024         Require calendar.
7026         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
7027         diary-file, since it is the default for make-diary-entry anyway.
7029         * calendar/cal-menu.el (cal-menu-event-to-date):
7030         Rename calendar-event-to-date.  Update callers.
7031         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
7032         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
7033         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
7034         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
7035         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
7036         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
7037         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
7038         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
7039         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
7040         (calendar-mouse-tex-month-landscape):
7041         Rename cal-tex-mouse-month-landscape.
7042         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
7043         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
7044         (calendar-mouse-tex-year-landscape):
7045         Rename cal-tex-mouse-year-landscape.
7046         (cal-menu-context-mouse-menu): Update for above name changes.
7048         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7049         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7050         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
7051         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
7052         * calendar/holidays.el: Replace int-to-string with number-to-string.
7054 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
7056         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
7057         region if point moves.
7059 2008-04-08  Kenichi Handa  <handa@m17n.org>
7061         * faces.el (font-slant-table): Change numeric values for `r',
7062         `roman', and `normal'.
7064 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7066         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
7068 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
7070         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
7071         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
7073 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
7075         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
7076         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
7078 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7080         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
7082 2008-04-07  Sam Steingold  <sds@gnu.org>
7084         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
7085         Add helper functions.
7086         (lisp-do-defun): Extract the common part of lisp-eval-defun and
7087         lisp-compile-defun; DEFVAR forms reset the variables to the init
7088         values, just like in emacs-lisp mode eval-defun.
7089         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
7090         (lisp-compile-region): Use lisp-compile-string.
7092 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7094         * subr.el (combine-and-quote-strings): Also quote strings that contain
7095         the separator.
7097         * pcvs-util.el (cvs-map): Avoid recursion :-(
7099 2008-04-07  Glenn Morris  <rgm@gnu.org>
7101         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
7103         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
7104         view-diary-entries-initially.  Keep old name as alias, update users.
7105         (calendar-mark-diary-entries-flag): Rename
7106         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
7107         (calendar-view-holidays-initially-flag): Rename
7108         view-calendar-holidays-initially.  Keep old name as alias, update users.
7109         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
7110         Keep old name as alias, update users.
7111         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
7112         Keep old name as alias, update users.
7113         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
7114         Keep old name as alias, update users.
7115         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
7116         Keep old name as alias, update users.
7117         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
7118         (diary-american-date-forms): Rename american-date-diary-pattern.
7119         Keep old name as alias, update users.
7120         (diary-european-date-forms): Rename european-date-diary-pattern.
7121         Keep old name as alias, update users.
7122         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
7123         Keep old name as alias, update users.
7124         (calendar-european-date-display-form): Rename
7125         european-calendar-display-form.  Keep old name as alias, update users.
7126         (calendar-american-date-display-form): Rename
7127         european-calendar-display-form.  Keep old name as alias, update users.
7128         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
7129         Keep old name as alias, update users.
7130         (holiday-general-holidays): Rename general-holidays.
7131         Keep old name as alias, update users.
7132         (holiday-oriental-holidays): Rename oriental-holidays.
7133         Keep old name as alias, update users.
7134         (holiday-local-holidays): Rename local-holidays.
7135         Keep old name as alias, update users.
7136         (holiday-other-holidays): Rename other-holidays.
7137         Keep old name as alias, update users.
7138         (holiday-hebrew-holidays): Rename hebrew-holidays.
7139         Keep old name as alias, update users.
7140         (holiday-christian-holidays): Rename christian-holidays.
7141         Keep old name as alias, update users.
7142         (holiday-islamic-holidays): Rename islamic-holidays.
7143         Keep old name as alias, update users.
7144         (holiday-bahai-holidays): Rename bahai-holidays.
7145         Keep old name as alias, update users.
7146         (holiday-solar-holidays): Rename solar-holidays.
7147         Keep old name as alias, update users.
7148         (diary-fancy-buffer): Rename fancy-diary-buffer.
7149         Keep old name as alias, update users.
7150         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
7151         Update users.
7152         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
7153         Update users.
7154         (calendar-increment-month): Rename increment-calendar-month.
7155         Keep old name as alias, update callers.
7156         (calendar-increment-month-cons): Rename old calendar-increment-month.
7157         Update callers.
7158         (calendar-extract-month): Rename extract-calendar-month.
7159         Keep old name as alias, update callers.
7160         (calendar-extract-day): Rename extract-calendar-day.
7161         Keep old name as alias, update callers.
7162         (calendar-extract-year): Rename extract-calendar-year.
7163         Keep old name as alias, update callers.
7164         (calendar-generate-window): Rename generate-calendar-window.
7165         Update callers.
7166         (calendar-generate): Rename generate-calendar.  Update callers.
7167         (calendar-generate-month): Rename generate-calendar-month.
7168         Update callers.
7169         (calendar-redraw): Rename redraw-calendar.  Update callers.
7170         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
7171         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
7172         Update callers.
7173         (calendar-update-mode-line): Rename update-calendar-mode-line.
7174         Update callers.
7175         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
7176         update callers.
7177         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
7178         Keep old name as alias, update callers.
7179         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7180         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
7181         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
7182         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
7183         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
7184         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
7185         * calendar/solar.el: Update for calendar.el name changes.
7186         * org/org.el (org-agenda-format-date-aligned)
7187         (org-agenda-execute-calendar-command): Access date elements directly
7188         rather than using calendar functions.
7189         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
7190         Also set calendar-view-diary-initially-flag,
7191         calendar-view-holidays-initially-flag.
7192         (org-get-entries-from-diary): Also set diary-fancy-buffer.
7193         (org-agenda-execute-calendar-command): No need to set displayed-day.
7195 2008-04-06  Alan Mackenzie  <acm@muc.de>
7197         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
7198         typo in the doc string.
7200         * progmodes/cc-mode.el (c-basic-common-init):
7201         Set font-lock-extend-after-change-region-function.
7202         (c-extend-after-change-region): New function, used in
7203         font-lock-extend-after-change-region-function, thus superseding
7204         advice on the Font Lock after change functions.
7205         (c-advise-fl-for-region): Remove this macro.
7207 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * textmodes/flyspell.el (flyspell-duplicate-distance):
7210         Improve custom type.
7212 2008-04-06  Glenn Morris  <rgm@gnu.org>
7214         * calendar/diary-lib.el (diary-sexp-entry-symbol):
7215         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
7216         (diary-list-entries-hook): Rename list-diary-entries-hook.
7217         Keep old name as alias, update users.
7218         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
7219         Keep old name as alias, update users.
7220         (diary-nongregorian-listing-hook): Rename
7221         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
7222         (diary-nongregorian-marking-hook): Rename
7223         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
7224         (diary-print-entries-hook): Rename print-diary-entries-hook.
7225         Keep old name as alias, update users.
7226         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
7227         Keep old name as alias, update users.
7228         (diary-number-of-entries): Rename number-of-diary-entries.
7229         Keep old name as alias, update users.
7230         (view-diary-entries, list-diary-entries, show-all-diary-entries):
7231         Give version of obsolescence.
7232         (diary-view-other-diary-entries): Rename view-other-diary-entries.
7233         Keep old name as alias, update callers.
7234         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
7235         update callers.
7236         (diary-include-other-diary-files): Rename include-other-diary-files.
7237         Keep old name as alias, update callers.
7238         (diary-simple-display): Rename simple-diary-display.
7239         Keep old name as alias, update callers.
7240         (diary-fancy-display): Rename fancy-diary-display.
7241         Keep old name as alias, update callers.
7242         (diary-print-entries): Rename print-diary-entries.
7243         Keep old name as alias, update callers.
7244         (diary-marking-entries-flag): Rename marking-diary-entries.
7245         Update users.
7246         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
7247         (diary-mark-entries): Rename mark-diary-entries.
7248         Keep old name as alias, update callers.
7249         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
7250         Keep old name as alias, update callers.
7251         (diary-mark-included-diary-files): Rename mark-included-diary-files.
7252         Keep old name as alias, update callers.
7253         (calendar-mark-days-named): Rename mark-calendar-days-named.
7254         Keep old name as alias, update callers.
7255         (calendar-mark-month): Rename mark-calendar-month.
7256         Keep old name as alias, update callers.
7257         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
7258         Keep old name as alias, update callers.
7259         (diary-sort-entries): Rename sort-diary-entries.
7260         Keep old name as alias, update callers.
7261         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
7262         Keep old name as alias, update callers.
7263         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
7264         update callers.
7265         (diary-insert-entry): Rename insert-diary-entry.
7266         Keep old name as alias.
7267         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
7268         Keep old name as alias.
7269         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
7270         Keep old name as alias.
7271         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
7272         Keep old name as alias.
7273         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
7274         Keep old name as alias.
7275         (diary-insert-block-entry): Rename insert-block-diary-entry.
7276         Keep old name as alias.
7277         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
7278         Keep old name as alias.
7279         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
7280         Keep old name as alias, update users.
7281         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
7282         Keep old name as alias, update callers.
7283         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7284         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
7285         * calendar/icalendar.el: Update for diary-lib name changes.
7287 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
7289         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
7291         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
7292         for copy, move, and link operations.
7294 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
7296         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
7297         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
7299         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
7300         'require' statements with 1-argument ones (wrapped in if's).
7301         For compatibility with the current stable version of XEmacs.
7303 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
7305         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
7307 2008-04-06  Jason Rumney  <jasonr@gnu.org>
7309         * language/burmese.el ("Burmese"): Make sample text consistent with
7310         language name.
7312 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
7314         * progmodes/gdb-ui.el (gdb): New group.
7315         (gdb-debug-log-max, gdb-enable-debug)
7316         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
7317         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
7318         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
7319         (gdb-show-changed-values, gdb-max-children)
7320         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
7321         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
7322         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
7323         (gdb-memory-unit): Move to new group from GUD group.
7324         (menu): Allow customization from GDB-UI menu-item.
7326 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
7328         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
7330 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
7333         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7334         Revision numbers can include ".".
7336         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
7337         "+" lines not accounted for by counting "-" and context lines.
7339 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7341         * term/mac-win.el (mac-service-open-file): Use file URL instead of
7342         file name string.
7344 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7346         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
7347         (vc-bzr-annotate-time): Accept space used to preserve alignment.
7349 2008-04-05  Richard Stallman  <rms@gnu.org>
7351         * emacs-lisp/advice.el (defadvice): Add usage pattern.
7353 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
7355         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
7356         thread in [h-e-w]).
7358 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
7360         * files.el (abort-if-file-too-large): Fix typo in docstring.
7362 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * subr.el (functionp): Return nil for special forms.
7366 2008-04-05  Glenn Morris  <rgm@gnu.org>
7368         * emacs-lisp/autoload.el (autoload-ensure-default-file):
7369         Provide a feature.
7370         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
7371         Require loaddef file rather than loading it.
7372         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
7373         autoload-ensure-default-file provides a feature.
7375         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
7376         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
7377         (compile, compile-always, recompile): Use $LOADDEFS.
7378         (cal-autoloads): Remove.
7380         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
7381         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
7383         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7384         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
7386         * calendar/calendar.el (diary-hebrew-entry-symbol):
7387         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
7388         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
7389         Keep old name as alias.
7390         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
7391         Keep old name as alias.
7392         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
7393         to diary-bahai-entry-symbol.
7394         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
7395         to diary-hebrew-entry-symbol.
7396         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
7397         to diary-islamic-entry-symbol.
7398         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
7400         * calendar/solar.el (diary-sabbath-candles-minutes)
7401         (diary-sabbath-candles): Move to cal-hebrew.
7402         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
7403         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
7404         Doc fix.  Keep old name as alias.
7405         (diary-hebrew-sabbath-candles): Simplify.
7406         (solar-setup, solar-sunrise-sunset, calendar-latitude)
7407         (calendar-longitude, calendar-time-zone): Declare for compiler.
7408         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
7409         rename.
7411         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
7412         Rename coptic-calendar-month-name-array.  Update callers.
7413         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
7414         (calendar-coptic-name): Rename coptic-name.  Update callers.
7415         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
7416         Update callers.
7417         (calendar-coptic-last-day-of-month):
7418         Rename coptic-calendar-last-day-of-month.  Update callers.
7419         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
7420         Keep old name as alias, update callers.
7421         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
7422         Keep old name as alias, update callers.
7423         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
7424         Keep old name as alias.
7425         (calendar-ethiopic-month-name-array):
7426         Rename ethiopic-calendar-month-name-array.  Update callers.
7427         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
7428         Update callers.
7429         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
7430         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
7431         Keep old name as alias, update callers.
7432         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
7433         Keep old name as alias, update callers.
7434         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
7435         Keep old name as alias.
7437         * calendar/cal-french.el (calendar-french-epoch):
7438         Rename french-calendar-epoch.  Update callers.
7439         (calendar-french-month-name-array): Rename variable and function
7440         french-calendar-month-name-array.  Update callers.
7441         (calendar-french-multibyte-month-name-array):
7442         Rename french-calendar-multibyte-month-name-array.  Update callers.
7443         (calendar-french-day-name-array): Rename variable and function
7444         french-calendar-day-name-array.  Update callers.
7445         (calendar-french-special-days-array): Rename variable and function
7446         french-calendar-special-days-array.  Update callers.
7447         (calendar-french-multibyte-special-days-array):
7448         Rename french-calendar-multibyte-special-days-array.  Update callers.
7449         (calendar-french-accents-p): Rename french-calendar-accents.
7450         Update callers.
7451         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
7452         Update callers.
7453         (calendar-french-last-day-of-month):
7454         Rename french-calendar-last-day-of-month.  Update callers.
7455         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
7456         Keep old name as alias, update callers.
7457         (calendar-french-print-date): Rename calendar-print-french-date.
7458         Keep old name as alias, update callers.
7459         (calendar-french-goto-date): Rename calendar-goto-french-date.
7460         Keep old name as alias.
7462         * calendar/cal-menu.el, calendar/calendar.el:
7463         Update for Coptic and French name changes.
7465         * calendar/cal-china.el (calendar-chinese): Rename custom group
7466         from chinese-calendar.  Update users.
7467         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
7468         Keep old name as alias, update users.
7469         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
7470         Keep old name as alias.
7471         (calendar-chinese-daylight-time-offset):
7472         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
7473         update users.
7474         (calendar-chinese-standard-time-zone-name):
7475         Rename chinese-calendar-standard-time-zone-name.
7476         Keep old name as alias, update users.
7477         (calendar-chinese-daylight-saving-start):
7478         Rename chinese-calendar-daylight-savings-starts.
7479         Keep old name as alias, update users.
7480         (calendar-chinese-daylight-saving-end):
7481         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
7482         update users.
7483         (calendar-chinese-daylight-saving-start-time):
7484         Rename chinese-calendar-daylight-savings-starts-time.
7485         Keep old name as alias, update users.
7486         (calendar-chinese-daylight-saving-end-time):
7487         Rename chinese-calendar-daylight-savings-ends-time.
7488         Keep old name as alias, update users.
7489         (calendar-chinese-celestial-stem): Rename
7490         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
7491         (calendar-chinese-terrestrial-branch):
7492         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
7493         update users.
7494         (calendar-chinese-zodiac-sign-on-or-after):
7495         Rename chinese-zodiac-sign-on-or-after.  Update callers.
7496         (calendar-chinese-new-moon-on-or-after):
7497         Rename chinese-new-moon-on-or-after.  Update callers.
7498         (calendar-chinese-month-list): Rename chinese-month-list.
7499         Update callers.
7500         (calendar-chinese-number-months): Rename number-chinese-months.
7501         Update callers.
7502         (calendar-chinese-compute-year): Rename compute-chinese-year.
7503         Update callers.
7504         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
7505         (calendar-chinese-year): Rename chinese-year.  Update callers.
7506         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
7507         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
7508         Keep old name as alias, update callers.
7509         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
7510         Keep old name as alias, update callers.
7511         (calendar-chinese-months-to-alist):
7512         Rename make-chinese-month-assoc-list.  Update callers.
7513         (calendar-chinese-months): Rename chinese-months.  Update callers.
7514         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
7515         Keep old name as alias, update callers.
7517         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
7518         Rename hebrew-calendar-leap-year-p.  Update callers.
7519         (calendar-hebrew-last-month-of-year):
7520         Rename hebrew-calendar-last-month-of-year.  Update callers.
7521         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
7522         Update callers.
7523         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
7524         Update callers.
7525         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
7526         Update callers.
7527         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
7528         Update callers.
7529         (calendar-hebrew-last-day-of-month):
7530         Rename hebrew-calendar-last-day-of-month.  Update callers.
7531         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
7532         Keep old name as alias, update callers.
7533         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
7534         Keep old name as alias, update callers.
7535         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
7536         Keep old name as alias, update callers.
7537         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
7538         Keep old name as alias.
7539         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
7540         Keep old name as alias.
7541         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
7542         Keep old name as alias.
7543         (holiday-hebrew-passover): Rename holiday-passover-etc.
7544         Keep old name as alias.
7545         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
7546         Keep old name as alias, update callers.
7547         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
7548         Keep old name as alias.
7549         (calendar-hebrew-mark-date-pattern):
7550         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
7551         update callers.
7552         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
7553         Keep old name as alias.
7554         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
7555         Keep old name as alias.
7556         (diary-hebrew-insert-monthly-entry):
7557         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
7558         (diary-hebrew-insert-yearly-entry):
7559         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
7560         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
7561         Keep old name as alias.
7562         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
7563         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
7564         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
7565         Keep old name as alias.
7566         (calendar-hebrew-parashiot-names):
7567         Rename hebrew-calendar-parashiot-names.  Update callers.
7568         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
7569         (calendar-hebrew-year-Saturday-incomplete-Sunday):
7570         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
7571         (calendar-hebrew-year-Saturday-complete-Tuesday):
7572         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
7573         (calendar-hebrew-year-Monday-incomplete-Tuesday):
7574         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
7575         (calendar-hebrew-year-Monday-complete-Thursday):
7576         Rename hebrew-calendar-year-Monday-complete-Thursday.
7577         (calendar-hebrew-year-Tuesday-regular-Thursday):
7578         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
7579         (calendar-hebrew-year-Thursday-regular-Saturday):
7580         Rename hebrew-calendar-year-Thursday-regular-Saturday.
7581         (calendar-hebrew-year-Thursday-complete-Sunday):
7582         Rename hebrew-calendar-year-Thursday-complete-Sunday.
7583         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
7584         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
7585         (calendar-hebrew-year-Saturday-complete-Thursday):
7586         Rename hebrew-calendar-year-Saturday-complete-Thursday.
7587         (calendar-hebrew-year-Monday-incomplete-Thursday):
7588         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
7589         (calendar-hebrew-year-Monday-complete-Saturday):
7590         Rename hebrew-calendar-year-Monday-complete-Saturday.
7591         (calendar-hebrew-year-Tuesday-regular-Saturday):
7592         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
7593         (calendar-hebrew-year-Thursday-incomplete-Sunday):
7594         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
7595         (calendar-hebrew-year-Thursday-complete-Tuesday):
7596         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
7597         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
7598         Update for above name changes of constants.
7600         * calendar/cal-menu.el, calendar/calendar.el:
7601         Update for chinese and hebrew name changes.
7602         * calendar/diary-lib.el: Update for hebrew name changes.
7604 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7606         * subr.el (keymap-canonicalize): Correct thinko.
7608         * server.el: Undo part of the multi-tty change, which is only
7609         needed if server.el is preloaded, and broke server-running-p.
7610         (server-socket-dir): Initialize in the defvar, as before.
7611         (server-start): Remove initialization of server-socket-dir.
7613 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
7615         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
7616         3-member cons cells.
7618 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
7620         * cus-face.el (custom-face-attributes): Handle roman slant.
7622         * faces.el (default): Ensure the face-defface-spec property is set.
7624 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
7626         * files.el (abort-if-file-too-large): New function.
7627         (find-file-noselect, insert-file-1): Use it.
7629 2008-04-05  Reto Zimmermann  <reto@gnu.org>
7631         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7632         Replace C-c[a-zA-Z] key bindings.
7634 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * progmodes/hideif.el (hif-token-alist): New var.
7637         (hif-token-regexp, hif-tokenize): Use it.
7638         (hif-mathify-binop): New macro.
7639         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
7640         (hif-greater-equal, hif-less-equal): Use it.
7641         (hif-logior, hif-logand): New functions.
7642         (hif-math): Accept | and & as well.
7644         * progmodes/etags.el: Fix problem with completion for buffer-local
7645         tables.  Reported by Radey Shouman <shouman@comcast.net>.
7646         (tags-complete-tag): Remove.
7647         (tags-lazy-completion-table): New function to replace it.
7648         (find-tag-tag, complete-tag): Update users.
7650 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
7652         * vc-rcs.el (vc-rcs-dir-status):
7653         * vc-sccs.el (vc-sccs-dir-status): New function.
7655         * outline.el (outline-mode-menu-bar-map):
7656         * term.el (terminal-signal-menu): Add :help.
7658         * net/eudc.el (eudc-mode-map): Declare and define in one step.
7659         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
7661         * emacs-lisp/re-builder.el (reb-mode-map):
7662         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
7664         * diff-mode.el (diff-file-junk-re): Recognize the git format for
7665         new files, deleted files and for changing permissions.
7666         (diff-mode): Set beginning-of-defun-function and
7667         end-of-defun-function.
7669         * vc-bzr.el (vc-bzr-state): Use when instead of if.
7671         * vc.el (vc-default-status-fileinfo-extra): New function.
7672         (vc-status-mark-buffer-changed): Use it.
7673         (vc-update-vc-status-buffer): Allow for partial updates.
7675 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7677         * net/tramp.el (after-init-hook): Don't wrap a lambda around
7678         tramp-register-completion-file-name-handler.
7680         * subr.el (keymap-canonicalize): New function.
7681         * mouse.el (mouse-menu-non-singleton): Use it.
7682         (mouse-major-mode-menu): Remove hack made unnecessary.
7684         * simple.el (set-fill-column): Prompt rather than error by default.
7686 2008-04-04  Andreas Schwab  <schwab@suse.de>
7688         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7689         Reset new-rules after each round.
7691         * Makefile.in (cal-autoloads): New target.
7692         (compile, compile-always, recompile): Depend on it.
7693         ($(lisp)/calendar/cal-loaddefs.el)
7694         ($(lisp)/calendar/diary-loaddefs.el)
7695         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
7697 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
7699         * ediff*.el: Replace load with require in eval-when-compile.
7701         * ediff-hook.el: Delete all invocations of (autoload ...).
7703         * ediff-util.el (ediff-setup): Make window-min-height a local variable
7704         in ediff control window, and set its min height to 2.
7705         (ediff-setup-control-buffer): Dedicate the control window.
7706         (ediff-toggle-multiframe): Undedicate control window.
7707         Work directly with ediff-setup-windows-multiframe and
7708         ediff-setup-windows-plain.
7710         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
7711         New function.
7712         (ediff-window-setup-function): Change initialization.
7713         (ediff-setup-windows-automatic): Delete.
7714         (ediff-setup-windows-plain-merge): Make control window dedicated.
7715         (ediff-destroy-control-frame): Do not skip frames if working in a
7716         single frame.
7718         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
7719         eval-when-compile.
7721         * emulation/viper-util.el: Move provide's forward, prevent recursion in
7722         eval-when-compile.
7724 2008-04-04  Glenn Morris  <rgm@gnu.org>
7726         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
7727         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
7729         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
7730         Rename islamic-calendar-leap-year-p.  Update callers.
7731         (calendar-islamic-last-day-of-month):
7732         Rename islamic-calendar-last-day-of-month.  Update callers.
7733         (calendar-islamic-day-number):
7734         Rename islamic-calendar-day-number.  Update callers.
7735         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
7736         Update callers, keep old name as alias.
7737         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
7738         Update callers, keep old name as alias.
7739         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
7740         Keep old name as alias.
7741         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
7742         Update callers, keep old name as alias.
7743         (calendar-islamic-mark-date-pattern):
7744         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
7745         name as alias.
7746         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
7747         Keep old name as alias.
7748         (diary-islamic-insert-monthly-entry):
7749         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
7750         (diary-islamic-insert-yearly-entry):
7751         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
7753         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
7754         calendar-absolute-from-iso.  Update callers, keep old name as alias.
7755         (calendar-iso-print-date): Rename calendar-print-iso-date.
7756         Update callers, keep old name as alias.
7757         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
7758         Keep old name as alias.
7759         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
7760         Keep old name as alias.
7762         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
7763         calendar-absolute-from-julian.  Update callers, keep old name as alias.
7764         (calendar-julian-print-date): Rename calendar-print-julian-date.
7765         Update callers, keep old name as alias.
7766         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
7767         Update callers, keep old name as alias.
7768         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
7769         Update callers, keep old name as alias.
7770         (calendar-astro-print-day-number):
7771         Rename calendar-print-astro-day-number.  Update callers, keep old
7772         name as alias.
7773         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
7774         Update callers, keep old name as alias.
7776         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
7777         Rename calendar-string-to-mayan-long-count.  Update callers.
7778         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
7779         Update callers, keep old name as alias.
7780         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
7781         Update callers.
7782         (calendar-mayan-read-tzolkin-date):
7783         Rename calendar-read-mayan-tzolkin-date.  Update callers.
7784         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
7785         Keep old name as alias.
7786         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
7787         Keep old name as alias.
7788         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
7789         Keep old name as alias.
7790         (calendar-mayan-previous-tzolkin-date):
7791         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
7792         (calendar-mayan-next-round-date):
7793         Rename calendar-next-calendar-round-date.  Keep old name as alias.
7794         (calendar-mayan-previous-round-date):
7795         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
7796         (calendar-mayan-long-count-to-absolute): Rename
7797         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
7798         (calendar-mayan-goto-long-count-date):
7799         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
7801         * calendar/cal-persia.el (calendar-persian-month-name-array):
7802         Rename persian-calendar-month-name-array.  Update callers.
7803         (calendar-persian-epoch): Rename persian-calendar-epoch.
7804         Update callers.
7805         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
7806         Update callers.
7807         (calendar-persian-last-day-of-month):
7808         Rename persian-calendar-last-day-of-month.  Update callers.
7809         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
7810         Update callers, keep old name as alias.
7811         (calendar-persian-print-date): Rename calendar-print-persian-date.
7812         Update callers, keep old name as alias.
7813         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
7814         Keep old name as alias.
7816         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
7817         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
7818         * calendar/solar.el: Update for cal-julian name changes.
7820         * calendar/cal-dst.el: Update for persian name changes.
7822         * calendar/cal-menu.el, calendar/calendar.el:
7823         Update for islamic, iso, julian, mayan, persian name changes.
7825         * calendar/diary-lib.el: Update for islamic name changes.
7827         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
7828         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
7829         as alias.
7830         (calendar-christian-all-holidays-flag):
7831         Rename all-christian-calendar-holidays.  Update callers, keep old
7832         name as alias.
7833         (calendar-islamic-all-holidays-flag):
7834         Rename all-islamic-calendar-holidays.  Update callers, keep old
7835         name as alias.
7836         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
7837         Update callers, keep old name as alias.
7838         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
7839         Update for the above name changes.
7841 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
7843         * hilit-chg.el (global-highlight-changes-mode)
7844         (highlight-changes-passive-string, highlight-changes-active-string):
7845         Mark as obsolete since 23.1, not 22.1.
7847 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
7849         * hilit-chg.el (highlight-changes-visibility-initial-state)
7850         (hilit-chg-update, highlight-changes-mode-turn-on):
7851         Fix typos in docstrings.
7853 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
7855         * newcomment.el (comment-enter-backward): Be careful to restore
7856         position changed during narrowing.
7858 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
7860         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7861         Recognize `sub ($$)'.
7863 2008-04-03  Richard Sharman  <rsharman@pobox.com>
7865         * hilit-chg.el (highlight-changes-mode): Rename from
7866         highlight-changes; no longer uses sub-modes active and passive;
7867         implemented by define-minor-mode.
7868         (highlight-changes-toggle-visibility): New function, to replace
7869         the old passive/active submodes of global-highlight-changes-mode;
7870         implemented by define-minor-mode.
7871         (global-highlight-changes-mode): Rename from global-highlight-changes;
7872         rewrite using define-globalized-minor-mode.
7873         (hilit-chg-major-mode-hook, hilit-chg-check-global)
7874         (hilit-chg-post-command-hook, hilit-chg-check-global)
7875         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
7876         to use of define-globalized-minor-mode.
7877         (highlight-changes-global-initial-state): Change to be boolean.
7878         (highlight-changes-visible-string, highlight-changes-invisible-string):
7879         Rename from highlight-changes-active-string and
7880         highlight-changes-passive-string.
7881         (hilit-chg-update, hilit-chg-set): Use them.
7882         (global-highlight-changes-mode): Rename from global-highlight-changes.
7883         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
7884         docstring.
7885         (hilit-chg-hide-changes): Rewrite to use dolist.
7886         (hilit-chg-set-face-on-change, hilit-chg-update)
7887         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
7888         variable instead of testing highlight-changes-mode.
7889         (highlight-markup-buffers): Add require ediff-util; argument on calls
7890         to highlight-changes-mode changed.
7891         (highlight-compare-with-file): Fix problems with interactive
7892         call giving invalid default file.
7894 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
7896         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
7897         Fix in disassembly buffer (regression in 22.2).
7899 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
7901         * emulation/viper-macs.el (viper-read-fast-keysequence):
7902         Use viper-read-event instead of viper-read-key.
7904         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
7906         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
7907         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
7908         let-statements.
7910         * emulation/viper-ex.el, emulation/viper-macs.el:
7911         * emulation/viper-mous.el:
7912         Replace load with require in eval-when-compile.
7914 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7916         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
7918         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
7919         (archive-try-jka-compr): New function.
7920         (archive-set-buffer-as-visiting-file): Use it.
7922         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
7924 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
7926         * simple.el (handle-shift-selection): New arg.
7928 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7930         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
7932         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
7934 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
7936         * shell.el (shell-dynamic-complete-filename): New fun.
7937         (shell-dynamic-complete-functions): Use it.
7939         * help-fns.el (describe-variable): Undo 2008-02-25 change.
7941 2008-04-03  Kenichi Handa  <handa@m17n.org>
7943         * international/fontset.el (create-fontset-from-x-resource):
7944         Handle the error of X resource more gracefully.
7946         * international/latin1-disp.el (latin1-display): Don't use make-char.
7947         Fix the argument to set-char-table-range.
7948         (latin1-display-identities): Don't use make-char.
7949         (latin1-display-reset): Use map-charset-chars instead of directly
7950         calling standard-display-default.
7951         (latin1-display-check-font): Don't use make-char.
7952         (latin1-display-setup): Likewise.
7953         (latin1-display-ucs-per-lynx): Likewise.
7955 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7957         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
7958         name the fields, to make the code clearer.
7959         Rewrite all `aset' and `aref' using the defined accessors.
7960         (timer--time): New pseudo-field.
7961         (timer-set-time, timer-set-idle-time, timer-inc-time)
7962         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
7963         (timer--time-less-p): New function.
7964         (timer--activate): New function, extracted from timer-activate.
7965         (timer-activate-when-idle, timer-activate): Use it.
7966         (cancel-function-timers): Use dolist.
7968 2008-04-03  Glenn Morris  <rgm@gnu.org>
7970         * add-log.el (c-beginning-of-defun, c-end-of-defun):
7971         Remove declarations; no longer used.
7972         (c-cpp-define-name, c-defun-name): Declare as functions.
7974         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
7975         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
7977         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
7978         (holiday-passover-etc, holiday-hanukkah): Doc fix.
7979         Add optional argument.  Simplify.
7980         (holiday-tisha-b-av-etc): Use memq rather than unless.
7981         (holiday-julian): Autoload it.
7982         (holiday-hebrew-misc): New function.
7984         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
7986         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7987         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
7988         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
7989         all-hebrew-calendar-holidays.
7990         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
7991         Simplify using new functions.
7992         (calendar-holidays): Doc fix.
7993         (generate-calendar-window): Use bound-and-true-p.
7995         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
7997         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
7998         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
7999         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
8000         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
8002         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
8004 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
8008         * vc-bzr.el (vc-bzr-checkout): Simplify.
8010         * image-mode.el (image-mode-fit-frame): New command.
8012         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
8013         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
8014         (keyboard-escape-quit): Check region-active-p i.s.o
8015         transient-mark-mode.
8017 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8019         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
8020         (imap-message-copyuid-1): Use it.
8021         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8022         J. Williams in
8023         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8025 2008-04-02  Alan Mackenzie  <acm@muc.de>
8027         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
8028         New optimised functions to get the name of the current defun/macro.
8030         * add-log.el (add-log-current-defun): Move the functionality which
8031         gets the current function name for C like modes to cc-cmds.el,
8032         thus optimising for speed.
8034 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
8036         * simple.el (deactivate-mark): When the mark is temporarily
8037         active, restore the original value of transient-mark-mode.
8038         (set-mark-command): First deactivate the mark if was temporarily active.
8039         (exchange-point-and-mark): Reactivate the mark if it was
8040         temporarily active.
8041         (handle-shift-selection): New fun.
8042         (transient-mark-mode): Move var documentation here from buffer.c.
8043         (next-line, previous-line, backward-word, move-end-of-line)
8044         (move-beginning-of-line, forward-to-indentation)
8045         (backward-to-indentation, back-to-indentation)
8046         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
8048         * mouse.el (mouse-set-region-1): Save the old value of
8049         transient-mark-mode.
8050         (mouse-drag-track): Ignore the now-obsolete value `identity' for
8051         transient-mark-mode.
8053         * textmodes/paragraphs.el (forward-paragraph)
8054         (backward-paragraph, forward-sentence, backward-sentence): Add ^
8055         interactive spec.
8057         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
8059 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
8061         * net/tramp.el (tramp-make-tramp-temp-file):
8062         Use `tramp-drop-volume-letter' for the local file name part.
8064 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
8066         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
8067         Add menu entries corresponding to all the key bindings.
8069         * emacs-lisp/debug.el (debugger-mode-map):
8070         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
8071         (conf-align-assignments): Only work on the region if it is active.
8072         (conf-quote-normal): Use when instead of if.  Remove redundant test.
8074         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8075         for tracing and re-builder.
8077 2008-04-02  Glenn Morris  <rgm@gnu.org>
8079         * calendar/appt.el (appt-disp-window-function): Doc fix.
8080         (appt-display-message): Move beep before display.
8081         (appt-check): Make interactive.  Reduce the number of lets.
8082         Use string-equal to compare mode-line strings.
8083         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
8084         read-only.
8085         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
8086         (appt-delete): Simplify.
8088         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
8090         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8092         * calendar/cal-hebrew.el (list-yahrzeit-dates):
8093         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
8094         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
8096         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
8097         (calendar-holiday-marker, mark-visible-calendar-date):
8098         * calendar/diary-lib.el (fancy-diary-display):
8099         Check for font-lock-mode before using faces.
8101         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
8102         (calendar-gregorian-from-absolute): Reduce the number of lets.
8103         (hebrew-holidays-4, generate-calendar-window): Simplify.
8104         (calendar-for-loop): Make obsolete.
8105         (calendar-nth-named-day): Doc fix.
8107         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
8108         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
8109         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
8110         Reduce the number of lets.
8111         (mark-sexp-diary-entries, calendar-mark-complex):
8112         Expand calendar-for-loops.
8114 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
8116         * find-dired.el (find-dired-filter): Fix last patch to handle
8117         multi-line process input.  Pad link numbers too.
8119 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
8121         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
8123 2008-04-01  Jason Rumney  <jasonr@gnu.org>
8125         * international/characters.el (script-list): Add phonetic script,
8126         covering IPA (previously Latin), Phonetic Extensions and
8127         Phonetic Extensions Supplement (both previously unassigned).
8129         * international/fontset.el (setup-default-fontset): Use unicode fonts
8130         that cover bopomofo script for bopomofo.
8131         Likewise for braille and mathematical.
8132         Use unicode scripts that cover the phonetic script for IPA.
8134 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
8136         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
8137         return the assigned value.
8139 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * abbrev.el (abbrev-mode): Use define-minor-mode.
8143         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
8144         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
8145         Use map-keymap.
8146         (minor-mode-menu-from-indicator): Use it.  Simplify.
8148         * bindings.el (mode-line-mode-menu): Move before (new) first use.
8149         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
8150         Bind the key directly to the menu.
8151         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
8153 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
8155         * epa.el (epa-decrypt-region): Explain the reason why this
8156         function should not be used in Lisp programs.
8157         (epa-decrypt-armor-in-region): Ditto.
8158         (epa-verify-region): Ditto.
8159         (epa-verify-cleartext-in-region): Ditto.
8160         (epa-sign-region): Ditto.
8161         (epa-encrypt-region): Ditto.
8163         * epg.el (epg-start-receive-keys): Fix typo in docstring.
8165         * epa.el (epa-select-keys): Show menu even if there is no key in
8166         GnuPG's keyring.
8168 2008-04-01  Glenn Morris  <rgm@gnu.org>
8170         * calendar/calendar.el (calendar-make-temp-face): New function.
8171         (mark-visible-calendar-date):
8172         * calendar/diary-lib.el (fancy-diary-display): Use it.
8174         * vc-hooks.el (vc-responsible-backend): Declare as function.
8176         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
8177         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
8178         * calendar/cal-julian.el (holiday-julian): Use it.
8180         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
8181         (calendar-hebrew-date-is-visible-p): Extract some common code into
8182         separate function.
8183         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
8185         * calendar/cal-menu.el (cal-menu-holidays-menu):
8186         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
8187         rather than obsolete alias.
8189         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
8190         for mark characters.
8191         (calendar-unmark): Unmark by removing all overlays, rather than
8192         redrawing.
8193         (calendar-starred-day): Remove.
8194         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
8195         (calendar-cursor-to-date): No need for special star handling now
8196         using overlays.
8197         (calendar-star-date): Use overlays.
8199         * calendar/cal-french.el (calendar-goto-french-date):
8200         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
8201         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
8202         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
8203         * calendar/cal-persia.el (calendar-persian-date-string):
8204         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8205         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
8206         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
8207         * calendar/solar.el (solar-equinoxes-solstices):
8208         Reduce nesting of some lets.
8210         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8211         (calendar-goto-mayan-long-count-date): Simplify.
8213         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
8214         Simplify by using mapcar.
8215         (calendar-list-holidays): Return holiday-list.
8216         (list-holidays): Use let rather than let*.  Remove un-needed locals
8217         `d', `never'.
8218         (calendar-check-holidays): Return result from dolist.
8219         (holiday-float): Use a single let*.  Simplify if-and to and.
8220         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
8221         single let*.
8223 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
8225         * calc/calc.el: Autoload `calc-yank'.
8226         (calc-mode-map): Add keybindings for `calc-yank'.
8227         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
8228         assignments for `calc-yank'.
8230 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
8232         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
8233         (vc-status-mark-buffer-changed): Handle the extra field.
8235         * vc-bzr.el (vc-bzr-after-dir-status):
8236         * vc-cvs.el (vc-cvs-after-dir-status):
8237         * vc-hg.el (vc-hg-after-dir-status):
8238         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
8240 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8242         * doc-view.el: Compute displayed pages first (in PDF).
8243         (doc-view-current-converter-processes): Rename from
8244         doc-view-current-converter-process.  Update users.
8245         (doc-view-sentinel): Test buffer's liveness.
8246         (doc-view-pdf/ps->png-sentinel): Remove.
8247         (doc-view-start-process): New function.
8248         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
8249         (doc-view-ps->pdf): Use it.
8250         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
8251         New functions.
8252         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
8253         (doc-view-mode): Kill the processes when leaving the mode.
8255 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
8257         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
8258         Use `byte-compile-warning-types'.  Add docstring.
8260 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8262         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
8263         (smerge-resolve): Add various resolution heuristics.
8265         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
8266         in 3-way conflicts.
8268 2008-03-31  Glenn Morris  <rgm@gnu.org>
8270         * calendar/cal-bahai.el (diary-bahai-mark-entries):
8271         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8272         * calendar/cal-islam.el (mark-islamic-diary-entries):
8273         Fix argument order in call to diary-mark-entries-1.
8275         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
8276         pre-Bahai dates.
8277         (holiday-bahai): Use an algorithm actually relevant to this calendar
8278         system.
8280         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
8282         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
8283         Use and.
8285         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
8286         in the last fortnight in Julian October.
8288         * calendar/calendar.el (increment-calendar-month): Optionally handle
8289         systems without 12 months per year.
8291         (calendar-date-is-visible-p): Doc fix.  Simplify.
8293         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
8294         from dolist.
8296 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
8298         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
8299         (hi-lock-unload-function): New function.
8301 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
8303         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
8304         overwriting when NEWNAME is a local file.
8306         * net/trampver.el: Update release number.
8308 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
8310         * vc-git.el: Make vc-status display information about copies,
8311         renames and permission changes.
8312         (vc-git-extra-fileinfo): New defstruct.
8313         (vc-git-escape-file-name, vc-git-file-type-as-string)
8314         (vc-git-rename-as-string, vc-git-permissions-as-string)
8315         (vc-git-status-printer): New functions.
8316         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
8317         (vc-git-after-dir-status-stage1): Look for copies, renames and
8318         permission changes.
8319         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
8320         (vc-git-dir-status): Ask for staged files and renames.
8322 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
8324         * vc.el: Allow backends to display backend specific information in
8325         the vc-status listing.
8326         (vc-status-fileinfo): Add a field for backend specific information.
8327         (vc-status-printer): Rename to ...
8328         (vc-default-status-printer): ... this.
8329         (vc-status-printer): New function.
8330         (vc-update-vc-status-buffer): Set the backend specific file info
8331         if provided.
8333 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         * textmodes/remember.el (remember-diary-convert-entry): Revert last
8336         change (ill-conceived).
8338 2008-03-29  Glenn Morris  <rgm@gnu.org>
8340         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
8341         * calendar/cal-julian.el (holiday-julian): Simplify.
8343         * calendar/holidays.el (list-holidays): Use or.
8345 2008-03-29  Juri Linkov  <juri@jurta.org>
8347         * window.el (split-window-preferred-horizontally): New function.
8349         * cus-start.el (split-window-preferred-function):
8350         Set choice for "vertically" to nil instead of split-window.
8351         Set choice for "horizontally" to split-window-preferred-horizontally
8352         instead of lambda.
8354 2008-03-29  Juri Linkov  <juri@jurta.org>
8356         * simple.el (minibuffer-default-add-function): New variable with
8357         the default to minibuffer-default-add-completions.
8358         (minibuffer-default-add-done): New variable.  Make it buffer-local.
8359         (minibuffer-default-add-completions): New function.
8360         (goto-history-element): Set minibuffer-default-add-done to t and
8361         call a function in minibuffer-default-add-function when the
8362         specified absolute history position is greater than the length of
8363         the minibuffer-default list and minibuffer-default-add-done is nil.
8364         Change "^End of history; no next item$" to "^End of defaults;
8365         no next item$".
8367         * bindings.el (debug-ignored-errors): Change "^End of history;
8368         no next item$" to "^End of defaults; no next item$".
8370 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
8374         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
8375         to with-no-warnings.
8377 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
8379         Sync with Tramp 2.1.13.
8381         * net/tramp-ftp.el: Require 'cl when byte-compiling.
8383         * net/trampver.el: Update release number.
8385 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
8387         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
8388         the current backend.
8390         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
8391         (vc-status-refresh): Create a temporary buffer and call the
8392         `dir-status' backend function from that buffer.
8394         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
8395         (vc-bzr-after-dir-status): Don't kill the buffer.
8397         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
8398         (vc-cvs-after-dir-status): Don't kill the buffer.
8400         * vc-git.el (vc-git-dir-status): Don't create a buffer.
8401         (vc-git-after-dir-status-stage2): Don't kill the buffer.
8403         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
8404         (vc-hg-after-dir-status): Don't kill the buffer.
8406         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
8407         (vc-svn-after-dir-status): Don't kill the buffer.
8409 2008-03-29  Glenn Morris  <rgm@gnu.org>
8411         * calendar/calendar.el (diary-file, american-date-diary-pattern)
8412         (european-date-diary-pattern, european-calendar-display-form)
8413         (american-calendar-display-form, diary-display-hook): Doc fixes.
8414         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
8415         custom :set.  Mark as obsolete.
8416         (calendar-date-style, iso-date-diary-pattern)
8417         (iso-calendar-display-form): New user variables.
8418         (diary-date-forms, calendar-date-display-form): Set using
8419         calendar-date-style.  Doc fix.
8420         (calendar-set-date-style): New command.
8421         (european-calendar, american-calendar): Use calendar-set-date-style.
8422         Mark as obsolete.
8424         * calendar/diary-lib.el (number): Move declaration where needed.
8425         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
8426         (diary-make-date): New function.
8427         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
8428         Use diary-make-date.
8429         (diary-date-display-form, diary-insert-entry-1): New functions.
8430         (insert-monthly-diary-entry, insert-yearly-diary-entry):
8431         Use diary-insert-entry-1.
8432         (insert-anniversary-diary-entry, insert-block-diary-entry)
8433         (insert-cyclic-diary-entry): Use diary-date-display-form.
8435         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8436         Autoload diary-insert-entry-1.
8437         * calendar/cal-bahai.el (diary-bahai-insert-entry)
8438         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8439         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
8440         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
8441         * calendar/cal-islam.el (insert-islamic-diary-entry)
8442         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
8443         Use diary-insert-entry-1.
8445         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
8446         (diary-yahrzeit): Doc fix.  Use diary-make-date.
8448         * calendar/icalendar.el (icalendar--datetime-to-american-date):
8449         New name for icalendar--datetime-to-noneuropean-date.  Make old name
8450         obsolete alias.
8451         (icalendar--datetime-to-iso-date): New function.
8452         (icalendar--datetime-to-diary-date): Doc fix.  Respect
8453         calendar-date-style if bound.
8455         * textmodes/remember.el (remember-diary-convert-entry):
8456         Respect calendar-date-style if bound.
8458 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8460         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
8461         (xterm-mouse-handle-delete-frame): Delete.
8463         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
8464         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
8465         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
8466         in xterm-modify-other-keys-terminal-list.
8468         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
8469         are conflicts.
8471 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
8473         * vc.el (vc-update): Check if the buffer is unsaved only if it
8474         actually exists.
8475         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
8476         vc-print-log.
8478 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8480         * net/dns.el (dns-write): Use set-buffer-multibyte.
8482 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8484         * vc-bzr.el (vc-bzr-sha1): New fun.
8485         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
8486         (vc-bzr-registered): Use it.
8488 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
8490         * vc.el (vc-status-kill-dir-status-process): Simplify.
8491         (vc-status-refresh): Make sure the buffer is live.
8492         (ring): Don't require it, not used.
8494 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
8496         * progmodes/verilog-mode.el (verilog-auto-inout-module):
8497         Add optional regular expression to AUTOINOUTMODULE.
8498         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
8499         (verilog-auto-inst-param, verilog-auto-reg)
8500         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
8501         (verilog-auto-output-every, verilog-auto-input)
8502         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
8503         (verilog-auto-unused, verilog-auto): Update documentation to use
8504         more obvious instance module names versus cell names.
8506 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
8508         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
8509         kill if a process is running.
8511         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
8513 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
8515         * vc.el: Add new backend function 'status-extra-headers.
8516         (vc-default-status-extra-headers): New function.
8517         (vc-status-headers): Call 'status-extra-headers.  Add colors.
8519         * vc-git.el (vc-git-status-extra-headers): New function.
8521 2008-03-28  Glenn Morris  <rgm@gnu.org>
8523         * calendar/cal-menu.el (cal-menu-holidays-menu)
8524         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8525         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
8526         holiday-list is optional.
8527         (calendar-mouse-holidays): Remove un-needed local `l'.
8529         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8530         Remove un-needed local `date'.
8531         (calendar-cursor-to-visible-date): Use let rather than let*.
8532         Remove un-needed local `first-of-month-weekday'.
8534         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
8536         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
8537         Doc fixes.
8538         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
8539         (diary-header-line-flag, diary-header-line-format): Declare.
8540         (diary-pull-attrs): Check for multiple matches.
8541         (diary-list-entries-2): Simplify finding start of date.
8542         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
8543         pop-up-frames.
8544         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
8545         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
8547 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
8549         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
8551         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
8553 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
8557         * image-mode.el (image-mode-reapply-winprops): Fix last change.
8559 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
8561         * international/mule-conf.el (define-iso-single-byte-charset):
8562         Don't make latin-iso8859-* supplementary.
8563         (#'set-charset-priority): Don't change the priority of charsets
8564         `unicode' and `emacs'.
8566 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8568         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
8569         temp buffer.
8571 2008-03-27  Glenn Morris  <rgm@gnu.org>
8573         * calendar/cal-bahai.el (diary-bahai-list-entries):
8574         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
8575         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
8577         * calendar/calendar.el (diary-file): Doc fix.
8579         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
8580         (list-diary-entries-hook, mark-diary-entries-hook)
8581         (include-other-diary-files, diary-mail-entries)
8582         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
8583         (diary-set-header): New function.
8584         (diary-header-line-flag, diary-header-line-format):
8585         Use diary-set-header for custom :set function.
8586         (diary-set-maybe-redraw): Use symbol-value rather than eval.
8587         (diary-attrtype-convert): Use intern-soft rather than read.
8588         (diary-display-no-entries): New function.
8589         (simple-diary-display, fancy-diary-display): Use it.
8590         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
8591         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
8593         * calendar/holidays.el (list-holidays): Doc fix.
8595 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
8597         * calc/calc-store.el (calc-read-var-name-history): New variable.
8598         (calc-read-var-name): Use `calc-read-var-name-history'.
8600 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8602         * image-mode.el (image-mode-reapply-winprops): Simplify now that
8603         window-configuration-change-hook works buffer-locally.
8605 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
8607         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
8608         for Emacs Lisp, not Lisp.
8610 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
8612         * help-fns.el (describe-function-1, describe-variable):
8613         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
8615         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
8616         replacement is provided, don't print "use nil instead".
8618 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
8620         * complete.el (PC-do-completion): Use regexp-quote.
8622 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
8624         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
8625         Detect missing files.
8627         * vc-git.el (vc-git-extra-menu-map): New key map.
8628         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
8629         New functions.
8631         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
8632         and 'missing files.
8634 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * calendar/holidays.el (list-holidays): Make Y2 optional.
8638         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
8639         buffers shown to the user.
8640         (appt-disp-window): Disable undo explicitly now that the leading space
8641         is gone.
8643         * simple.el (activate-mark): New function.
8644         (set-mark-command): Use it with region-active-p to clean up the code.
8645         (exchange-point-and-mark): Invert the meaning of C-u when
8646         transient-mark-mode is active.
8648         * dired-aux.el (dired-create-files): Use dolist.
8650         * bindings.el (mode-line-change-eol): Use with-selected-window.
8652         * apropos.el (apropos-command): Include macros.
8654 2008-03-26  Glenn Morris  <rgm@gnu.org>
8656         * calendar/cal-bahai.el: Require calendar, not cal-julian.
8657         (calendar-bahai-epoch): Doc fix.
8659         * calendar/cal-china.el: Explicitly require calendar.
8661         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
8662         Require calendar rather than cal-julian.
8663         Autoload calendar-absolute-from-julian.
8664         * calendar/cal-coptic.el (coptic-calendar-epoch):
8665         * calendar/cal-islam.el (calendar-islamic-epoch):
8666         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
8668         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
8670         * calendar/cal-dst.el: Don't require cal-persia.
8671         (calendar-absolute-from-persian): Autoload it.
8672         (dst-adjust-time): Doc fix.
8674         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
8675         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
8676         calendar.
8678         * calendar/cal-menu.el: Require calendar rather than declaring
8679         functions.
8680         * calendar/calendar.el: Provide calendar before requiring cal-menu.
8682         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
8683         calendar-after-frame-setup-hooks.  Update callers, make old name an
8684         obsolete alias.  Doc fix.
8685         (calendar-frame-1): Doc fix.
8687         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
8689         * calendar/calendar.el (oriental-holidays, solar-holidays):
8690         * calendar/holidays.el (list-holidays): Assume atan always bound.
8692         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
8693         Explicitly require calendar, not cal-julian.
8694         * calendar/lunar.el: Explicitly require cal-dst.
8696 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
8700         * help-fns.el (describe-function-1, describe-variable): If no
8701         replacement is provided, don't print "use nil instead".
8703 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8705         * proced.el: New file.
8707 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
8709         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
8711 2008-03-25  Juri Linkov  <juri@jurta.org>
8713         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
8714         in battery-mode-line-format.
8716         * bindings.el (minibuffer-local-map): For the command
8717         file-cache-minibuffer-complete replace keymap minibuffer-local-map
8718         with map which is already locally bound to minibuffer-local-map.
8720 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8722         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
8723         Remove `sort-first' argument.
8725         * subr.el (redisplay-end-trigger-functions)
8726         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
8727         (process-filter-multibyte-p, set-process-filter-multibyte):
8728         Mark as obsolete.
8730 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
8732         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
8733         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
8734         use the LOCAL arg of `add-hook'.
8735         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
8736         Remove spurious * from defcustom docstrings.
8737         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
8738         Fix typos in messages.
8739         (reb-mode-buffer-p): New function.
8740         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
8741         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
8742         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
8743         Use `unless', `when'.
8744         (re-builder-unload-function): New function.
8746 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
8748         * vc-hooks.el (vc-state): Add documentation for 'missing.
8750 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
8752         * progmodes/verilog-mode.el (verilog-auto-output)
8753         (verilog-auto-input, verilog-auto-inout, verilog-auto)
8754         (verilog-delete-auto): Add optional regular expression to
8755         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
8756         (verilog-signals-matching-regexp): New internal function for
8757         signal matching.
8759 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
8761         * info.el (Info-isearch-search): Always return point.
8763 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8765         * diff-mode.el (diff-remembered-defdir): New var.
8766         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
8768 2008-03-25  Glenn Morris  <rgm@gnu.org>
8770         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
8771         calendar-bahai-prompt-for-date.  Update callers, make old name an
8772         obsolete alias.  Doc fix.
8773         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
8774         coptic-prompt-for-date.  Update callers, make old name an
8775         obsolete alias.  Doc fix.
8776         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
8777         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
8778         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
8779         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
8780         * calendar/cal-iso.el (calendar-iso-read-date): New name for
8781         calendar-iso-read-args.  Update callers, make old name an obsolete
8782         alias.
8783         * calendar/cal-persia.el (calendar-persian-read-date): New name for
8784         persian-prompt-for-date.  Update callers, make old name an
8785         obsolete alias.  Doc fix.  Move definition before use.
8787         * calendar/cal-x.el (diary-frame-parameters)
8788         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8789         (calendar-frame-1): Doc fixes.
8790         (make-fancy-diary-buffer): Remove declaration.
8791         (calendar-dedicate-diary): Replace call to deleted function
8792         make-fancy-diary-buffer.
8793         (calendar-frame-setup): New function.
8794         (calendar-one-frame-setup, calendar-only-one-frame-setup)
8795         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
8796         work, and mark as obsolete.
8797         (special-display-buffer-names): Don't mess with this; it's not our
8798         business.
8799         (cal-x-load-hook): Defvar it, and mark as obsolete.
8801         * calendar/calendar.el (calendar-remove-frame-by-deleting):
8802         Default to t.  Add to 'calendar group.
8803         (calendar): Doc fix.  Use calendar-frame-setup.
8804         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
8805         (generate-calendar-window): Doc fix.
8807 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
8811 2008-03-24  Drew Adams  <drew.adams@oracle.com>
8813         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
8814         New variables.
8815         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
8816         (finder-exit): Ignore errors rather than avoiding them.
8817         Kill *Finder-package* buffer also.
8819 2008-03-24  Andreas Schwab  <schwab@suse.de>
8821         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
8823 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
8825         * vc-hg.el (vc-hg-after-dir-status):
8826         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
8828         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
8829         Detect removed files.
8831         * vc.el (vc-status-printer): Use a different face for missing files.
8832         (vc-status-hide-up-to-date): Rename from
8833         vc-status-remove-up-to-date.  Update all callers.
8834         (vc-status-mode-map): Bind C-m.
8836 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
8838         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
8839         code ...
8840         (vc-git--state-code): ... to this new function.
8841         (vc-git-state): Use it.
8843 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
8845         * textmodes/remember.el (remember-mail-date)
8846         (remember-store-in-mailbox): Write date and From line in such a
8847         way that Mutt can read it.
8849 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
8851         * simple.el (transient-mark-mode): Turn on by default.
8853 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
8855         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
8856         'unregistered for unregistered files.
8858         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
8860         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
8862         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
8863         subdirectories.
8865         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
8866         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
8867         Add :enable for vc-status-refresh.
8868         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
8869         (vc-status-tool-bar-map): Add binding for
8870         vc-status-kill-dir-status-process.
8871         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
8872         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
8873         Reset vc-status-process-buffer.
8874         (vc-status-refresh): Don't run two refreshes at a time.
8875         (vc-status): If the buffer is already in vc-status-mode only refresh.
8876         (vc-status-mark-buffer-changed): Add an optional file parameter.
8877         (vc-resynch-buffer): Use it.
8878         (vc-delete-file): Expand the file name before using it.
8879         Be careful to not create a new buffer with the old file contents.
8880         Update the VC state after performing the operation.
8882 2008-03-23  Andreas Schwab  <schwab@suse.de>
8884         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
8885         Fix radio button condition.
8886         [box]: Likewise.
8887         [customize]: Add radio button.
8889 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
8891         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
8892         (calc-user-parse-tables, calc-gnuplot-default-device)
8893         (calc-gnuplot-default-output, calc-gnuplot-print-device)
8894         (calc-gnuplot-print-output, calc-gnuplot-geometry)
8895         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8896         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
8897         (calc-undo-list, calc-redo-list, calc-main-buffer)
8898         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
8899         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
8900         (calc-said-hello, calc-executing-macro, calc-any-selections)
8901         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
8902         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
8903         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
8904         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
8905         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
8906         (calc-create-buffer, calc-quit): Add docstrings.
8908 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
8910         * makefile.w32-in (WINS_ALMOST): Add org.
8912 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
8914         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
8915         New functions to implement vc-status support.
8917 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
8919         * vc.el (vc-status-prepare-status-buffer): New function.
8920         (vc-status): Use it.
8922         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
8923         appropriate.
8925 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
8927         * vc-git.el (vc-git--empty-db-p)
8928         (vc-git-after-dir-status-stage1-empty-db): New functions.
8929         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
8930         Add support for empty repositories.
8932 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
8934         * vc-git.el (vc-git-annotate-extract-revision-at-line):
8935         Allow "^" in a version name.
8937         * vc-mtn.el (vc-mtn-state): Support the added state.
8939 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
8941         * org: New directory for Org-mode.
8943         * org/org-export-latex.el: Moved from lisp/texmodes.
8945         * org/org-irc.el: Moved from lisp/texmodes.
8947         * org/org-mac-message.el: Moved from lisp/texmodes.
8949         * org/org-mouse.el: Moved from lisp/texmodes.
8951         * org/org-publish.el: Moved from lisp/texmodes.
8953 2008-03-21  Juri Linkov  <juri@jurta.org>
8955         * comint.el (comint-dynamic-simple-complete):
8956         Use variable `stub' for the second arg `common-substring'
8957         of `comint-dynamic-list-completions'.
8958         (comint-dynamic-list-filename-completions):
8959         Use variable `filenondir' for the second arg `common-substring'
8960         of `comint-dynamic-list-completions'.
8961         (comint-dynamic-list-completions): Add new optional arg
8962         `common-substring'.  Add `common-substring' as the second arg of
8963         the call to `display-completion-list'.  Doc fix.
8965         * comint.el (comint-dynamic-complete-as-filename)
8966         (comint-dynamic-list-filename-completions)
8967         (comint-dynamic-simple-complete): Use `minibuffer-message'
8968         to display message "No completions of %s" when a command
8969         is called in the minibuffer.
8970         (comint-dynamic-simple-complete): Don't display other
8971         completion messages when a command is called in the minibuffer.
8972         (comint-dynamic-list-completions): Use `minibuffer-message'
8973         to display message " [Type space to flush ...]" when a command
8974         is called in the minibuffer.
8976         * shell.el (shell-dynamic-complete-command)
8977         (shell-dynamic-complete-environment-variable): Don't display
8978         completion messages when command is called in the minibuffer.
8980         * emacs-lisp/lisp.el (lisp-complete-symbol):
8981         Use `minibuffer-message' to display message "No completions of %s"
8982         when this command is called in the minibuffer.
8984         * bindings.el (standard-mode-line-modes): Put special help-echo
8985         tooltip on recursive edit %[ %] mode-line constructs.
8987         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
8988         "^No dynamic expansion for .* found$" to allow error messages like
8989         "No dynamic expansion for \"%s\" found in this-buffer".
8991 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
8993         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
8994         "psftp".
8996 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8998         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
8999         * vc.el (vc-default-dired-state-info): Use just "modified".
9000         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
9001         (vc-cvs-mode-line-string): Make use of the better default.
9002         (vc-cvs-parse-entry): Use the new `added'.
9003         (vc-cvs-dired-state-info): Remove.
9004         * vc-svn.el (vc-svn-dired-state-info): Remove.
9005         * vc-hg.el (vc-hg-dired-state-info): Remove.
9006         * vc-git.el (vc-git-dired-state-info): Remove.
9008 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
9010         * vc-git.el (vc-git-status-result): New variable.
9011         (vc-git-dir-status): Split out ...
9012         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
9013         ... these new functions and work asynchronously.
9015 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
9017         * vc-git.el (vc-git-after-dir-status): Remove.
9018         (vc-git-dired-state-info): Reimplement.
9020 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
9022         * replace.el (occur-mode-map): Add :help.
9024         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
9025         for disassemble.
9027         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
9028         the 'added state.
9029         (vc-status-remove-up-to-date): New function.
9030         (vc-status-mode-map, vc-status-menu-map): Bind it.
9031         (vc-status-printer): Use a different face up-to-date files.
9032         (vc-resynch-buffer): Update the vc-status buffer if it exists.
9033         (Todo): Remove solved entries.
9035         * vc-hg.el (vc-hg-state):
9036         * vc-git.el (vc-git-state):
9037         * vc-cvs.el (vc-cvs-parse-status):
9038         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
9039         state.
9041 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9043         * progmodes/compile.el (compile):
9044         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
9046         * simple.el (minibuffer-local-shell-command-map): New var.
9047         (minibuffer-complete-shell-command, read-shell-command): New funs.
9048         (shell-command, shell-command-on-region): Use them.
9050 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
9052         * vc.el (vc-status-mark-buffer-changed): New function to implement
9053         updating of the *vc-status* buffer when a buffer is saved.
9054         (vc-status-mode): Use it for after-change-hook.
9055         (vc-add-to-vc-status-buffer): Rename to ...
9056         (vc-status-add-entry): ... this.
9057         (Todo): Add new entry.
9059 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9061         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
9063 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
9065         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
9066         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
9067         Remove spurious * from defcustom docstrings.
9068         (icomplete-compute-delay): Fix docstring and remove spurious *.
9069         (icomplete-delay-completions-threshold): Fix typo in docstring and
9070         remove spurious *.
9071         (icomplete-completions): While collecting the list of prospective
9072         candidates, don't overshoot `icomplete-prospects-length'.
9074 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
9076         * textmodes/refbib.el:
9077         * textmodes/reftex.el:
9078         * textmodes/reftex-global.el:
9079         * textmodes/reftex-vars.el:
9080         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
9081         compiler pacifying defvars.
9082         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
9083         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
9084         not needed.
9086 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
9088         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
9089         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
9090         (verilog-customize, verilog-font-customize)
9091         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
9092         (verilog-mode): Update documentation strings to match tool tips.
9093         (verilog-auto-search-do, verilog-auto-re-search-do)
9094         (verilog-skip-forward-comment-or-string): Fix verilog-auto
9095         expansion when a .* appears inside a string.
9096         (verilog-re-search-forward, verilog-re-search-backward):
9097         Add comment to recall how this works.
9098         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
9100 2008-03-20  Glenn Morris  <rgm@gnu.org>
9102         * calendar/calendar.el (calendar-other-dates): New function.
9103         (calendar-print-other-dates): Use calendar-other-dates.
9104         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
9105         the declarations it replaces.
9106         (calendar-mouse-print-dates): Use calendar-other-dates.
9108         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
9109         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
9110         (calendar-absolute-from-bahai): Fix the leap-year case.
9111         (calendar-bahai-from-absolute): Re-use the Gregorian month.
9112         (calendar-bahai-date-string, calendar-bahai-print-date):
9113         Handle pre-Bahai dates.
9115         * calendar/cal-china.el (chinese-calendar-celestial-stem)
9116         (chinese-calendar-terrestrial-branch): Make defcustoms.
9118         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
9119         (calendar-mouse-view-diary-entries): Use or.
9120         (calendar-mouse-chinese-date): Remove unused command.
9121         (cal-menu-load-hook): Mark as obsolete.
9123         * calendar/solar.el (calendar-location-name, calendar-latitude)
9124         (calendar-longitude, solar-arctan, sunrise-sunset)
9125         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
9127 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
9129         * calc/calc.el: Remove outdated comments.
9130         (defcalcmodevar, calc-mode-var-list-restore-default-values)
9131         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
9132         Add docstrings.
9134 2008-03-19  Jason Rumney  <jasonr@gnu.org>
9136         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
9138 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9140         * net/tls.el (open-tls-stream): Reindent.
9142 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
9144         * net/tramp.el (tramp-let-maybe): Removed.
9145         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
9146         It does not exist under XEmacs.
9147         (tramp-handle-file-truename, tramp-handle-expand-file-name)
9148         (tramp-completion-file-name-handler): Let-bind
9149         `directory-sep-char'.
9151         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
9152         `directory-sep-char'.
9154 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9156         * help-fns.el (describe-function-1): Don't signal "missing arglist"
9157         for autoloaded keymaps.
9159         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
9160         (electric-verilog-terminate-line, verilog-in-struct-region-p)
9161         (verilog-backward-ws&directives, verilog-forward-ws&directives)
9162         (verilog-in-comment-p, verilog-in-star-comment-p)
9163         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
9164         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
9165         (verilog-skip-forward-comment-or-string, verilog-in-paren)
9166         (verilog-skip-forward-comment-p): Use it.
9168 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
9170         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
9171         (org-remember-templates, org-time-stamp-rounding-minutes)
9172         (org-back-over-empty-lines, org-find-base-buffer-visiting)
9173         (org-columns-new): Fix typos in docstrings.
9175 2008-03-19  Glenn Morris  <rgm@gnu.org>
9177         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
9178         (tramp-handle-shell-command): Use condition-case rather than
9179         ignore-errors.
9181 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9183         * diff-mode.el (diff-header): Make the color louder.
9184         (diff-refine-change): Tone the color down.
9186 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
9188         * descr-text.el (describe-char): When `describe-char-unidata-list'
9189         is set to show all properties, list them in the right order.
9191 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * international/mule.el (load-with-code-conversion): Avoid setting
9194         default-enable-multibyte-characters.
9196 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
9198         * vc.el (vc-annotate-background): Fix custom type.
9200 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * descr-text.el (describe-char-unidata-list): Allow specifying
9203         just all properties.
9204         (describe-char): Handle that new value.
9206         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
9208 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
9210         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
9211         instead of file name extension to make docs with uncommon
9212         extensions work.
9214 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
9216         * doc-view.el (require): Require cl at compile time because
9217         `assert' needs it.
9219 2008-03-18  Glenn Morris  <rgm@gnu.org>
9221         * calendar/calendar.el (initial-calendar-window-hook)
9222         (today-visible-calendar-hook): Doc fixes.
9224 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
9226         * net/tramp.el (tramp-root-regexp): Simplify.
9227         (tramp-completion-file-name-regexp-separate): Don't insist on
9228         leading "[".  This prevents method or user or host completion.
9229         (tramp-let-maybe): Autoload it.
9230         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
9231         is an alias for `identity'.
9232         (tramp-handle-write-region): Protect `last-coding-system-used'
9233         over the trailing statements.
9234         (tramp-completion-file-name-handler-post-function): Remove.
9235         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
9236         instead of calling `tramp-drop-volume-letter'.
9238         * net/tramp.el:
9239         * net/tramp-uu.el:
9240         * net/trampver.el: Move coding cookie at the end.
9242 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9244         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
9245         elements which may be something else than characters.
9247 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
9249         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
9250         New functions to implement vc-status support.
9252         * vc.el (vc-default-extra-status-menu)
9253         (vc-add-to-vc-status-buffer): New functions.
9255         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9256         for eldoc and ielm.
9258 2008-03-17  Glenn Morris  <rgm@gnu.org>
9260         * calendar/cal-x.el (diary-frame-parameters)
9261         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
9262         Fix custom type; add options.
9263         (calendar-frame, diary-frame): Doc fixes.
9264         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
9265         new functions.
9266         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
9267         Use calendar-frame-1 and calendar-dedicate-diary.
9268         (calendar-one-frame-setup): Also handle only-one-frame case.
9269         (calendar-only-one-frame-setup): Doc fix.  Just call
9270         calendar-one-frame-setup.
9272         * calendar/diary-lib.el: Re-order some definitions before their use.
9273         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
9274         (diary-list-entries): Doc fixes.
9275         (make-fancy-diary-display): Remove function.
9277         * calendar/calendar.el (calendar-today-marker)
9278         (initial-calendar-window-hook, today-visible-calendar-hook)
9279         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
9280         (calendar-star-date, calendar-mark-today): Doc fixes.
9281         (today-visible-calendar-hook): Add options.
9282         (calendar-in-read-only-buffer): New macro.
9283         (calendar-basic-setup): Adapt for change in calendar-read-date.
9284         Place holiday let inside if.
9285         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
9286         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
9287         (calendar-print-other-dates): Use one let rather than many.
9289         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
9290         (calendar-print-other-dates):
9291         * calendar/cal-hebrew.el (list-yahrzeit-dates):
9292         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
9293         * calendar/holidays.el (calendar-list-holidays, list-holidays)
9294         (calendar-cursor-holidays):
9295         * calendar/lunar.el (calendar-phases-of-moon): Use
9296         calendar-in-read-only-buffer to replace previous code and disable undo.
9298 2008-03-16  Juri Linkov  <juri@jurta.org>
9300         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
9301         and regexp-search-ring-yank-pointer for the HISTPOS argument of
9302         read-from-minibuffer to provide the correct initial minibuffer
9303         history position in isearch-edit-string when it is called from
9304         isearch-ring-adjust.
9306         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
9307         to check if the current buffer is the minibuffer, and in this case
9308         call abort-recursive-edit to kill the minibuffer.  Doc fix.
9309         (kill-this-buffer-enabled-p): Allow this function to return non-nil
9310         when the current buffer is the minibuffer.
9312         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
9314 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
9316         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9317         Use non-nil PARENTS attribute of make-directory instead of
9318         explicitly checking existence the current cache directory.
9320 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
9322         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
9323         M-x epa-file-select-keys.
9325 2008-03-16  Kenichi Handa  <handa@m17n.org>
9327         * international/mule.el (auto-coding-alist):
9328         Use no-conversion-multibyte for archive files.
9330 2008-03-16  Glenn Morris  <rgm@gnu.org>
9332         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
9333         New functions.
9334         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
9335         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
9336         Use calendar-mark-1.
9337         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
9338         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
9339         Use calendar-mark-complex.
9340         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
9341         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
9342         Use calendar-mark-1.
9344         * calendar/calendar.el (calendar-mod): Remove.
9345         * calendar/cal-china.el (calendar-chinese-from-absolute)
9346         (calendar-chinese-date-string): Expand calendar-mod calls.
9347         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
9348         Expand calendar-mod calls.
9350         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
9351         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
9352         (diary-bahai-insert-yearly-entry): Use let rather than let*.
9353         Move obsolete aliases after the functions that replaced them.
9355         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
9356         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
9357         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
9358         Use let rather than let*.
9359         (calendar-hebrew-prompt-for-date): New function.
9360         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
9361         (holiday-tisha-b-av-etc): Use unless, let.
9363         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
9364         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
9366         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
9368         * calendar/calendar.el (calendar-for-loop): Add indent spec.
9370         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
9371         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
9372         than concat.
9373         (diary): Remove un-needed let.
9374         (view-other-diary-entries): Rename argument.
9375         (diary-list-entries-2): New function.
9376         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
9377         (print-diary-entries): Use unless.
9378         (diary-mark-entries-1): Change argument order, make all but
9379         markfunc optional.  Handle the standard (Gregorian) case.
9380         Use match-string-no-properties.  Handle marks.
9381         (mark-diary-entries): Use diary-mark-entries-1.
9382         (diary-font-lock-keywords-1): New macro.
9383         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
9385 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
9387         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
9388         (icalendar-export-hidden-diary-entries): New variable.
9389         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
9390         In case of error, insert full error-val.
9391         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
9392         Use calendar-day-of-week.  Return the day number.
9393         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
9395 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
9397         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
9398         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
9399         (icalendar-export-region): Ignore hidden diary entries.
9400         (icalendar--convert-ordinary-to-ical): Fix case where event
9401         spans across midnight boundary.
9402         (icalendar-first-weekday-of-year): New function.
9403         (icalendar--convert-weekly-to-ical): Allow user-selectable start
9404         year for recurring events (Mozilla calendars do not propagate
9405         recurring events forever, so year 2000 start date was not working).
9406         (icalendar--convert-yearly-to-ical): Remove extra spaces in
9407         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
9409 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
9411         * net/tramp.el (tramp-root-regexp): New defconst.
9412         (tramp-completion-file-name-regexp-unified)
9413         (tramp-completion-file-name-regexp-separate)
9414         (tramp-completion-file-name-regexp-url): Use it.
9415         (tramp-do-copy-or-rename-file-via-buffer):
9416         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
9417         t for `insert-file-contents-literally'.
9418         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
9419         Autoload it.
9420         (tramp-completion-file-name-handler-post-function): New defconst.
9421         (tramp-completion-file-name-handler): Use it.
9422         (tramp-maybe-open-connection): Update calls to
9423         `tramp-flush-connection-property' for removed 2nd argument.
9425 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
9428         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
9429         New functions.
9431 2008-03-15  Glenn Morris  <rgm@gnu.org>
9433         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
9434         New functions.
9435         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
9436         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9437         (diary-list-entries-1, diary-mark-entries-1): Autoload.
9438         (diary-bahai-list-entries): Use diary-list-entries-1.
9439         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
9440         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
9441         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9442         (diary-list-entries-1, diary-mark-entries-1): Autoload.
9443         (list-hebrew-diary-entries): Use diary-list-entries-1.
9444         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
9445         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
9446         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9447         (diary-list-entries-1, diary-mark-entries-1): Autoload.
9448         (list-islamic-diary-entries): Use diary-list-entries-1.
9449         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
9451         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
9453         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
9455         * calendar/cal-china.el (number-chinese-months)
9456         (calendar-chinese-from-absolute): Use nth, caar.
9458         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
9460         * calendar/cal-french.el (french-calendar-accents): Doc fix.
9462         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
9463         (calendar-hebrew-month-name-array-leap-year)
9464         (hebrew-calendar-parashiot-names): Make constants.
9465         (diary-parasha): Move definition after constants it uses.
9467         * calendar/cal-html.el (cal-html-insert-link-yearpage)
9468         (cal-html-htmlify-list): Doc fix.
9469         (cal-html-htmlify-entry): Use nth.
9471         * calendar/cal-islam.el (calendar-islamic-month-name-array)
9472         (calendar-islamic-epoch): Make constants.
9473         (calendar-islamic-epoch): Doc fix.
9475         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
9477         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
9478         (cal-tex-month-name): Doc fix.
9479         (cal-tex-last-blank-p): Use zerop.
9481         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
9482         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
9483         (calendar-cursor-to-date): Doc fix.
9484         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
9485         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
9486         (calendar-day-number): Use when.
9487         (generate-calendar-month): Use dotimes.
9488         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
9489         (calendar-set-mark): Reverse conditional.
9490         (calendar-make-alist): Move definition before use.
9492         * calendar/diary-lib.el (diary-face-attrs)
9493         (diary-glob-file-regexp-prefix, diary-selective-display)
9494         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
9495         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
9496         (diary-anniversary, diary-cyclic)
9497         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
9498         (diary-header-line-format): Change wording.
9499         (diary-list-entries): Set `date-start' in let.
9500         (include-other-diary-files, mark-included-diary-files): Use format.
9501         (simple-diary-display, fancy-diary-display): Use cadr, unless.
9502         (mark-diary-entries): Use 1+.
9503         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
9504         (mark-calendar-month): Use dotimes.
9506         * calendar/holidays.el (displayed-month, displayed-year):
9507         Move declarations where needed.
9508         (calendar-list-holidays): Doc fix.
9510         * calendar/parse-time.el (parse-time-string): Simplify.
9512         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
9513         Make constants.
9514         (solar-sunrise-sunset): Rename some local variables for clarity.
9515         (sunrise-sunset): Use zerop.
9516         (solar-mean-equinoxes/solstices): Doc fix.
9518         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
9519         Use nth.
9520         (timeclock-completing-read, timeclock-generate-report): Use zerop.
9521         (timeclock-mean, timeclock-generate-report): Use dolist.
9523         * calendar/todo-mode.el (todo-add-category): Simplify.
9524         (todo-more-important-p, todo-delete-item, todo-file-item):
9525         Use unless, when.
9526         (todo-top-priorities): Use zerop.
9528 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
9530         * buff-menu.el (list-buffers-noselect): Display buffer name in
9531         tooltip instead of mouse binding when it doesn't fit in the list.
9533 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
9535         * faces.el (xw-defined-colors):
9536         * simple.el (widget-convert, shell-mode): Declare as functions
9537         instead of autoloading.
9539         * abbrev.el:
9540         * button.el:
9541         * cus-face.el:
9542         * ediff-hook.el:
9543         * emacs-lisp/backquote.el:
9544         * emacs-lisp/timer.el:
9545         * facemenu.el:
9546         * faces.el:
9547         * menu-bar.el:
9548         * simple.el:
9549         * subr.el:
9550         * textmodes/fill.el:
9551         * textmodes/paragraphs.el: Remove autoloads, redundant when the
9552         files are preloaded.
9554 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9556         * desktop.el (desktop-create-buffer): Don't catch errors if
9557         debug-on-error is set.
9559 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
9561         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9562         ($(lisp)/calendar/diary-loaddefs.el)
9563         ($(lisp)/calendar/hol-loaddefs.el): New targets.
9564         (LOADDEFS): New macro.
9565         (autoloads): Depend on $(LOADDEFS).
9567 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
9569         * font-lock.el (featurep): Remove test, not useful anymore.
9570         (facemenu-keymap): Move key binding ...
9571         * facemenu.el (facemenu-keymap): ... here.
9573         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
9574         for each file in the list.
9575         (vc-bzr-log-view-mode): Recognize the file marker.
9577         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9578         for checkdoc and profiling.
9580 2008-03-14  Bastien Guerry  <bzg@altern.org>
9582         * textmodes/flyspell.el (nxml-mode): Add the right
9583         `flyspell-mode-predicate'.
9585         * wid-edit.el (link): Use 'mouse-face for :follow-link.
9587 2008-03-14  Glenn Morris  <rgm@gnu.org>
9589         * calendar/solar.el: Reorder so that functions are defined before use.
9590         (displayed-month, displayed-year): Move declarations where needed.
9591         (solar-get-number): Move definition before use.  Use unless.
9592         (solar-equatorial-coordinates): Simplify.
9593         (solar-sunrise-and-sunset): Use let rather than let*.
9594         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
9596         * startup.el (command-line-1): Rename -internal-script back to
9597         -scriptload (reverts previous change).
9599         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9600         (calendar-bahai-leap-base): Add doc strings.
9601         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
9602         Move definition before use.
9603         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
9604         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
9605         variables outside the loop.  Use dolist.
9606         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
9608         * calendar/cal-china.el: Re-order so that functions are defined before
9609         use.
9610         (displayed-month, displayed-year): Move declarations where needed.
9611         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
9612         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
9613         Add doc strings.
9614         (chinese-year-cache): Recenter on 2010.  Doc fix.
9615         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
9616         Doc fix.  Simplify.
9617         (chinese-year-cache-init): New function.
9618         (compute-chinese-year, holiday-chinese-new-year)
9619         (calendar-chinese-date-string, calendar-goto-chinese-date)
9620         (make-chinese-month-assoc-list): Use cadr, nth.
9621         (chinese-months): Remove un-needed let.
9623         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
9624         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
9625         (coptic-prompt-for-date): Move definition before use.
9627         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
9628         (calendar-dst-find-data, calendar-daylight-time-offset)
9629         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9630         (calendar-daylight-savings-starts-time)
9631         (calendar-daylight-savings-ends-time): Use cadr, nth.
9633         * calendar/cal-french.el (french-calendar-epoch)
9634         (calendar-goto-french-date): Doc fix.
9635         (french-calendar-month-name-array)
9636         (french-calendar-multibyte-month-name-array)
9637         (french-calendar-day-name-array, french-calendar-special-days-array):
9638         Add doc strings.
9640         * calendar/cal-hebrew.el (displayed-month, displayed-year)
9641         (original-date): Move declarations where needed.
9642         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
9643         Doc fix.
9644         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
9645         constant variables outside the loop.  Use dolist.
9647         * calendar/cal-islam.el (displayed-month, displayed-year)
9648         (original-date): Move declarations where needed.
9649         (islamic-calendar-day-number): Remove unused local variable `day'.
9650         (calendar-goto-islamic-date): Doc fix.
9651         (holiday-islamic): Use unless.
9652         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
9653         constant variables outside the loop.  Use dolist.
9654         (mark-islamic-calendar-date-pattern): Move definition before use.
9655         Use unless.
9656         (mark-islamic-diary-entries): Doc fix.
9657         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
9658         (insert-yearly-islamic-diary-entry): Use let rather than let*.
9660         * calendar/cal-julian.el (calendar-absolute-from-julian):
9661         Move definition before use.  Remove un-needed local `day'.
9662         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
9664         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
9665         (calendar-mayan-tzolkin-names-array): Add doc strings.
9666         (calendar-mayan-long-count-from-absolute): Use a single let.
9667         (calendar-string-to-mayan-long-count): Simplify.
9668         (calendar-next-haab-date, calendar-previous-haab-date)
9669         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
9670         (calendar-previous-calendar-round-date)
9671         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
9672         Doc fix.
9673         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
9674         (calendar-mayan-date-string, calendar-print-mayan-date)
9675         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
9676         (calendar-mayan-long-count-common-era): Move definitions before use.
9678         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
9679         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
9680         Doc fix.
9681         (calendar-mouse-goto-date): Move definition before use.
9683         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
9684         Move definition before use.
9685         (calendar-cursor-to-visible-date): Move definition before use.
9686         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
9687         and place inside the conditional.
9688         (calendar-forward-day): Simplify.
9689         (calendar-end-of-month): Use unless.
9690         (calendar-goto-day-of-year): Doc fix.
9691         Relocate obsolete aliases after their replacements.
9693         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
9695         * calendar/diary-lib.el (mark-diary-entries): Move some constant
9696         variables outside the diary-date-forms loop.
9698         * calendar/calendar.el (diary-file): Doc fix.
9699         (calendar-buffer-list): Return buffers rather than strings (fixes
9700         previous change).
9701         (hebrew-holidays-4): Fix typo.
9703         * calendar/holidays.el (displayed-month, displayed-year):
9704         Move declarations where needed.
9705         (calendar-holiday-list, calendar-list-holidays)
9706         (holiday-filter-visible-calendar): Move definitions before use.
9707         (list-holidays): Use cadr.
9708         Relocate obsolete aliases after their replacements.
9710         * calendar/lunar.el (date, displayed-month, displayed-year):
9711         Move declarations where needed.
9712         (lunar-phase-list): Move definition after functions it uses.
9713         (calendar-phases-of-moon, diary-phases-of-moon)
9714         (lunar-new-moon-on-or-after): Use cadr, nth.
9715         (lunar-new-moon-on-or-after): Doc fix.
9717         * textmodes/org-irc.el (top-level): CL not required when compiling.
9718         (org-irc-visit-erc): Replace runtime CL functions.
9720         * textmodes/org-publish.el (declare-function): Add compatibility stub.
9721         (org-publish-delete-dups): Declare as function.
9723 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
9725         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
9726         (vc-bzr-show-log-entry): Make regexp match more cases.
9727         (vc-diff-switches-list): Remove autoload, not needed.
9729 2008-03-14  Juri Linkov  <juri@jurta.org>
9731         * isearch.el (isearch-edit-string): Remove one call to
9732         `isearch-push-state' not to push an inconsistent state,
9733         but keep another correct call to `isearch-push-state'.
9734         (isearch-ring-adjust): Call `isearch-push-state' only when
9735         `search-ring-update' is non-nil since `isearch-edit-string'
9736         already pushes its state.
9737         (isearch-message): Improve matching the failed part by checking
9738         if the original message starts with the last successful message.
9740         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
9741         (dired-perm-write): Rename from `dired-warn-writable'.
9742         Change parent face from `font-lock-warning-face' to
9743         `font-lock-comment-delimiter-face'.
9744         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
9745         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
9746         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
9747         with `dired-perm-write-face'.
9749 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
9751         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9752         Create cache dir only if it doesn't already exist.
9754 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
9757         of \ and '.
9759 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
9761         * net/browse-url.el (browse-url-text-xterm):
9762         Unquote browse-url-text-browser.
9764 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
9766         * textmodes/org-mouse.el: Version number change.
9768         * textmodes/org-publish.el (org-publish-expand-components):
9769         Remove null projects from the list of components.
9770         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
9771         Remove unused retrieval of the :publishing-directory property.
9772         (org-publish-file): Bugfix: when using a relative directory as the
9773         publishing directory, convert it to a directory filename.
9774         (org-publish-project): New alias.
9775         (org-publish-get-files): Protect against empty p.
9776         (org-publish-file): Send an error when file is not part of any project.
9777         (org-publish-file): Offer to refresh the list of files in known
9778         project when the current file is not part of any project.
9779         (org-publish-before-export-hook)
9780         (org-publish-after-export-hook): New hooks.
9781         (org-publish-org-to): Use new hooks and kill buffers.
9782         (org-publish-file): Remove the code for killing buffers.
9783         (org-publish-initialize-files-alist): Use interactive.
9784         (org-publish-file): If the publishing function creates a new
9785         buffer, kill it after publishing.
9786         (org-publish-timestamp-filename): Protect ":" in file name path
9787         under windows.
9789         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
9790         change that killed the LaTeX buffer.
9792         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
9793         in the decision tree.
9794         (org-select-remember-template): Clean the code.
9795         (org-prepare-dblock): Add the extra :content parameter.
9796         (org-write-agenda): New output type ".ics" files.
9797         (org-write-agenda): Call `org-icalendar-verify-function', both for
9798         time stamps and for TODO entries.
9799         (org-agenda-collect-markers, org-create-marker-find-array)
9800         (org-check-agenda-marker-table): New functions.
9801         (org-agenda-marker-table): New variable.
9802         (org-export-as-html): Revert the change that killed the html
9803         buffer.  Side effects first need to be studied carefully.
9804         (org-get-tags-at): Fix the structure of the condition-case statement.
9805         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
9806         (org-timestamp-change): Fix regulear expressions to swallow the
9807         extra character for repeat-shift control.
9808         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
9809         (org-get-legal-level): Alias to `org-get-valid-level'.
9810         (org-dblock-write:clocktable): Add a :link parameter, linking
9811         headlines to their location in the Org agenda files.
9812         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
9813         throwing an error when getting tags before headlines.
9814         (org-timestamp-change, org-modify-ts-extra)
9815         (org-ts-regexp1): Fix timestamp editing.
9816         (org-agenda-custom-commands-local-options): New constant.
9817         (org-agenda-custom-commands):
9818         Use `org-agenda-custom-commands-local-options' to improve customize
9819         type.  "htmlize": Removed hack to fix face problem with htmlize,
9820         it no longer seem necessary.
9821         (org-follow-link-hook): New hook.
9822         (org-agenda-custom-commands): Add "Component" as a tag for each
9823         item in a command serie.
9824         (org-open-at-point): Run `org-follow-link-hook'.
9825         (org-agenda-schedule): Bugfix: don't display marker type when it
9826         is nil.
9827         (org-store-link): org-irc required.
9828         (org-set-regexps-and-options): Parse the new logging options.
9829         (org-extract-log-state-settings): New function.
9830         (org-todo): Handle the new ways of recording state change stuff.
9831         (org-local-logging): New function.
9832         (org-columns-open-link): Fix bug with opening link in column view.
9833         (org-local-logging): New function.
9834         (org-todo): Make sure that LOGGING properties are honoured.
9835         (org-todo-keywords): Improve docstring.
9836         (org-startup-options): Cleanup startup options.
9837         (org-set-regexps-and-options): Process the "!" markers.
9838         (org-todo): Respect the new logging stuff.
9839         (org-log-note-how): New variable.
9840         (org-add-log-maybe): New parameter HOW that defines how logging
9841         should be done and also overrides PURPOSE.  Add a docstring.
9842         (org-add-log-note): Check if we really need to ask for a note.
9843         (org-get-current-options): Digest the new keyword.
9844         (org-agenda-reset-markers): Rename from
9845         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
9846         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
9847         function, without force argument.
9848         (org-buffer-property-keys): Bind local variables s and p.
9849         (org-make-tags-matcher): Allow "" to match an empty or
9850         non-existent property value.
9851         (org-export-as-html): Join unsorted lists when they directly
9852         follow each other.  Such lists may be created by headlines that
9853         are converted to lists.
9854         (org-nofm-to-completion): New function.
9855         (org-export-as-html): Use :html-extension instead of
9856         org-export-html-extension.
9857         (org-store-link): Support for links from `rmail-summary-mode'.
9858         (org-columns-new, org-complete, org-set-property): Set the
9859         `include-columns' argument in the call to
9860         `org-buffer-property-keys'.
9861         (org-buffer-property-keys): New argument `include-columns', to
9862         include properties expected by any of the COLUMS formats in the
9863         current buffer.
9864         (org-cleaned-string-for-export): Get rid of drawers first, so that
9865         they will be removed also in the text before the first headline.
9866         (org-clock-report): Show the clocktable when found.
9867         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
9868         (org-version): With prefix argument, insert `org-version' at point.
9869         (org-agenda-goto): Recenter the window after finding the target
9870         location, to make sure the correct position will be displayed.
9871         (org-agenda-get-deadlines): Don't scale priority with the warning
9872         period.
9873         (org-insert-heading): Don't break line in the middle of the line.
9874         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
9875         be 0.
9876         (org-update-checkbox-count): Revamp to deal with hierarchical
9877         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
9878         (org-remove-timestamp-with-keyword): New function.
9879         (org-schedule, org-deadline):
9880         Use `org-remove-timestamp-with-keyword' to make sure all such time
9881         stamps are removed.
9882         (org-mode): Support for `align'.
9883         (org-agenda-get-deadlines): Make sure priorities increase as the
9884         due date approaches and is passed.
9885         (org-remember-apply-template): Fix problem with tags that
9886         contain "_" or "@".
9887         (org-make-link-regexps): Improve the regular expression for plain links.
9888         (org-agenda-get-closed): List each clocking entry.
9889         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
9890         (org-special-ctrl-k): New option.
9891         (org-kill-line): New function.
9892         (org-archive-all-done): Fix incorrect number of stars in regexp.
9893         (org-refile-get-location): New function.
9894         (org-refile-goto-last-stored): New function.
9895         (org-global-tags-completion-table): Add the value of org-tag-alist
9896         in each buffer, to make sure that also unused tags will be
9897         available for completion.
9898         (org-columns-edit-value)
9899         (org-columns-next-allowed-value): Only update if not in agenda.
9900         (org-clocktable-steps): New function.
9901         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
9902         (org-archive-subtree): Add the outline tree context as a property.
9903         (org-closest-date): New optional argument `prefer'.
9904         (org-goto-auto-isearch): New option.
9905         (org-goto-map, org-get-location): Implement auto-isearch.
9906         (org-goto-local-auto-isearch-map): New variable.
9907         (org-goto-local-search-forward-headings)
9908         (org-goto-local-auto-isearch): New functions.
9910 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
9912         * textmodes/org-irc.el: New file.
9914 2008-03-13  John Wiegley  <johnw@gnu.org>
9916         * textmodes/org-mac-message.el: New file.
9918 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
9920         * font-lock.el (font-lock-comment-face): Set the foreground for
9921         the light background 8 colors case.
9923 2008-03-13  Glenn Morris  <rgm@gnu.org>
9925         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
9926         generate-autoload-cookie patterns.
9928         * startup.el (command-line-1): Rename -scriptload to -internal-script.
9930         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
9931         (MH_E_SRC): Remove variable.
9932         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
9933         Simplify file header.  Use $@ for generated-autoload-file.
9935         * Makefile.in (LOADDEFS): New variable.
9936         (AUTOGENEL): Use $LOADDEFS.
9937         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
9938         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
9939         ($(lisp)/calendar/hol-loaddefs.el): New targets.
9940         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9941         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
9942         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
9943         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
9944         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
9945         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
9946         Add calendar-specific autoload cookies, and remove any setting of
9947         generated-autoload-file.
9948         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
9949         * calendar/diary-lib.el: Replace explicit autoloads with reading of
9950         diary-loaddefs.
9951         * calendar/holidays.el: Replace explicit autoloads with reading of
9952         hol-loaddefs.
9954         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
9955         (calendar-buffer-list): Simplify.
9956         (generate-calendar-window): Use calendar-mark-holidays rather than
9957         obsolete alias.
9959         * calendar/cal-hebrew.el (list-yahrzeit-dates):
9960         Use cal-hebrew-yahrzeit-buffer.
9962         * calendar/cal-x.el (calendar-only-one-frame-setup)
9963         (calendar-two-frame-setup): Doc fixes.
9964         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
9966         * calendar/appt.el (appt-mode-string): Mark as risky.
9967         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
9969         * calendar/cal-html.el (diary-list-entries):
9970         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
9971         (calendar-iso-from-absolute): Fix autoloads.
9973         * calendar/cal-iso.el (calendar-absolute-from-iso)
9974         (calendar-iso-read-args): Simplify.
9975         (calendar-iso-date-string, calendar-iso-read-args)
9976         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
9978         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
9979         (displayed-month, displayed-year): Move declarations where needed.
9980         (calendar-print-astro-day-number): Doc fix.
9982         * calendar/cal-persia.el (persian-calendar-month-name-array)
9983         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
9984         (persian-prompt-for-date): Remove local variable `today'.
9986         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
9988         * calendar/solar.el (solar-moment, solar-exact-local-noon)
9989         (solar-sunrise-sunset, solar-sunrise-sunset-string)
9990         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
9991         (diary-sabbath-candles, solar-equinoxes/solstices)
9992         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
9993         (solar-time-equation, solar-date-to-et): Simplify.
9995         * mail/supercite.el: Remove the `function' in `(function (lambda'.
9996         Replace `(car (cdr' with cadr'.
9998         * progmodes/f90.el (f90-font-lock-n): New function.
9999         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
10000         Use f90-font-lock-n.
10001         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
10003         * progmodes/f90.el (f90-mode-abbrev-table):
10004         * progmodes/fortran.el (fortran-mode-abbrev-table):
10005         Use newer form of define-abbrev, where supported.  No need to bind
10006         abbrevs-changed for system abbrevs.
10008 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
10011         delete-frame-functions.
10013         * bookmark.el (Info-current-node): Remove.
10015 2008-03-12  Juri Linkov  <juri@jurta.org>
10017         * help.el (describe-project): Remove defaliases for view-todo and
10018         describe-project that are now unnecessary after the merge from
10019         emacs--rel--22 that added define-obsolete-function-alias.
10021         * startup.el (inhibit-startup-screen): Revert incomplete
10022         2008-03-10 merge from emacs--rel--22 that partly reverted
10023         2008-02-28 change that added initial message to *scratch* buffer
10024         regardless of the value of `inhibit-startup-screen'.
10025         Now keep this change in the trunk, but not in the 22 branch.
10027 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * international/quail.el (quail-setup-completion-buf, quail-help):
10030         * mail/binhex.el (binhex-decode-region-internal):
10031         * mail/uudecode.el (uudecode-decode-region-internal):
10032         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10033         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10034         setting default-enable-multibyte-characters.
10036         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
10038         * comint.el: Fix up indentation and comment style.  Remove `function'.
10040         * international/mule-cmds.el (reset-language-environment)
10041         (set-language-environment-nonascii-translation):
10042         Don't set-unibyte-charset.
10044         * doc-view.el: Remove all cb-args, use closures instead.
10045         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
10046         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
10047         doing an incorrect check).  Update all callers to use the new name.
10048         (doc-view-doc->txt): Add missing `txt' argument.
10050 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
10052         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
10053         md5 sum calculation to single-byte.
10055 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * doc-view.el (doc-view-new-window-function): Add assertion.
10058         (doc-view-doc-type): New var.
10059         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
10060         (doc-view-intersection): New fun.
10061         (doc-view-mode): Use it to set the new var.
10063 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
10065         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
10066         (doc-view-already-converted-p): New functions.
10067         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
10068         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
10069         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
10070         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
10071         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
10072         (doc-view-convert-current-doc): Don't hardwire the functions the
10073         sentinels call.  Now they're provided by two args CALLBACK and
10074         CB-ARGS to the functions.
10075         (doc-view-search): Use doc-view-doc->txt.
10076         (doc-view-initiate-display): Use doc-view-already-converted-p.
10077         Mention new binding C-c C-t if doc-view-mode doesn't work.
10079 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
10081         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
10083 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10085         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
10086         Mark " outside of tags as punctuation.
10088 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * menu-bar.el (minibuffer-local-map): Use the same command for the
10091         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
10092         Prefer RET over C-j for exit-minibuffer.
10094         * files.el (display-buffer-other-frame): Eliminate problematic code.
10096         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
10097         (menu-bar-select-buffer): Remove.
10098         (menu-bar-select-frame): Make non-interactive and take a frame arg.
10099         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
10101 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
10103         * icomplete.el (icomplete-completions): Remove obsolete code.
10105         * net/net-utils.el (iwconfig-program-options): Doc fix.
10106         (net-utils-run-program, run-network-program): Define as functions.
10108 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
10110         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
10112 2008-03-11  Glenn Morris  <rgm@gnu.org>
10114         * faces.el (mode-line-emphasis): New face.
10115         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
10117         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
10119 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
10121         * simple.el (set-mark-command): Doc fix.
10123 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10125         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
10127         * emacs-lisp/autoload.el (autoload-find-destination):
10128         Don't force raw-text.
10130         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
10131         * calendar/cal-loaddefs.el: Don't version control.
10133 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
10135         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
10136         entries and add :help to the existing ones.
10138 2008-03-10  Glenn Morris  <rgm@gnu.org>
10140         * calendar/cal-hebrew.el (date, entry, number): Move declarations
10141         to where they are needed.
10143         * calendar/calendar.el (diary-file, hebrew-holidays-1)
10144         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10145         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
10146         (calendar-version): Doc fixes.
10147         (calendar-absolute-from-gregorian): Use zerop.
10148         (calendar-mode-line-format): Make it a defcustom.
10150         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
10151         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
10152         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
10153         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
10154         (mark-included-diary-files, mark-calendar-days-named)
10155         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
10156         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
10157         (insert-monthly-diary-entry, insert-yearly-diary-entry)
10158         (insert-anniversary-diary-entry, insert-block-diary-entry)
10159         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
10160         (diary-font-lock-sexps): Doc fixes.
10161         (diary-remind-message, mark-calendar-month): Use zerop.
10162         (diary-attrtype-convert, diary-pull-attrs): Simplify.
10163         (diary-list-entries): Revert let to let* (previous change).
10165         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
10167 2008-03-10  Kim F. Storm  <storm@cua.dk>
10169         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
10170         function aliases for the old names.
10172 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
10174         * iswitchb.el (iswitchb-use-faces): Doc fix.
10175         (iswitchb-buffer-ignore, iswitchb-read-buffer):
10176         Fix typos in docstrings.
10178 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
10180         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
10181         Fix typo.
10182         (verilog-type-font-keywords): Reindent.
10184 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
10186         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
10187         Fix bug in the grouping-keyword regular expression.
10188         (verilog-font-lock-keywords): Allow users to toggle special
10189         highlight of grouping-keywords.
10190         (verilog-highlight-grouping-keywords): The toggle for special
10191         highlighting of grouping keywords.
10193 2008-03-10  Juri Linkov  <juri@jurta.org>
10195         * startup.el: Revert 2008-02-28 change that adds initial message
10196         to *scratch* buffer regardless of the value of
10197         `inhibit-startup-screen'.
10199 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
10201         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
10202         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
10203         * progmodes/verilog-mode.el (verilog-mode):
10204         * net/socks.el (socks):
10205         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
10207 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
10210         (doc-view-bookmark-make-record): Use them.
10211         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
10212         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
10214         * bookmark.el (bookmark-make-record-function): Change expected return
10215         value to include a suggested bookmark name.
10216         (bookmark-make): Split into bookmark-make-record and bookmark-store.
10217         Fix reversed `overwrite' semantics.
10218         (bookmark-set): Call bookmark-make-record before prompting the user.
10219         Then pass the result to bookmark-store later on.
10220         (bookmark-make-name-function): Remove.
10221         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
10222         * info.el (bookmark-make-name-function): Remove.
10223         (Info-mode): Don't set it.
10224         (Info-bookmark-make-name): Remove.
10225         (Info-bookmark-make-record): Use Info-current-node as suggested default
10226         bookmark name.
10228         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
10229         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
10230         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
10231         (bookmark-annotation-buffer, bookmark-annotation-file)
10232         (bookmark-annotation-point, bookmark-send-annotation)
10233         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
10234         (bookmark-edit-annotation-text-func): Rename from
10235         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
10236         (bookmark-edit-annotation-mode-map): Move initialization into
10237         declaration.
10239         * bookmark.el: Remove spurious * in docstrings.
10240         (bookmark-minibuffer-read-name-map): New var.
10241         (bookmark-set): Use it.  Also pass the default value as it should.
10242         (bookmark-send-edited-annotation): Take no chances with text properties.
10243         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
10244         (bookmark-insert-buffer-name): Remove.
10245         (bookmark-buffer-file-name): Signal an error rather than returning nil.
10247 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
10249         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
10251 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
10253         * diff-mode.el (diff-mode-menu): Add :help.
10255 2008-03-09  Glenn Morris  <rgm@gnu.org>
10257         * calendar/calendar.el (general-holidays, oriental-holidays)
10258         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
10259         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
10260         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
10261         (calendar-holidays): Restore autoload cookies, because people are
10262         used to using these variables without loading calendar.el.
10264         * calendar/cal-islam.el (diary-islamic-date): Move to end.
10265         (date, number): Declare where needed.
10267         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
10268         (list-sexp-diary-entries): Doc fixes.
10269         (diary-list-entries): Doc fix.  Remove free variable `entry'.
10270         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
10271         Simplify setting of `date-holiday-list'.
10272         (mark-diary-entries): Remove free variable `entry'.
10273         (diary-list-entries, include-other-diary-files, fancy-diary-display):
10274         Use let where let* is not needed.
10276 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10278         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
10279         make-record function, instead paste it in afterwards.
10280         (bookmark-make-record-for-text-file):
10281         * doc-view.el (doc-view-bookmark-make-record):
10282         * info.el (Info-bookmark-make-record): Don't mess with annotations.
10284 2008-03-08  Glenn Morris  <rgm@gnu.org>
10286         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
10288 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10290         * calendar/diary-lib.el (diary-list-entries)
10291         (include-other-diary-files, mark-diary-entries)
10292         (mark-sexp-diary-entries, mark-included-diary-files)
10293         (diary-entry-time, list-sexp-diary-entries): Remove the special
10294         handling of ^M that dates back to the use of selective-display.
10295         (simple-diary-display): Obey setting of pop-up-frames.
10296         (body, entry): Remove unnecessary declarations.
10298         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
10299         (bookmark-get-annotation, bookmark-set-annotation)
10300         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10301         (bookmark-set-position, bookmark-get-front-context-string)
10302         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10303         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
10304         * info.el (Info-bookmark-make-record): Don't bother recording point.
10305         (bookmark-get-filename, bookmark-get-front-context-string)
10306         (bookmark-get-rear-context-string, bookmark-get-position):
10307         Don't declare any more.
10308         (bookmark-get-info-node): Remove.
10309         (bookmark-prop-get): Declare.
10310         (Info-bookmark-jump): Use it.
10312 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
10314         * subr.el (while-no-input): Don't splice BODY directly into the
10315         `or' form.
10317 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
10319         * diff-mode.el (diff-ignore-whitespace-hunk):
10320         Bind inhibit-read-only before trying to change the buffer.
10322 2008-03-08  Glenn Morris  <rgm@gnu.org>
10324         * calendar/appt.el (appt): Move custom group here from calendar.el.
10325         (appt-disp-window, appt-convert-time): Doc fixes.
10327         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
10328         (calendar-bahai-mark-date-pattern):
10329         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
10330         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
10331         * calendar/cal-julian.el (calendar-absolute-from-julian):
10332         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
10334         * calendar/cal-china.el (chinese-calendar): Move custom group here from
10335         calendar.el.
10336         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10337         Make constants.
10338         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
10339         (chinese-calendar-daylight-savings-starts)
10340         (chinese-calendar-daylight-savings-ends)
10341         (chinese-calendar-daylight-savings-starts-time)
10342         (chinese-calendar-daylight-savings-ends-time)
10343         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
10344         Doc fixes.
10346         * calendar/cal-coptic.el (coptic-name): Add doc string.
10348         * calendar/cal-french.el (french-calendar-month-name-array)
10349         (french-calendar-day-name-array, french-calendar-special-days-array):
10350         Add doc strings.
10352         * calendar/cal-bahai.el (diary-bahai-mark-entries)
10353         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10354         (diary-bahai-insert-yearly-entry):
10355         * calendar/cal-dst.el (calendar-next-time-zone-transition)
10356         (calendar-time-zone):
10357         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
10358         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
10359         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
10360         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
10361         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
10362         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
10363         (list-islamic-diary-entries, mark-islamic-diary-entries)
10364         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10365         (insert-yearly-islamic-diary-entry):
10366         * calendar/cal-iso.el (calendar-iso-read-args):
10367         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
10368         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
10369         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10370         (calendar-next-calendar-round-date)
10371         (calendar-mayan-long-count-common-era):
10372         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
10373         (cal-menu-x-popup-menu, calendar-mouse-holidays)
10374         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
10375         (calendar-mouse-goto-date):
10376         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10377         * calendar/holidays.el (holidays):
10378         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
10379         * calendar/time-date.el (date-to-time, time-subtract, time-add)
10380         (safe-date-to-time): Doc fixes.
10382         * calendar/cal-persia.el (persian-calendar-month-name-array)
10383         (persian-calendar-epoch): Make constants.
10385         * calendar/cal-tex.el (calendar-tex): Move custom group here from
10386         calendar.el.
10388         * calendar/cal-x.el (diary-frame-parameters)
10389         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10390         (calendar-after-frame-setup-hooks): Make defcustoms.
10391         (calendar-one-frame-setup, calendar-only-one-frame-setup)
10392         (calendar-two-frame-setup): Doc fix.
10394         * calendar/cal-loaddefs.el: New file.
10396         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10397         * calendar/cal-french.el, calendar/cal-html.el:
10398         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10399         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10400         * calendar/cal-tex.el, calendar/cal-x.el:
10401         Unquote lambda functions.  Add autoload cookies to functions formerly
10402         autoloaded in calendar.el.  Set `generated-autoload-file' to
10403         "cal-loaddefs.el".
10405         * calendar/calendar.el: Move many autoloads to separate file,
10406         cal-loaddefs.el.  Move defcustoms to start and re-order.
10407         (calendar-month-name-array, calendar-starred-day): No need to
10408         declare for compiler.
10409         (cal-loaddefs): Require it.
10410         (appt, chinese-calendar, calendar-tex): Move custom groups to the
10411         appropriate file.
10412         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
10413         Reverse logic.
10414         (diary-face, diary-file-name-prefix-function, diary-include-string)
10415         (diary-glob-file-regexp-prefix, diary-face-attrs)
10416         (diary-file-name-prefix, sexp-diary-entry-symbol)
10417         (print-diary-entries-hook, list-diary-entries-hook)
10418         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
10419         (nongregorian-diary-marking-hook, diary-list-include-blanks):
10420         Move to diary-lib.
10421         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
10422         (all-bahai-calendar-holidays): Doc fix.
10423         (calendar-insert-indented): Doc fix.  Use when rather than if.
10424         (exit-calendar): Use mapc rather than mapcar.
10425         (calendar-cursor-to-date): Use zerop.
10426         (calendar-mark-ring): Add doc-string.
10427         (calendar-starred-day): Defvar it.
10428         (calendar-mode): Make calendar-starred-day local.
10429         (calendar-star-date): No need to make calendar-starred-day local.
10431         * calendar/diary-lib.el: Move defcustoms to start.
10432         (diary-include-string, diary-list-include-blanks)
10433         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
10434         (diary-file-name-prefix, diary-file-name-prefix-function)
10435         (sexp-diary-entry-symbol, list-diary-entries-hook)
10436         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
10437         (nongregorian-diary-marking-hook, print-diary-entries-hook):
10438         Move here from calendar.el.
10439         (diary-file-name-prefix-function): Use 'identity.
10440         (diary-face): Make it a defcustom, and mark as obsolete.
10441         (top-level): No need to require cal-hebrew, cal-islam when compiling.
10442         (calendar-hebrew-month-name-array-leap-year)
10443         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
10444         Define for compiler.
10445         (diary-font-lock-keywords): Use format rather than concat.
10446         Add bahai-diary-entry-symbol.
10448         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
10449         * calendar/solar.el: Unquote lambda functions.
10451         * calendar/solar.el (calendar-location-name, calendar-latitude)
10452         (calendar-longitude, solar-setup, solar-sin-degrees)
10453         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
10454         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
10455         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
10456         (solar-exact-local-noon, solar-julian-ut-centuries)
10457         (solar-ephemeris-time, solar-date-next-longitude)
10458         (solar-horizontal-coordinates, solar-equatorial-coordinates)
10459         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
10460         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
10461         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
10462         Doc fixes.
10463         (solar-horizontal-coordinates, solar-equatorial-coordinates)
10464         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
10465         (solar-ecliptic-coordinates): Use unless.
10466         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
10467         Use or.
10469         * calendar/timeclock.el: Add doc-strings to all functions.
10470         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
10471         (timeclock-entry-list-length, timeclock-entry-list-projects)
10472         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
10474         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
10476         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
10477         (org-get-entries-from-diary): Require diary-lib.
10479 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
10481         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
10482         Pacify byte-compiler.
10484 2008-03-07  Alan Mackenzie  <acm@muc.de>
10486         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
10487         paren/bracket pairs parsed, to solve performance problem.
10489 2008-03-07  Bastien Guerry  <bzg@altern.org>
10491         * bookmark.el (bookmark-set): Don't check for
10492         `bookmark-make-name-function' since `bookmark-buffer-file-name'
10493         already takes care of this.
10494         (bookmark-buffer-name, bookmark-buffer-file-name):
10495         Remove Info-mode specific code.
10497         * info.el (bookmark-get-info-node): Define this function in
10498         info.el, not in bookmark.el.
10499         (Info-mode): Set `bookmark-make-name-function' to
10500         `Info-bookmark-make-name' locally.
10501         (Info-bookmark-make-name): New function.
10503         * bookmark.el (bookmark-make-name-function): New variable.
10505 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10507         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
10508         buffer-local, not `bookmark-make-cell-function' (the old name).
10510 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
10512         * doc-view.el (doc-view-bookmark-make-record):
10513         * image-mode.el (image-bookmark-make-record):
10514         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
10516 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
10518         * vc.el (vc-status-menu-map-filter): Return orig-binding if
10519         boundp 'vc-ignore-menu-filter.
10520         (vc-status-tool-bar-map): Make it defvar.
10521         (vc-status-mode): vc-status-tool-bar-map now variable.
10522         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
10524 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10526         Give a better name to part of the bookmark interface.
10528         This was originally a much larger change, but halfway through I
10529         updated and discovered that Stefan Monnier had done the rest.
10530         It looks like he anticipated the new name too, because he used
10531         `the-record' instead of `the-cell' for some internal variable names.
10533         * bookmark.el (bookmark-make-record-function): Was
10534         `bookmark-make-cell-function'.
10535         (bookmark-make, bookmark-send-annotation): Update for above.
10536         (bookmark-make-record-for-text-file):
10537         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
10539         * info.el: Adjust accordingly.
10540         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
10542         * image-mode.el: Adjust accordingly.
10543         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
10545         * doc-view.el: Adjust accordingly.
10546         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
10548 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10550         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
10551         Move initialization into declaration.
10552         (bookmark-get-info-node, bookmark-set-info-node): Remove.
10553         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
10554         (bookmark-info-current-node): Remove.
10555         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
10556         Add relocation fallback.  Set bookmark-current-bookmark.
10557         (bookmark-default-handler): Rename from bookmark-jump-noselect.
10558         Remove relocation fallback.  Don't set bookmark-current-bookmark.
10559         (bookmark-set): Let it be used even if there's no buffer-file-name
10560         as long as there is a bookmark-make-cell-function.
10561         * info.el (Info-bookmark-jump): Remove relocation fallback.
10562         Don't set bookmark-current-bookmark.
10564 2008-03-07  Glenn Morris  <rgm@gnu.org>
10566         * calendar/appt.el (appt-issue-message)
10567         (appt-message-warning-time, appt-audible, appt-visible)
10568         (appt-msg-window, appt-display-mode-line, appt-display-duration)
10569         (appt-display-diary): Remove autoload cookies.
10571         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
10572         Remove leading `*' from defcustom doc-strings.
10574         * calendar/cal-dst.el (calendar-dst): New custom group.
10575         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
10576         (calendar-time-zone, calendar-daylight-time-offset)
10577         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10578         (calendar-daylight-savings-starts-time)
10579         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
10580         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
10581         Move to start.
10583         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
10585         * calendar/calendar.el (calendar-version): Use emacs-version and
10586         make it obsolete.  Move to end.
10587         (calendar-offset, view-diary-entries-initially)
10588         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
10589         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
10590         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
10591         (all-bahai-calendar-holidays, calendar-load-hook)
10592         (initial-calendar-window-hook, today-visible-calendar-hook)
10593         (today-invisible-calendar-hook, calendar-move-hook)
10594         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
10595         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
10596         (diary-include-string, sexp-diary-entry-symbol)
10597         (abbreviated-calendar-year, american-date-diary-pattern)
10598         (european-date-diary-pattern, european-calendar-display-form)
10599         (american-calendar-display-form, print-diary-entries-hook)
10600         (list-diary-entries-hook, diary-hook, diary-display-hook)
10601         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
10602         (nongregorian-diary-marking-hook, diary-list-include-blanks)
10603         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
10604         (local-holidays, other-holidays, hebrew-holidays-1)
10605         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10606         (hebrew-holidays, christian-holidays, islamic-holidays)
10607         (bahai-holidays, solar-holidays, calendar-setup)
10608         (calendar-week-start-day): Remove autoload cookies.
10609         (diary-glob-file-regexp-prefix): Doc fix.
10610         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
10611         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
10612         (calendar-week-start-day, calendar-debug-sexp): Move to start.
10614         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
10615         (calendar-time-display-form, calendar-latitude)
10616         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
10617         cookies.
10618         (calendar-latitude, calendar-longitude): Move functions after
10619         variables.
10620         (diary-sabbath-candles-minutes): Move to start.
10621         (solar-setup): Use or rather than if.
10622         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
10623         Remove condition-case.
10624         (solar-atn2): Use zerop.
10625         (solar-equinoxes-solstices): Doc fix.
10627         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
10628         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
10630         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
10631         (calendar-longitude, calendar-latitude, calendar-location-name):
10632         Declare for compiler.
10634 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10636         * arc-mode.el (archive-ar-file-header-re): New const.
10637         (archive-ar-summarize, archive-ar-extract): New funs.
10638         (archive-find-type): Recognize ar archives.
10640         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
10641         New functions.
10643         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
10645 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
10647         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10648         Replace :enable (mark-active) with :enable mark-active.
10650 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
10652         * vms-patch.el (make-legal-file-name): New obsolete alias.
10653         (make-valid-file-name): Rename from `make-legal-file-name'.
10654         (make-auto-save-file-name): Use it.
10656         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
10657         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
10658         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
10660         * textmodes/org.el (org-export-html-style): Doc fix.
10661         (org-get-legal-level): New obsolete alias.
10662         (org-get-valid-level): Rename from `org-get-legal-level'.
10663         (org-promote, org-demote, org-archive-subtree)
10664         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
10666 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
10668         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
10670         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
10671         (vc-status-toggle-mark): New functions.
10672         (vc-status-mode): Set tool bar map.
10674 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
10676         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
10677         Reported by Drew Adams <drew.adams@oracle.com>.
10679 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
10681         * subr.el (read-quoted-char): Resolve modifers of the character
10682         event.
10684         * comint.el (comint-exec-1): Don't change the coding-system for
10685         decoding to dos-like EOL.
10686         (comint-carriage-motion): Fully rewrite.
10688 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
10690         * epg.el (epg-context-include-certs): Reflow docstring.
10691         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
10692         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
10693         (epg-context-set-signers, epg-context-set-sig-notations)
10694         (epg-make-import-status, epg-make-import-result)
10695         (epg-start-delete-keys): Fix typos in docstrings.
10696         (epg-start-sign-keys, epg-sign-keys):
10697         Fix typos in obsolescence declarations.
10699         * iswitchb.el: Don't check for `cadr' and `last'.
10700         (iswitchb-define-mode-map, iswitchb-default-keybindings):
10701         Add obsolescence declaration and remove redundant info from docstring.
10702         (iswitchb-set-common-completion, iswitchb-set-matches)
10703         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
10704         (recentf-list, most-len, most-is-exact):
10705         Don't wrap defvars within `eval-when-compile'.
10707 2008-03-05  Glenn Morris  <rgm@gnu.org>
10709         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
10710         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
10711         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
10712         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
10713         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
10715         * ediff-hook.el (ediff-window-setup-function): Don't autoload
10716         declaration for compiler.
10717         (ediff-xemacs-init-menus): Use when rather than if.
10719         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
10720         if+and to just and.
10721         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
10722         (ediff-delete-overlay): Move the XEmacs test inside the definition.
10724         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
10726         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
10727         test inside XEmacs test.
10728         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
10729         since it was doing nothing on Emacs.
10730         (ediff-make-bullet-proof-overlay): Use when rather than if.
10732         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
10733         (ediff-setup-control-frame): Remove
10734         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
10735         a (featurep 'xemacs) test.
10737 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
10739         * calc/calc-ext.el (calc-extended-command-history): New variable.
10740         (calc-exectute-extended-command): Use `calc-extended-command-history'.
10742 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
10744         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
10745         (standard-mode-line-position): Add mouse-face.
10747         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
10748         * progmodes/grep.el (grep-mode-map): Add :help.
10750         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
10751         initialize in one step.  Add :help.  Use :enable to activate menu
10752         items.  Show the key binding for edebug-defun.
10753         (lisp-interaction-mode-map): Add a menu.
10755         * term.el (term-mode-map): Define and initialize in one step.
10757         * ediff-init.el (ediff-color-display-p): Simplify.
10758         (Xor): Remove unused function.
10759         (ediff-with-syntax-table): Simplify for Emacs.
10761         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
10762         menu-bar being loaded, it always is.
10764 2008-03-05  Glenn Morris  <rgm@gnu.org>
10766         * textmodes/tex-mode.el (tex-mode): Suppress warning about
10767         multiple definitions when compiling.
10769 2008-03-04  Alan Mackenzie  <acm@muc.de>
10771         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
10773         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
10774         doc-string, "c-old-LEN" -> "c-old-END".
10776 2008-03-04  Jason Rumney  <jasonr@gnu.org>
10778         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
10779         namespaces.
10781 2008-03-04  Glenn Morris  <rgm@gnu.org>
10783         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
10785         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
10786         than mapcar.
10788 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10791         (byte-compile-nilconstp): Can't use recursion in a defsubst.
10793         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
10794         so that M-q can fill comments.
10795         (tex-executable-exists-p, tex-compile): Extend with special syntax for
10796         commands implemented in elisp.
10797         (tex-compile-commands): Add an entry to use doc-view for pdf files.
10798         (tex-format-cmd): New function.
10799         (tex-compile): Use it to let the user specify default arguments.
10800         (tex-cmd-bibtex-args): New var.
10801         (tex-cmd-doc-view): New function.
10803 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
10805         * faces.el (face-spec-set): Fix typos in docstring.
10807 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
10809         * bindings.el (mode-line-column-line-number-mode-map): New variable.
10810         (standard-mode-line-position): Use it to add a menu for toggling
10811         column number and line number display.
10813 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10815         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10816         Remove optimization that was working around the form-code-walker bug.
10818         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10819         Walk into the body of lambdas after byte-compile-unfold-lambda.
10821 2008-03-03  Glenn Morris  <rgm@gnu.org>
10823         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
10824         value, if set, over frame value.
10826         * simple.el (transient-mark-mode): Don't turn on by default.
10828         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
10829         accidentally removed by the 2007-12-05 merge from Gnus.
10831 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
10833         * progmodes/compile.el (compilation-menu-map): Add menu entries
10834         for useful options.
10836 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
10837             Glenn Morris  <rgm@gnu.org>
10839         * emacs-lisp/bytecomp.el (byte-recompile-directory)
10840         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
10841         Give a `bytecomp-' prefix to local variables with common names.
10843 2008-03-01  Glenn Morris  <rgm@gnu.org>
10845         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
10846         code commented out 2007-11-10.
10848         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
10850         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
10851         Delete macro.
10852         * emulation/viper-cmd.el, emulation/viper-ex.el:
10853         * emulation/viper-init.el, emulation/viper-keym.el:
10854         * emulation/viper-mous.el, emulation/viper-util.el:
10855         * emulation/viper.el:
10856         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
10857         featurep test.
10859         Replace obselete frame-local variables with frame-parameters.
10860         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
10861         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
10862         (viper-vi-state-cursor-color): Only call make-variable-frame-local
10863         on XEmacs.
10864         * emulation/viper-util.el (viper-frame-value): New macro.
10865         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
10866         (viper-R-state-post-command-sentinel)
10867         (viper-replace-state-post-command-sentinel)
10868         (viper-change-state-to-insert, viper-change-state-to-emacs):
10869         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
10870         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
10871         (viper-get-saved-cursor-color-in-insert-mode)
10872         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
10873         Use viper-frame-value for viper-replace-overlay-cursor-color,
10874         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
10875         viper-vi-state-cursor-color values.
10877         * emulation/viper-cmd.el (zmacs-region-stays):
10878         * emulation/viper-util.el (zmacs-region-stays): No need to define
10879         for compiler.
10881         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
10882         mapcar on Emacs.
10884         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
10885         on XEmacs.
10887         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
10888         rather than if.
10890 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10892         * whitespace.el: New version 9.3.  As the glyph code generation was
10893         fixed, it is possible now to use character code above ?\x1FFFF in the
10894         display table.  Fix `whitespace-indentation-regexp' to not include an
10895         extra ending character.  Reported by Michael Welsh Duggan
10896         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
10897         the original whitespace package had.  Suggested by Eric Cooper
10898         <ecc@cmu.edu>.  Doc fix.
10899         (whitespace-action): New option.
10900         (whitespace-display-mappings): Changed default newline visualization to
10901         display downwards arrow, as the glyph code generation was fixed.
10902         (whitespace-unload-function): Assure that all local whitespace mode is
10903         turned off.
10904         (whitespace-global-modes): Fix type customization.
10905         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
10906         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10907         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
10908         Fix code.
10909         (whitespace-buffer): Command removed.
10910         (whitespace-trailing-regexp, whitespace-mark-x)
10911         (whitespace-display-window, whitespace-action-when-on)
10912         (whitespace-add-local-hook, whitespace-remove-local-hook)
10913         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
10914         (whitespace-action): New funs.
10915         (whitespace-report-list, whitespace-report-text)
10916         (whitespace-report-buffer-name): New consts.
10917         (whitespace-report, whitespace-report-region): New commands.
10919 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
10921         * disp-table.el (make-glyph-code): Don't test the result of
10922         `face-id', which already signals an error for invalid faces.
10923         (glyph-face): Simplify.
10925         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
10926         running `desktop-not-loaded-hook' to allow modifying it.
10927         Don't show warning message if `desktop-dirname' was modified.
10929 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10931         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
10932         we still expect more lines.
10934         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
10935         comment-paragraph filling if the commark doesn't match
10936         comment-start-skip.
10938 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
10940         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
10941         the `imap' variant.
10943 2008-03-01  Jason Rumney  <jasonr@gnu.org>
10945         * files.el (make-auto-save-file-name): Encode more characters in
10946         non-file buffer names.  Use url-encoding.
10948 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
10950         * net/net-utils.el (ftp-program): Fix typo in docstring.
10951         (ifconfig-program-options, netstat-program-options)
10952         (arp-program-options, route-program-options, nslookup-program-options)
10953         (ftp-program-options, smbclient-program-options)
10954         (dns-lookup-program-options, arp, route): Doc fixes.
10956         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
10957         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
10958         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
10959         Fix typos in docstrings.
10960         (gdb-pending-triggers): Reflow docstring.
10961         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
10963 2008-03-01  Alan Mackenzie  <acm@muc.de>
10965         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
10966         typing "#" at EOB.
10968 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
10970         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
10972 2008-02-29  Kim F. Storm  <storm@cua.dk>
10974         * emulation/cua-base.el (cua-remap-control-v)
10975         (cua-remap-control-z): New defcustoms.
10976         (cua-mode): Add them to set-after property.
10977         (cua--init-keymaps): Use them.
10978         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
10980         * help.el (view-emacs-todo): Rename from view-todo.
10981         (describe-gnu-project): Rename from describe-project.  Users changed.
10982         (view-help-file): New helper function.
10983         (describe-distribution, describe-copying, describe-gnu-project)
10984         (view-todo, view-order-manuals, view-emacs-problems): Use it.
10985         (view-emacs-debugging, view-external-packages): New commands.
10986         (help-map): Move describe-distribution to C-h C-o (ordering).
10987         Move view-emacs-problems to C-h C-p (problems).
10988         Bind view-emacs-debugging to C-h C-d (debugging).
10989         Bind view-external-packages to C-h C-e (extras).
10990         (help-for-help-internal): Cleanup and align descriptions.
10991         Remove command names to reduce clutter.
10993 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
10995         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
10996         and quieter face (not a warning).
10998 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
11000         * vc.el (vc-status-crt-marked): New variable.
11001         (vc-status-mode): Make it local.
11002         (vc-status-refresh): Use it to save the marked files.
11003         (vc-update-vc-status-buffer): Use it to restore the marked files.
11005         * vc-svn.el (vc-svn-after-dir-status):
11006         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
11008 2008-02-29  Glenn Morris  <rgm@gnu.org>
11010         * allout.el (allout-topic-encryption-bullet)
11011         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
11012         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
11013         from 22.0 to 22.1.
11015         * net/imap.el (imap-ping-server):
11016         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
11017         Change defcustom :version from 23.0 to 23.1.
11019 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
11021         * desktop.el (desktop-save): Save the buffer name if the
11022         uniquified base name is empty.
11024 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
11026         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
11027         correctly when user has "set print address off".
11029 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
11031         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
11032         version number of the next major Emacs release, not 23.0.
11034         * longlines.el (longlines-unload-function): New function.
11036 2008-02-28  Juri Linkov  <juri@jurta.org>
11038         * startup.el (normal-splash-screen): Add argument `concise'.
11039         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
11040         to the created buffer.  If `concise' is non-nil, call
11041         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
11042         (display-startup-screen): Add argument `concise' to the call to
11043         `normal-splash-screen'.
11045 2008-02-28  Kim F. Storm  <storm@cua.dk>
11047         * startup.el (startup-echo-area-message): Check for about-emacs.
11049 2008-02-28  Juri Linkov  <juri@jurta.org>
11051         * startup.el: Always add initial message to *scratch* buffer if
11052         `initial-scratch-message' is non-nil regardless of the value of
11053         `inhibit-startup-screen'.
11054         (inhibit-startup-screen, initial-scratch-message): Doc fix.
11055         (command-line-1): Move code that inserts `initial-scratch-message'
11056         up before the if-form that checks for `inhibit-startup-screen'.
11057         Suggested by Jonathan Rockway <jon@jrock.us>.
11059 2008-02-28  Juri Linkov  <juri@jurta.org>
11061         * cus-edit.el (custom-mode-map, custom-mode-link-map):
11062         Rename `custom-mode' to `Custom-mode' in docstrings.
11063         (custom-buffer-create-internal, customize-browse):
11064         Rename `custom-mode' to `Custom-mode'.
11065         (custom-mode-hook): Rename to `Custom-mode-hook'.
11066         (Custom-mode-hook): Renamed from `custom-mode-hook'.
11067         (custom-mode): Rename to `Custom-mode'.
11068         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
11069         (custom-mode): Add backward-compatible non-interactive variant of
11070         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
11071         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
11073         * info-look.el: Rename `custom-mode' to `Custom-mode'.
11075         * emulation/viper.el (viper-emacs-state-mode-list):
11076         Rename `custom-mode' to `Custom-mode'.
11078         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
11079         Capitalize "Tagged Files".
11080         (minibuffer-local-map): Add menu items for next/previous
11081         history elements and isearch history forward/backward.
11083         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
11084         `hs-isearch-open' with t instead of `comment' in :selected
11085         for "Code and Comment blocks" menu item.
11087 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11089         * uniquify.el (uniquify-buffer-base-name): Undo last change.
11090         Should be done in desktop.el instead.
11092 2008-02-28  Glenn Morris  <rgm@gnu.org>
11094         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
11096         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
11098         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
11099         (Info-menu, Info-goto-node): Remove declarations.
11100         (report-emacs-bug-info): Use info rather than Info-goto-node.
11102         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
11103         (idlwave-convert-xml-system-routine-info): Don't require xml.
11104         (idlwave-show-commentary, idlwave-shell-show-commentary):
11105         Don't require finder.
11106         (idlwave-info): Don't require info.  Use info rather than
11107         Info-goto-node.
11109         * textmodes/org.el (Info-goto-node): Remove declaration.
11110         (org-info): Use info rather than Info-goto-node.
11112         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
11113         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
11115 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
11117         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
11118         the menu.
11120         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
11121         (vc-finish-logentry): Check for vc-status-mode, not only for
11122         vc-dired-mode.
11124 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
11126         * isearch.el (isearch-printing-char): Don't check
11127         keyboard-coding-system.
11128         Call isearch-process-search-multibyte-characters only when
11129         current-input-method is non-nil.
11131 2008-02-27  Kim F. Storm  <storm@cua.dk>
11133         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
11134         (glyph-char, glyph-face): Handle cons encoding.
11136 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
11138         * uniquify.el (uniquify-buffer-base-name): If the base name is an
11139         empty string, return nil to allow the caller to default to the
11140         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
11142         * tool-bar.el (tool-bar-setup): Doc fix.
11144         * mail/supercite.el (sc-describe):
11145         Fix typos in obsolescence declaration.
11147 2008-02-27  Glenn Morris  <rgm@gnu.org>
11149         * autoinsert.el (auto-insert-alist): Change permission text to
11150         match FSF's GPLv3 form.
11152         * mail/supercite.el (sc-cite-original): Doc fix.
11153         (sc-version): Make obsolete.
11154         (sc-describe): Show the SC info page.  Make obsolete.
11156 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
11159         when using transient-mark-mode.
11160         (default-indicate-unused-lines): Remove unused var.
11162 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
11164         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
11165         and previous.
11167         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
11169 2008-02-26  Glenn Morris  <rgm@gnu.org>
11171         * net/net-utils.el (top-level): Don't require comint when compiling.
11172         (nslookup-font-lock-keywords): Don't require font-lock.
11173         Use font-lock faces rather than variables.
11174         (nslookup, ftp, smbclient, network-service-connection):
11175         Don't require comint.
11176         (comint-prompt-regexp, comint-input-autoexpand)
11177         (comint-input-ring): Declare for compiler.
11178         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
11179         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
11181         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
11182         doc-string.
11184 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * doc-view.el (doc-view-current-page): Add a `win' argument.
11188 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11190         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
11191         Demote it to plain defvar.
11192         (doc-view-conversion-refresh-interval): Reduce interval.
11193         (doc-view-goto-page): Allow moving to pages not yet rendered.
11194         (doc-view-goto-page): Construct a file name rather than extracting it
11195         from doc-view-current-files.
11196         (doc-view-kill-proc): Ignore errors from kill-process.
11197         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
11198         (doc-view-insert-image): Use appropriate text if the page hasn't been
11199         rendered yet.  Adjust scrolling so the text is displayed.
11200         (doc-view-display): Detect not just that a page is available, but also
11201         that it wasn't available before, so as to avoid refreshing all pages
11202         repeatedly.
11203         (doc-view-mode): Make doc-view-cache-directory if needed.
11205 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11207         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
11208         toggle-read-only.
11210         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
11211         refering to a missing required field with the OPT prefix.
11212         Make unwindform more robust.
11214         * textmodes/bibtex.el: Remove support for hideshow minor mode as
11215         it duplicates the bibtex support in progmodes/hideshow.el.
11216         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
11217         entries that do not start at the beginning of a line.
11219 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
11221         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
11223 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
11225         * help-fns.el (describe-variable): Add phrases about
11226         initialization file with and without customization;
11227         use new button type help-info-variable.
11229         * help-mode.el (help-info-variable):
11230         New button able to read Info files for help-fns.el.
11232 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
11234         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
11235         (grep-mode): Use grep-mode-tool-bar-map.
11237         * progmodes/compile.el (tool-bar): Require tool-bar.
11238         (compilation-mode-tool-bar-map): New variable.
11239         (compilation-mode): Use compilation-mode-tool-bar-map.
11241         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
11243 2008-02-25  Glenn Morris  <rgm@gnu.org>
11245         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
11247 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11249         * diff-mode.el (diff-file-junk-re): New const.
11250         (diff-beginning-of-file-and-junk): Use it.
11251         (diff-file-kill): Make sure we were really inside a file diff.
11253         * diff-mode.el: Make it more robust in the presence of empty context
11254         lines in unified hunks.
11255         (diff-valid-unified-empty-line): New var.
11256         (diff-unified->context, diff-sanity-check-hunk): Obey it.
11257         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
11258         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
11259         (diff-hunk-header-re-unified): New const.
11260         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
11261         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
11262         (diff-sanity-check-hunk): Use it.
11264         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
11265         Index: line, don't search backward for the previous one.
11267 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
11269         * international/fontset.el (setup-default-fontset): Add non-OTF
11270         lao font for lao script.
11272         * language/tibetan.el: Register tibetan-composition-function in
11273         composition-function-table.
11275         * language/tibet-util.el (tibetan-composition-function):
11276         Adjust for the new calling way (argument changed).  Try font-shape-text
11277         if possible.
11279         * language/lao.el: Register lao-composition-function in
11280         composition-function-table.
11282         * language/lao-util.el (lao-composition-function): Adjust for the new
11283         calling way (argument changed).  Try font-shape-text if possible.
11285 2008-02-25  Jason Rumney  <jasonr@gnu.org>
11287         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
11289 2008-02-25  Juri Linkov  <juri@jurta.org>
11291         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
11292         background, "red4" for a dark background, "red" for 16 and
11293         8 colors, "grey" for grayscale, and inverse video otherwise.
11294         Add :version tag.
11295         (isearch-message): Keep the original isearch-message intact, and
11296         add text properties to it where necessary.  Add `isearch-error' to
11297         the condition that checks if isearch is unsuccessful.
11299 2008-02-24  Juri Linkov  <juri@jurta.org>
11301         * progmodes/compile.el (compilation-handle-exit):
11302         Use compilation-error face instead of font-lock-warning-face.
11303         Display the same message in the minibuffer as is inserted
11304         at the end of the compilation buffer.
11306 2008-02-24  Glenn Morris  <rgm@gnu.org>
11308         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
11309         multiple file case.
11311         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
11313         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
11314         multiple file case.  Use a single `let' rather than two.
11316 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
11318         * progmodes/compile.el (compilation-start): Specify a face for
11319         mode-line-process.
11320         (compilation-handle-exit): Specify a face and a tooltip for
11321         mode-line-process.
11323 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11325         * hilit-chg.el: Remove spurious * in defcustom docstrings.
11326         (hilit-chg-make-ov): Simplify.
11327         (hilit-chg-fixup): Use remove-overlays.
11328         (hilit-chg-set-face-on-change): Remove redundant call to
11329         `remove-text-properties'.
11331         * dired.el (dired-mark-prompt): Don't count/display the t element.
11332         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
11334 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
11336         * progmodes/verilog-mode.el (eval-when-compile): Don't define
11337         add-submenu.
11338         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
11339         Remove.  Move contents to the only use ...
11340         (verilog-menu): ... here.
11341         (verilog-statement-menu): Remove.  Move contents to the only use ...
11342         (verilog-stmt-menu): ... here.
11343         (verilog-mark-defun): Simply call mark-defun for emacs.
11344         (occur-pos-list): Declare for byte compiler.
11345         (mode-popup-menu): Don't defvar.
11346         (verilog-add-statement-menu): Remove.
11347         (verilog-mode-hook): Don't add verilog-add-statement-menu.
11348         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
11350 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
11352         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
11353         conditional.
11354         (verilog-font-grouping-keywords-face): Make the begin..end
11355         keywords standout more than other verilog keywords.
11356         (verilog-type-font-keywords): Move the begin..end out of this list
11357         to facilitate making them to (potentially) stand out more.
11358         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
11359         function & task blocks.
11360         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
11361         initial, function & task blocks.
11362         (verilog-forward-sexp): Handle the new "disable fork" statement of
11363         IEEE-1800 Verilog.
11364         (verilog-beg-block-re-ordered): Handle the new "disable fork"
11365         statement of IEEE-1800 Verilog.
11366         (verilog-calc-1): Handle the new "disable fork" statement of
11367         IEEE-1800 Verilog.
11368         (verilog-disable-fork-re): Add const to help handle the new
11369         "disable fork" statement of IEEE-1800 Verilog.
11370         (verilog-declaration-core-re): Add port directions by themselves,
11371         with no qualification, as base item of a declaration.
11372         (verilog-pretty-declarations): Add new flag to ask it to refrain
11373         from printing to the message buffer.
11374         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
11375         printing to the message buffer.  Improve handling of the many
11376         types of expression line up.
11377         (verilog-just-one-space): Remove printing of an empty message.
11378         (verilog-get-lineup-indent): Rework to support the better handling
11379         of expression lineup for verilog-pretty-expr.
11380         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
11382 2008-02-24  Alan Mackenzie  <acm@muc.de>
11384         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
11385         yesterday's commit.
11387 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
11389         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
11390         to mouse-set-point in buffers that aren't associated with files.
11392         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
11394 2008-02-24  Alan Mackenzie  <acm@muc.de>
11396         Set of changes so that "obtrusive" syntactic elements in a
11397         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
11398         unmatched paren) don't interact syntactically with stuff outside
11399         the CPP line.
11401         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
11402         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
11403         off-by-one bug.
11404         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
11405         a bit of refactoring.
11406         (c-awk-extend-and-syntax-tablify-region): Takes some of the
11407         functionality of c-awk-advise-fl-for-awk-region, which has been
11408         refactored away.
11410         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
11411         (c-clear-char-property-with-value): New function and macro which
11412         remove text-properties `equal' to a supplied value.
11414         * progmodes/cc-engine.el: Comment about text properties amended.
11416         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
11417         parens around "error\\|warning".
11419         * progmodes/cc-langs.el (c-get-state-before-change-function)
11420         (c-before-font-lock-function, c-anchored-cpp-prefix):
11421         New language variables.
11422         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
11424         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
11425         syntax-table text properties.
11426         (c-common-init): Call language specific before/after-change
11427         functions at mode initialisation.
11428         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
11429         (c-extend-region-for-CPP, c-neutralize-CPP-line)
11430         (c-neutralize-syntax-in-CPP): New functions.
11431         (c-before-change, c-after-change): Call the new language specific
11432         change functions defined in cc-langs.el.
11433         (c-advise-fl-for-region): New macro.
11434         (awk-mode): Remove AWK specific stuff which has been refactored
11435         into language independent stuff.
11437 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
11439         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
11440         (gdb): (Re)set gdb-flush-pending-output to nil here...
11441         (gdb-init-1): ...instead of here (before gdb-prompt).
11443 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11445         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
11446         Recognize ''' just like any other char-constant.
11448 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
11451         careful enough.  Detect the uid-change all within the main loop.
11453 2008-02-24  Stefan Monnier  <monnier@pastel.home>
11455         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
11457 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11459         * hilit-chg.el (highlight-save-buffer-state): New macro.
11460         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
11461         (hilit-chg-clear): Use it to preserve the modified-p flag.
11462         (highlight-changes-rotate-faces): Don't mess with the undo-list.
11464 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11466         * font-lock.el (font-lock-set-defaults): Unset previously set variables
11467         when needed.
11469 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
11471         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
11472         from gnus-button-url-regexp.
11474 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
11476         * progmodes/compile.el (compilation-next-error): Doc fix.
11477         (compilation-find-file): Doc fix.
11479 2008-02-24  Glenn Morris  <rgm@gnu.org>
11481         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
11482         Add obsolete aliases to the old names.
11484 2008-02-24  Richard Stallman  <rms@gnu.org>
11486         * net/net-utils.el (ifconfig): Rename from ipconfig.
11487         (ipconfig): Alias to ifconfig.
11488         (ifconfig-program): Rename from ipconfig-program.
11489         (ifconfig-program-options): Rename from ipconfig-program-options.
11491 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
11493         * progmodes/verilog-mode.el (verilog-declaration-core-re):
11494         Add port directions by themselves, with no qualification, as base
11495         item of a declaration.
11496         (verilog-pretty-declarations): Add new flag that inhibits printing
11497         to the message buffer.
11498         (verilog-pretty-expr): Add new flag that inhibits printing to the
11499         message buffer.  Improve handling of the many types of expression
11500         line up.
11501         (verilog-just-one-space): Don't print an empty message.
11502         (verilog-get-lineup-indent): Rework to support the better handling
11503         of expression lineup for verilog-pretty-expr.
11504         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
11505         (verilog-mode-version, verilog-mode-release-date): Update.
11507 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11509         * subr.el (cancel-change-group): Don't move point.
11511 2008-02-23  Markus Triska  <markus.triska@gmx.at>
11513         * linum.el (linum-after-config): Update all visible windows.
11515 2008-02-23  Glenn Morris  <rgm@gnu.org>
11517         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
11518         Add :help for Solitaire and Tetris.
11520         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
11522         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
11523         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
11524         (smtpmail-queue-index-file): Make it a defcustom.
11525         (smtpmail-queue-index): Delete.
11526         (smtpmail-send-it, smtpmail-send-queued-mail):
11527         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
11528         smtpmail-queue-index.
11530         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
11531         Add :version.
11533 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
11535         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
11536         New variables.
11537         (iwconfig): New function.
11539 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
11541         * vc.el (vc-find-revision): Make vc-parent-buffer local before
11542         setting it.
11543         (vc-status-menu-map): Do not define using easy-menu.
11544         (vc-status-menu-map): New defalias.
11545         (vc-status-mode-map): Hook up the menu.
11546         (top-level): Update TODO.
11548         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
11550         * vc-bzr.el (vc-bzr-init-version): Rename to ...
11551         (vc-bzr-init-revision): ... this.
11553 2008-02-23  Jason Rumney  <jasonr@gnu.org>
11555         * makefile.w32-in (WINS_ALMOST): Remove term.
11556         (WINS): Add term here.
11557         (custom-deps, finder-data): Use WINS_ALMOST.
11559 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
11561         * faces.el (font-weight-table): Fix value of `semi-light'.
11563 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11565         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
11566         Make those tables bijective.
11568 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
11570         Finish pdbtrack integration cleanup, settling missing-functions
11571         byte compiler warnings appropriately.
11573         * progmodes/python.el (python-point): Remove this - beginning-of-line
11574         was all that was necessary for `python-pdbtrack-overlay-arrow'.
11575         (python-end-of-def-or-class, python-beginning-of-def-or-class)
11576         (python-goto-initial-line): Drop these - they were only needed for
11577         python-point.
11578         (python-comint-output-filter-function): Use condition-case and
11579         beginning-of-line directly, instead of python-mode.el functions
11580         which require all sorts of baggage.
11581         (point-safe): Unnecessary - we're using condition-case directly,
11582         instead.
11583         (python-execute-file): Include for python-shell, which I'm leaving
11584         in keeping despite it being unnecessary for pdb tracking.
11586 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
11588         * progmodes/scheme.el (scheme-font-lock-keywords-2):
11589         Add SRFI 11 support.
11590         (let-values, let*-values): Specify scheme-indent-function.
11592 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
11594         * vc.el (vc-exec-after): Move setting mode-line-process in the
11595         busy case ...
11596         (vc-set-mode-line-busy-indicator): ... in this new function.
11597         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
11598         (vc-update-vc-status-buffer): Reset mode-line-process.
11599         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
11600         mark/unmark all the files with the same state as the current one.
11601         With a prefix argument mark/unmark all files.
11602         (vc-status-mode-menu): Adjust strings.
11603         (vc-update-vc-status-buffer): Only do something when the argument
11604         is not nil.
11605         (vc-status-kill-dir-status-process): New function.
11606         (vc-status-mode-map): Bind it.
11607         (vc-status-process-buffer): New variable.
11608         (vc-status-mode): Make it local.
11609         (vc-status-refresh): Set it.
11611         * vc-hg.el (vc-hg-dir-status):
11612         * vc-git.el (vc-git-dir-status):
11613         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
11614         command is run.
11616 2008-02-22  Glenn Morris  <rgm@gnu.org>
11618         * json.el (top-level): No need to require thingatpt.
11619         (json-read-keyword): Use thing-at-point rather than word-at-point.
11621         * time.el (top-level): No need to require time-date when compiling.
11623         * emacs-lisp/copyright.el (copyright-update-year):
11624         Fix subexpression numbering for the case when years are split over
11625         lines, and for the replace case.
11627         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
11628         (tpu-caar, tpu-cadr): Delete functions.
11629         (zmacs-regions): No need to declare for compiler.
11630         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
11631         (tpu-spell-check): Rewrite, and handle mark after point.
11632         (tpu-special-insert): Use or rather than if.
11634         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
11635         rather than spell-region.
11637         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
11638         warnings about spell-region.
11640 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
11642         * ldefs-boot.el: Regenerated.
11644         * loadup.el: Don't load language/devanagari, language/kannada,
11645         language/malayalam, and language/tamil.  Load language/sinhala.
11647         * language/indian.el (indian-font-foundry)
11648         (indian-script-language-alist, indian-font-char-index-table)
11649         (indian-font-char, indian-font-char-range, indian-script-table)
11650         (indian-default-script, indian-composable-pattern): Delete them.
11651         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
11652         language environments moved to here.
11653         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
11654         New language environments.
11656         * language/devanagari.el, language/devan-util.el,
11657         * language/kannada.el, language/knd-util.el, language/malayalam.el,
11658         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
11659         Delete them.
11661         * language/sinhala.el: New file.
11663 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
11665         Update Nick Robert's port of pdb tracking from python-mode.el.
11667         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
11668         Clarify docstring.
11669         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
11670         tracking is happening.
11671         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
11672         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
11673         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
11674         Tracking is plugged in to all comint buffers once python.el is loaded.
11675         (python-pdbtrack-overlay-arrow): Toggle activation of
11676         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
11677         (python-pdbtrack-track-stack-file): Use new
11678         `python-pdbtrack-get-source-buffer' for more flexible access to
11679         debugging source files.
11680         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
11681         according to pdb stack trace, optionally using new
11682         `python-pdbtrack-grub-for-buffer' if file is not locally available.
11683         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
11684         named buffer, or having function with indicated name.
11685         (python-shell): Remove comint-output-filter-functions hook
11686         addition, it's being done elsewhere.  Wrap long line.
11688 2008-02-21  Michael Olson  <mwolson@gnu.org>
11690         * json.el: Replace XEmacs compatibility code to get rid of
11691         compiler warnings.
11693         * time.el: Fix compiler warning.
11695 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
11697         * json.el: New file (JavaScript Object Notation parser / generator).
11699 2008-02-21  Dave Love  <fx@gnu.org>
11701         * progmodes/sym-comp.el: New file.
11703         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
11704         Require sym-comp.  Add Python buffer to same-window-buffer-names.
11705         Fixup whitespaces.
11706         (python-font-lock-keywords): Add highlighting for Python builtins.
11707         (python-font-lock-syntactic-keywords): Rewrite.
11708         (python-quote-syntax): Use syntax-ppss-context instead of parsing
11709         ppss directly.
11710         (python-mode-map): Add binding for python-find-function.
11711         (python-calculate-indentation): Clean up the logic.
11712         (python-beginning-of-defun): Explicitly set return value.
11713         (python-beginning-of-statement): Stop looping if we get stuck
11714         going backwards.
11715         (python-next-statement): Stop looping if we somehow end up inside
11716         a string while advancing.
11717         (python-preoutput-continuation, python-version-checked): New vars.
11718         (python-check-version): New function.
11719         (run-python): Set default command to python-command instead of
11720         python-python-command.
11721         (run-python): Use python-check-version.  Give PYTHONPATH
11722         precedence over data-directory in the process environment.
11723         Load function definitions in python process after.
11724         (python-check-comint-prompt): New function.
11725         (python-send-command, python-send-receive): Use it.
11726         (python-complete-symbol, python-try-complete): Functions deleted.
11727         Use symbol-complete instead of python-complete-symbol throughout.
11728         (python-fill-paragraph): Further refine the fenced-string regexp.
11729         (def-python-skeleton): Expand to the original abbrev instead if in
11730         a comment or string.  Tweak skeletons for `if', `while', `for',
11731         `try/except', `try/finally', `name'.
11732         (python-pea-hook, python-abbrev-pc-hook): New functions.
11733         (python-abbrev-syntax-table): New var.
11734         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
11735         Use symbol-completion-try-complete for hippie expansion.
11736         Turn on font lock unconditionally.
11737         (python-mode-hook): Defcustom it.  No need to use make-local
11738         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
11739         option, since it's buffer-local.
11741 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
11743         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
11745 2008-02-21  Drew Adams  <drew.adams@oracle.com>
11747         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
11748         "Turn off" and a "Help" entry when the minor mode has no menu.
11750 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
11752         * vc.el (vc-status-mark, vc-status-unmark): New functions.
11753         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
11754         vc-status-mark-file and vc-status-unmark-file.
11755         (vc-status-mark-unmark): New function.
11756         (vc-status-previous-line, vc-status-next-line): No longer interactive.
11758 2008-02-21  Glenn Morris  <rgm@gnu.org>
11760         * composite.el (encode-composition-rule): Fix typo in error message.
11761         (composition-function-table, auto-composition-mode): Doc fixes.
11763         * subr.el (sit-for): Fix obsolete form for nil second argument.
11765         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
11766         (spell-string): Make obsolete, in favor of ispell.
11768 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
11770         * language/devanagari.el: Don't setup composition-function-table
11771         here.
11772         ("Devanagari"): Change charset, coding-system, coding-priority to
11773         Unicode-based ones.  Don't require the feature devan-util.
11775         * composite.el (compose-chars-after): Fix arguments for a function
11776         in composition-function-table.
11777         (auto-compose-region): Likewise.
11779         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
11780         for Ethiopic.
11781         (ps-mule-plot-string): Ignore glyph-string based compositions.
11783 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11785         * doc-view.el: Allow different windows to show different pages.
11786         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
11787         (doc-view-current-image, doc-view-current-overlay): Remove variables,
11788         add them back as macros instead, using image-mode-winprops instead.
11789         Update all users of those variables.
11790         (doc-view-new-window-function): New function to create a new overlay
11791         for each new window.
11792         (doc-view-mode): Use it and image-mode-setup-winprops.
11793         (doc-view-clone-buffer-hook): Rewrite accordingly.
11795         * image-mode.el: Extend [hv]scroll support to per-window properties.
11796         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
11797         (image-mode-winprops-alist): New var to replace them.
11798         (image-mode-new-window-functions): New hook.
11799         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
11800         New funs.
11801         (image-set-window-vscroll, image-set-window-hscroll): Use them.
11802         Remove the `window' argument, update callers.
11803         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
11804         Use the new functions.
11805         (image-mode-reapply-winprops): New fun.
11806         (image-mode): Use it.
11808 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
11810         * calc/calc-math.el (math-sin-raw): Add optional argument
11811         to keep track of original argument.
11812         (math-cos-raw): Use optional argument when calling math-sin-raw.
11813         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
11814         with close to original precision.
11816 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11818         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
11819         args in calls of sit-for.
11821 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
11823         * vc-svn.el (vc-svn-program): Fix typo in docstring.
11824         (vc-svn-checkin): Fix typo in error message.
11826         * help-mode.el: Require easymenu when compiling.
11828 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
11830         * help-mode.el (help-mode-menu): New menu.
11832 2008-02-20  Glenn Morris  <rgm@gnu.org>
11834         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
11835         on Windows.
11837 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
11839         * ps-mule.el (ps-mule-encode-region): Return a single string.
11840         (ps-mule-plot-string): Adjust for the above change.
11841         (ps-mule-encode-header-string): Likewise.
11843         * international/latin1-disp.el (latin1-display): Don't use
11844         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
11845         standard-display-table.
11846         (latin1-display-identities): Adjust for the change of what is
11847         returned by (get-language-info charset 'charset).
11849         * international/mule-util.el (char-displayable-p): Fix for Latin-1
11850         characters and terminal case.
11852 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
11854         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
11856         * progmodes/python.el: Also require comint when loading.
11857         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
11858         Replace python-shell with run-python on menu bar.
11859         (python-shell-map): New map.
11860         (python-default-interpreter, python-python-command-args)
11861         (python-jython-command-args, python-pdbtrack-do-tracking-p):
11862         New options.
11863         (python-which-shell, python-which-args, python-which-bufname):
11864         New buffer local variables.
11865         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
11867         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
11868         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
11869         New constants.
11871         Pdbtrack features:
11873         (python-point, python-end-of-def-or-class)
11874         (python-beginning-of-def-or-class, python-goto-initial-line)
11875         (python-comint-output-filter-function)
11876         (python-pdbtrack-overlay-arrow)
11877         (python-pdbtrack-track-stack-file, python-toggle-shells)
11878         (python-shell, python-pdbtrack-toggle-stack-tracking)
11879         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
11880         New functions.
11882 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11884         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
11885         when the argument is nil.
11887 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
11889         * vc.el (dir-status): Add a brief description.
11891 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
11893         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
11894         If non-nil, reverse the sense of the check.
11896         * vc-rcs.el (vc-rcs-root): New func.
11897         * vc-cvs.el (vc-cvs-root): New func.
11898         * vc-svn.el (vc-svn-root): New func.
11899         * vc-sccs.el (vc-sccs-root): New func.
11901 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
11903         * language/japan-util.el (setup-japanese-environment-internal):
11904         Call use-cjk-char-width-table.
11906         * language/japanese.el ("Japanese"): Set exit-function to
11907         use-default-char-width-table.
11909         * international/characters.el: Delete occurrences of non-Unicode
11910         tibetan and ethiopic characters.
11911         (cjk-char-width-table): New variable.
11912         (use-cjk-char-width-table, use-default-char-width-table):
11913         New functions.
11915 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
11917         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
11918         (vc-status-mode-menu): Add a :filter.
11919         (vc-status-printer): Add faces.
11921         * vc-hg.el (vc-hg-extra-status-menu): New function.
11922         (vc-hg-dir-status): Clean up the buffer before using it.
11924 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11926         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
11927         (gdb): Initialize it here instead.
11929         * files.el (locate-dominating-file): Fix thinko in last change.
11930         Reported by Bruce Stephens <bruce.stephens@isode.com>.
11932 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
11934         * vc.el (vc-status-mode-menu): New menu for vc-status.
11936 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
11938         * progmodes/verilog-mode.el (customize): Fix typo in error message.
11939         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
11940         (verilog-mode-auto, verilog-indent-level-module)
11941         (verilog-minimum-comment-distance, verilog-library-flags)
11942         (verilog-library-directories, verilog-library-files)
11943         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
11944         (verilog-xemacs-menu, verilog-set-compile-command)
11945         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
11946         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
11947         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
11948         (verilog-batch-inject-auto, verilog-batch-indent)
11949         (verilog-continued-line, verilog-type-keywords)
11950         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
11951         (verilog-read-inst-pins, verilog-read-arg-pins)
11952         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
11953         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
11954         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
11955         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
11956         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
11957         (verilog-mode-version, verilog-mode-release-date)
11958         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
11959         (verilog-simulator, verilog-compiler)
11960         (verilog-auto-sense-defines-constant, verilog-company)
11961         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
11962         Fix typos in docstrings.
11963         (verilog-set-auto-endcomments, verilog-calculate-indent)
11964         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
11965         Reflow docstrings.
11966         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
11967         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
11968         (electric-verilog-forward-sexp, verilog-in-case-region-p)
11969         (verilog-in-struct-region-p, verilog-in-generate-region-p)
11970         (verilog-leap-to-head, verilog-current-indent-level)
11971         (verilog-case-indent-level, verilog-cpp-keywords)
11972         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
11973         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
11974         (verilog-signals-not-in, verilog-symbol-detick-text)
11975         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
11976         (verilog-forward-close-paren, verilog-backward-open-paren)
11977         (verilog-backward-open-bracket): Doc fixes.
11979         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
11980         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
11981         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
11982         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
11983         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
11984         Fix typos in docstrings.
11986         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
11988 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
11990         * info.el (Info-read-node-name): Removed unused `default' arg.
11992 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
11994         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
11996 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11998         * image-mode.el (image-get-display-property): New fun.
11999         (image-forward-hscroll, image-next-line, image-eol, image-eob)
12000         (image-mode, image-minor-mode, image-toggle-display-text)
12001         (image-toggle-display): Use it.
12003 2008-02-18  Jason Rumney  <jasonr@gnu.org>
12005         * international/mule.el (xml-find-file-coding-system): Don't warn
12006         about utf-16 with BOM.
12008         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
12010         * international/mule.el (sgml-xml-auto-coding-function): Detect and
12011         warn if file encoding is not utf-8 and encoding not specified.
12012         (xml-find-file-coding-system): New function.
12013         * international/mule-conf.el (file-coding-system-alist): Use it.
12015 2008-02-17  Glenn Morris  <rgm@gnu.org>
12017         * international/mule-cmds.el (set-locale-environment):
12018         Pass `frame' to getenv for LC_MESSAGES.
12020 2008-02-17  Juri Linkov  <juri@jurta.org>
12022         * time.el (emacs-init-time): Use format instead of format-seconds.
12024 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12026         * textmodes/bibtex.el (bibtex-search-entry): Rename from
12027         bibtex-find-entry.  Add autoload cookie.
12028         (bibtex-find-entry): Alias for bibtex-search-entry.
12029         (bibtex-search-crossref): Rename from bibtex-find-crossref.
12030         (bibtex-find-crossref): Alias for bibtex-search-crossref.
12031         (bibtex-clean-entry): atomic-change-group removed.
12032         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
12033         to locate buffer location where error occurred.
12034         Make error messages more specific.
12035         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
12037 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
12039         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
12040         top level.
12042         * simple.el (transient-mark-mode): Add an :init-value.
12044         * startup.el (command-line): Use custom-reevaluate-setting for
12045         transient-mark-mode.
12047 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
12049         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
12051 2008-02-16  Juri Linkov  <juri@jurta.org>
12053         * startup.el (after-init-time): New variable.
12054         (command-line): Set `after-init-time' to the current time.
12056         * time.el (emacs-init-time): New function.
12058 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * files.el (locate-dominating-file): Remove initial loop because it's
12061         not careful enough.  Detect the uid-change all within the main loop.
12063 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
12065         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
12067 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
12069         * vc.el (vc-annotate): Add new argument.
12070         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
12072         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
12073         Move make-variable-buffer-local code after the corresponding defvar.
12074         (hs-minor-mode-map): Define and initialize in one step.
12075         (hs-minor-mode): Change from defun to define-minor-mode.
12077 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
12079         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
12080         (gdb-ready): Move declaration...
12082         * progmodes/gdb-ui.el (gdb-ready): ...to here.
12083         (gdb-early-user-input): New variable.
12084         (gdb): Reset gdb-flush-pending-output to nil and set
12085         comint-input-sender here (before gdb-prompt), instead of...
12086         (gdb-init-1): ...here.
12087         (gdb-send): If Emacs is not ready, defer user input to...
12088         (gdb-prompt): ...here.
12090 2008-02-16  Glenn Morris  <rgm@gnu.org>
12092         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
12094         * startup.el (emacs-startup-time): Rename to `before-init-time'.
12095         (before-init-time): New name for `emacs-startup-time'.
12096         (command-line): Use before-init-time rather than emacs-startup-time.
12097         * time.el (emacs-uptime): Use before-init-time rather than
12098         emacs-startup-time.
12100         * composite.el (composition-function-table): Doc fix.
12102         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
12103         in favor of `%z' specifier.
12104         (emacs-uptime): Move to time.el.
12105         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
12106         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
12107         argument of format-seconds.
12109 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
12111         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
12113 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
12115         * ielm.el (ielm-is-whitespace): Remove.
12116         (ielm-is-whitespace-or-comment): New function.
12117         (ielm-eval-input): Use it.
12119 2008-02-15  Jason Rumney  <jasonr@gnu.org>
12121         * term/mac-win.el: Fix coding tag.
12123 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
12125         * vc-hooks.el (vc-menu-map):
12126         * bindings.el (mode-line-mode-menu): Add tooltips.
12128         * bindings.el (help-echo): Add more tooltips.  Use a less
12129         telegraphic style for existing tooltips.
12131 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12133         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
12134         from the auto-generated one.
12136 2008-02-14  Glenn Morris  <rgm@gnu.org>
12138         * mail/rmail-spam-filter.el (rmail-spam-filter):
12139         Let-bind message-spam-status.
12141         * mail/smtpmail.el (password-cache-add): Declare as function.
12143 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
12145         * mail/smtpmail.el: Use password-cache.
12147 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
12149         * uniquify.el (uniquify-buffer-base-name): New function.
12150         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12152         * desktop.el (uniquify-managed): Don't defvar.
12153         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
12154         `uniquify-managed'.  Return also the buffer's base name.
12155         (desktop-save): When saving the buffer info, filter out the base name,
12156         and save it as buffer name if the buffer is managed by uniquify.
12157         (uniquify-item-base): Don't declare; not called anymore.
12159 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
12161         * vc.el (vc-annotate-find-revision-at-line): New function.
12162         (vc-annotate-mode-map): Bind it.
12163         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
12164         some entries.
12166 2008-02-14  Glenn Morris  <rgm@gnu.org>
12168         * calendar/time-date.el (format-seconds): New function.
12169         (emacs-uptime): Use format-seconds.
12171         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12172         Remove `LC_ALL=C', since it's included in $(emacs) now.
12174 2008-02-14  Zhang Wei  <id.brep@gmail.com>
12176         * textmodes/org-publish.el (org-publish-timestamp-filename):
12177         Replace colon characters in filename too.
12179 2008-02-13  Bastien Guerry  <bzg@altern.org>
12181         * mail/rmail.el (rmail-header-name): New face.
12182         (rmail-font-lock-keywords): Use rmail-header-name.
12184         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
12185         against X-Spam-Status header field.
12186         (rmail-spam-filter): Also check X-Spam-Status header field.
12188 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
12190         * progmodes/flymake.el (flymake-allowed-file-name-masks):
12191         Add support for .pm files and .php files.
12192         (flymake-err-line-patterns): Add pattern for PHP errors.
12193         (flymake-php-init): New function.  PHP support for flymake.
12195         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12196         Add regular expression for PHP errors.
12198 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
12200         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
12201         This DTRT even on w32 machines.
12202         (ange-ftp-cf1): Quote FILENAME.
12204 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12206         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
12207         (smerge-auto-combine): New fun.
12209 2008-02-12  Juri Linkov  <juri@jurta.org>
12211         * startup.el (fancy-startup-screen, normal-splash-screen):
12212         Set default-directory to command-line-default-directory.
12214         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
12215         after reading the desktop.
12217         * progmodes/compile.el (compilation-auto-jump):
12218         Call compile-goto-error only when compilation-auto-jump-to-first-error
12219         is non-nil.
12220         (compilation-scroll-output): Replace :type 'boolean with a choice
12221         that has three options including a third option `first-error'.
12222         Doc fix.
12223         (compilation-start, compilation-forget-errors): Add an alternate
12224         condition comparing compilation-scroll-output with `first-error'
12225         in addition to compilation-auto-jump-to-first-error (to call
12226         compilation-auto-jump in the proper place).
12228 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12230         * international/mule.el (sgml-html-meta-auto-coding-function):
12231         Make sure the search limit is ahead.
12233         * tar-mode.el: Fix broken indentation.
12234         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
12235         Use with-current-buffer.
12237 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
12239         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
12240         it is already automatically buffer-local.
12242 2008-02-12  Drew Adams  <drew.adams@oracle.com>
12244         * help.el (describe-key): Join some split lines to facilitate filling.
12245         * help-fns.el (describe-function-1): Fill text of overlong lines.
12247 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
12249         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
12250         Use unibyte-string instead of string-make-unibyte.
12252         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
12254 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12256         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
12257         works also for buffers w/o buffer-file-name.  Update callers.
12258         (doc-view-clone-buffer-hook): New fun.
12259         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
12260         the `doc-view' property so they can be recognized.
12262         * simple.el (clone-indirect-buffer-hook): New hook.
12263         (clone-indirect-buffer): Run it.
12265 2008-02-11  Michael Olson  <mwolson@gnu.org>
12267         * epa-setup.el:
12268         * epg-package-info.el: Files removed.
12270 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
12272         * epa.el (epa-menu-mode): Merge into epa-mode.
12273         (epa-menu-items): Rename the label "EasyPG Assistant" to
12274         "Encryption/Decryption".
12276         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
12277         (epa-dired-mode-map): Rename from epa-dired-map.
12278         (epa-global-dired-mode): Rename the global minor mode.
12280 2008-02-11  Drew Adams  <drew.adams@oracle.com>
12282         * isearch.el (isearch-fail): New face.
12283         (isearch-message): Highlight failure part of input.
12285 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12287         * ibuffer.el (ibuffer-header-line-format): New var.
12288         (ibuffer-mode): Set it instead of header-line-format.
12289         (ibuffer-update): Use it to set header-line-format.
12291         * international/mule-cmds.el (ucs-insert): Inherit surrounding
12292         properties like self-insert-command.
12294 2008-02-11  Drew Adams  <drew.adams@oracle.com>
12296         * progmodes/etags.el: Add many doc strings.
12298 2008-02-11  Jason Rumney  <jasonr@gnu.org>
12300         * ldefs-boot.el: Regenerated.
12302 2008-02-11  Glenn Morris  <rgm@gnu.org>
12304         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12305         Shorten some names.
12307         * ffap.el (ffap-rfc-directories): Add :version.
12309 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
12311         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
12312         files, and backup files of same.
12314 2008-02-11  Kevin Ryde  <user42@zip.com.au>
12316         * ffap.el (ffap-rfc-directories): New variable.
12317         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
12319         * info.el (Info-next-reference, Info-prev-reference)
12320         (Info-try-follow-nearest-node): Move to and follow https:// links too.
12322         * simple.el (completion-list-mode): Show full completion-list-mode-map
12323         in the docstring.
12325 2008-02-11  Sam Steingold  <sds@gnu.org>
12327         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
12329 2008-02-11  Glenn Morris  <rgm@gnu.org>
12331         * startup.el (emacs-startup-time): New variable.
12332         (command-line): Set emacs-startup-time.
12334         * calendar/time-date.el (emacs-uptime): New function.
12336 2008-02-10  Bastien Guerry  <bzg@altern.org>
12338         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
12339         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
12340         it is nil.
12342 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12344         * epg-config.el: Expand the contents of epg-package-info.el.
12345         (epg-package-name): New constant.
12346         (epg-version-number): New constant.
12347         (epg-bug-report-address): New constant.
12349         * epa-mail.el (epa-mail-mode): Add autoload cookie.
12350         (epa-global-mail-mode): New global minor mode.
12352         * epa-file.el (epa-file-mode): New global minor mode.
12354         * epa-dired.el (epa-dired-mode): New global minor mode.
12356         * epa.el (epa-menu): New variable.
12357         (epa-menu-items): New variable.
12358         (epa-menu-mode): New global minor mode.
12359         (epa-global-minor-modes): New user option.
12360         (epa-mode): New global minor mode.
12362 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
12364         * net/dbus.el: Remove `no-byte-compile' cookie.
12365         (dbus-call-method, dbus-register-signal, dbus-debug)
12366         (dbus-registered-functions-table): Declare them with
12367         `declare-function' or `defvar', respectively.
12368         (top): Don't assert any longer.  Require 'cl when compiling.
12369         Apply `ignore-errors' but `dbus-ignore-errors'.
12371 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
12373         * diff-mode.el (diff-add-change-log-entries-other-window):
12374         Use add-change-log-entry.
12376 2008-02-09  Jason Rumney  <jasonr@gnu.org>
12378         * button.el (button-map):
12379         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
12380         * ldefs-boot.el: Regenerate.
12382 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
12384         * epa.el (epa-faces, epa):
12385         * epa-file.el (epa-file):
12386         * epg-config.el (epg): Add :version.
12388 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
12390         * vc.el (vc-exec-after): Append CODE to previous fragments.
12391         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
12392         take MESSAGES instead of VERBOSE; use it when non-nil.
12393         (vc-diff-internal): Compute messages once; use them;
12394         update call to vc-diff-finish.
12396 2008-02-09  Michael Olson  <mwolson@gnu.org>
12398         * net/tramp.el (tramp-process-sentinel): Avoid error when process
12399         buffer has been killed, such as by
12400         `tramp-cleanup-all-connections'.
12402 2008-02-09  Miles Bader  <miles@gnu.org>
12404         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
12406 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12408         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
12409         splitter in context hunks.
12411 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
12413         * international/fontset.el (setup-default-fontset): Fix arabic otf
12414         font specification.
12416 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
12418         * epa-dired.el:
12419         * epa-file.el:
12420         * epa-mail.el:
12421         * epa-setup.el:
12422         * epa.el:
12423         * epg-config.el:
12424         * epg-package-info.el:
12425         * epg.el: Initial check-in of EasyPG.
12427 2008-02-08  Glenn Morris  <rgm@gnu.org>
12429         * woman.el (woman-locale): New defcustom.
12430         (woman-expand-locale, woman-manpath-add-locales): New functions.
12431         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
12433         * international/mule-cmds.el (locale-translate): New function,
12434         with old code extracted from set-locale-environment.
12435         (set-locale-environment): Use locale-translate.  Set woman-locale.
12437         * cus-start.el (selection-coding-system): Remove, since it's now
12438         defined in select.el rather than in xselect.c.
12439         * select.el (selection-coding-system): Make it a defcustom, and
12440         add the properties from cus-start.el.  Bump :version.
12442         * custom.el (custom-theme-set-variables): Sort symbols that are
12443         dependencies before symbols that depend on them.
12444         (custom-enabled-themes): Set after custom-theme-directory.
12446         * pcmpl-unix.el (top-level): Move provide statement to end.
12447         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
12448         `*' from doc-string.  Allow to be nil.
12449         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
12450         Allow to be nil.  Add :version.
12451         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
12452         without hostnames, and multiple hostnames per line.
12454         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
12456 2008-02-08  Phil Hagelberg  <phil@evri.com>
12458         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
12459         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
12461 2008-02-07  Timo Savola  <timo.savola@iki.fi>
12463         * startup.el (command-line-x-option-alist): Add --parent-id.
12465         * term/x-win.el (x-handle-parent-id): New function.
12467 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12469         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
12470         "Font Menu".
12472 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
12474         * net/dbus.el (dbus-interface-peer): New defconst.
12475         (dbus-ping): New defun.
12477 2008-02-06  Sam Steingold  <sds@gnu.org>
12479         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
12481 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12483         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
12484         Just return nil and let the C code provide a fallback.
12486 2008-02-05  Glenn Morris  <rgm@gnu.org>
12488         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
12489         tramp-flush-connection-property for removed 2nd argument.
12491 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12493         * diff-mode.el (diff-add-change-log-entries-other-window):
12494         Rename from diff-create-changelog.  Change users.
12495         Minor change to hopefully work with plain diffs.
12496         (diff-mode-map): Add binding for it.
12498 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
12500         * diff-mode.el: Add new TODO entry.
12501         (diff-create-changelog): New function.
12502         (diff-mode-menu): Bind it.
12504 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
12506         * international/mule-diag.el (print-fontset-element): Handle the
12507         case of inhibiting the fallback fonts.
12509 2008-02-04  Kim F. Storm  <storm@cua.dk>
12511         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12512         (ido-magic-delete-char): Use prefix arg.
12514 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
12516         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
12517         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
12518         of today, the most recent libpng is 1.2.24).
12520 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
12522         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
12524         * net/dbus.el (top): Check (featurep 'dbusbind).
12526         * net/tramp.el (tramp-process-sentinel): New defun.
12527         (tramp-do-copy-or-rename-file-out-of-band)
12528         (tramp-maybe-open-connection): Use it as process sentinel.
12529         (tramp-handle-delete-directory): Don't use the "-f" option; it
12530         isn't portable.
12531         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
12532         after the command.
12533         (tramp-handle-shell-command): Set `mode-line-process' in the
12534         asynchronous case.
12536         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
12538         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12539         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
12540         Use `tramp-process-sentinel' as process sentinel.
12542 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
12544         * whitespace.el (global-whitespace-mode): Revert last change.
12545         (whitespace-unload-function): Force `global-whitespace-mode'
12546         to deactivate local modes in a slightly less intrusive way.
12548 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
12550         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
12552 2008-02-02  Glenn Morris  <rgm@gnu.org>
12554         * international/latin1-disp.el (latin1-display):
12555         * progmodes/fortran.el (fortran-comment-indent-char):
12556         * progmodes/idlw-shell.el (top-level):
12557         * term/mac-win.el (mac-keyboard-translate-char):
12558         * whitespace.el (whitespace-char-valid-p):
12559         * wid-edit.el (widget-key-sequence-read-event):
12560         Use characterp rather than char-valid-p.
12562         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
12563         to capitalized-find-word-boundary.  Doc fix.  Update callers.
12564         (capitalized-next-word-boundary-function-table): Rename to
12565         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
12567         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
12568         string-to-int.
12570         * ps-def.el (declare-function): Add compatibility definition.
12571         (ps-plot-with-face, ps-plot-string): Declare as functions.
12572         (ps-bold-faces, ps-italic-faces): Declare variables.
12574         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
12575         (ps-mule-end-job): Declare as functions.
12577         * wid-edit.el (widget-string-complete): Use assoc-string rather
12578         than assoc-ignore-case.
12580 See ChangeLog.13 for earlier changes.
12582 ;; Local Variables:
12583 ;; coding: utf-8
12584 ;; add-log-time-zone-rule: t
12585 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
12586 ;; End:
12588     Copyright (C) 2008  Free Software Foundation, Inc.
12590   This file is part of GNU Emacs.
12592   GNU Emacs is free software: you can redistribute it and/or modify
12593   it under the terms of the GNU General Public License as published by
12594   the Free Software Foundation, either version 3 of the License, or
12595   (at your option) any later version.
12597   GNU Emacs is distributed in the hope that it will be useful,
12598   but WITHOUT ANY WARRANTY; without even the implied warranty of
12599   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12600   GNU General Public License for more details.
12602   You should have received a copy of the GNU General Public License
12603   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12605 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc