(progmodes/cc-mode.el) c-extend-region-for-CPP: Fix an off-by-one error
[emacs.git] / lisp / ChangeLog
blobd752fd3fb695e8cfe4898b9974711d0d07cdc6f0
1 2010-04-29  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4         off-by-one error (in end of macro position).
6 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9         firefox is absent.  Don't autoload.
10         (browse-url-galeon-program): Don't autoload.
12 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
14         * bindings.el (complete-symbol): Move into minibuffer.el.
16         * minibuffer.el (complete-tag): Move from etags.el.  If tags
17         completion cannot be performed, return nil instead of signalling
18         an error.
19         (completion-at-point): Make it an alias for complete-symbol.
20         (complete-symbol): Move from bindings.el, and replace with the
21         body of completion-at-point.
23         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
25         * cedet/semantic.el (semantic-mode): When enabled, add
26         semantic-ia-complete-symbol to completion-at-point-functions.
28         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
29         if Semantic is not active.
31 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
33         * net/tramp.el (tramp-remote-selinux-p): New defun.
34         (tramp-handle-file-selinux-context)
35         (tramp-handle-set-file-selinux-context): Use it.
37 2010-04-28  Sam Steingold  <sds@gnu.org>
39         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
40         `safe-local-variable' if the value is a string or a symbol with
41         the property `bug-reference-url-format'.
43 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
45         * progmodes/bug-reference.el (bug-reference-url-format): Revert
46         2010-04-27 change due to security risk.
48 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
50         Make it possible to locally disable a globally enabled mode.
51         * simple.el (fundamental-mode): Run fundamental-mode-hook.
52         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
53         rather than kill-all-local-variables so it runs fundamental-mode-hook.
54         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
55         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
56         that subsequent hooks get a chance to disable it.
58 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
61         Avoid re-enabling a minor mode after the user turned the minor mode
62         off if MODE-enable-in-buffers is run twice (typically once from
63         fundamental-mode's after-change-major-mode-hook and a second time from
64         run-mode-hook's own after-change-major-mode-hook).
66         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
68 2010-04-27  Sam Steingold  <sds@gnu.org>
70         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
71         `safe-local-variable' if the value is a string or a function, as
72         documented and implemented on 2010-04-02.
74 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
76         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
77         when method is 'kill.
79 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
81         * ispell.el (ispell-init-process): Fix personal dictionary condition
82         in default directory check.
83         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
84         Kill ispell process when killing its associated buffer.
86 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
88         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
89         but we aren't using it.
91 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
93         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
94         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
96 2010-04-24  Glenn Morris  <rgm@gnu.org>
98         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
99         Ignore VCS-ignore files, and deleted nextstep preferences files.
100         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
101         (authors-ambiguous-files): New list.
102         (authors-valid-file-names): Add some deleted files.
103         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
104         (authors-disambiguate-file-name): New function.  (Bug#5501)
105         (authors-canonical-file-name): Doc fix.
106         Don't warn about obsolete files.
107         (authors-canonical-file-name, authors-scan-el):
108         Use authors-disambiguate-file-name.
110         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
111         Add autoload cookies.
112         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
113         (generated-autoload-file): Set file-local value to "htmlfontify.el".
114         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
115         They have definitions / compiler macros in cl.el.
116         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
117         Replace manual autoloads with generated ones.
118         (htmlfontify-unload-rgb-file): Remove autoload.
119         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
121 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
124         (byte-compile-setq-default): Optimize for the
125         single-var case and don't call byte-compile-form in this case to avoid
126         inf-loop with byte-compile-set-default.
128         * progmodes/compile.el (compilation-start): Abbreviate default directory.
130 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
132         Implement SELINUX backends.
134         * net/tramp.el (tramp-file-name-handler-alist):
135         Add `file-selinux-context' and `set-file-selinux-context'.
136         (tramp-handle-file-selinux-context)
137         (tramp-handle-set-file-selinux-context): New defuns.
138         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
139         Handle PRESERVE-SELINUX-CONTEXT.
141         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
142         Add `file-selinux-context' and `set-file-selinux-context'.
143         (tramp-gvfs-handle-file-selinux-context)
144         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
145         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
147         * net/ange-ftp.el (ange-ftp-copy-file):
148         * net/tramp-fish.el (tramp-fish-handle-copy-file):
149         * net/tramp-imap.el (tramp-imap-handle-copy-file):
150         * net/tramp-smb.el (tramp-smb-handle-copy-file):
151         Add PRESERVE-SELINUX-CONTEXT.
153 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
155         Synchronize with Tramp repository.
157         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
158         (tramp-action-process-alive, tramp-action-out-of-band)
159         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
160         (tramp-exists-file-name-handler): Fix docstring.
161         (with-progress-reporter): New defmacro.
162         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
163         (tramp-maybe-open-connection): Use it.
165 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
167         Detect ssh 'ControlMaster' argument automatically in some cases.
169         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
170         (tramp-default-method): Use it.
172 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
174         * net/tramp.el (tramp-handle-copy-file): Add new optional
175         parameter `preserve-selinux-context'.
176         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
178 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
180         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
181         Ensure, that non remote files are still checked.  Oops.
183 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
185         Fix Bug#5840.
187         * icomplete.el (icomplete-completions): Use `non-essential'.
189         * net/tramp.el (tramp-connectable-p): New defun.
190         (tramp-handle-expand-file-name)
191         (tramp-completion-handle-file-name-all-completions)
192         (tramp-completion-handle-file-name-completion): Use it.
194 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
196         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
198 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
200         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
202         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
204         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
205         is present.
207         * info.el (info-tool-bar-map): Add labels.
209         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
211         * cus-edit.el (custom-commands): Add labels for tool bar.
212         (custom-buffer-create-internal, Custom-mode): Adjust for
213         labels in custom-commands.
215         * dynamic-setting.el: Renamed from font-setting.el.
217 2010-04-21  John Wiegley  <jwiegley@gmail.com>
219         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
220         toggles the use of virtual buffers.
221         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
222         value.
223         (ido-toggle-virtual-buffers): New function.
225 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
227         Use `define-derived-mode'; fix window selection; doc fixes.
228         * play/tetris.el (tetris, tetris-update-speed-function)
229         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
230         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
231         (tetris-rotate-next, tetris-end-game, tetris-start-game)
232         (tetris-pause-game): Fix typos in docstrings.
233         (tetris-mode-map, tetris-null-map):
234         Move initialization into declaration.
235         (tetris-mode): Define with `define-derived-mode';
236         set show-trailing-whitespace to nil.
237         (tetris): Prefer window already displaying the "*Tetris*" buffer.
239 2010-04-21  Karel Klíč  <kklic@redhat.com>
241         * files.el (backup-buffer): Handle SELinux context, and return it
242         if a backup was made by renaming.
243         (backup-buffer-copy): Set SELinux context to the target file.
244         (basic-save-buffer): Set SELinux context of the newly written file.
245         (basic-save-buffer-1): Now it also returns any SELinux context.
246         (basic-save-buffer-2): Set SELinux context of the newly created file,
247         and return it.
248         * net/tramp.el (tramp-file-name-for-operation):
249         Add file-selinux-context.
251 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
253         * vc.el (vc-checkin, vc-modify-change-comment):
254         Adjust to new vc-start/finish-logentry.
255         (vc-find-conflicted-file): New command.
256         (vc-transfer-file): Adjust to new vc-checkin.
257         (vc-next-action): Improve scoping.
259         * vc-hg.el (vc-hg-log-edit-mode): Remove.
260         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
262         * vc-git.el (vc-git-log-edit-mode): Remove.
263         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
264         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
266         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
267         (vc-start-logentry): Remove argument `extra'.
268         (vc-finish-logentry): Remove extra args.
270         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
271         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
272         (vc-bzr-conflicted-files): New function.
274         * log-edit.el (log-edit-extra-flags)
275         (log-edit-before-checkin-process): Remove.
276         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
277         (log-edit-headers-alist): New var.
278         (log-edit-header-contents-regexp): New const.
279         (log-edit-match-to-eoh): New function.
280         (log-edit-font-lock-keywords): Use them.
281         (log-edit): Insert a "Summary:" header as default.
282         (log-edit-mode): Mark font-lock rules as case-insensitive.
283         (log-edit-done): Cleanup headers.
284         (log-view-process-buffer): Remove.
285         (log-edit-extract-headers): New function to replace it.
287 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
289         * subr.el (default-direction-reversed): Remove obsolescence info.
291 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
294         windows/frames.
296         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
297         I.e. include text after point in the completion region.
298         Also, return nil when we're not after/in a symbol.
300         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
301         default enable-multibyte-characters.
303 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * international/mule.el: Help the user choose a valid coding-system.
306         (read-buffer-file-coding-system): New function.
307         (set-buffer-file-coding-system): Use it.  Prompt the user if the
308         coding-system cannot encode all the chars.
310         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
311         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
312         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
313         Don't use *vc-bzr-shelve*.
315 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
317         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
318         Don't destroy list before using it.
320 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
322         Fix the version number for added files.
323         * vc-hg.el (vc-hg-working-revision): Check if the file is
324         registered after hg parent fails (Bug#5961).
326 2010-04-19  Glenn Morris  <rgm@gnu.org>
328         * htmlfontify.el (htmlfontify-buffer)
329         (htmlfontify-copy-and-link-dir): Autoload entry points.
331 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
333         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
334         name relative to the project root (Bug#5960).
336 2010-04-19  Glenn Morris  <rgm@gnu.org>
338         * vc-git.el (vc-git-print-log): Doc fix.
340 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
342         * ido.el (ido-file-internal): Fix 2009-12-02 change.
344 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
346         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
347         default settings (Bug#5928).
349 2010-04-19  Glenn Morris  <rgm@gnu.org>
351         * progmodes/fortran.el (fortran-match-and-skip-declaration):
352         New function.
353         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
355 2010-04-19  Kenichi Handa  <handa@m17n.org>
357         * language/indian.el (malayalam-composable-pattern): Fix previous
358         change (add U+0D4D "SIGN VIRAMA").
359         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
360         (tamil-composable-pattern): Fix typo in the regexp.
361         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
362         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
363         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
365 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
367         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
368         paragraph-separate (Bug#5821).
370 2010-04-19  Juri Linkov  <juri@jurta.org>
372         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
374         * info.el (Info-find-node-2): Comment out code that skips
375         breadcrumbs line.
376         (Info-mouse-follow-link): New command.
377         (Info-link-keymap): New keymap.
378         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
379         Return a string with links instead of inserting breadcrumbs
380         to the Info buffer.
381         (Info-fontify-node): Comment out code that inserts breadcrumbs.
382         Instead of putting the `invisible' text property over the Info
383         header, make an overlay over the Info header with the `invisible'
384         property and `after-string' set to the string returned by
385         `Info-breadcrumbs'.
387 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
389         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
390         Reported by monkey@sandpframing.com.
392 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
394         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
395         (tmm-get-keymap): Add key-binding shortcuts now that they're not
396         available in the "keyseq cache" any more.
398         * custom.el (defcustom): Add edebug spec.
400 2010-04-18  Juri Linkov  <juri@jurta.org>
402         Test for special mode-class in view-buffer instead of view-file (bug#5513).
404         * view.el (view-file, view-buffer): Move test for special mode-class
405         from view-file to view-buffer.
407         * tar-mode.el (tar-extract): Turn if's into one cond
408         like in arc-mode.el.
410 2010-04-18  Juri Linkov  <juri@jurta.org>
412         Add 7z archive format support (bug#5475).
414         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
415         (archive-7z-extract): New defcustom.
416         (archive-find-type): Add magic string for 7z.
417         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
418         If `stderr-file' is non-nil, use `(t stderr-file)' for the
419         `buffer' arg of `call-process'.
420         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
421         call the function `archive-7z-extract' with the variable
422         `archive-7z-extract' let-bound to `archive-zip-extract'.
423         (archive-7z-summarize, archive-7z-extract): New functions.
425         * international/mule.el (auto-coding-alist):
426         * files.el (auto-mode-alist): Add 7z file extension.
428 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * loadup.el: Setup hash-cons for pure data.
432         Fix duplicate entries in cedet's loaddefs.el files.
433         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
434         Should make most file-local generated-autoload-file unnecessary.
435         (print-readably): Silence warnings.
436         (autoload-find-destination): Take load-name as an arg to make sure
437         it's the same as the one that will be in the file.
438         (autoload-generate-file-autoloads): Adjust to above changes.
439         Try to make the dataflow a bit simpler.
441         * cvs-status.el (cvs-refontify): Remove unused.
443 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
445         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
447         * calc-bin.el (calc-radix): Have the "O" option turn on
448         twos-complement mode.
450 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
452         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
453         Add `calc-option-prefix-help' to calc-help autoloads.
454         (calc-inverse): Add "Option" to message, as appropriate.
455         (calc-hyperbolic): Add "Option" to message, as appropriate.
456         (calc-option, calc-is-option): New functions.
458         * calc-help.el (calc-full-help):  Add `calc-option-help'.
459         (calc-option-prefix-help): New function.
461         * calc-misc.el (calc-help): Add "Option" entry.
463         * calc.el (calc-local-var-list): Add `calc-option-flag'.
464         (calc-option-flag): New variable.
465         (calc-do): Set `calc-option-flag to nil.
466         (calc-set-mode-line): Add "Opt " as appropriate.
468 2010-04-16  Juri Linkov  <juri@jurta.org>
470         Move scrolling commands from simple.el to window.el
471         because their primitives are implemented in window.c.
473         * simple.el (scroll-error-top-bottom)
474         (scroll-up-command, scroll-down-command, scroll-up-line)
475         (scroll-down-line, scroll-other-window-down)
476         (beginning-of-buffer-other-window, end-of-buffer-other-window):
477         * window.el (scroll-error-top-bottom)
478         (scroll-up-command, scroll-down-command, scroll-up-line)
479         (scroll-down-line, scroll-other-window-down)
480         (beginning-of-buffer-other-window, end-of-buffer-other-window):
481         Move from simple.el to window.el because their primitives are
482         implemented in window.c.
484 2010-04-16  Juri Linkov  <juri@jurta.org>
486         * isearch.el (isearch-lookup-scroll-key): Check both
487         `isearch-scroll' and `scroll-command' properties.
488         (scroll-up, scroll-down): Remove `isearch-scroll' property.
490         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
492         * simple.el (scroll-up-command, scroll-down-command)
493         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
495 2010-04-15  Juri Linkov  <juri@jurta.org>
497         * simple.el (scroll-up-command, scroll-down-command)
498         (scroll-up-line, scroll-down-line): Put `scroll-command'
499         property on the these symbols.  Remove them from
500         `scroll-preserve-screen-position-commands'.
502         * mwheel.el (mwheel-scroll): Put `scroll-command' and
503         `isearch-scroll' properties on the `mwheel-scroll' symbol.
504         Remove it from `scroll-preserve-screen-position-commands'.
506         * isearch.el (isearch-allow-scroll): Doc fix.
508 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
510         * net/tramp.el (tramp-error-with-buffer): Don't show the
511         connection buffer when we are in completion mode.
512         (tramp-file-name-handler): Catch the error for some operations
513         when we are in completion mode.  This gives the user the chance to
514         correct the file name in the minibuffer.
516 2010-04-15  Glenn Morris  <rgm@gnu.org>
518         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
520 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
522         Simplify by using `define-derived-mode'.
523         * info.el (Info-mode):
524         * calendar/todo-mode.el (todo-mode):
525         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
526         (gomoku-mode-map): Move initialization into declaration.
528 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
530         Fix Bug#5840.
531         * ido.el (ido-file-name-all-completions-1):
532         * minibuffer.el (minibuffer-completion-help):
533         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
535 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * simple.el (non-essential): New var.
539         Add a new field `location' to bookmarks for non-file bookmarks.
540         * bookmark.el (bookmark-location): Use the new field, if present.
541         (bookmark-insert-location): Undo last change, not needed any more.
542         * man.el (Man-bookmark-make-record):
543         * woman.el (woman-bookmark-make-record): Add `location' field.
545 2010-04-14  Juri Linkov  <juri@jurta.org>
547         * simple.el (scroll-error-top-bottom): New defcustom.
548         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
550         * emulation/pc-select.el (pc-select-override-scroll-error):
551         Obsolete in favor of `scroll-error-top-bottom'.
553 2010-04-14  Juri Linkov  <juri@jurta.org>
555         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
556         `scroll-up-command' and `M-v' to `scroll-down-command'.
558         * emulation/cua-rect.el (cua--init-rectangles):
559         * forms.el (forms--change-commands):
560         * image-mode.el (image-mode-map):
561         Remap scroll-down-command and scroll-up-command
562         in addition to scroll-down and scroll-up.
564 2010-04-14  Juri Linkov  <juri@jurta.org>
566         * mwheel.el (scroll-preserve-screen-position-commands):
567         Add mwheel-scroll to this list of commands.
569         * simple.el (scroll-preserve-screen-position-commands):
570         Add scroll-up-command, scroll-down-command, scroll-up-line,
571         scroll-down-line to this list of commands.
573 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * obsolete/complete.el: Move from lisp/complete.el.
577         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
579         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
580         to the minor mode function now turns the mode ON unconditionally.
582 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * vc-dir.el (vc-dir-kill-line): New command.
585         (vc-dir-mode-map): Bind it to C-k.
587         * bookmark.el (bookmark-insert-location): Handle a nil filename.
589         * woman.el: Add bookmark declarations to silence the compiler.
590         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
591         step to compatibility between man and woman bookmarks.
592         Adjust for Man-default-bookmark-title renaming.
593         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
595         * man.el: Add bookmark declarations to silence the compiler.
596         (Man-name-local-regexp): Make it match NAME as well.
597         (Man-getpage-in-background): Return the buffer.
598         (Man-notify-when-ready): Use `case'.
599         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
600         Don't hardcode "NAME".  Simplify.
601         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
602         Rename from Man-bookmark-make-record.
603         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
604         we have the actual man-args.  Use Man-getpage-in-background rather
605         than `man' since the arg is already processed.  Let bookmark.el do the
606         window handling.  Only wait for the relevant process.
607         Don't forget to autoload.
609         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
611 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
613         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
614         New functions.
615         (woman-mode): Setup bookmark support.
617         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
618         (man-bookmark-jump): New functions.
619         (Man-mode): Setup bookmark support.
621 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
623         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
624         recognize ssh-keygen prompt (Bug#2817).
626 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
628         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
630 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
632         Synchronize with Tramp repository.
634         * net/tramp.el (tramp-completion-function-alist)
635         (tramp-file-name-regexp, tramp-chunksize)
636         (tramp-local-coding-commands, tramp-remote-coding-commands):
637         Fix docstring.
638         (tramp-remote-process-environment): Use `format' instead of `concat'.
639         (tramp-handle-directory-files-and-attributes)
640         (tramp-get-remote-path): Use `copy-tree'.
641         (tramp-handle-file-name-all-completions): Backward/ XEmacs
642         compatibility: Use `completion-ignore-case' if
643         `read-file-name-completion-ignore-case' does not exist.
644         (tramp-do-copy-or-rename-file-directly): Do not use
645         `tramp-handle-file-remote-p'.
646         (tramp-do-copy-or-rename-file-out-of-band):
647         Use `tramp-compat-delete-directory'.
648         (tramp-do-copy-or-rename-file-out-of-band)
649         (tramp-compute-multi-hops, tramp-maybe-open-connection):
650         Use `format-spec-make'.
651         (tramp-find-foreign-file-name-handler)
652         (tramp-advice-make-auto-save-file-name)
653         (tramp-set-auto-save-file-modes): Remove superfluous check for
654         `stringp'.  This is done inside `tramp-tramp-file-p'.
655         (tramp-debug-outline-regexp): New defconst.
656         (tramp-get-debug-buffer): Use it.
657         (tramp-check-for-regexp): Use (forward-line 1).
658         (tramp-set-auto-save-file-modes): Adapt version check.
660         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
661         Wrap call of `featurep' for 2nd argument.
662         (tramp-compat-make-temp-file): Simplify fallback implementation.
663         (tramp-compat-copy-tree): Remove function.
664         (tramp-compat-delete-directory): Provide implementation for older
665         Emacsen.
667         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
668         Do not use `tramp-fish-handle-file-attributes.
670         * net/trampver.el: Update release number.
672 2010-04-10  Glenn Morris  <rgm@gnu.org>
674         * progmodes/compile.el (compilation-save-buffers-predicate):
675         Add missing :version tag.
677 2010-04-09  Sam Steingold  <sds@gnu.org>
679         * progmodes/compile.el (compilation-save-buffers-predicate):
680         Remove the "autoload" cookie.
682         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
683         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
684         and `bug-reference-prog-mode' can be used in hooks directly.
686 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
688         Add --author support to git commit.
689         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
690         (vc-git-log-edit-mode): New minor mode.
691         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
692         New declarations.
694 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
696         * vc-hooks.el, vc-git.el: Improve documentation comments.
698 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
700         Fix some of the problems in defsubst* (bug#5728).
701         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
702         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
704 2010-04-07  Sam Steingold  <sds@gnu.org>
706         * progmodes/compile.el (compilation-save-buffers-predicate):
707         New custom variable.
708         (compile, recompile): Pass it to `save-some-buffers'.
710 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
712         * wid-edit.el (widget-choose): Move cursor to the second line of
713         the buffer (Bug#5695).
715 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
717         Add new VC methods: vc-log-incoming and vc-log-outgoing.
718         * vc.el (vc-print-log-setup-buttons): New function split out from
719         vc-print-log-internal.
720         (vc-log-internal-common): New function, a parametrized version of
721         vc-print-log-internal.
722         (vc-print-log-internal): Just call vc-log-internal-common with the
723         right arguments.
724         (vc-incoming-outgoing-internal):
725         (vc-log-incoming, vc-log-outgoing): New functions.
726         (vc-log-view-type): New permanent local variable.
728         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
730         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
731         of the dynamic bound vc-short-log.
732         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
734         * vc-git.el (vc-git-log-outgoing): New function.
735         (vc-git-log-view-mode): Use vc-log-view-type instead
736         of the dynamic bound vc-short-log.
738         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
739         of the dynamic bound vc-short-log.  Highlight the tag.
740         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
741         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
742         (vc-hg-incoming-mode): Remove.
743         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
745 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
747         Fix default-directory for vc-root-diff.
748         * vc.el (vc-root-diff): Bind default-directory to the root
749         directory for the diff command.
751 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
753         * progmodes/verilog-mode.el (verilog-forward-sexp):
754         (verilog-calc-1): Support "disable fork" and "fork wait" multi
755         word keywords, suggested by Steve Pearlmutter.
756         (verilog-pretty-declarations): Support lineup of declarations in
757         port lists.
758         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
759         fix bug for /* / comments
760         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
761         Speed up and simplfy as this is never called with a bound.
762         (verilog-pretty-declarations): Enhance to line up declarations
763         inside a parameter list, suggested by Alan Morgan.
764         (verilog-pretty-expr): Tune assignment regular expression match
765         string for corner cases; also use markers instead of character
766         number as indent changes the later.
768 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
770         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
771         as missing keyword.
772         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
773         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
774         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
775         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
776         Tennant.
777         (verilog-keywords):
778         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
779         1800-2009 keywords, including "global.".
781 2010-04-06  John Wiegley  <jwiegley@gmail.com>
783         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
784         appearing in buffer list (if a live buffer name matched a recentf
785         file basename).  Should use uniquify to offer a real solution.
787 2010-04-06  John Wiegley  <jwiegley@gmail.com>
789         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
790         comment to code, and add a :version tag.
791         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
793 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
795         Enable recentf-mode if using virtual buffers.
796         * ido.el (recentf-list): Declare for byte-compiler.
797         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
798         (ido-make-buffer-list): Simplify.
799         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
801 2010-04-05  Juri Linkov  <juri@jurta.org>
803         Scrolling commands which scroll a line instead of full screen.
804         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
806         * simple.el (scroll-up-line, scroll-down-line): New commands.
807         Put property isearch-scroll=t on them.
809         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
810         Remove commands.
812 2010-04-05  Juri Linkov  <juri@jurta.org>
814         Scrolling commands which do not signal errors at top/bottom.
815         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
817         * simple.el (scroll-up-command, scroll-down-command): New commands.
818         Put property isearch-scroll=t on them.
820         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
821         `scroll-down-command' and [next] from `scroll-up' to
822         `scroll-up-command'.
824         * emulation/cua-base.el: Put property CUA=move on
825         `scroll-up-command' and `scroll-down-command'.
826         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
827         and `scroll-down-command' to `cua-scroll-down'.
829 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
831         * help.el (describe-mode): Return nil.
833 2010-04-04  John Wiegley  <jwiegley@gmail.com>
835         * ido.el (ido-use-virtual-buffers): New variable to indicate
836         whether "virtual buffer" support is enabled for IDO.
837         (ido-virtual): Face used to indicate virtual buffers in the list.
838         (ido-buffer-internal): If a buffer is chosen, and no such buffer
839         exists, but a virtual buffer of that name does (which would be why
840         it was in the list), recreate the buffer by reopening the file.
841         (ido-make-buffer-list): If virtual buffers are being used, call
842         `ido-add-virtual-buffers-to-list' before the make list hook.
843         (ido-virtual-buffers): New variable which contains a copy of the
844         current contents of the `recentf-list', albeit pared down for the
845         sake of speed, and with proper faces applied.
846         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
847         create a list of "virtual buffers" to present to the user in
848         addition to the currently open set.  Note that this logic could
849         get rather slow if that list is too large.  With the default
850         `recentf-max-saved-items' of 200, there is little speed penalty.
852 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * font-lock.el: Require CL when compiling.
855         (font-lock-turn-on-thing-lock): Use `case'.
857 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
859         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
860         Zaretskii.
862 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
864         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
865         (semantic-create-imenu-directory-index): Fix typos in docstrings.
866         (semantic-imenu-goto-function): Reflow docstring.
868 2010-04-02  Juri Linkov  <juri@jurta.org>
870         * ehelp.el (electric-help-orig-major-mode):
871         New buffer-local variable.
872         (electric-help-mode): Set it to original major-mode.  Doc fix.
873         (with-electric-help): Use `electric-help-orig-major-mode' instead
874         of (default-value 'major-mode).  Doc fix.
875         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
877 2010-04-02  Sam Steingold  <sds@gnu.org>
879         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
880         `vc-hg-command' with a list of flags.
882         * progmodes/bug-reference.el (bug-reference-bug-regexp):
883         Also accept "patch" and "RFE".
884         (bug-reference-fontify): `bug-reference-url-format' can also be a
885         function to be able to handle the bug kind.
886         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
888 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
890         * tmm.el (tmm-get-keymap): Check with symbolp before passing
891         value to fboundp, it may not be a symbol.
893 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
895         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
897 2010-03-31  Juri Linkov  <juri@jurta.org>
899         * simple.el (next-line, previous-line): Re-throw a signal
900         with `signal' instead of using `ding'.
901         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
903 2010-03-31  Juri Linkov  <juri@jurta.org>
905         * simple.el (keyboard-escape-quit): Raise deselecting the active
906         region higher than exiting the minibuffer.
907         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
909 2010-03-31  Juri Linkov  <juri@jurta.org>
911         * image.el (image-animated-p): Use `image-metadata' instead of
912         `image-extension-data'.  Get GIF extenstion data from metadata
913         property `extension-data'.
915 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
917         * simple.el (append-to-buffer): Simplify.
919 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
921         * textmodes/artist.el (artist-mode): Fix typo in docstring.
922         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
924 2010-03-31  Kenichi Handa  <handa@m17n.org>
926         * language/sinhala.el (composition-function-table): Fix regexp for
927         the new Unicode specification.
929         * language/indian.el (devanagari-composable-pattern)
930         (tamil-composable-pattern, kannada-composable-pattern)
931         (malayalam-composable-pattern): Adjust for the new Unicode
932         specification.
933         (bengali-composable-pattern, gurmukhi-composable-pattern)
934         (gujarati-composable-pattern, oriya-composable-pattern)
935         (telugu-composable-pattern): New variables to cope with the new
936         Unicode specification.  Use them in composition-function-table.
938 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
940         Make tmm-menubar work for the Buffers menu again (bug#5726).
941         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
942         vectors rather than cons cells, as used in menu-bar-update-buffers.
944 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
946         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
947         (js-insert-and-indent): Revert 2009-08-15 change, restoring
948         electric punctuation for "{}();,:" (Bug#5586).
950         * mail/sendmail.el (mail-default-directory): Doc fix.
952 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
954         * mail/sendmail.el (mail-default-directory): Doc fix.
956 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
958         * subr.el (version-regexp-alist, version-to-list)
959         (version-list-<, version-list-=, version-list-<=)
960         (version-list-not-zero, version<, version<=, version=): Doc fix.
961         (Bug#5744).
963 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
965         * vc.el (vc-root-diff): Doc fix.
967 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
969         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
971         * simple.el (append-to-buffer): Fix last change.
973 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
975         * simple.el (append-to-buffer): Ensure that point is preserved if
976         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
977         (Bug#5749)
979 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
981         * files.el (auto-mode-case-fold): Change default to t.
983 2010-03-30  Juri Linkov  <juri@jurta.org>
985         * dired-x.el (dired-omit-mode): Doc fix.
987 2010-03-30  Juri Linkov  <juri@jurta.org>
989         * replace.el (occur-accumulate-lines): Move occur-engine related
990         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
991         to be located after `occur-engine'.
993 2010-03-30  Juri Linkov  <juri@jurta.org>
995         Make occur handle multi-line matches cleanly with context.
996         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
998         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
999         (occur-engine): Add local variables `ret', `prev-after-lines',
1000         `prev-lines'.  Use more arguments for `occur-context-lines'.
1001         Set first elem of its returned list to `data', and the second elem
1002         to `prev-after-lines'.  Don't print the separator line.
1003         In the end, print remaining context after-lines.
1004         (occur-context-lines): Add new arguments `begpt', `endpt',
1005         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
1006         after-lines of the previous match with before-lines of the
1007         current match and not overlap them.  Return a list with two
1008         values: the output line and the list of context after-lines.
1010 2010-03-30  Juri Linkov  <juri@jurta.org>
1012         * replace.el (occur-accumulate-lines): Fix a bug where the first
1013         context line at the beginning of the buffer was missing.
1015 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
1017         * files.el: Make bidi-display-reordering safe variable for boolean
1018         values.
1020 2010-03-29  Phil Hagelberg  <phil@evri.com>
1021             Chong Yidong  <cyd@stupidchicken.com>
1023         * subr.el: Extend progress reporters to perform "spinning".
1024         (progress-reporter-update, progress-reporter-do-update):
1025         Handle non-numeric value arguments.
1026         (progress-reporter--pulse-characters): New var.
1028 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1030         * progmodes/compile.el (compilation-start): Fix regexp detection
1031         of initial cd command (Bug#5771).
1033 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
1035         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1037 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
1039         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1040         * lisp/progmodes/gdb-mi.el: Restore.
1041         * lisp/progmodes/gdb-ui.el: Remove.
1042         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1044 2010-03-25  Glenn Morris  <rgm@gnu.org>
1046         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1047         all dired buffers, even tramp ones.  (Bug#5755)
1049 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         Add "union tags" in mpc.el.
1052         * mpc.el: Remove backward compatibility code.
1053         (mpc-browser-tags): Change default.
1054         (mpc--find-memoize-union-tags): New var.
1055         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1056         (mpc-cmd-find): Handle the case where the playlist does not exist.
1057         Handle union-tags.
1058         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
1059         (mpc-cmd-add): Use mpc-cmd-flush.
1060         (mpc-tagbrowser-tag-name): New fun.
1061         (mpc-tagbrowser-buf): Use it.
1062         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
1064 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         Misc cleanup.
1067         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1068         Use replace-regexp-in-string.
1069         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1070         (makefile-imake-mode-syntax-table): Move init into defvar.
1071         (makefile-mode): Use define-derived-mode.
1073         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1074         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1075         not be present any more.
1077 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1079         * faces.el (set-face-attribute): Fix typo in docstring.
1080         (face-valid-attribute-values): Reflow docstring.
1082         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1084 2010-03-24  Glenn Morris  <rgm@gnu.org>
1086         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1088 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1090         * indent.el (indent-for-tab-command): Doc fix.
1092 2010-03-24  Alan Mackenzie  <acm@muc.de>
1094         * progmodes/cc-engine.el (c-remove-stale-state-cache):
1095         Fix off-by-one error.  Fixes bug #5747.
1097 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1099         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1100         (image-dired-read-comment): Doc fix.
1102         * json.el (json-object-type, json-array-type, json-key-type)
1103         (json-false, json-null, json-read-number):
1104         * minibuffer.el (completion-in-region-functions):
1105         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1106         (cal-tex-cursor-week):
1107         * emacs-lisp/trace.el (trace-function):
1108         * eshell/em-basic.el (eshell/printnl):
1109         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1110         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1111         * obsolete/levents.el (allocate-event, event-key, event-object)
1112         (event-point, event-process, event-timestamp, event-to-character)
1113         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1114         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1115         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1116         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1117         (reftex-highlight-selection): Fix typos in docstrings.
1119 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1121         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1123 2010-03-24  Glenn Morris  <rgm@gnu.org>
1125         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1126         2008-02-13 without comment; mark it obsolete.
1127         (rmail-highlight-headers): Use rmail-highlight-face once more.
1129 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1131         * woman.el (woman2-process-escapes): Only consume the newline if
1132         the filler character is on a line by itself (Bug#5729).
1134 2010-03-24  Kenichi Handa  <handa@m17n.org>
1136         * language/indian.el (devanagari-composable-pattern): Add more
1137         consonants.
1139 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1141         * net/trampver.el: Update release number.
1143 2010-03-24  Glenn Morris  <rgm@gnu.org>
1145         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1147 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1149         * net/tramp.el (tramp-find-executable):
1150         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1151         output of "wc -l" more robust.
1152         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1153         (tramp-open-connection-setup-interactive-shell): Remove workaround
1154         for OpenSolaris bug, it is not needed anymore.
1156 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
1158         * cedet/semantic/imenu.el: New file, from the CEDET repository
1159         (Bug#5412).
1161 2010-03-24  Glenn Morris  <rgm@gnu.org>
1163         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1165 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
1167         * files.el (auto-mode-alist): Accept more verilog file patterns.
1169 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1173 2010-03-24  Glenn Morris  <rgm@gnu.org>
1175         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1176         log-edit-before-checkin-process.
1178         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1180         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1182         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1183         (log-view-process-buffer, log-edit-extra-flags): Declare.
1185         * log-edit.el (log-edit-before-checkin-process): Doc fix.
1187         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1188         Consistently check ede-object is bound throughout.
1190         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1192 2010-03-23  Sam Steingold  <sds@gnu.org>
1194         Fix bug#5620: recalculate all markers on compilation buffer
1195         modifications, not on file modifications.
1196         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1197         the buffer modification time, for buffers not associated with files.
1198         (compilation-mode): Create it.
1199         (compilation-filter): Update it.
1200         (compilation-next-error-function): Use it instead of
1201         `visited-file-modtime' for timestamp.
1203 2010-03-23  Juri Linkov  <juri@jurta.org>
1205         Implement Occur multi-line matches.
1206         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1208         * replace.el (occur): Doc fix.
1209         (occur-engine): Set `begpt' to the beginning of the first line.
1210         Set `endpt' to the end of the last match line.  At first, count
1211         line numbers between `origpt' and `begpt'.  Split out code from
1212         `out-line' variable to new let-bindings `match-prefix' and
1213         `match-str'.  In `out-line' add non-numeric prefix to all
1214         non-first lines of multi-line matches.  Finally, count lines
1215         between `begpt' and `endpt' and add to `lines'.
1217 2010-03-23  Juri Linkov  <juri@jurta.org>
1219         * replace.el (occur-accumulate-lines, occur-engine):
1220         Use `occur-engine-line' instead of duplicate code.
1221         (occur-engine-line): New function created from duplicate code
1222         in `occur-accumulate-lines' and `occur-engine'.
1224         * replace.el (occur-engine-line): Add optional arg `keep-props'.
1225         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1227 2010-03-23  Juri Linkov  <juri@jurta.org>
1229         * finder.el: Remove TODO tasks.
1231         * info.el (Info-finder-find-node): Add node "all"
1232         with all package info.  Handle a list of multiple keywords
1233         separated by comma.
1234         (info-finder): In interactive use with a prefix argument,
1235         use `completing-read-multiple' to read a list of keywords
1236         separated by comma.
1238 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         Add a new completion style `substring'.
1241         * minibuffer.el (completion-basic--pattern): New function.
1242         (completion-basic-try-completion, completion-basic-all-completions):
1243         Use it.
1244         (completion-substring--all-completions)
1245         (completion-substring-try-completion)
1246         (completion-substring-all-completions): New functions.
1247         (completion-styles-alist): New style `substring'.
1249 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1251         Get rid of .elc files after removal of the corresponding .el.
1252         * Makefile.in (compile-clean): New target.
1253         (compile-main): Use it.
1255 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
1257         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1258         don't do make there.  When compiling with separate object dir, there
1259         is no Makefile there.
1261 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         Get rid of the ELCFILES abomination, again.
1264         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1265         (all, compile): Don't call compile-last.
1266         (compile-main): Build the "elcfiles" list dynamically.
1267         (compile-targets): New (internal) target.
1269 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
1271         * Makefile.in (top_srcdir): Define.
1272         (abs_top_builddir): Define.
1273         (srcdir): Don't append `/..'.
1274         (EMACS): Use ${abs_top_builddir}.
1275         (all, compile, compile-always, compile-last): Don't set emacswd.
1276         (update-subdirs, update-authors): Use $(top_srcdir) instead of
1277         $(srcdir).
1278         (lisp): Use $(srcdir) instead of @srcdir@.
1280 2010-03-21  Juri Linkov  <juri@jurta.org>
1282         Fix message of multi-line occur regexps and multi-buffer header lines.
1283         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
1285         * replace.el (occur-1): Don't display regexp if it is longer
1286         than window-width.  Use `query-replace-descr' to display regexp.
1287         (occur-engine): Don't display regexp in the buffer header for
1288         multi-buffer occur.  Display a separate header line with total
1289         match count and regexp for multi-buffer occur.
1290         Use `query-replace-descr' to display regexp.
1292 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1294         * net/secrets.el: Fix parenthesis.
1295         (secrets-enabled): Fix parenthesis.
1297 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1299         Use more relative file and directory names.
1300         * Makefile.in (EMACS): Arrange for it to work when we chdir.
1301         (setwins, setwins_almost, setwins_for_subdirs):
1302         Don't `cd'; output relative names.
1303         (all, compile, compile-always, compile-last): Set emacswd.
1304         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1305         Just cd to the lisp source dir so we can use relative file names.
1307         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1309 2010-03-20  Glenn Morris  <rgm@gnu.org>
1311         * textmodes/rst.el: Use faces for font-lock customization, and make the
1312         old -face variables obsolete.
1313         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1314         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1315         (rst-block-face, rst-external-face, rst-definition-face)
1316         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1317         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1318         Make obsolete.
1319         (rst-font-lock-keywords-function): Update for above changes.
1321 2010-03-20  Juri Linkov  <juri@jurta.org>
1323         * s-region.el:
1324         * obsolete/s-region.el: Move to obsolete.
1326 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1328         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1330 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
1332         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1334 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
1336         Add special markup processing for commit logs.
1337         * log-edit.el (log-edit-extra-flags): New variable.
1338         (log-edit): Add new argument MODE.  Use that mode when non-nil
1339         instead of the log-view-mode.
1340         (log-view-process-buffer): New function.
1342         * vc.el: Document that the checkin method takes optional
1343         arguments.  Document new backend specific method: log-view-mode.
1344         (vc-default-log-edit-mode): New function.
1345         (vc-checkin): Use a backend specific log-view-mode.
1346         Pass extra arguments to the checkin method.
1347         (vc-modify-change-comment): Pass a dummy extra argument.
1349         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1350         log-edit.
1351         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1352         (vc-finish-logentry): Process the log buffer before passing it
1353         down.  Pass log-edit-extra-flags.
1355         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1356         command.
1357         (log-edit-extra-flags, log-edit-before-checkin-process):
1358         New declarations.
1360         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1361         command.
1362         (log-edit-extra-flags, log-edit-before-checkin-process):
1363         New declarations.
1364         (vc-hg-log-edit-mode): New derived mode.
1366         * vc-arch.el (vc-arch-checkin):
1367         * vc-cvs.el (vc-cvs-checkin):
1368         * vc-git.el (vc-git-checkin):
1369         * vc-mtn.el (vc-mtn-checkin):
1370         * vc-rcs.el (vc-rcs-checkin):
1371         * vc-sccs.el (vc-sccs-checkin):
1372         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1374 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1377         parent typo).
1379 2010-03-19  Glenn Morris  <rgm@gnu.org>
1381         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1383 2010-03-18  Glenn Morris  <rgm@gnu.org>
1385         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1387         * replace.el (query-replace-history): Give it a doc string.
1388         (map-query-replace-regexp): Use query-replace-from-history-variable
1389         and query-replace-to-history-variable.
1391         * mail/hashcash.el (declare-function): Remove duplicate definition.
1393         * mail/emacsbug.el (report-emacs-bug-pretest-address):
1394         Make it an obsolete alias for report-emacs-bug-address.
1395         (message-strip-special-text-properties): Declare.
1396         (report-emacs-bug): Remove test for a pretest bug address.
1397         Combine message-mode-specific code.
1399         * mail/supercite.el: Don't require sendmail.
1400         (mh-in-header-p): Declare rather than using with-no-warnings.
1401         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1402         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
1404         * calendar/cal-french.el: Convert to utf-8.
1406         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1407         Emacs scripts.
1409 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
1411         * net/secrets.el (secrets-enabled): New variable.  Use it instead
1412         of a subfeature.
1414 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
1416         * net/secrets.el (top): Register the D-Bus signals only when the
1417         service "org.freedesktop.secrets" can be pinged.
1418         Provide subfeature `enabled'.
1420 2010-03-14  Juri Linkov  <juri@jurta.org>
1422         Add finder unknown keywords.
1424         * finder.el (finder-unknown-keywords): New function.
1426         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1427         to create a Finder node with unknown keywords.
1429 2010-03-14  Juri Linkov  <juri@jurta.org>
1431         * finder.el (finder-compile-keywords): Replace `princ' with
1432         `prin1' on a list of symbols interned from keyword strings.
1434         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1435         a comma, then split keywords using a comma and optional whitespace.
1436         Otherwise, split by whitespace.
1438         * complete.el:
1439         * face-remap.el:
1440         * log-view.el:
1441         * net/hmac-def.el:
1442         * net/hmac-md5.el:
1443         * net/netrc.el:
1444         * progmodes/mixal-mode.el: Fix keywords.
1446 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1448         * Makefile.in (ELCFILES): Add net/secrets.elc.
1450         * net/secrets.el: New file.
1452 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
1454         * facemenu.el (list-colors-display, list-colors-print): New arg
1455         callback.  Use it to allow selecting colors.
1457         * wid-edit.el (widget-image-insert): Insert image prop even if the
1458         current display is non-graphic.
1459         (widget-field-value-set): New fun.
1460         (editable-field): Use it.
1461         (widget-field-value-get): Clean up unused var.
1462         (widget-color-value-create, widget-color--choose-action):
1463         New funs.  Allow using list-colors-display to choose color.
1465 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
1467         * cus-edit.el: Resort topmost custom groups.
1468         (custom-buffer-sort-alphabetically): Default to t.
1469         (customize-apropos): Use apropos-parse-pattern.
1470         (custom-search-field): New var.
1471         (custom-buffer-create-internal): Add custom-apropos search field.
1472         (custom-add-parent-links): Don't display parent doc.
1473         (custom-group-value-create): Don't sort top-level custom group.
1474         (custom-magic-value-create): Show visibility button before option name.
1476         (custom-variable-state): New fun, from custom-variable-state-set.
1477         (custom-variable-state-set): Use it.
1478         (custom-group-value-create): Hide options with standard values
1479         using the :hidden-states property.  Use progress reporter.
1481         (custom-show): Simplify.
1482         (custom-visibility): Disable images by default.
1483         (custom-variable): New property :hidden-states.
1484         (custom-variable-value-create): Enable images for
1485         custom-visibility widgets.  Use :hidden-states property to
1486         determine initial visibility.
1488         * wid-edit.el (widget-image-find): Give images center ascent.
1489         (visibility): Add :on-image and :off-image properties.
1490         (widget-visibility-value-create): Use them.
1492 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
1494         * cus-edit.el (processes): Remove from development group.
1495         (oop, hypermedia): Delete group.
1496         (comm): Promote to top-level group.
1498         * net/browse-url.el (browse-url):
1499         * net/xesam.el (xesam):
1500         * net/tramp.el (tramp):
1501         * net/goto-addr.el (goto-address):
1502         * net/ange-ftp.el (ange-ftp): Put in comm group.
1504         * view.el (view): Remove from editing group.
1506         * uniquify.el (uniquify): Put in files group.
1508         * net/browse-url.el (browse-url):
1509         * ps-print.el (postscript): Put in external group.
1511         * cus-edit.el (outlines):
1512         * textmodes/text-mode.el (text-mode-hook):
1513         * textmodes/table.el (table):
1514         * textmodes/picture.el (picture):
1515         * outline.el (outlines): Put in wp group.
1517         * nxml/nxml-mode.el (nxml): Remove from wp group.
1519         * net/tramp-imap.el (tramp-imap): Put in tramp group.
1521         * mail/metamail.el (metamail): Remove from hypermedia group.
1523         * cus-edit.el (abbrev):
1524         * whitespace.el (whitespace):
1525         * vcursor.el (vcursor):
1526         * reveal.el (reveal):
1527         * hl-line.el (hl-line): Put in convenience group.
1529         * epg-config.el (epg): Put in data group.
1531         * emulation/pc-select.el (pc-select): Put in emulations group.
1533         * calculator.el (calculator): Put in applications group.
1535 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
1537         Add .dir-locals.el support for file-less buffers.
1538         * files.el (hack-local-variables): Split out code to apply local
1539         variable settings ...
1540         (hack-local-variables-apply): ... here.  New function.
1541         (hack-dir-local-variables): Use the default directory for when the
1542         buffer does not have an associated file.
1543         (hack-dir-local-variables-non-file-buffer): New function.
1544         * diff-mode.el (diff-mode):
1545         * vc-annotate.el (vc-annotate-mode):
1546         * vc-dir.el (vc-dir-mode):
1547         * log-edit.el (log-edit-mode):
1548         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1550 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
1552         Add support for shelving snapshots and for showing shelves.
1553         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1554         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1555         New functions.
1556         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1557         (vc-bzr-extra-menu-map): Map them.
1559 2010-03-11  Glenn Morris  <rgm@gnu.org>
1561         * cus-edit.el (customize-changed-options-previous-release):
1562         Bump to 23.1.
1564         * image.el (image-animate-max-time): Fix :version tag.
1566 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1568         * Branch for 23.2.
1570 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * vc-git.el (vc-git-revision-table): Include remote branches.
1574 2010-03-10  Kim F. Storm  <storm@cua.dk>
1576         Animated image API.
1577         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1579         * image.el (image-animate-max-time): New defcustom.
1580         (image-animated-types): New defconst.
1581         (create-animated-image, image-animate-timer)
1582         (image-animate-start, image-animate-stop, image-animate-timeout)
1583         (image-animated-p): New functions.
1585         * image-mode.el (image-toggle-display-image):
1586         Replace `create-image' with `create-animated-image'.
1588 2010-03-09  Miles Bader  <miles@gnu.org>
1590         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1591         instead of "format:"; this ensures that the output is
1592         newline-terminated.
1594 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1596         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1597         that all errors are caught, and that the return value is always a
1598         list (Bug#5692).
1600 2010-03-08  Kenichi Handa  <handa@m17n.org>
1602         * language/misc-lang.el (windows-1256): New coding system.
1603         (cp1256): New alias of windows-1256 (bug#5690).
1605 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1607         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1608         call to rfc822-bad-address.  (Bug#5692)
1610 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1612         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1613         Use vc-git-root as default directory for revision path (Bug#5657).
1615 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1617         * calculator.el (calculator): Don't bind split-window-keep-point
1618         (Bug#5674).
1620 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * vc-git.el: Re-flow to fit into 80 columns.
1623         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1624         Remove spurious `quote' element in each case alternative.
1625         (vc-git-show-log-entry): Use prog1.
1626         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1628 2010-03-06  Glenn Morris  <rgm@gnu.org>
1630         * cedet/semantic/grammar.el (semantic-grammar-header-template):
1631         Update template copyright to GPLv3+.
1633 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1637 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1639         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1640         definition, not the name (Bug#5481).
1642 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1644         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1645         argument with a local variable.  (Bug#5670)
1647 2010-03-02  Juri Linkov  <juri@jurta.org>
1649         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1651 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1653         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1654         error when FILENAME and NEWNAME are existing remote directories.
1656         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1657         parameter DIR-FLAG.
1659 2010-03-02  Glenn Morris  <rgm@gnu.org>
1661         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1662         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1664 2010-03-01  Kenichi Handa  <handa@m17n.org>
1666         * language/burmese.el (burmese-composable-pattern): Rename from
1667         myanmar-composable-pattern.
1669         * international/characters.el (script-list):
1670         * international/fontset.el (script-representative-chars):
1671         Change myanmar to burmese.
1672         (otf-script-alist): Likewise.
1673         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1675 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1677         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1679 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1681         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1683 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1685         * net/tramp.el (tramp-handle-write-region): START can be a string.
1686         Take care in the checks.  Reported by Dan Davison
1687         <davison@stats.ox.ac.uk>.
1689 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1691         * net/dbus.el (dbus-introspect, dbus-get-property)
1692         (dbus-set-property, dbus-get-all-properties):
1693         Use `dbus-call-method' when noninteractive.  (Bug#5645)
1695 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1697         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1698         * emacs-lisp/elint.el (elint-add-required-env):
1699         * cedet/semantic/db-find.el
1700         (semanticdb-find-translate-path-brutish-default):
1701         * cedet/ede/make.el (ede-make-check-version):
1702         * calendar/icalendar.el (icalendar--add-diary-entry):
1703         * calc/calcalg2.el (math-tracing-integral):
1704         * files.el (recover-session-finish): Use with-current-buffer
1705         instead of save-excursion.
1707 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1709         Fix in-buffer completion when after-change-functions modify the buffer.
1710         * minibuffer.el (completion--replace): New function.
1711         (completion--do-completion): Use it and use relative movement.
1713 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1715         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1717 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1719         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1720         Allow the characters _<> in the stack entry (Bug#5653).
1722 2010-02-26  Kenichi Handa  <handa@m17n.org>
1724         * language/burmese.el: Fix entries in composition-function-table.
1725         (myanmar-composable-pattern): New variable.
1727         * international/fontset.el (setup-default-fontset): Add an entry
1728         for myanmar.
1730         * international/characters.el (script-list): Add Myanmar
1731         Extended-A.
1733 2010-02-26  Glenn Morris  <rgm@gnu.org>
1735         * custom.el (custom-initialize-delay): Doc fix.
1737         * mail/sendmail.el (send-mail-function): Autoload the call
1738         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1740 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1742         * files.el (hack-local-variables-filter): For eval forms, also
1743         check safe-local-variable-p (Bug#5636).
1745 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1747         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1748         and use c(ad)r of cddr (Bug#5640).
1750 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1752         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1753         setting the modes by `ignore-errors'.  It might fail, for example
1754         if the file is not owned by the user but the group.
1755         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1757 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1759         * files.el (directory-listing-before-filename-regexp): Use
1760         stricter matching for iso-style dates, to avoid false matches with
1761         date-like filenames (Bug#5597).
1763         * htmlfontify.el (htmlfontify): Doc fix.
1765         * eshell/eshell.el (eshell): Doc fix.
1767         * startup.el (fancy-about-screen): In mode-line, apply
1768         mode-line-buffer-id face only to the buffer name (Bug#5613).
1770 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1772         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1773         In `watcom' anchor regexp to start of line, to avoid slowness
1774         (Bug#5599).
1776 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1778         * subr.el (remove-yank-excluded-properties): Explain in a comment
1779         why `category' property is removed.
1781 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1783         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1784         2010-02-17 change.
1786 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1788         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1789         (icalendar--convert-weekly-to-ical)
1790         (icalendar--convert-yearly-to-ical)
1791         (icalendar--convert-block-to-ical)
1792         (icalendar--convert-cyclic-to-ical)
1793         (icalendar--convert-anniversary-to-ical): Take care of time
1794         specifications where hour has 1-digit only (Bug#5549).
1796 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1798         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1799         of disassemble output in GDB 7.1.
1801 2010-02-19  Glenn Morris  <rgm@gnu.org>
1803         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1804         property.  (Bug#5593)
1806 2010-02-18  Sam Steingold  <sds@gnu.org>
1808         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1810 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         Use abbreviated file names in bookmarks (bug#5591).
1813         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1814         calls to expand-file-name.
1815         (bookmark-relocate): Use abbreviated file names in bookmarks.
1816         (bookmark-load): Use abbreviated file names in messages.
1818 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1820         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1821         expand "." and "..".  Reported by Thierry Volpiatto
1822         <thierry.volpiatto@gmail.com>.
1824 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1826         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1827         permissions of the temporary file to "0600".  In case the remote
1828         file has no read permissions for the owner, there might be
1829         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1831 22010-02-18  Glenn Morris  <rgm@gnu.org>
1833         * emacs-lisp/authors.el (authors-renamed-files-alist):
1834         Add entries for INSTALL.CVS.
1836 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1838         * vc-bzr.el: Fix typo in Known Bugs section.
1840         * isearch.el (isearch-update-post-hook): New hook.
1841         (isearch-update): Use the new hook.
1843 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1845         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1846         Fix errors in copying directories.
1847         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1848         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1849         (tramp-handle-delete-file)
1850         (tramp-handle-dired-recursive-delete-directory)
1851         (tramp-handle-write-region): Flush also the cache for the upper
1852         directory.
1854 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1856         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1858         * cus-edit.el (hardware): Doc fix.
1860         * man.el (man): Add to external custom group.
1862         * delim-col.el (columns): Move to wp custom group.
1864         * doc-view.el (doc-view): Add to data custom group.
1866         * cedet/data-debug.el (data-debug): Move to extensions group.
1868         * cedet/ede.el (ede):
1869         * cedet/srecode.el (srecode):
1870         * cedet/semantic.el (semantic): Put in tools and extensions group.
1872         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1874         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1875         by ispell-parse-output (Bug#5575).
1877 2010-02-16  Kenichi Handa  <handa@m17n.org>
1879         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1880         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1881         (skkdic-convert): Use `euc-japan' coding system for writing.
1883 2010-02-16  Glenn Morris  <rgm@gnu.org>
1885         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1886         tex-main-file before using it.  (Bug#5562)
1888 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1890         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1891         warnings, since it is annoying for the user to see them each time he
1892         runs the code.
1894 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1896         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1897         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1898         instead of PROC for caching "first-password-request".  Otherwise,
1899         new processes would not profit from passwords already entered.
1901         * net/tramp-cache.el (tramp-dump-connection-properties):
1902         Don't save "first-password-request" property.
1904 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1906         * outline.el (outline-head-from-level):
1907         * simple.el (with-wrapper-hook):
1908         * cedet/ede.el (ede-run-target, project-delete-target)
1909         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1910         (ede-adebug-project, ede-adebug-project-parent)
1911         (ede-adebug-project-root):
1912         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1913         (elint-defun, elint-buffer-env, elint-top-form-logged)
1914         (elint-unbound-variable):
1915         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1916         Fix typos in docstrings.
1918 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1920         * files.el (insert-directory): When WILDCARD-REGEXP and
1921         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1922         whole directory.  (Bug#5551)
1924         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1925         dired's alignment sanity.  (Bug#5516)
1927 2010-02-14  Juri Linkov  <juri@jurta.org>
1929         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1930         Remove remaining ^H with their preceding chars.  (Bug#5566)
1932 2010-02-13  Glenn Morris  <rgm@gnu.org>
1934         * simple.el (transpose-subr): Give it a doc-string.
1936         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1937         Doc fixes.
1939 2010-02-12  Juri Linkov  <juri@jurta.org>
1941         * arc-mode.el (archive-unique-fname): Make directories for nested
1942         archives.  (Bug#5540)
1944 2010-02-12  Juri Linkov  <juri@jurta.org>
1946         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1948 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * subr.el (copy-overlay): Handle deleted overlays.
1952         * man.el (Man-completion-table): Don't signal an error if we can't run
1953         manual-program (bug#4056).
1955 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1957         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1959 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1961         * info.el (Info-bookmark-jump): Simplify.
1963         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1964         (bookmark-default-handler): Accept new bookmark field `buffer'.
1966 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1968         * iswitchb.el (iswitchb-completions): Revert last change.
1970 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1972         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1973         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1974         This prevents file names like "~/" being listed literally.
1976 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1978         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1979         Remove dead code.  (Bug#5546)
1981 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1983         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1984         correctly (Bug#5548).
1986 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1988         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1989         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1991 2010-02-08  Kenichi Handa  <handa@m17n.org>
1993         * international/mule-util.el (with-coding-priority): Add autoload
1994         cookie for putting `lisp-indent-function'.
1996 2010-02-07  Glenn Morris  <rgm@gnu.org>
1998         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1999         Move F2003 named interfaces from keywords-2 to keywords-1, and
2000         use function-name-face rather than constant-face.
2001         Simplify "abstract interface" regexp.
2003 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2005         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2006         ID-FORMAT.  Pass it to `file-attributes'.
2008         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2010 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2012         * faces.el (set-face-attribute): Allow calling
2013         internal-set-lisp-face-attribute with 'unspecified family and
2014         foundry argument (Bug#5536).
2016 2010-02-07  Glenn Morris  <rgm@gnu.org>
2018         * progmodes/f90.el (f90-font-lock-keywords-2)
2019         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2020         Handle F2003 named interfaces.
2022 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2024         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2025         beg and end before calling c-get-state-before-change-functions.
2027 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2029         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2031 2010-02-05  Juri Linkov  <juri@jurta.org>
2033         * doc-view.el (doc-view-mode):
2034         * image-mode.el (image-mode): Put property mode-class=special.
2035         (Bug#4896)
2037 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2039         * vc-svn.el (vc-svn-revision-table): New function.
2041 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2043         * net/ange-ftp.el (ange-ftp-insert-directory):
2044         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2045         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2046         Handle also directories.  (Bug#5478)
2048 2010-02-05  Glenn Morris  <rgm@gnu.org>
2050         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2052 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2054         * startup.el (command-line-1): Convert options beginning with a
2055         single dash as well (Bug#5519).
2057 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2060         * minibuffer.el (completion-initials-expand): Only check the presence
2061         of delims *within* the boundaries, since otherwise the / delim is
2062         always found for files.
2064         Fix up various corner case problems.
2065         * doc-view.el (doc-view-last-page-number): New function.
2066         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2067         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2068         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2069         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2070         (doc-view-convert-current-doc): Don't create the resolution.el file
2071         here any more.
2072         (doc-view-pdf/ps->png): Do it here instead.
2073         (doc-view-already-converted-p): Check that resolution.el is present.
2074         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2075         windows that are not yet showing images.
2077 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2079         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2080         `dired-uncache' for every elemnt which is an absolute file name.
2082         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2083         directory, handle its directory component.
2084         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2085         function is called permanently and creates noise, otherwise.
2087         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2088         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2089         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2091 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2093         * macros.el (apply-macro-to-region-lines):
2094         Minor simplification.  (Bug#5485)
2096 2010-02-04  Glenn Morris  <rgm@gnu.org>
2098         * mail/rmail.el (rmail-show-message-1): Handle malformed
2099         quoted-printable text.  (Bug#5441)
2101         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2103         * simple.el (visual-line-mode): Capitalize lighter.
2105 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2107         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2108         list of files considered for "virtual buffer" completions.
2110 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2112         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2113         also in case of (and (not full) (not wildcard)). This is needed,
2114         when dired is called with a list of files, which are not in
2115         `default-directory'.  (Bug#5478)
2117 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2121 2010-02-02  Juri Linkov  <juri@jurta.org>
2123         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2124         from unidiff to allow function-line after @@.
2126 2010-02-02  Juri Linkov  <juri@jurta.org>
2128         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2129         '(RCS SCCS) with inverted condition.
2131 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2133         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2134         messages.
2136 2010-02-01  Juri Linkov  <juri@jurta.org>
2138         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2139         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2140         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2141         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2143 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2146         (doc-view-revert-buffer): New command.
2147         (doc-view-mode-map): Use it.
2149 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2151         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2152         pending merge is detected.
2154 2010-01-31  Juri Linkov  <juri@jurta.org>
2156         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2157         beginning of interactive spec like all other grep commands do.
2158         Put "all" in front of "gz".  (Bug#5260)
2160 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2162         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2164 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2166         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2167         regexp is incorrect (Bug#5476).
2169 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2171         * net/tramp.el (tramp-handle-insert-directory): Handle also
2172         symlinks, when FILENAME is not in `default-directory'.
2174 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2176         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2177         FILE is not in `default-directory'.  (Bug#5478)
2179         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2180         of SWITCHES.  Handle the case, FILENAME is not in
2181         `default-directory'.  (Bug#5478)
2182         (tramp-register-file-name-handlers): Add safe-magic property.
2184 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2186         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2187         unzip (Bug#5475).
2189 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2191         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2192         (flymake-master-make-header-init): Add other C++ filename masks.
2193         (flymake-find-possible-master-files)
2194         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2196 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2198         Fix some busybox annoyances.
2200         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2201         not responding." string.
2202         (tramp-open-connection-setup-interactive-shell): Dump stty
2203         settings.  Enable "neveropen" arg for all `tramp-send-command'
2204         calls.  Handle "=" in variable values properly.
2205         (tramp-find-inline-encoding): Raise an error, when no encoding is
2206         found.
2207         (tramp-wait-for-output): Check, whether PROC buffer is available.
2208         Remove spurious " ^H" sequences, sent by busybox.
2209         (tramp-get-ls-command): Suppress coloring, if possible.
2211 2010-01-28  Glenn Morris  <rgm@gnu.org>
2213         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2215         * log-edit.el (log-edit-strip-single-file-name): Add missing
2216         :safe, :group, and :version tags.
2218 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2220         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2221         buffers.  (Bug#5477)
2223 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2225         * files.el (delete-directory): Handle moving to trash without
2226         first doing recursion (Bug#5436).
2228 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2230         * vc-hooks.el (vc-path): Mark as obsolete.
2232 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2234         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2235         names too.
2237         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2238         for the short log.
2239         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2241 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2243         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2245         * vc-bzr.el (vc-bzr-revision-table): New function.
2247 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2249         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2250         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2252 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2254         Remove support for adding --signoff on commit.
2255         Future support will use an incompatible generic mechanism.
2256         * vc-git.el (vc-git-add-signoff): Remove variable.
2257         (vc-git-toggle-signoff): Remove function.
2258         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2260         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2261         from xterm-set-background-mode.  Return t if the background mode
2262         was set.
2263         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2264         earlier, call it again in case the background mode has changed.
2266 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2268         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2269         (Bug#3541).
2271 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2273         * emacs-lisp/assoc.el (aelement): Doc fix.
2274         (aput, adelete, amake): Use lexical-let (Bug#5450).
2276 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2278         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2279         is the same as subprogram call, not declaration.  (Bug#5435).
2281 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2283         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2284         (tramp-smb-maybe-open-connection): Use it.
2286 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2288         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2290 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2293         just because we see "encoding: 8bit".
2294         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2296 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2298         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2300 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2302         * jka-compr.el (jka-compr-load): If load-file is not in
2303         load-history, try its file-truename version.  (bug#5447)
2305 2010-01-21  Alan Mackenzie  <acm@muc.de>
2307         Fix a situation where deletion of a cpp construct throws an error.
2308         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2309         invoking c-with-all-but-one-cpps-commented-out, check that the
2310         special cpp construct is still in the buffer.
2311         (c-parse-state): Record the special cpp with markers, not numbers.
2313 2010-01-21  Kenichi Handa  <handa@m17n.org>
2315         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2316         process last-command-event, as it is now decoded first (Bug#5380).
2318 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2320         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2322 2010-01-20  Glenn Morris  <rgm@gnu.org>
2324         * indent.el (tab-always-indent): Fix custom-type.
2326 2010-01-19  Alan Mackenzie  <acm@muc.de>
2328         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2329         buffer throws "args out of range".
2330         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2331         playing the role of delimiter.
2333 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2335         * progmodes/ada-mode.el: Fix bug#5400.
2336         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2337         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2338         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2339         Improve comments in "is" portion.  Handle null procedure declaration.
2340         (ada-move-to-end): Improve doc string.
2342 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2344         * ido.el (ido-cur-list): Initialize to nil.
2345         Remove obsolete information from commentary.
2346         (ido-choice-list): Initialize to nil.
2347         (ido-get-bufname): Reject minibuffers.
2348         (ido-make-buffer-list): If "default" is a nonexistent
2349         buffer, ignore it, as per the function's comment.
2350         (ido-kill-buffer-internal): New function.
2351         (ido-kill-buffer-at-head): Use it.
2352         (ido-visit-buffer): Likewise.
2354 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2356         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2358 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2360         * cedet/ede/locate.el (ede-locate-file-in-project)
2361         (ede-locate-file-in-project-impl): Fix typos in docstrings.
2362         (ede-enable-locate-on-project): Fix typos in error messages.
2364         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2365         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2366         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2367         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2368         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2369         Fix typos in menu help.
2371         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2372         Fix typos in chart titles.
2374         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2375         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2376         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2377         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2378         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2379         (semantic-parse-stream, semantic-parse-region)
2380         (semantic-parse-region-default, semantic--set-buffer-cache)
2381         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2382         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2383         (semantic-default-submodes):
2384         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2385         (semanticdb-create-ebrowse-database)
2386         (semanticdb-find-tags-for-completion-method)
2387         (semanticdb-find-tags-by-class-method)
2388         (semanticdb-deep-find-tags-by-name-method)
2389         (semanticdb-deep-find-tags-for-completion-method):
2390         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2391         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2392         (semanticdb-find-tags-for-completion-method)
2393         (semanticdb-find-tags-by-class-method)
2394         (semanticdb-deep-find-tags-for-completion-method):
2395         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2396         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2397         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2398         (semanticdb-find-tags-by-name-method)
2399         (semanticdb-find-tags-by-name-regexp-method)
2400         (semanticdb-find-tags-for-completion-method)
2401         (semanticdb-find-tags-by-class-method)
2402         (semanticdb-find-tags-external-children-of-type-method)
2403         (semanticdb-find-tags-subclasses-of-type-method)
2404         (semanticdb-deep-find-tags-by-name-method)
2405         (semanticdb-deep-find-tags-by-name-regexp-method)
2406         (semanticdb-deep-find-tags-for-completion-method):
2407         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2408         (semanticdb-enable-gnu-global-in-buffer)
2409         (semanticdb-find-tags-for-completion-method)
2410         (semanticdb-deep-find-tags-by-name-method)
2411         (semanticdb-deep-find-tags-for-completion-method):
2412         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2413         (javascript-mode, semanticdb-find-translate-path)
2414         (semanticdb-find-tags-for-completion-method)
2415         (semanticdb-find-tags-by-class-method)
2416         (semanticdb-deep-find-tags-by-name-method)
2417         (semanticdb-deep-find-tags-for-completion-method)
2418         (semanticdb-find-tags-external-children-of-type-method):
2419         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2420         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2421         (global-semantic-idle-scheduler-mode):
2422         * cedet/srecode/dictionary.el (srecode-field-value)
2423         (srecode-dictionary-add-section-dictionary):
2424         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2425         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2426         (describe-class, eieio-describe-generic, describe-generic):
2427         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2428         (eieio-speedbar-expand):
2429         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2430         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2431         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2432         (viper-del-backward-char-in-replace, viper-backward-indent)
2433         (viper-brac-function, viper-register-to-point, viper-submit-report):
2434         * net/tramp.el (tramp-remote-coding-commands):
2435         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2436         Fix typos in docstrings.
2438 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2440         * mail/sendmail.el (mail-yank-original): Set the mark if the
2441         specified function for yanking does not do it.
2443 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2445         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2447         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2448         resyncing a directory.
2450 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2452         * progmodes/ada-mode.el: Fix bug#1920.
2453         (ada-ident-re): Delete ., allow multibyte characters.
2454         (ada-goto-label-re): New; matches goto labels.
2455         (ada-block-label-re): New; matches block labels.
2456         (ada-label-re): New; matches both.
2457         (ada-named-block-re): Deleted; callers changed to use
2458         `ada-block-label-re' instead.
2459         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2460         Use `ada-block-label-re'.
2461         (ada-indent-on-previous-lines): Improve handling of goto labels.
2462         (ada-get-indent-block-start): Special-case block label.
2463         (ada-get-indent-label): Split into `ada-indent-block-label' and
2464         `ada-indent-goto-label'.
2465         (ada-goto-stmt-start, ada-goto-next-non-ws):
2466         Optionally ignore goto labels.
2467         (ada-goto-next-word): Simplify.
2468         (ada-indent-newline-indent-conditional): Insert newline before
2469         trying to fix indentation; doc fix.
2471 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2473         * calc/calc.el (calc-command-flags): Give it an initial value.
2475 2010-01-17  Glenn Morris  <rgm@gnu.org>
2477         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2479 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2481         * cedet/semantic.el (semantic-mode):
2482         * files.el (minibuffer-with-setup-hook):
2483         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2484         (artist-key-draw-continously, artist-key-do-continously-continously)
2485         (artist-key-set-point-continously, artist-mouse-draw-continously):
2486         Fix typos in docstrings.
2488 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2490         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2491         return t (Bug#3898).
2493 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2495         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2496         can parse the output of the external commands (Bug#5279).
2498 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2500         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2502 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2504         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2506         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2508         * startup.el (command-line): Remove unused --icon-type arg.
2509         Handle --display arg, passing it to command-line-1 (Bug#5392).
2511 2010-01-16  Mario Lang  <mlang@delysid.org>
2513         * cedet/ede/cpp-root.el (ede-cpp-root-project):
2514         * cedet/ede/files.el (ede-expand-filename):
2515         * cedet/ede/simple.el (ede-simple-project):
2516         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2517         (semantic-complete-inline-tag-engine):
2518         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2519         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2520         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2521         * cedet/semantic/db.el (semanticdb-equivalent-mode):
2522         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2523         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2524         * emacs-lisp/chart.el (chart-translate-namezone):
2525         * textmodes/artist.el (artist-compute-popup-menu-table):
2526         Remove duplicated words in doc-strings.
2528 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2530         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2531         to mairix-search to suppress threading (Bug#5342).
2533 2010-01-15  Kenichi Handa  <handa@m17n.org>
2535         * international/mule-cmds.el (canonicalize-coding-system-name):
2536         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2538 2010-01-15  Glenn Morris  <rgm@gnu.org>
2540         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2542         * wid-edit.el (widget-keymap): Doc fix.
2544         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2545         former seems to be more widely accepted by various svn versions.
2547 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2549         * find-cmd.el (find-constituents):
2550         * vc-arch.el (vc-arch-root):
2551         * window.el (window-body-height, pop-up-frames):
2552         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2553         (semantic-no-reparse-needed-change-hook):
2554         * cedet/srecode/insert.el (srecode-resolve-argument-list)
2555         (srecode-template-inserter-blank, srecode-template-inserter-variable)
2556         (srecode-template-inserter-ask, srecode-template-inserter-width)
2557         (srecode-template-inserter-section-start)
2558         (srecode-template-inserter-section-end, srecode-insert-method):
2559         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2560         * progmodes/ada-stmt.el (ada-if):
2561         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2562         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2563         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2564         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2566         * progmodes/flymake.el (flymake-post-syntax-check):
2567         Fix typo in error message.
2569 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2571         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2572         which is always a string.  (Bug#5313)
2574 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2576         * progmodes/ada-xref.el (ada-default-prj-properties):
2577         Simplify previous change.
2579 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2581         * progmodes/ada-xref.el (ada-default-prj-properties):
2582         Default ada_project_path to $ADA_PROJECT_PATH.
2584 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2586         * progmodes/ada-mode.el (ada-create-keymap):
2587         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2589 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2591         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2592         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2593         (ada-get-current-indent, ada-imenu-generic-expression)
2594         (ada-which-function): Check for it.
2596 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2598         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2599         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2601 2010-01-14  Glenn Morris  <rgm@gnu.org>
2603         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2605 2010-01-14  Kenichi Handa  <handa@m17n.org>
2607         * composite.el (auto-composition-mode): Make it a buffer local
2608         variable (permanent-local).
2609         (auto-composition-function): Set the default value to
2610         auto-compose-chars.
2611         (auto-composition-mode): Make it a simple function, not a minor mode.
2612         (global-auto-composition-mode): Likewise.
2613         (turn-on-auto-composition-if-enabled): Delete it.
2615 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2617         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2619 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2621         * files.el (copy-directory): Compute target for recursive
2622         directories with identical names.  (Bug#5343)
2624 2010-01-12  Glenn Morris  <rgm@gnu.org>
2626         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2627         it to bug-gnu-emacs rather than emacs-pretest-bug.
2629 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2631         * cedet/data-debug.el (data-debug): Fix customization group reference.
2633 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2635         * cedet/semantic/analyze.el (semantic-analyze-push-error)
2636         (semantic-analyze-context, semantic-analyze-context-assignment)
2637         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2638         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2639         (semantic-java-doc-keywords-map):
2640         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2641         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2642         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2643         (semantic-c-classname, semantic-format-tag-uml-prototype)
2644         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2645         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2646         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2647         (semantic-get-local-variables, semantic-end-of-command)
2648         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2649         (lisp-mode):
2650         * cedet/semantic/bovine/make.el (makefile-mode):
2651         * cedet/semantic/wisent/python.el (wisent-python-string-re)
2652         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2653         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2654         (semantic-lex, semantic-get-local-variables, python-mode):
2655         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2656         * cedet/srecode/extract.el (srecode-extract-state-set)
2657         (srecode-extract-method): Fix typos in docstrings.
2659 2010-01-11  Sam Steingold  <sds@gnu.org>
2661         * imenu.el (imenu-default-create-index-function): Detect infinite
2662         loops caused by imenu-prev-index-position-function.
2664 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2666         * htmlfontify.el (htmlfontify-load-rgb-file)
2667         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2668         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2669         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2670         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2671         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2672         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2673         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2674         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2675         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2676         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2677         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2678         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2679         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2680         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2681         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2682         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2683         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2684         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2685         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2686         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2687         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2688         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2689         backslash-quoting from parentheses, etc.
2691 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2693         * progmodes/js.el: Autoload javascript-mode alias.
2695 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2697         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2698         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2699         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2700         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2701         Fix typos in docstrings.
2702         (ffap-url-regexp): Doc fix.
2703         (ffap-at-mouse): Fix typo in message.
2705 2010-01-11  Glenn Morris  <rgm@gnu.org>
2707         * version.el (emacs-copyright): Set copyright year to 2010.
2709 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         * format.el (format-annotate-function): Only set
2712         write-region-post-annotation-function after running to-fn so as not to
2713         affect nested write-region calls (bug#5273).
2715 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2717         * cedet/semantic.el (semantic-new-buffer-setup-functions):
2718         Add python parser.
2720         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2721         wisent/python.el.
2723 2010-01-10  Richard Kim  <emacs18@gmail.com>
2725         * cedet/semantic/wisent/python-wy.el:
2726         * cedet/semantic/wisent/python.el: New files.
2728 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2730         * man.el (Man-goto-section): Signal error if the section is not
2731         found (Bug#5317).
2733 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2735         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2736         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2738 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2740         * progmodes/compile.el: Don't treat compile-command as safe if
2741         compilation-read-command might be nil (Bug#4218).
2743 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2745         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2746         NS options.
2748 2010-01-08  Kenichi Handa  <handa@m17n.org>
2750         * international/fontset.el (build-default-fontset-data):
2751         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2753 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2755         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2756         to `create-file-buffer' as it expects, not just a buffer name.
2757         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2758         to help uniquify.  (Bug#3224)
2760 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2762         * font-setting.el (font-setting-change-default-font): Use user-spec
2763         instead of name.
2765 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2767         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2769 2010-01-05  Tom Tromey  <tromey@redhat.com>
2771         * progmodes/python.el (python-font-lock-keywords):
2772         Handle qualified decorators (Bug#881).
2774 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2776         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2777         in a lightweight checkout.
2779 2010-01-05  Kenichi Handa  <handa@m17n.org>
2781         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2783 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2785         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2787 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2789         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2790         checkouts.  (Bug#618)
2791         (vc-bzr-log-view-mode): Also highlight the author.
2792         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2793         (vc-bzr-shelve-menu-map):
2794         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2795         (vc-bzr-shelve-apply): Make prompt more explicit.
2797 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2799         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2800         They are valid characters in URL paths (rfc3986), and at least
2801         Firefox does not understand the encoded version (Bug#3166).
2803 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2805         * progmodes/octave-mod.el (octave-end-keywords)
2806         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2807         Add "end" keyword (Bug#3061).
2808         (octave-end-as-array-index-p): New function.
2809         (calculate-octave-indent): Use it.
2811 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2813         * bookmark.el: Consistently put the text property on the bookmark name.
2814         (bookmark-bmenu-marks-width): Bump back to 2, to include
2815         annotation marks.
2816         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2817         property on the bookmark name, instead of not putting it at all.
2818         (bookmark-bmenu-list): Fix where we put the text property.
2820 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2822         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2823         for showing buffer modified state (as added in the previous change).
2825 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2827         * bookmark.el: Show modified state of bookmark buffer more accurately.
2828         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2829         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2830         (with-buffer-modified-unmodified): New macro.
2831         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2832         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2833         Use new macro to preserve the buffer modified state.
2835 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2837         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2838         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2839         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2840         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2841         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2842         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2843         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2845 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2847         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2848         Make the lines in the generated doc string shorter.  (Bug#4668)
2850 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2852         * net/rcirc.el: Add follow-link binding (Bug#4738).
2854 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2856         * Makefile.in (bzr-update): Rename from cvs-update.
2857         (cvs-update): New target for backward compatibility.
2859         * makefile.w32-in (bzr-update): Rename from cvs-update.
2860         (cvs-update): New target for backward compatibility.
2862 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2864         * bookmark.el: Remove gratuitous gratitude.
2866 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2868         * bookmark.el (bookmark-bmenu-any-marks): New function
2869         (bookmark-bmenu-save): Clear buffer modification if no marks.
2871 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2873         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2874         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2875         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2876         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2878         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2879         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2880         To: emacs-devel {_AT_} gnu.org
2881         Subject: bookmark.el bug report
2882         Date: Mon, 28 Dec 2009 14:19:16 +0800
2883         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2885 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2887         * bookmark.el: Improvements suggested by Drew Adams:
2888         (bookmark-bmenu-ensure-position): New name for
2889         `bookmark-bmenu-check-position'.  Just ensure the position,
2890         don't return any meaningful value.
2891         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2892         New constants.
2894 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2896         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2897         (bookmark-yank-point, bookmark-bmenu-check-position):
2898         Fix typos in docstrings.
2899         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2900         (bookmark-name-from-full-record, bookmark-get-position)
2901         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2902         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2903         Remove useless quoting of parenthesis, etc. in docstrings.
2905         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2906         (ediff-append-custom-diff): Fix typo in error message.
2907         (ediff-meta-mark-equal-files): Fix typos in messages.
2909         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2911         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2912         Fix typo in docstring.
2914         * net/imap-hash.el (imap-hash-make): Doc fix.
2915         (imap-hash-test): Fix typo in error message; reflow docstring.
2916         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2917         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2918         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2919         Fix typos in docstrings.
2920         (imap-hash-open-connection): Fix typo in error message.
2922         * play/gomoku.el (gomoku): Fix typos in docstring.
2924         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2925         (gdb-jsonify-buffer): Fix typos in docstring.
2926         (gdb-goto-breakpoint): Fix typo in error message.
2927         ("Display Other Windows"): Fix typo in help message.
2928         (gdb-speedbar-expand-node): Fix typo in question.
2930         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2931         (idlwave-html-system-help-location, idlwave-html-help-location)
2932         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2933         (idlwave-help-browser-generic-args, idlwave-help-directory)
2934         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2935         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2936         (idlwave-online-help, idlwave-help-html-link)
2937         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2938         Fix typos in docstrings.
2939         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2940         Reflow docstrings.
2941         (idlwave-help-assistant-start): Fix typo in error message.
2943         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2944         (octave-electric-space): Fix typos in docstrings.
2946 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2948         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2950 2010-01-01  Juri Linkov  <juri@jurta.org>
2952         * comint.el (comint-input-ring-size): Make it a defcustom and
2953         increase the default to 500 (Bug#5148).
2955 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2957         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2958         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2959         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2961 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2963         Show working revision correctly for mercurial.
2964         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2965         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2967 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2969         Declare some functions for the byte-compiler.
2970         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2971         (speedbar-timer-fn, speedbar-change-expand-button-char)
2972         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2974 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2976         This changeset reverts GDB Graphical Interface to use annotations.
2977         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2979 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2981         Make vc-dir work on subdirectories of the bzr root.
2982         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2983         file names relative to it.
2984         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2985         relative directory to vc-bzr-after-dir-status.
2987 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2989         * font-lock.el (font-lock-refresh-defaults): New function, which
2990         can be used to let font-lock react to external changes in
2991         variables like font-lock-defaults and keywords.
2992         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2994 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2996         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2998         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3000 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3002         Supersede color.diff settings in git log (bug#5211).
3004         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3005         escape chars in its output when the user has color.diff set to `always'.
3006         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3008 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3010         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3011         node.  Keep previous "Index" name to work with past coreutils too.
3013         * man.el (man): Revise docstring a bit to show -a and -l as
3014         examples.  Add -k description since support for it has otherwise
3015         been a secret.  (Further to bug#3717.)
3016         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3017         "no matches" rather than "Can't find manpage", as the latter reads
3018         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3020 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3022         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3023         switches.  Check also for //SUBDIRED// line.
3025 2009-12-25  Kenichi Handa  <handa@m17n.org>
3027         * language/indian.el (devanagari-composable-pattern): Fixed to
3028         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3029         Devanagari.
3030         (malayalam-composable-pattern): Fix previous change.
3032 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3034         * ps-print.el (ps-face-attributes): It was not returning the
3035         attribute face for faces specified as string.  Reported by harven
3036         <harven@free.fr>.
3037         (ps-print-version): New version 7.3.5.
3039 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3041         * calendar/icalendar.el (icalendar--convert-tz-offset):
3042         Fix timezone names.
3043         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3044         (icalendar--add-diary-entry): Remove the trailing blank that
3045         diary-make-entry inserts.
3047 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3049         Make `file-expand-wildcards' work for remote files.
3051         * files.el (file-expand-wildcards): In case of remote files, check
3052         only local file name part for wildcards.  Provide feature 'files
3053         and subfeature 'remote-wildcards.  (Bug#5198)
3055         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3056         if there is already an established connection.
3057         (tramp-advice-file-expand-wildcards): Remove it.
3059         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3060         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3061         Activate advice for older GNU Emacs versions.  (Bug#5237)
3063 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3065         Some doc fixes (more needed).
3067         * find-cmd.el (find-constituents): Reflow docstring.
3068         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3069         (find-generic): Doc fix.
3071 2009-12-17  Juri Linkov  <juri@jurta.org>
3073         Fix regression from 23.1 to allow multiple modes in Local Variables.
3075         * files.el (hack-local-variables-filter): While ignoring duplicates,
3076         don't take `mode' into account.
3077         (hack-local-variables-filter, hack-dir-local-variables):
3078         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3080 2009-12-17  Juri Linkov  <juri@jurta.org>
3082         Make `dired-diff' safer.  (Bug#5225)
3084         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3085         `current' or when `file' is a directory of the `current' file.
3087 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3089         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3090         unconditionally preloaded files.
3092 2009-12-16  Juri Linkov  <juri@jurta.org>
3094         Revert to old 23.1 logic of using the file at the mark as default.
3095         * dired-aux.el (dired-diff): Use the file at the mark as default
3096         if it's not the same as the current file, and the target dir is
3097         the current dir or the mark is active.  Add the current file
3098         as the arg of `dired-dwim-target-defaults'.  Use the default file
3099         in the prompt.  (Bug#5225)
3101 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3103         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3104         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3105         (tramp-check-for-regexp): Check also, when an echoing shell stops
3106         to echo sent commands.
3108 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3110         * Makefile.in: Revert last change (Bug#5191).
3112 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3114         * vc-hg.el (vc-hg-print-log): Fix argument order.
3115         (vc-hg-working-revision): Make sure the command is executed in a
3116         known environment so that we can parse the output.  (Bug#4417)
3118 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3120         * progmodes/python.el (python-symbol-completions): Remove text
3121         properties from symbol string before calling python-send-receive.
3123 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3125         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3126         when there are values for both file and line.  (Bug#5060)
3128 2009-12-14  Juri Linkov  <juri@jurta.org>
3130         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3131         whitespace after the file name of the first line of unified format,
3132         because git-diff doesn't output whitespace and file modification time
3133         after the file name.
3135 2009-12-14  David Kastrup  <dak@gnu.org>
3137         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3138         check if it already has the `display' property added by
3139         `Info-display-images-node', and not put the `invisible' property
3140         in this case.
3142 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3144         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3145         (semantic-mru-bookmark-mode): Doc fixes.
3147         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3148         of assert.
3150 2009-12-13  Glenn Morris  <rgm@gnu.org>
3152         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3153         (report-emacs-bug): In message-mode, sort manually before storing
3154         original report text.  (Bug#5178)
3155         Remove superfluous save-excursion.
3157 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3159         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3160         when responding to "GetAll" properties.
3162 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3164         * simple.el (compose-mail): Remove mail-setup-with-from from
3165         customization checks.
3167 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3169         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3170         RAR archives created on Unix systems.
3172 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3174         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3175         the varalias that was accidentally removed by the 2009-11-19 change
3176         (bug#5186).
3178 2009-12-12  Kenichi Handa  <handa@m17n.org>
3180         * language/indian.el (indian-compose-regexp): New function.
3181         (malayalam-composable-pattern): Fix the pattern.
3182         (composition-function-table): Set malayalam-composable-pattern for
3183         Malayalam characters.
3185 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3187         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3188         rather than down-mouse-1, based on follow-link conventions.
3190         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3191         are compiled.
3193 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3195         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3196         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3197         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3198         (verilog-leap-to-head, verilog-backward-token):
3199         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3201 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3203         * progmodes/verilog-mode.el (verilog-auto-lineup)
3204         (verilog-nameable-item-re): Cleanup user-visible spelling and
3205         documentation errors.  One reported by Gary Delp.
3206         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3207         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3208         package, bug195.  Reported by Pierre-David Pfister.
3210 2009-12-11  Glenn Morris  <rgm@gnu.org>
3212         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3214         * mail/emacsbug.el: No longer require sendmail.
3215         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3216         (report-emacs-bug-orig-text): Doc fix.
3217         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3218         New local variables, to adapt to different mail-user-agents.
3219         (report-emacs-bug): Fix test for a gnu.org address.
3220         Use overlays for emphasis, since font-lock defeats 'face property.
3221         Pretest bugs also end up at the newsgroup these days.
3222         Stop message-mode stripping text properties.
3223         Set and use the new buffer-local variables.
3224         (report-emacs-bug-hook): Add doc-string.
3225         Remove some unnecessary save-excursions and simplify.
3226         Use the appropriate hook and send-command.
3228         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3229         capitalization of some menu entries.
3231 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3233         * whitespace.el (whitespace-display-char-on): Ensure
3234         `buffer-display-table' is unique when two or more windows are
3235         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3236         New version 12.1.
3238 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3240         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3241         characters in the Attribute field.
3243 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3245         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3247 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3249         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3250         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3251         Disregard autoload-excludes.
3252         (update-directory-autoloads): Obey autoload-excludes here instead.
3253         But don't store its contents in no-autoloads and remove entries that
3254         refer to excludes files.
3256 2009-12-10  Glenn Morris  <rgm@gnu.org>
3258         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3259         (expand-mail-aliases): Define for compiler.
3261         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3262         Define for compiler.
3264         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3265         appropriate for the mail-user-agent in use.
3267 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3269         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3271 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3273         Fix short log parsing and fontification.
3274         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3275         Fix fontification for the [merge] label.
3277 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3279         Drop some properties to avoid surprises (bug#5002).
3280         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3281         (hfy-fontify-buffer): Use it.
3283 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         Minor cleanup.
3286         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3287         Adjust all callers.
3288         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3289         args compulsory.  Adjust callers.
3290         (ffap-gopher-at-point): Remove unused var `name'.
3292         Get rid of the ELCFILES abomination.
3293         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3294         (compile-elcfiles): New phony target.
3295         (compile-main): Compute ELCFILES dynamically.
3296         (compile-clean): New target to remove left-over elc files.
3297         (compile, all): Use it.
3299 2009-12-09  Kenichi Handa  <handa@etlken>
3301         * international/mule-diag.el: Require help-mode instead of help-fns.
3303 2009-12-09  Kenichi Handa  <handa@m17n.org>
3305         * international/mule-cmds.el (ucs-names): Supply sufficiently
3306         fine ranges instead of pre-calculating accurate ranges.
3307         Iterate with bigger gc-cons-threshold.
3309 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3311         Add support for stashing a snapshot of the current tree.
3312         * vc-git.el (vc-git-stash-snapshot): New function.
3313         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3315 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3317         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3318         instead of `(beginning|end)-of-line'.
3320 2009-12-08  Glenn Morris  <rgm@gnu.org>
3322         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3324         * Makefile.in (ELCFILES): Regenerate.
3326 2009-12-07  Juri Linkov  <juri@jurta.org>
3328         Don't lazy-highlight the comint output in history Isearch mode.
3330         * comint.el (comint-history-isearch-search): Instead of
3331         `comint-line-beginning-position', use `comint-after-pmark-p'
3332         to check if point if before the process mark, and go to
3333         `process-mark' in this case.
3335 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3337         * textmodes/tex-mode.el (latex-complete)
3338         (latex-indent-or-complete): Remove.
3339         (latex-mode): Set completion-at-point-functions instead.
3341         Provide a standard completion command and hook it into TAB.
3342         * minibuffer.el (completion-at-point-functions): New var.
3343         (completion-at-point): New command.
3344         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3345         * progmodes/python.el (python-mode-map): Use completion-at-point.
3346         (python-completion-at-point): Rename from python-partial-symbol and
3347         adjust for use in completion-at-point-functions.
3348         (python-mode): Setup completion-at-point for Python completion.
3349         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3350         extracted from lisp-complete-symbol.
3351         (lisp-complete-symbol): Use it.
3352         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3353         setup completion-at-point for Elisp completion.
3354         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3355         Use completion-at-point.
3356         * ielm.el (ielm-map): Use completion-at-point.
3357         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3358         * progmodes/sym-comp.el: Move to...
3359         * obsolete/sym-comp.el: Move from progmodes.
3361 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3363         Prevent save-buffer in Rmail buffers from using the coding-system
3364         of the current message, and from clobbering the encoding mnemonics
3365         in the mode line (Bug#4623).
3367         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3368         flag, too.
3369         (rmail-message-encoding): New variable.
3370         (rmail-write-region-annotate): Record the encoding of the current
3371         message in rmail-message-encoding.
3372         (rmail-after-save-hook): New function, restores the encoding of
3373         the current message after the message collection is saved.
3375 2009-12-07  Juri Linkov  <juri@jurta.org>
3377         * progmodes/grep.el (grep-read-files): Use `completing-read'
3378         instead of `read-string'.  Set its `collection' arg to
3379         `read-file-name-internal'.  (Bug#4301)
3381 2009-12-07  Juri Linkov  <juri@jurta.org>
3383         Correctly restore original Isearch point.  (Bug#4994)
3385         * isearch.el (isearch-mode): Move `isearch-push-state' after
3386         `(run-hooks 'isearch-mode-hook)'.
3387         (isearch-cancel): When `isearch-push-state-function' is defined,
3388         let-bind `isearch-cmds' to the first state (the last element of
3389         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3390         function and restores the original point).  Otherwise, move point
3391         to `isearch-opoint'.
3393 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3396         chars that don't have names, so the table can be built much faster at
3397         run-time.
3399 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3401         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3402         change.  Suggested by David Kastrup.
3404         * simple.el (compose-mail): Check for incompatibilities and warn.
3405         (compose-mail-user-agent-warnings): New option.
3407 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3409         Support showing a single log entry from vc-annotate.
3410         * vc.el (print-log): Add a new argument: START-REVISION.
3411         (vc-print-log-internal): Add a new optional argument and
3412         pass it to the backend.
3413         (vc-print-log, vc-print-root-log): Adjust callers.
3414         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3415         buffer already displays the requested log entry, use it.
3416         Otherwise display only the log entry in question.
3417         * vc-svn.el (vc-svn-print-log):
3418         * vc-mtn.el (vc-mtn-print-log):
3419         * vc-hg.el (vc-hg-state):
3420         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3421         (vc-git-show-log-entry): Return t on success.
3422         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3423         (vc-bzr-show-log-entry): Return t on success.
3424         * vc-rcs.el (vc-rcs-print-log):
3425         * vc-sccs.el (vc-sccs-print-log):
3426         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3428 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3430         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3431         Add menus to the meta mode.  (Bug#5043)
3433 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3435         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3436         event-key.
3438         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3440 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3442         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3443         Berbain <raphael.berbain@gmail.com>.
3445         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3446         characters.
3447         (tramp-initial-end-of-output): New defconst.
3448         (tramp-methods, tramp-find-shell)
3449         (tramp-open-connection-setup-interactive-shell)
3450         (tramp-maybe-open-connection): Use it.
3451         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3452         existence of `#' and `$'.
3454         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3455         `tramp-initial-end-of-output'.
3457 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3459         Get the background mode from the terminal for xterm, and set
3460         faces accordingly.
3461         * term/xterm.el (xterm-set-background-mode): New function.
3462         (terminal-init-xterm): Use it in case xterm supports background
3463         color queries.  Recompute faces after getting the background
3464         color.
3466 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3468         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3469         number comment back on its own line, for easier parsing.
3471 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3473         Make it work for non-file buffers (bug#5102).
3474         * doc-view.el (doc-view-current-cache-dir):
3475         Use doc-view-buffer-file-name rather than buffer-file-name.
3476         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3478 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3480         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3481         author field is too short.
3483 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3485         * vc-git.el (vc-git-print-log): Handle a limit argument.
3486         Display the short log in graph form and with labels.
3487         (vc-git-log-view-mode): Handle labels.
3489         Make vc-revert change VC state from 'added to 'unregistered.
3490         * vc-git.el (vc-git-revert): Call git reset first.
3492 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3494         * net/newst-backend.el, net/newst-plainview.el:
3495         * net/newst-reader.el, net/newst-ticker.el:
3496         * net/newst-treeview.el, net/newsticker.el:
3497         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3499 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3501         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3503         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3504         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3505         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3506         Update annotation regexp.
3508         * simple.el (beginning-of-visual-line): Constrain to field
3509         boundaries (Bug#5106).
3511 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3513         * xml.el (xml-substitute-numeric-entities): Move
3514         newsticker--decode-numeric-entities in newst-backend.el to
3515         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3516         * net/newst-backend.el (newsticker--parse-generic-feed)
3517         (newsticker--parse-generic-items)
3518         (newsticker--decode-numeric-entities): Move
3519         newsticker--decode-numeric-entities in newst-backend.el to
3520         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3522 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3524         * progmodes/js.el (js--js-not): Add null to the list of values.
3526 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3528         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3530 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3532         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3533         delimiter if it is at the end of the current line.
3534         (bibtex-generate-url-list): Fix docstring.
3536 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3539         minibuffer's content with itself.
3540         Fold the confirm-after-completion case into the `confirm' case.
3541         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3543 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3545         * ffap.el (ffap-rfc-path): Make this a defcustom since
3546         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3548         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3549         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3551 2009-12-05  Juri Linkov  <juri@jurta.org>
3553         Save and restore dired buffer's point positions too.  (Bug#4880)
3555         * dired.el (dired-save-positions): Return in the first element
3556         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3557         Doc fix.
3558         (dired-restore-positions): First restore buffer's position.
3559         While restoring window's positions, check if window still displays
3560         the original buffer.
3562 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3564         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3565         if possible.
3567         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3568         Make argument optional.
3570         * shell.el (shell): Require ansi-color (Bug#5113).
3572         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3574         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3576 2009-12-05  Alan Mackenzie  <acm@muc.de>
3578         * progmodes/cc-mode.el (c-before-hack-hook)
3579         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3580         `c-file-style' to work again.  This reversion restores the current
3581         software to its state in Emacs 23.1.  (Bug#4146)
3583 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3585         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3586         comment-start-skip to comment-end-skip as comment (Bug#4781).
3588 2009-12-05  Juri Linkov  <juri@jurta.org>
3590         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3591         for virtual nodes.  (Bug#4147)
3592         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3593         when moving from a virtual node.
3594         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3595         (Info-mode): Add `Info-virtual-index' to the docstring.
3597 2009-12-05  Eric Ludlam  <zappo@gnu.org>
3599         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3600         Describe project macro symbols.
3602         * cedet/semantic/complete.el (semantic-complete-do-completion):
3603         Don't call semantic-collector-current-exact-match.
3605         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3606         ede-objects as targets.
3608         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3609         a target's object list even if compiler vars are already in the
3610         Makefile.
3612         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3613         list of headers producing necessary macros.
3615 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3617         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3618         track of the buffer position of the end of a BibTeX entry as this
3619         position may change during reformatting.
3620         (bibtex-format-entry): Remove whitespace before processing
3621         numerical fields so that we recognize the latter properly.
3622         (bibtex-reformat): Do not use push which changes the global value
3623         of bibtex-entry-format.
3624         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3625         (bibtex-field-re-init): Replace only space characters by regexp
3626         for whitespace.
3627         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3628         (bibtex-initialize): Also update bibtex-strings.
3629         (bibtex-kill-field): Preserve white space at end of entry.
3630         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3631         Update bibtex-reference-keys.
3633 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3636         point after a star, if that's the only place where modifications can
3637         make progress.
3639 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3641         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3642         in docstrings.
3644 2009-12-04  Juri Linkov  <juri@jurta.org>
3646         * proced.el (proced): Call `(proced-update t)' to update process
3647         information instead of only running proced-post-display-hook.
3648         (proced-send-signal): Add a leading space to the buffer name
3649         " *Marked Processes*" to make this buffer ephemeral.
3651 2009-12-04  Juri Linkov  <juri@jurta.org>
3653         * dired.el (dired-auto-revert-buffer): New defcustom.
3654         (dired-internal-noselect): Use it.
3656 2009-12-04  Juri Linkov  <juri@jurta.org>
3658         Change roles of modes and functions in image-mode.el (Bug#5062).
3660         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3661         in `auto-mode-alist'.
3662         (image-mode-previous-major-mode): New variable.
3663         (image-minor-mode-map): Rename from `image-mode-text-map'.
3664         (image-mode): Move graceful error-handling code from
3665         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3666         (image-minor-mode): Remove all image-handling code.
3667         Replace `image-mode-text-map' with `image-minor-mode-map'.
3668         Check for `image-type' in mode-line format string.
3669         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3670         (image-mode-as-text): New function with most code from
3671         `image-mode-maybe'.
3672         (image-toggle-display-text): Move code that removes image
3673         properties from `image-toggle-display' to here.
3674         (image-toggle-display-image): New function with code that adds
3675         image properties copied from `image-toggle-display'.
3676         (image-toggle-display): Remove most code with leaving only code
3677         that toggles between `image-mode-as-text' and `image-mode'.
3679 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3681         * net/newst-treeview.el
3682         (newsticker--treeview-list-highlight-start): Restored call to
3683         save-excursion: Selected item was stuck.
3684         (newsticker--treeview-list-select): New.
3685         (newsticker--treeview-item-show-text)
3686         (newsticker--treeview-item-show)
3687         (newsticker--treeview-item-update): Use new
3688         newsticker-treeview-item-mode.
3689         (newsticker-treeview-update): Keep current item.
3690         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3691         (newsticker--treeview-first-feed): Doc change.
3692         (newsticker-treeview-list-menu)
3693         (newsticker-treeview-item-menu): Added menu entries.
3694         (newsticker-treeview-item-mode): New.
3696         * net/newst-backend.el (newsticker-customize): Delete other
3697         windows.
3699 2009-12-04  Sam Steingold  <sds@gnu.org>
3701         * log-view.el (log-view-mode-map): "q" calls quit-window,
3702         like in all the other non-self-insert buffers.
3704 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         Minor cleanup.
3707         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3708         key decoding rather than do it manually via last-input-event +
3709         ascii-character.
3710         (term-exec): Use delete-and-extract-region.
3711         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3712         (term-process-pager): Remove unused var `i'.
3713         (term-dynamic-simple-complete): Make obsolete.
3714         (serial-update-config-menu): Remove unused vars `y' and `str'.
3715         (term-update-mode-line): Remove unused var `temp'.
3717 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3719         Limit the number of log entries displayed by default.
3720         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3721         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3722         using a prefix argument.
3724 2009-12-03  Glenn Morris  <rgm@gnu.org>
3726         * progmodes/idlwave.el (class): Restore still useful declaration.
3728 2009-12-03  Alan Mackenzie  <acm@muc.de>
3730         Enhance `c-parse-state' to run efficiently in "brace deserts".
3732         * progmodes/cc-mode.el (c-basic-common-init):
3733         Call c-state-cache-init.
3734         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3735         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3736         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3738         * progmodes/cc-langs.el (c-before-font-lock-function):
3739         c-extend-and-neutralize-syntax-in-CPP has been renamed
3740         c-neutralize-syntax-in-and-mark-CPP.
3742         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3743         with `category' properties now, not `syntax-table' ones.
3745         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3746         enhanced (but slower) version of c-end-of-macro that won't land
3747         inside a literal or on another awkward character.
3748         (c-state-cache-too-far, c-state-cache-start)
3749         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3750         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3751         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3752         (c-state-min-scan-pos, c-state-brace-pair-desert)
3753         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3754         buffer local variables.
3755         (c-state-literal-at, c-state-lit-beg)
3756         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3757         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3758         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3759         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3760         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3761         (c-renarrow-state-cache)
3762         (c-append-lower-brace-pair-to-state-cache)
3763         (c-state-push-any-brace-pair, c-append-to-state-cache)
3764         (c-remove-stale-state-cache)
3765         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3766         (c-invalidate-state-cache-1, c-parse-state-1)
3767         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3768         (c-parse-state): Enhance and refactor.
3769         (c-debug-parse-state): Amend to deal with all the new variables.
3771         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3772         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3773         modify to use category text properties rather than syntax-table ones.
3774         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3775         to switch off/on the syntactic paren property of C++ template
3776         delimiters using the category property.
3777         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3778         template delims suppressed.
3779         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3780         New constant/macros which apply category properties to the start
3781         and end of preprocessor constructs.
3782         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3783         "comment out" the syntactic value of characters in preprocessor
3784         constructs.
3785         (c-with-cpps-commented-out)
3786         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3787         with characters in all or all but one preprocessor constructs
3788         "commented out".
3790 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3792         * proced.el (proced-filter-alist): Use regexp-quote.
3794 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3796         Cleanup.
3797         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3798         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3799         arguments.  Expand `default-directory'.
3801         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3802         the benefit of returning an expanded localname.
3803         (tramp-tramp-file-p): Handle the case NAME is not a string.
3805 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3807         Add support for bzr shelve/unshelve.
3808         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3809         (vc-bzr-extra-menu-map): New variables.
3810         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3811         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3812         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3813         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3814         (vc-bzr-dir-extra-headers): Display shelves.
3816         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3818 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3820         * textmodes/bibtex.el (bibtex-complete-internal):
3821         Use completion-in-region.
3822         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3824 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3826         Support applying stashes.  Improve UI.
3827         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3828         (vc-git-stash-apply, vc-git-stash-pop)
3829         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3830         (vc-git-stash-menu): New functions.
3831         (vc-git-stash-menu-map): New variable.
3832         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3834 2009-12-03  Glenn Morris  <rgm@gnu.org>
3836         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3837         (vc-print-log-internal): Fix previous change.
3838         (vc-revert): Correct pluralization.
3840 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3842         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3843         it to be an alist any more.
3844         (makefile-complete): Use completion-in-region.
3846         * progmodes/octave-mod.el (octave-complete-symbol):
3847         Use completion-in-region.
3849         Misc cleanup.
3850         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3851         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3852         (idlwave-complete-class): Don't quote lambda.
3853         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3854         (idlwave-mode-map): Move initialization into declaration.
3855         (idlwave-action-and-binding): Use backquotes.
3856         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3857         Simplify.
3858         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3859         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3860         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3861         `parts', and `all-parts'.
3862         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3863         (idlwave-convert-xml-system-routine-info): Remove unused string
3864         `version-string'.
3865         (idlwave-display-user-catalog-widget): Use dolist.
3866         (idlwave-scanning-lib): Declare dynamically-scoped var.
3867         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3868         (completion-highlight-first-word-only): Declare to silence bytecomp.
3869         (idlwave-popup-select): Tighten scope of `resp'.
3870         (idlwave-find-struct-tag): Remove unused var `beg'.
3871         (idlwave-after-load-rinfo-hook): Declare.
3872         (idlwave-sintern-class-info): Remove unused var `taglist'.
3873         (idlwave-find-class-definition): Remove unused var `list'.
3874         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3875         (idlwave-what-module-find-class): Remove unused var `classes'.
3877 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3879         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3881 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3884         buffers visited.  Remove redundant current-buffer-saving.
3886 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         Use completion-in-buffer and remove uses of dynamic scoping.
3889         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3890         (pascal-buffer-to-use, pascal-flag): Don't declare.
3891         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3892         (pascal-get-completion-decl, pascal-keyword-completion):
3893         Add `pascal-str' argument, save-excursion,
3894         return the found completions, and don't filter with pascal-pred.
3895         (pascal-completion-cache): New var.
3896         (pascal-completion): Don't switch buffer any more (it was never
3897         necessary).  Don't save-excursion any more (it's done by the called
3898         subroutines).  Use a cache to avoid redundant computations.
3899         Use complete-with-action rather than pascal-completion-response and
3900         let it apply the predicate as well.
3901         (pascal-complete-word): Use completion-in-buffer when
3902         pascal-toggle-completions is nil.
3903         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3904         not used any more.
3905         (pascal-comp-defun): Don't change buffer any more.
3906         Use complete-with-action rather than pascal-completion-response and
3907         let it apply the predicate as well.
3908         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3909         when neded.
3911 2009-12-02  Kenichi Handa  <handa@m17n.org>
3913         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3914         shape for all Indic scripts.
3916 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         Use completion-in-buffer.
3919         * wid-edit.el (widget-field-text-end): New function.
3920         (widget-field-value-get): Use it.
3921         (widget-string-complete, widget-file-complete)
3922         (widget-color-complete): Use it and completion-in-region.
3923         (widget-complete): Don't narrow the buffer.
3925 2009-12-02  Glenn Morris  <rgm@gnu.org>
3927         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3928         (rmail-select-summary): Use rmail-pop-to-buffer.
3929         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3930         rmail-pop-to-buffer, to prevent horizontal splits.
3932         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3933         save-excursion with save-current-buffer.
3934         Widen before searching.  (Bug#5093)
3935         (diary-list-sexp-entries): Remove superfluous save-excursion.
3937 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3939         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3940         name.  (Bug#5038)
3942 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3944         * ido.el (ido-file-internal): Handle filenames at point that do
3945         not have a directory part.  (Bug#5049)
3947 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3949         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3950         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3952 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3954         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3955         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3956         any more.
3958 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * comint.el (comint-insert-input): Ignore clicks to the right of
3961         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3963         * vc.el (vc-print-log-internal): Don't wait for the process to
3964         terminate before setting up the major mode.
3966         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3967         in case.
3969         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3970         the last element.
3972         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3974 2009-12-01  Glenn Morris  <rgm@gnu.org>
3976         * window.el (window--display-buffer-2): Fix previous changes.
3978 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3980         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3982 2009-12-01  Glenn Morris  <rgm@gnu.org>
3984         * Makefile.in (ELCFILES): Add mpc.elc.
3986 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         * mpc.el: New file.
3990 2009-12-01  Glenn Morris  <rgm@gnu.org>
3992         * window.el (window-to-use): Define for compiler.
3994         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3995         consistent with others (no final period).
3997         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3998         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4000 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4002         Make vc-print-log buttons work.
4003         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4005 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4007         * savehist.el (savehist-autosave-interval): Allow setting to nil
4008         through customize.  (Bug#5056)
4010 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4012         Fix references to jit-lock properties.
4013         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4014         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4015         (perl-font-lock-special-syntactic-constructs):
4016         Quote jit-lock-defer-multiline property.
4018 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4020         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4022 2009-11-30  Juri Linkov  <juri@jurta.org>
4024         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4025         value `buffer' of `multi-isearch-next-buffer-current-function'.
4026         Use `(current-buffer)' when `buffer' is nil.
4027         (multi-isearch-next-buffer-from-list): Don't fallback to
4028         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4030 2009-11-30  Juri Linkov  <juri@jurta.org>
4032         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4033         of buffers with `get-buffer' to `multi-isearch-buffers'.
4034         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4035         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4036         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4037         FILES with `expand-file-name' converting relative file names
4038         to absolute.  Doc fix.  (Bug#4727)
4040 2009-11-30  Juri Linkov  <juri@jurta.org>
4042         * misearch.el (multi-isearch-read-buffers)
4043         (multi-isearch-read-matching-buffers): New functions.
4044         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4045         Use them in the `interactive' spec.  Doc fix.
4046         (multi-isearch-read-files, multi-isearch-read-matching-files):
4047         New functions.
4048         (multi-isearch-files, multi-isearch-files-regexp):
4049         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4051 2009-11-30  Juri Linkov  <juri@jurta.org>
4053         * doc-view.el (doc-view-continuous):
4054         Rename from `doc-view-continuous-mode'.
4055         (doc-view-menu): Move "Toggle display" to the top.
4056         Add submenu "Continuous" with radio buttons "Off"/"On"
4057         and "Save as Default".
4058         (doc-view-scroll-up-or-next-page)
4059         (doc-view-scroll-down-or-previous-page)
4060         (doc-view-next-line-or-next-page)
4061         (doc-view-previous-line-or-previous-page): Rename
4062         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4064 2009-11-30  Juri Linkov  <juri@jurta.org>
4066         * comint.el (comint-mode-map): Rebind `M-r' from
4067         `comint-previous-matching-input' to
4068         `comint-history-isearch-backward-regexp'.
4069         Unbind `M-s' to allow global key binding `M-s'.
4070         Add menu items for `comint-history-isearch-backward' and
4071         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4073 2009-11-30  Juri Linkov  <juri@jurta.org>
4075         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4076         For def=recenter, replace `recenter' with `recenter-top-bottom'
4077         that is called with `this-command' and `last-command' let-bound
4078         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4079         set `recenter-last-op' to nil.  (Bug#4981)
4081 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         Minor cleanup and simplification.
4084         * filecache.el (file-cache-add-directory)
4085         (file-cache-add-directory-recursively)
4086         (file-cache-add-from-file-cache-buffer)
4087         (file-cache-delete-file-regexp, file-cache-delete-directory)
4088         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4089         (file-cache-temp-minibuffer-message): Delete function.
4090         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4092         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4093         Don't signal an error when bumping into EOB in tr, s, or y.
4095 2009-11-29  Juri Linkov  <juri@jurta.org>
4097         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4098         (Bug#4960)
4100         * descr-text.el (describe-char-unidata-list): Use lowercase name
4101         for "Unicode name" like in other tags.
4103 2009-11-29  Juri Linkov  <juri@jurta.org>
4105         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4106         New compatibility macro.
4107         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4109 2009-11-29  Juri Linkov  <juri@jurta.org>
4111         Add defcustom to define the cycling order of `recenter-top-bottom'.
4112         (Bug#4981)
4114         * window.el (recenter-last-op): Doc fix.
4115         (recenter-positions): New defcustom.
4116         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4117         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4119 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4121         Improve integration of Tramp and ange-ftp in eshell.
4123         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4124         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4125         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4127         * eshell/esh-util.el (top): Require also Tramp when compiling.
4128         (eshell-directory-files-and-attributes): Check for FTP remote
4129         connection.
4130         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4131         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4132         (eshell-file-attributes): Handle ".".  Return `entry'.
4134         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4135         (ange-ftp-directory-files-and-attributes)
4136         (ange-ftp-real-directory-files-and-attributes): New defuns.
4138         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4139         shell with "exec" when possible.  This prevents trailing prompts
4140         in `start-file-process'.
4142 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4144         Try and remove assumptions about point-min==1.
4145         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4146         (rng-compute-mode-line-string): Show the validation percentage in
4147         terms of the narrowed text, not the widened text.
4148         (rng-do-some-validation): Don't catch internal errors when debugging.
4149         (rng-first-error): Simplify.
4150         (rng-after-change-function): Remove work around.  AFAIK the bug has
4151         been fixed a while ago.
4153         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4154         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4156         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4158         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4159         `cd' doesn't always do it for us (bug#5067).
4161         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4162         on 2009-10-25 as part of some other change (bug#5067).
4164 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4167         `suspicious'.
4168         (byte-compile-warnings): Use byte-compile-warning-types.
4169         (byte-compile-save-excursion): Warn about use of set-buffer right
4170         after save-excursion.
4172         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4173         the excursion as well.
4175 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4177         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4178         providing a Tramp related implementation of "su" and "sudo".
4179         (eshell-unix-initialize): Add "su" and "sudo".
4181 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4183         * net/socks.el (socks-send-command): Convert binary request to
4184         unibyte before sending.  This fixes mishandling of some port
4185         numbers such as 129.
4187 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4189         * help.el (describe-bindings-internal): Remove `interactive'.
4191         * man.el (Man-completion-table): Trim a terminating "(".
4192         Remove the space between name page a section.
4193         Add the command's description on the `help-echo' property.
4194         Remove `process-connection-type' binding since it's unused by
4195         call-process.
4196         Provide completion for the "<section> <name>" format as well.
4197         (Man-default-man-entry): Remove spurious var shadowing the argument.
4199 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4201         * log-view.el: Add "Keywords: tools", since its other keywords
4202         aren't in finder-known-keywords, and following vc.el.
4204         * sha1.el (sha1-string-external): default-directory "/" in case
4205         otherwise non-existent.  process-connection-type pipe for touch of
4206         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4208 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4210         Misc coding convention cleanups.
4211         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4212         hfy-init-kludge-hooks.
4213         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4214         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4215         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4216         and push.
4217         (hfy-slant, hfy-weight): Use tables rather than code.
4218         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4219         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4220         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4221         (hfy-face-to-css): Remove `nconc' with single arg.
4222         (hfy-p-to-face-lennart): Use `or'.
4223         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4224         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4225         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4226         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4227         (hfy-force-fontification): Use run-hooks.
4229 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4231         Various minor fixes.
4232         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4233         Javascript belongs in the header, not the body.
4234         (hfy-javascript): Remove.
4235         (hfy-fontify-buffer): Don't insert it any more.
4236         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4237         Fix bug in invis handling when there were no invis props in a chunk.
4239 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4243 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4245         * finder.el (finder-mode-map): Add a menu.
4247 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4249         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4250         "unsigned" structs.
4252         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4253         fork" statement better.
4255 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4257         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4258         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4259         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4260         Reported by Clay Douglass.
4262         (verilog-auto-inst, verilog-auto-star-safe)
4263         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4264         Fix removing "// Interfaces" when saving .* expansions.  Reported by
4265         Pierre-David Pfister.
4267 2009-11-26  Glenn Morris  <rgm@gnu.org>
4269         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4270         the scope.
4272 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4274         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4275         Really use previous revision.
4277 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4279         * man.el (Man-completion-table): default-directory "/" in case
4280         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4281         not to truncate long names.  process-connection-type pipe to avoid
4282         any chance of hitting the pseudo-tty TIOCGWINSZ.
4283         (man): completion-ignore-case t for friendliness and since man
4284         itself is case-insensitive on the command line.
4285         Further to Bug#3717.
4287         * arc-mode.el: Add "Keywords: files", so the details in its
4288         commentary can be reached from finder-by-keyword.
4289         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4290         editing mode, but it's comms related and sgml-mode.el has "comm"
4291         on that basis too.
4292         * textmodes/bibtex-style.el: Add "Keywords: tex".
4293         * international/isearch-x.el, international/ja-dic-cnv.el:
4294         * international/ja-dic-utl.el, international/kkc.el:
4295         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4297 2009-11-25  Juri Linkov  <juri@jurta.org>
4299         * man.el (Man-completion-table): Modify regexp to include
4300         section names to completion strings.  (Bug#3717)
4302 2009-11-25  Juri Linkov  <juri@jurta.org>
4304         Search recursively in gzipped files.  (Bug#4982)
4306         * progmodes/grep.el (grep-highlight-matches): Add new options
4307         `always' and `auto'.  Doc fix.
4308         (grep-process-setup): Check `grep-highlight-matches' for
4309         `auto-detect' to determine the need to compute grep defaults.
4310         Move Windows/DOS specific --colors settings handling
4311         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4312         to get the value of "--color=".
4313         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4314         has the value `auto-detect'.  Move Windows/DOS specific settings
4315         from `grep-process-setup'.
4316         (zrgrep): New command with alias `rzgrep'.
4318 2009-11-25  Juri Linkov  <juri@jurta.org>
4320         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4321         to nil instead of switching off view-mode.  (Bug#4896)
4323 2009-11-25  Juri Linkov  <juri@jurta.org>
4325         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4327         * mwheel.el (mwheel-scroll-up-function)
4328         (mwheel-scroll-down-function): New defvars.
4329         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4330         `scroll-up', and `mwheel-scroll-down-function' instead of
4331         `scroll-down'.
4333         * doc-view.el (doc-view-scroll-up-or-next-page)
4334         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4335         Use this ARG in the call to image-scroll-up/image-scroll-down.
4336         Change `interactive' spec to "P".  Goto next/previous page only
4337         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4338         SPC/DEL case).  Doc fix.
4339         (doc-view-next-line-or-next-page)
4340         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4341         for consistency.
4342         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4343         `doc-view-scroll-up-or-next-page', and buffer-local
4344         `mwheel-scroll-down-function' to
4345         `doc-view-scroll-down-or-previous-page'.
4347 2009-11-25  Juri Linkov  <juri@jurta.org>
4349         Provide additional default values (directories at other Dired
4350         windows) via M-n in the minibuffer of some Dired commands.
4352         * dired-aux.el (dired-diff, dired-compare-directories)
4353         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4354         `minibuffer-default' in `minibuffer-with-setup-hook'.
4355         (dired-dwim-target-directory): Find a window that displays Dired
4356         buffer instead of failing when the next window is not Dired.
4357         Use `get-window-with-predicate' to find for the next Dired window.
4358         (dired-dwim-target-defaults): New function.
4360         * ediff-util.el (ediff-read-file-name):
4361         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4362         in `minibuffer-with-setup-hook'.
4364 2009-11-25  Juri Linkov  <juri@jurta.org>
4366         Provide additional default values (file name at point or at the
4367         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4369         * minibuffer.el (read-file-name-defaults): New function.
4370         (read-file-name): Reset `minibuffer-default' to nil when
4371         it duplicates initial input `insdef'.
4372         Bind `minibuffer-default-add-function' to lambda that
4373         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4374         (minibuffer-insert-file-name-at-point): New command.
4376         * files.el (file-name-at-point-functions): New defcustom.
4377         (find-file-default): Remove defvar.
4378         (find-file-read-args): Don't use `find-file-default'.
4379         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4380         to `read-file-name'.
4381         (find-file-literally): Use `read-file-name' with
4382         `confirm-nonexistent-file-or-buffer'.
4384         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4386         * dired.el (dired-read-dir-and-switches):
4387         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4388         to `read-file-name'.
4389         (dired-file-name-at-point): New function.
4390         (dired-mode): Add hook `dired-file-name-at-point' to
4391         `file-name-at-point-functions'.
4393 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4395         Really make the *Completions* window soft-dedicated (bug#5030).
4396         * window.el (window--display-buffer-2): Add `dedicated' argument.
4397         (display-buffer): Pass it when needed so the dedicated flag is set
4398         after calling set-window-buffer, which would otherwise reset it.
4400 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * progmodes/meta-mode.el (meta-complete-symbol):
4403         * progmodes/etags.el (complete-tag):
4404         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4405         Use completion-in-region.
4407         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4408         (dabbrev-completion): Use completion-in-region.
4409         (dabbrev--abbrev-at-point): Simplify regexp.
4411         * abbrev.el (abbrev--before-point): Use word-motion functions
4412         if :regexp is not specified (bug#5031).
4414         * subr.el (string-prefix-p): New function.
4416         * man.el (Man-completion-cache): New var.
4417         (Man-completion-table): Use it.
4419         * vc.el (vc-print-log-internal): Make `limit' optional for better
4420         compatibility (e.g. with vc-annotate.el).
4422 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4424         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4425         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4427         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4428         when .el source file not found or other error.
4430 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4432         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4434 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4436         Handle the [back] button properly (bug#4979).
4437         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4438         Use help-setup-xref, help-buffer, and with-help-window.
4439         (describe-char): Add `buffer' argument.
4440         Pass proper command to help-setup-xref.  Don't meddle with
4441         help-xref-stack-item directly.
4442         (describe-text-category): Use with-help-window and help-buffer.
4444         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4445         for the displayed buffer (bug#4887).
4447         * man.el (Man-completion-table): New function.
4448         (man): Use it.
4450 2009-11-24  David Reitter  <david.reitter@gmail.com>
4452         * vc-git.el (vc-git-registered): Use checkout directory (where
4453         .git is) rather than the file's directory and a relative path spec
4454         to work around a bug in git.
4456 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4458         Improve handling of processes on remote hosts.
4460         * eshell/esh-util.el (eshell-path-env): New defvar.
4461         (eshell-parse-colon-path): New defun.
4462         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4464         * eshell/esh-ext.el (eshell-search-path):
4465         Use `eshell-parse-colon-path'.
4466         (eshell-remote-command): Remove argument HANDLER.
4467         (eshell-external-command): Check for FTP remote connection.
4469         * eshell/esh-proc.el (eshell-gather-process-output):
4470         Use `file-truename', in order to start also symlinked files.
4471         Apply `start-file-process' instead of `start-process'.
4472         Shorten `command' to the local file name part.
4474         * eshell/em-cmpl.el (eshell-complete-commands-list):
4475         Use `eshell-parse-colon-path'.
4477         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4479         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4480         to `eshell-directory-change-hook'.
4482 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4484         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4485         because it could be enabled automatically if view-read-only is non-nil.
4487 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4489         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4490         made on 2009-11-22.
4492 2009-11-24  Glenn Morris  <rgm@gnu.org>
4494         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4495         deleted variable bookmark-bmenu-bookmark-column.
4497         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4498         Move after definition of global-semantic-idle-tag-highlight-mode.
4500 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4502         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4504 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4506         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4507         two slashes to the "file:" prefix.
4508         (browse-url-file-url): De-munge Cygwin filenames before passing
4509         them to Windows browser.
4510         (browse-url-default-windows-browser): Use call-process.
4512 2009-11-23  Juri Linkov  <juri@jurta.org>
4514         Implement DocView Continuous mode.  (Bug#4896)
4515         * doc-view.el (doc-view-continuous-mode): New defcustom.
4516         (doc-view-mode-map): Bind C-n/<down> to
4517         `doc-view-next-line-or-next-page', C-p/<up> to
4518         `doc-view-previous-line-or-previous-page'.
4519         (doc-view-next-line-or-next-page)
4520         (doc-view-previous-line-or-previous-page): New commands.
4522 2009-11-23  Juri Linkov  <juri@jurta.org>
4524         Implement Isearch in comint input history.  (Bug#3746)
4525         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4526         `isearch-mode-hook'.
4527         (comint-history-isearch): New defcustom.
4528         (comint-history-isearch-backward)
4529         (comint-history-isearch-backward-regexp): New commands.
4530         (comint-history-isearch-message-overlay): New buffer-local variable.
4531         (comint-history-isearch-setup, comint-history-isearch-end)
4532         (comint-goto-input, comint-history-isearch-search)
4533         (comint-history-isearch-message, comint-history-isearch-wrap)
4534         (comint-history-isearch-push-state)
4535         (comint-history-isearch-pop-state): New functions.
4537 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4539         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4540         return.
4541         (tramp-handle-make-symbolic-link)
4542         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4543         Quote file names.
4544         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4545         (tramp-handle-process-file): Use it.
4547 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * window.el (move-to-window-line-last-op): Remove.
4550         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4552 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4554         Make M-r mirror the new cycling behavior of C-l.
4555         * window.el (move-to-window-line-last-op): New var.
4556         (move-to-window-line-top-bottom): New command.
4557         (global-map): Bind M-r move-to-window-line-top-bottom.
4559 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4561         * dired-x.el (dired-guess-shell-alist-default):
4562         Support xz format.  (Bug#4953)
4564 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
4566         * cedet/srecode/map.el (srecode-get-maps):
4567         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4568         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4569         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4570         (semantic-toggle-decoration-style):
4571         * cedet/semantic/decorate/include.el
4572         (semantic-decoration-include-describe)
4573         (semantic-decoration-unknown-include-describe)
4574         (semantic-decoration-unparsed-include-describe)
4575         (semantic-decoration-all-include-summary):
4576         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4577         * cedet/semantic/analyze/complete.el
4578         (semantic-analyze-possible-completions):
4579         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4580         (semantic-show-unmatched-syntax-mode)
4581         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4582         (semantic-highlight-func-mode):
4583         * cedet/semantic/util.el (semantic-describe-buffer):
4584         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4585         (semantic-symref-find-tags-by-name)
4586         (semantic-symref-find-tags-by-regexp)
4587         (semantic-symref-find-tags-by-completion)
4588         (semantic-symref-find-file-references-by-name)
4589         (semantic-symref-find-text):
4590         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4591         (senator-yank-tag):
4592         * cedet/semantic/scope.el (semantic-calculate-scope):
4593         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4594         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4595         (define-semantic-idle-service):
4596         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4597         (semantic-complete-analyze-inline-idle):
4598         * cedet/semantic/analyze.el (semantic-analyze-current-context):
4599         * cedet/mode-local.el (describe-mode-local-bindings)
4600         (describe-mode-local-bindings-in-mode):
4601         * cedet/ede/make.el (ede-make-check-version):
4602         * cedet/ede/locate.el (ede-enable-locate-on-project):
4603         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4604         (cedet-idutils-version-check):
4605         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4606         (cedet-gnu-global-version-check):
4607         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4608         (cedet-cscope-version-check): Use called-interactively-p instead
4609         of interactive-p.
4611         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4612         Use semantic-format-tag-prototype.
4614 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4616         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4617         last-command-char/last-command-event.
4618         (viper-prefix-arg-value): Do correct conversion of event-char for
4619         XEmacs.
4621         * emulation/viper-util.el, emulation/viper.el:
4622         Use viper-last-command-char instead of
4623         last-command-char/last-command-event.
4625         * ediff-init.el, ediff-mult.el, ediff-util.el:
4626         Replace last-command-char and last-command-event
4627         with (ediff-last-command-char) everywhere.
4629         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4630         created in fundamental mode.
4632         * ediff.el (ediff-version): Revert the change of interactive-p to
4633         called-interactively-p.
4635 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4637         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4638         generation from word-movement command names.
4640 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
4642         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4643         (semantic-complete-jump-local, semantic-complete-jump):
4644         Improve prompt string.
4646 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4648         * cus-start.el (all): Add native condition for font-use-system-font.
4650 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4652         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4653         Correct the patch from 2009-11-18.  (Bug#3910)
4655 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4657         * progmodes/subword.el: Rename from lisp/subword.el.
4659         * subword.el: Rename to progmodes/subword.el.
4661         * Makefile.in (ELCFILES): Adapt to subword.el move.
4663 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4664             Stefan Monnier  <monnier@iro.umontreal.ca>
4666         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4667         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4668         (bookmark-bmenu-show-filenames): Use push.
4669         (bookmark-bmenu-hide-filenames): Use local var instead of
4670         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4671         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4672         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4673         filenames now that the bookmark names are always available.
4675 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4677         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4678         (bookmark-search-pattern): Move and leave unbound.
4679         (bookmark-bmenu-mode-map): Change binding.
4680         (bookmark-read-search-input): Simplify.
4681         Don't use text-char-description.  Don't error on non-char events.
4682         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4683         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4684         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4685         Use a local var for the timer.
4686         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4687         (i.e. bookmark-bmenu-search).
4689 2009-11-21  Glenn Morris  <rgm@gnu.org>
4691         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4693 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4695         * net/browse-url.el (browse-url-default-windows-browser):
4696         Use cygstart for cygwin.
4698 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4700         * bookmark.el: Formatting and doc fixes only:
4701         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4702         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4703         Minor grammar and punctuation fixes in doc string.
4704         (bookmark-read-search-input): Adjust to fit within 80 columns.
4706 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4708         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4709         (c-backward-into-nomenclature): Adapt to subword renaming.
4711         * subword.el (subword-forward, subword-backward, subword-mark)
4712         (subword-kill, subword-backward-kill, subword-transpose)
4713         (subword-downcase, subword-upcase, subword-capitalize)
4714         (subword-forward-internal, subword-backward-internal):
4715         Rename from forward-subword, backward-subword, mark-subword,
4716         kill-subword, backward-kill-subword, transpose-subwords,
4717         downcase-subword, upcase-subword, capitalize-subword,
4718         forward-subword-internal, backward-subword-internal.
4720 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4722         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4723         New options.
4724         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4725         New vars.
4726         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4727         (bookmark-bmenu-filter-alist-by-regexp)
4728         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4729         (bookmark-bmenu-search): New command.
4730         (bookmark-bmenu-mode-map): Bind it.
4732 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4734         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4736         * cedet/semantic/idle.el (define-semantic-idle-service)
4737         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4739 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4741         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4742         backward-subword to quit the byte-compiler.
4744         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4746         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4748         * progmodes/cc-cmds.el (c-update-modeline)
4749         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4750         Refer to subword.el functions instead of cc-subword.el.
4752         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4753         subword.el functions instead of cc-subword.el.
4755         * progmodes/cc-subword.el: Rename to subword.el.
4756         * subword.el: Rename from progmodes/cc-subword.el.
4757         (subword-mode-map): Rename from c-subword-mode-map.
4758         (subword-mode): Rename from c-subword-mode.
4759         (global-subword-mode): New global minor mode.
4760         (forward-subword): Rename from c-forward-subword.
4761         (backward-subword): Rename from c-backward-subword.
4762         (mark-subword): Rename from c-mark-subword.
4763         (kill-subword): Rename from c-kill-subword.
4764         (backward-kill-subword): Rename from c-backward-kill-subword.
4765         (transpose-subwords): Rename from c-tranpose-subword.
4766         (downcase-subword): Rename from c-downcase-subword.
4767         (capitalize-subword): Rename from c-capitalize-subword.
4768         (forward-subword-internal): Rename from c-forward-subword-internal.
4769         (backward-subword-internal): Rename from c-backward-subword-internal.
4771 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4773         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4774         from a dired buffer.
4775         (vc-dired-deduce-fileset): New function.
4776         (vc-root-diff, vc-print-root-log): Use it.
4778         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4779         nil LIMIT argument to vc-print-log-internal.
4781 2009-11-20  Glenn Morris  <rgm@gnu.org>
4783         * Makefile.in (ELCFILES): Regenerate.
4785 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4787         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4789         * cedet/semantic.el: Enable idle-mode menu items only if
4790         global-semantic-idle-scheduler-mode is enabled.
4791         (semantic-default-submodes): Doc fix.
4793         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4794         When turning off, disable other idle modes.
4796 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4798         * calc/calc.el (calc-set-mode-line):
4799         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4800         (math-format-number): Rename `math-format-complement-signed' to
4801         `math-format-twos-complement'.
4803         * calc/calc-bin.el (math-format-twos-complement): Rename from
4804         math-format-complement-signed.
4805         (calc-radix): Rename `calc-complement-signed-mode' to
4806         `calc-twos-complement-mode'.
4807         (calc-octal-radix, calc-hex-radix): Add an argument for
4808         two's complement.
4810         * calc/calc-embed.el (calc-embedded-mode-vars):
4811         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4813         * calc/calc-ext.el (calc-init-extensions):
4814         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4815         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4817         * calc/calc-units.el (math-build-units-table-buffer):
4818         Let `calc-twos-complement-mode' be nil.
4820         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4821         entries.
4823         * calc/calc-vec.el (calcFunc-vunpack):
4824         * calc/calc-aent.el (calc-do-calc-eval):
4825         * calc/calc-forms.el (math-format-date):
4826         * calc/calc-graph.el (calc-graph-plot):
4827         * calc/calc-math.el (math-use-emacs-fn):
4828         * calc/calccomp.el (math-compose-expr):
4829         Let `calc-twos-complement-mode' be nil.
4831 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4834         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4835         * minibuffer.el (completion-in-region-functions): New hook.
4836         (completion-in-region): New function.
4837         * emacs-lisp/lisp.el (lisp-complete-symbol):
4838         * pcomplete.el (pcomplete-std-complete): Use it.
4840 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4842         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4843         (latex-complete-alist): New vars.
4844         (latex-string-prefix-p, latex-complete-bibtex-keys)
4845         (latex-complete-envnames, latex-complete-refkeys)
4846         (latex-complete-data): New functions.
4847         (latex-complete, latex-indent-or-complete): New commands.
4849         * window.el (display-buffer-mark-dedicated): New var.
4850         (display-buffer): Obey it.
4851         * minibuffer.el (minibuffer-completion-help): Use it.
4853         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4855         * filecache.el (file-cache-add-file): Use push and cons.
4856         (file-cache-delete-file-regexp): Use push.
4857         (file-cache-complete): Use completion-in-region.
4859         * simple.el (with-wrapper-hook): Fix thinko.
4861         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4862         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4863         Use with-current-buffer and string-to-number.
4864         (hfy-fallback-colour-values): Use assoc-string.
4865         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4866         (hfy-face-at): Remove unused var `found-face'.
4867         (hfy-compile-stylesheet): Remove unused var `css'.
4868         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4869         and `orig-buffer'.
4870         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4871         Use with-current-buffer.
4872         (hfy-text-p): Use expand-file-name and fewer setq.
4874 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4876         * htmlfontify.el, hfy-cmap.el: New files.
4878 2009-11-19  Juri Linkov  <juri@jurta.org>
4880         * minibuffer.el (completions-format): New defcustom.
4881         (completion--insert-strings): Implement vertical format.
4883         * simple.el (switch-to-completions): Move point to the first
4884         completion when point was at the beginning of the buffer.
4886 2009-11-19  Juri Linkov  <juri@jurta.org>
4888         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4890         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4892 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4894         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4895         (mail-signature): Change default to t.
4896         (mail-from-style): Deprecate `system-default' value.
4897         (mail-insert-from-field): For default value of mail-from-style,
4898         default to `angles' unless `angles' needs quoting and `parens'
4899         does not.
4900         (mail-citation-prefix-regexp): Use citation regexp from
4901         message-mode.
4903 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4905         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4906         Set variables for computing the prompt for reading password.
4908 2009-11-19  Glenn Morris  <rgm@gnu.org>
4910         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4912         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4914         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4915         (newsticker-treeview-listwindow-height): Fix custom type.
4917 2009-11-19  Kenichi Handa  <handa@m17n.org>
4919         * descr-text.el (describe-char-padded-string): Compose with TAB
4920         only if there's a font for CH.
4921         (describe-char): Fix the condition for detecting a trivial composition.
4923 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4925         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4926         more accurate version of the regexp.  (Bug#3910)
4928 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4930         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4932 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4934         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4935         (font-setting-change-default-font): Fix typo in docstring.
4937 2009-11-18  Alan Mackenzie  <acm@muc.de>
4939         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4941 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4943         * font-setting.el (font-use-system-font): Move ...
4945         * cus-start.el (all): ... to here.
4947 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4949         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4950         Don't set `ad-return-value' if `ad-do-it' doesn't.
4952         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4953         modification time.
4955 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4957         * menu-bar.el: Put "Use system font" in Option-menu.
4958         (menu-bar-options-save): Add font-use-system-font.
4960         * loadup.el: If feature system-font-setting or font-render-setting is
4961         there, load font-setting.
4963         * Makefile.in (ELCFILES): Add font-settings.el.
4964         * font-setting.el: New file.
4966 2009-11-17  Glenn Morris  <rgm@gnu.org>
4968         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4970         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4971         Preserve point in the list buffer.  (Bug#4939)
4972         Use point-at-eol.
4973         (newsticker--treeview-list-update-highlight)
4974         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4976 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4978         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4979         Remove.
4981         * calc/calc-ext.el (calc-init-extensions): Remove references to
4982         symclip.
4984         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4986         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4987         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4988         `calc-symclip'.
4990 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4992         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4993         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4995         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4996         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4997         Ignore trailing spaces by omit-nulls to split-string (fixing
4998         regression from Emacs 21 due to the incompatible split-string
4999         change).  (Bug #4928.)
5001 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5003         * vc.el (vc-log-show-limit): Default to 2000.
5004         (vc-print-log-internal): Insert buttons to request more entries
5005         when limiting the output.
5007         * vc-sccs.el (vc-sccs-print-log):
5008         * vc-rcs.el (vc-rcs-print-log):
5009         * vc-cvs.el (vc-cvs-print-log):
5010         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5011         LIMIT is non-nil.
5013 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5015         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5016         error when `tramp-gvfs-dbus-event-vector' is set.
5017         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5019 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5023 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5025         * net/dbus.el (dbus-unregister-service): New defun.
5026         (dbus-register-property): Register the handlers of
5027         "org.freedesktop.DBus.Properties" for SERVICE.
5028         (dbus-property-handler): Fix docstring.
5030 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5032         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5033         Quote doc string reference in defvaralias as it is not in special form.
5034         (byte-compile-output-docform): Doc fix.
5036 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5038         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5039         (calc-complement-signed-mode): New variables.
5040         (calc-set-mode-line): Add indicator for twos-complements.
5041         (math-format-number): Format twos-complement notation.
5043         * calc/calc-bin.el (calc-word-size): Reset the variables
5044         `math-2-word-size' and `math-half-2-word-size'.
5045         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5046         (calc-symclip): New functions.
5048         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5050         * calc/calc-embed.el (calc-embedded-mode-vars):
5051         Add `calc-complement-signed-mode' to the list of modes.
5053         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5054         (calc-b-oper-keys): Add `calc-symclip' to list.
5056         * calc/calc-ext.el (math-read-number-fancy): Read complement
5057         signed numbers.
5058         (calc-init-extensions): Add binding for `calc-symclip'.
5059         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5061         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5062         `calc-symclip'.
5063         (calc-modes-menu): Add item for twos complement mode.
5065         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5067 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5069         * register.el (jump-to-register, insert-register): Handle Semantic
5070         tags.  From commented-out advice in semantic/senator.el.
5072 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5074         * vc.el (vc-log-show-limit): New variable.
5075         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5076         when using a prefix argument.
5077         (vc-print-log-internal): Add new argument LIMIT.
5079         * vc-svn.el (vc-svn-print-log):
5080         * vc-mtn.el (vc-mtn-print-log):
5081         * vc-hg.el (vc-hg-print-log):
5082         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5083         pass it to the log command when set.  Make the BUFFER argument
5084         non-optional.
5086         * vc-sccs.el (vc-sccs-print-log):
5087         * vc-rcs.el (vc-rcs-print-log):
5088         * vc-git.el (vc-git-print-log):
5089         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5090         ignore it.  Make the BUFFER argument non-optional
5092         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5094 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5096         * dired.el (dired-mode-map): Move encryption items to "Operate"
5097         menu (Bug#4703).
5099         * strokes.el (strokes-update-window-configuration): Make strokes
5100         buffer current before erasing (Bug#4906).
5102         * cedet/semantic/idle.el (semantic-idle-summary-mode)
5103         (semantic-idle-summary-mode): Define using define-minor-mode
5104         instead of define-semantic-idle-service.
5105         (semantic-idle-summary-mode): New function.
5106         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5107         that mouse motion does not reset the echo area.
5109 2009-11-15  Juri Linkov  <juri@jurta.org>
5111         * simple.el (set-mark-default-inactive): Add :type, :group
5112         and :version.  (Bug#4876)
5114 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5116         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5117         (archive-unique-fname): ... here.  (Bug#4929)
5119 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5122         with a real fix.
5124         * novice.el (disabled-command-function): Add useful args.
5125         Setup the help buffer so that [back] works.
5126         Remove redundant call to help-mode.
5127         (disabled-command-function): Use `case'.
5128         (en/disable-command): New function extracted from enable-command.
5129         (enable-command, disable-command): Use it.
5131 2009-11-14  Glenn Morris  <rgm@gnu.org>
5133         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5134         constants.  (Bug#4913)
5136         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5138 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5140         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5141         defined in C that have no doc-strings.  (Bug#1063)
5143 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5145         * cus-edit.el (data, files):
5146         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5148 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5150         * simple.el (shell-command): Doc fix (Bug#4891).
5152         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5154 2009-11-14  Glenn Morris  <rgm@gnu.org>
5156         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5157         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5158         If they are already loaded, eval-after-load will do the right thing.
5160         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5161         compiling.
5163         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5165         * simple.el (x-selection-owner-p): Declare.
5166         (read-mail-command): Use custom radio type rather than choice.
5167         (completion-no-auto-exit): Doc fix.
5169         * custom.el (defgroup):
5170         * epg-config.el (epg): Doc fixes.
5172 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5174         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5175         * international/ccl.el (define-ccl-program): Do not purecopy the
5176         docstring, defconst does it anyway.
5178 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5181         a second time.
5183         * x-dnd.el (x-dnd-maybe-call-test-function):
5184         * window.el (split-window-vertically):
5185         * whitespace.el (whitespace-help-on):
5186         * vc-rcs.el (vc-rcs-consult-headers):
5187         * userlock.el (ask-user-about-lock-help)
5188         (ask-user-about-supersession-help):
5189         * type-break.el (type-break-force-mode-line-update):
5190         * time-stamp.el (time-stamp-conv-warn):
5191         * terminal.el (te-set-output-log, te-more-break, te-filter)
5192         (te-sentinel, terminal-emulator):
5193         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5194         (term-write-input-ring, term-check-source, term-start-output-log):
5195         (term-display-buffer-line, term-dynamic-list-completions):
5196         (term-ansi-make-term, serial-term):
5197         * subr.el (selective-display):
5198         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5199         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5200         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5201         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5202         (speedbar-remove-localized-speedbar-support)
5203         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5204         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5205         (speedbar-buffers-line-directory):
5206         * simple.el (shell-command-on-region, append-to-buffer)
5207         (prepend-to-buffer):
5208         * shadowfile.el (shadow-save-todo-file):
5209         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5210         (scroll-bar-maybe-set-window-start):
5211         * sb-image.el (speedbar-image-dump):
5212         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5213         (load-save-place-alist-from-file):
5214         * ps-samp.el (ps-print-message-from-summary):
5215         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5216         (ps-background-image, ps-begin-job, ps-do-despool):
5217         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5218         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5219         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5220         (pr-call-process, pr-file-list, pr-interface-save):
5221         * novice.el (disabled-command-function)
5222         (enable-command, disable-command):
5223         * mouse.el (mouse-buffer-menu-alist):
5224         * mouse-copy.el (mouse-kill-preserving-secondary):
5225         * macros.el (kbd-macro-query):
5226         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5227         * informat.el (batch-info-validate):
5228         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5229         * hippie-exp.el (try-expand-dabbrev-visible):
5230         * help-mode.el (help-make-xrefs):
5231         * help-fns.el (describe-variable):
5232         * generic-x.el (bat-generic-mode-run-as-comint):
5233         * finder.el (finder-mouse-select):
5234         * find-dired.el (find-dired-sentinel):
5235         * filesets.el (filesets-file-close):
5236         * files.el (list-directory):
5237         * faces.el (list-faces-display, describe-face):
5238         * facemenu.el (list-colors-display):
5239         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5240         * epg.el (epg--process-filter, epg-cancel):
5241         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5242         (epa--read-signature-type):
5243         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5244         (emerge-file-names):
5245         * ehelp.el (electric-helpify):
5246         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5247         * ediff-vers.el (rcs-ediff-view-revision):
5248         * ediff-util.el (ediff-setup):
5249         * ediff-mult.el (ediff-append-custom-diff):
5250         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5251         (ediff-wordify):
5252         * echistory.el (Electric-command-history-redo-expression):
5253         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5254         * disp-table.el (describe-display-table):
5255         * dired.el (dired-find-buffer-nocreate):
5256         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5257         * dabbrev.el (dabbrev--same-major-mode-p):
5258         * chistory.el (list-command-history):
5259         * apropos.el (apropos-documentation):
5260         * allout.el (allout-obtain-passphrase):
5261         (allout-copy-exposed-to-buffer):
5262         (allout-verify-passphrase): Use with-current-buffer.
5264 2009-11-13  Glenn Morris  <rgm@gnu.org>
5266         * Makefile.in (ELCFILES): Regenerate.
5268 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5270         * net/dbus.el (dbus-registered-objects-table): Rename from
5271         `dbus-registered-functions-table', because it contains also properties.
5272         (dbus-unregister-object): Unregister also properties.
5273         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5274         Use a timeout of 500 msec, in order to not block.
5275         (dbus-register-property, dbus-property-handler): New defuns.
5277 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * simple.el (minibuffer-default-add-completions): Drop deprecated
5280         4th arg.
5282 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5284         * textmodes/artist.el (artist-mouse-choose-operation):
5285         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5286         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5287         (artist-compute-up-event-key): New function.
5288         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5290 2009-11-13  Kenichi Handa  <handa@m17n.org>
5292         * language/japan-util.el: Make sure that the value of jisx0208
5293         property is jisx0208 character.
5295 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5297         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5298         car or each item, not the whole list.
5300 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * minibuffer.el (minibuffer-completion-help):
5303         Use minibuffer-hide-completions.
5305 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5307         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5308         (dired-revert): Use them (bug#4880).
5310 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5312         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5314 2009-11-12  Juri Linkov  <juri@jurta.org>
5316         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5317         New functions.
5318         (find-file-literally-at-point): Alias of `ffap-literally'.
5320 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5322         * textmodes/ispell.el (ispell-skip-region-alist):
5323         * textmodes/css-mode.el (auto-mode-alist):
5324         * progmodes/compile.el (auto-mode-alist):
5325         * international/mule.el (ctext-non-standard-encodings-alist)
5326         (ctext-non-standard-encodings-regexp):
5327         * simple.el (shell-command-switch, text-read-only):
5328         * replace.el (occur-mode-map):
5329         * paths.el (rmail-file-name):
5330         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5331         * find-file.el (ff-special-constructs):
5332         * files.el (file-name-handler-alist):
5333         * composite.el: Purecopy strings.
5335         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5337 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5339         * widget.el (define-widget): Purecopy the docstring.
5340         * international/mule-cmds.el (charset): Do not purecopy the
5341         docstring here, define-widget does it.
5343         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5344         * textmodes/bibtex-style.el (auto-mode-alist):
5345         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5346         * progmodes/compile.el (compile-command):
5347         * language/korea-util.el (default-korean-keyboard):
5348         * international/mule-conf.el (file-coding-system-alist):
5349         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5350         * tooltip.el (tooltip-frame-parameters):
5351         * newcomment.el (comment-end, comment-padding):
5352         * dired.el (dired-trivial-filenames):
5353         * comint.el (comint-file-name-prefix): Purecopy initial values.
5355 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5357         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5358         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5359         `tramp-unload'.
5360         (tramp-advice-make-auto-save-file-name)
5361         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5362         after removing the advice.
5364 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5366         * progmodes/grep.el (grep-regexp-alist):
5367         * international/mule-cmds.el (iso-2022-control-alist):
5368         * emacs-lisp/timer.el (timer-duration-words):
5369         * subr.el (version-separator, version-regexp-alist):
5370         * minibuffer.el (completion-styles-alist):
5371         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5372         Change defvars to defconsts.
5374         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5375         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5376         * international/mule-conf.el: Allow to be byte compiled.
5378         * international/mule.el (define-charset): Purecopy props.
5379         (load-with-code-conversion): Purecopy doc string and file name.
5380         (put-charset-property): Purecopy strings.
5381         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5383         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5384         (define-char-code-property): Correctly purecopy the table.
5386         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5388         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5390         * subr.el (add-hook): Purecopy strings.
5391         (eval-after-load): Purecopy load-history-regexp and the form.
5393         * custom.el (custom-declare-group): Purecopy load-file-name.
5395         * subr.el (menu-bar-separator): New defconst.
5396         * net/eudc.el (eudc-tools-menu):
5397         * international/mule-cmds.el (set-coding-system-map)
5398         (mule-menu-keymap):
5399         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5400         * vc-hooks.el (vc-menu-map):
5401         * replace.el (occur-mode-map):
5402         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5403         (menu-bar-edit-menu, menu-bar-goto-menu)
5404         (menu-bar-custom-menu, menu-bar-showhide-menu)
5405         (menu-bar-options-menu, menu-bar-tools-menu)
5406         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5407         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5408         (menu-bar-help-menu):
5409         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5410         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5412         * term/x-win.el (x-gtk-stock-map):
5413         * progmodes/vera-mode.el (auto-mode-alist):
5414         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5415         (inferior-lisp-program, inferior-lisp-load-command):
5416         * progmodes/hideshow.el (hs-special-modes-alist):
5417         * progmodes/gud.el (same-window-regexps):
5418         * progmodes/grep.el (grep-program, find-program, xargs-program):
5419         * net/telnet.el (same-window-regexps):
5420         * net/rlogin.el (same-window-regexps):
5421         * language/ethiopic.el (font-ccl-encoder-alist):
5422         * vc-sccs.el (vc-sccs-master-templates):
5423         * vc-rcs.el (vc-rcs-master-templates):
5424         * subr.el (cl-assertion-failed):
5425         * simple.el (next-error-overlay-arrow-position):
5426         * lpr.el (lpr-command):
5427         * locate.el (locate-ls-subdir-switches):
5428         * info.el (same-window-regexps, info)
5429         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5430         * image-mode.el (image-mode, auto-mode-alist):
5431         * hippie-exp.el (hippie-expand-ignore-buffers):
5432         * format.el (format-alist):
5433         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5434         (find-name-arg):
5435         * facemenu.el (facemenu-keybindings):
5436         * dired.el (dired-listing-switches, dired-chown-program):
5437         * diff.el (diff-switches, diff-command):
5438         * cus-edit.el (same-window-regexps):
5439         * bindings.el (mode-line-mule-info)
5440         (mode-line-buffer-identification): Purecopy strings.
5442 2009-11-11  Juri Linkov  <juri@jurta.org>
5444         * simple.el (dired-get-filename) <declare-function>:
5445         Tell the byte-compiler about dired-get-filename.
5446         (shell-command): In Dired mode, get filename from the current line
5447         as the default value.
5449 2009-11-10  Glenn Morris  <rgm@gnu.org>
5451         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5452         * calendar/holidays.el, progmodes/cperl-mode.el:
5453         Update x-popup-menu declarations.
5455         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5456         (list-load-path-shadows): Use dolist.
5457         (list-load-path-shadows): Use with-current-buffer.
5459 2009-11-10  Juri Linkov  <juri@jurta.org>
5461         * minibuffer.el (read-file-name): Support a list of default values
5462         in `default-filename'.  Use the first file name where only one
5463         element is required.  Doc fix.
5465 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5467         * net/dbus.el (dbus-unregister-object): Release service, if no
5468         other method is registered for it.
5470 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5472         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5473         bookmark-sort-flag is non-nil (Bug#4653).
5475 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5477         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5478         the progress reporter entirely.
5480         * emulation/cua-base.el: Add CUA property to some CC mode commands
5481         (Bug#4100).
5483 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5485         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5486         at end of sentence (Bug#4818).
5488 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5490         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5491         Handle "see declaration of" MSFT statements (Bug#4100).
5493 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5495         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5496         (tramp-advice-file-expand-wildcards): Unload via
5497         `ad-remove-advice'.
5499         * net/trampver.el: Update release number.
5501 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5503         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5504         `ad-do-it'.
5506 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5508         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5509         in order to keep context in SELinux.
5511 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5513         * dired-aux.el (dired-query): Place cursor in echo area and allow
5514         C-g.
5516         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5517         menu item if not on a directory (Bug#4701).
5519 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5521         Sync with Tramp 2.1.17.
5523         * net/tramp.el (tramp-handle-copy-directory): Don't use
5524         `file-remote-p' (due to compatibility).
5526         * net/tramp-compat.el (tramp-compat-copy-directory)
5527         (tramp-compat-delete-directory): New defuns.
5529         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5530         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5531         `tramp-compat-delete-directory'.
5533         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5534         (tramp-smb-handle-delete-directory): Use
5535         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5537         * net/trampver.el: Update release number.
5539 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5541         * tar-mode.el (tar-copy): Call write-region on the right buffer
5542         (Bug#4857).
5544         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5545         by hand, if necessary (Bug#4878).
5547 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5549         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5550         align size column (Bug#4839).
5552         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5553         statement.
5555 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5557         * progmodes/ld-script.el (auto-mode-alist):
5558         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5560         * cus-face.el (custom-declare-face): Purecopy face spec.
5562 2009-11-06  Kenichi Handa  <handa@m17n.org>
5564         * international/uni-bidi.el: Re-generated.
5565         * international/uni-category.el: Re-generated.
5566         * international/uni-combining.el: Re-generated.
5567         * international/uni-mirrored.el: Re-generated.
5569 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5571         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5572         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5573         (tex-start-options, slitex-run-command, latex-run-command)
5574         (tex-run-command, tex-directory):
5575         * textmodes/ispell.el (ispell-html-skip-alists)
5576         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5577         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5578         (adaptive-fill-regexp):
5579         * textmodes/dns-mode.el (auto-mode-alist):
5580         * progmodes/python.el (interpreter-mode-alist):
5581         * progmodes/etags.el (tags-compression-info-list):
5582         * progmodes/etags.el (tags-file-name):
5583         * net/browse-url.el (browse-url-galeon-program)
5584         (browse-url-firefox-program):
5585         * mail/sendmail.el (mail-signature-file)
5586         (mail-citation-prefix-regexp):
5587         * international/mule-conf.el (eight-bit):
5588         * international/latexenc.el (latex-inputenc-coding-alist):
5589         * international/fontset.el (x-pixel-size-width-font-regexp):
5590         * emacs-lisp/warnings.el (warning-type-format):
5591         * emacs-lisp/trace.el (trace-buffer):
5592         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5593         (emacs-lisp-mode-map):
5594         * calendar/holidays.el (holiday-solar-holidays)
5595         (holiday-bahai-holidays, holiday-islamic-holidays)
5596         (holiday-christian-holidays, holiday-hebrew-holidays)
5597         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5598         (hebrew-holidays-1, holiday-oriental-holidays)
5599         (holiday-general-holidays):
5600         * x-dnd.el (x-dnd-known-types):
5601         * tool-bar.el (tool-bar):
5602         * startup.el (site-run-file):
5603         * shell.el (shell-dumb-shell-regexp):
5604         * rfn-eshadow.el (file-name-shadow-tty-properties)
5605         (file-name-shadow-properties):
5606         * paths.el (remote-shell-program, news-directory):
5607         * mouse.el ([C-down-mouse-3]):
5608         * menu-bar.el (menu-bar-tools-menu):
5609         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5610         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5611         (jka-compr-compression-info-list):
5612         * isearch.el (search-whitespace-regexp):
5613         * image-file.el (image-file-name-extensions):
5614         * find-dired.el (find-ls-option):
5615         * files.el (directory-listing-before-filename-regexp)
5616         (directory-free-space-args, insert-directory-program)
5617         (list-directory-brief-switches, magic-fallback-mode-alist)
5618         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5619         (automount-dir-prefix):
5620         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5621         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5622         (face-font-registry-alternatives, face-font-registry-alternatives)
5623         (face-font-family-alternatives):
5624         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5625         (facemenu-foreground-menu, facemenu-face-menu):
5626         * epa-hook.el (epa-file-name-regexp):
5627         * dnd.el (dnd-protocol-alist):
5628         * textmodes/rst.el (auto-mode-alist):
5629         * button.el (default-button): Purecopy strings.
5631 2009-11-06  Glenn Morris  <rgm@gnu.org>
5633         * Makefile.in (ELCFILES): Update.
5635 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5638         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5640         * nxml/xsd-regexp.el (xsdre-gen-categories):
5641         * nxml/xmltok.el (xmltok-parse-entity):
5642         * nxml/rng-parse.el (rng-parse-validate-file):
5643         * nxml/rng-maint.el (rng-format-manual)
5644         (rng-manual-output-force-new-line):
5645         * nxml/rng-loc.el (rng-save-schema-location-1):
5646         * nxml/rng-cmpct.el (rng-c-parse-file):
5647         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5648         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5650 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5652         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5653         Remove extra save-excursions and make-variable-buffer-local's.
5654         Suggested by Stefan Monnier.
5656         (verilog-getopt-file, verilog-module-inside-filename-p)
5657         (verilog-set-define): Merge GNU 1.35 and repair changes from
5658         switching to using with-current-buffer.
5660         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5661         being treated as a number and confusing AUTORESET.
5662         Reported by Dan Dever.
5664         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5665         Add verilog-auto-ignore-concat to fix backward compatibility with
5666         older verilog-modes.  Reported by Dan Katz.
5668         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5669         containing closing anchors "...$".
5671         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5672         Reported by Wade Smith.
5674         (verilog-batch-execute-func): Comment on function usage.
5676 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5678         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5679         for labels.
5681         (verilog-label-re, verilog-calc-1): Support proper indent of named
5682         asserts.
5684         (verilog-backward-token, verilog-basic-complete-re)
5685         (verilog-beg-of-statement, verilog-indent-re): Support proper
5686         indent of the assert statement at the beginning of a block of text.
5688         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5689         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5690         tokens as begins.
5692 2009-11-05  Glenn Morris  <rgm@gnu.org>
5694         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5695         Emacs 19.  (Bug#1531)
5696         (byte-compile-fix-header): Update for the above change.
5697         Drop test for epoch::version.
5699         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5700         * cus-dep.el (custom-make-dependencies):
5701         * finder.el (finder-compile-keywords):
5702         Use autoload-rubric's feature argument.
5704         * calendar/diary-lib.el (top-level): Make load behave more like require.
5706         * vc-git.el (vc-git-stash-map): Move definition before use.
5708 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5710         * custom.el (custom-declare-group): Purecopy standard-value.
5711         (custom-declare-group): Purecopy custom-prefix.
5713         * international/mule.el (load-with-code-conversion):
5714         Call do-after-load-evaluation unconditionally.
5716         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5718 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5720         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5722 2009-11-04  Glenn Morris  <rgm@gnu.org>
5724         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5725         (byte-compile-compatibility): Remove option.
5726         (byte-compile-close-variables, byte-compile-fix-header)
5727         (byte-compile-insert-header, byte-compile-output-docform)
5728         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5729         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5730         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5731         (byte-compile-insert, byte-compile-defun):
5732         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5733         (byte-defop-compiler19): Remove.
5734         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5735         used by anything.  Replace all calls with byte-defop-compiler.
5737 2009-11-04  Juri Linkov  <juri@jurta.org>
5739         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5740         (menu-bar-options-menu): Don't quote the `prop' arg of
5741         `menu-bar-make-mm-toggle'.
5743 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5745         * calendar/calendar.el (cal-loaddefs):
5746         * calendar/diary-lib.el (diary-loaddefs):
5747         * calendar/holidays.el (hol-loaddefs):
5748         * eshell/esh-module.el (esh-groups): Load rather than require.
5750 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5752         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5753         point-min==1.
5754         (todo-top-priorities): Only display-buffer when called interactively.
5755         (todo-item-start): Don't save excursion point.
5756         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5757         (todo-insert-item-here, todo-file-item, todo-remove-item):
5758         Adjust uses of todo-item-start and todo-item-end.
5760         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5761         (autoload-rubric): Don't use any more.
5762         * cedet/semantic/fw.el (semantic/loaddefs):
5763         * cedet/srecode.el (srecode/loaddefs):
5764         * cedet/ede.el (ede/loaddefs): Load rather than require.
5765         * cedet/ede/cpp-root.el:
5766         * cedet/ede/emacs.el:
5767         * cedet/ede/files.el:
5768         * cedet/ede/linux.el:
5769         * cedet/ede/locate.el:
5770         * cedet/ede/make.el:
5771         * cedet/ede/shell.el:
5772         * cedet/ede/speedbar.el:
5773         * cedet/ede/system.el:
5774         * cedet/ede/util.el:
5775         * cedet/semantic/analyze.el:
5776         * cedet/semantic/bovine.el:
5777         * cedet/semantic/complete.el:
5778         * cedet/semantic/ctxt.el:
5779         * cedet/semantic/db-file.el:
5780         * cedet/semantic/db-find.el:
5781         * cedet/semantic/db-global.el:
5782         * cedet/semantic/db-mode.el:
5783         * cedet/semantic/db-typecache.el:
5784         * cedet/semantic/db.el:
5785         * cedet/semantic/debug.el:
5786         * cedet/semantic/dep.el:
5787         * cedet/semantic/doc.el:
5788         * cedet/semantic/edit.el:
5789         * cedet/semantic/find.el:
5790         * cedet/semantic/format.el:
5791         * cedet/semantic/html.el:
5792         * cedet/semantic/ia-sb.el:
5793         * cedet/semantic/ia.el:
5794         * cedet/semantic/idle.el:
5795         * cedet/semantic/lex-spp.el:
5796         * cedet/semantic/lex.el:
5797         * cedet/semantic/mru-bookmark.el:
5798         * cedet/semantic/scope.el:
5799         * cedet/semantic/senator.el:
5800         * cedet/semantic/sort.el:
5801         * cedet/semantic/symref.el:
5802         * cedet/semantic/tag-file.el:
5803         * cedet/semantic/tag-ls.el:
5804         * cedet/semantic/tag-write.el:
5805         * cedet/semantic/tag.el:
5806         * cedet/semantic/util-modes.el:
5807         * cedet/semantic/analyze/complete.el:
5808         * cedet/semantic/analyze/refs.el:
5809         * cedet/semantic/bovine/c.el:
5810         * cedet/semantic/bovine/gcc.el:
5811         * cedet/semantic/bovine/make.el:
5812         * cedet/semantic/bovine/scm.el:
5813         * cedet/semantic/decorate/include.el:
5814         * cedet/semantic/decorate/mode.el:
5815         * cedet/semantic/symref/cscope.el:
5816         * cedet/semantic/symref/global.el:
5817         * cedet/semantic/symref/grep.el:
5818         * cedet/semantic/symref/idutils.el:
5819         * cedet/semantic/symref/list.el:
5820         * cedet/semantic/wisent/java-tags.el:
5821         * cedet/semantic/wisent/javascript.el:
5822         * cedet/srecode/compile.el:
5823         * cedet/srecode/cpp.el:
5824         * cedet/srecode/document.el:
5825         * cedet/srecode/el.el:
5826         * cedet/srecode/expandproto.el:
5827         * cedet/srecode/getset.el:
5828         * cedet/srecode/insert.el:
5829         * cedet/srecode/java.el:
5830         * cedet/srecode/map.el:
5831         * cedet/srecode/mode.el:
5832         * cedet/srecode/template.el:
5833         * cedet/srecode/texi.el: Remove the file-local setting of
5834         generated-autoload-feature.
5836         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5837         and only put a prop if it is non-nil.
5839 2009-11-03  Juri Linkov  <juri@jurta.org>
5841         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5842         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5844         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5845         and "Menu" to make top-level menu item visually one unit (like
5846         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5847         multi-word menu items).  Fix :help string for quit-window.
5849 2009-11-03  Glenn Morris  <rgm@gnu.org>
5851         * cedet/mode-local.el (with-mode-local): Doc fix.
5853         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5854         (byte-compile-file-form-define-abbrev-table)
5855         (byte-compile-file-form-custom-declare-variable)
5856         (byte-compile-variable-ref, byte-compile-defvar):
5857         Whether or not a warning is enabled should only affect whether we issue
5858         the warning, not whether or not we collect the relevant data.
5859         Eg warnings can be turned on and off throughout the course of a file.
5861         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5862         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5864 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5867         * play/mpuz.el (mpuz-create-buffer):
5868         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5869         (lm-print-y,s,noise, lm-print-w0, lm-init):
5870         * play/gomoku.el (gomoku-prompt-for-move):
5871         * play/fortune.el (fortune-in-buffer):
5872         * play/dissociate.el (dissociated-press):
5873         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5874         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5875         * mail/supercite.el (sc-eref-show):
5876         * mail/smtpmail.el (smtpmail-send-it):
5877         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5878         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5879         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5880         (rmail-summary-goto-msg, rmail-summary-expunge)
5881         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5882         (rmail-summary-add-label, rmail-summary-output-menu)
5883         (rmail-summary-output-body):
5884         * mail/rfc822.el (rfc822-addresses):
5885         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5886         * mail/mailpost.el (post-mail-send-it):
5887         * mail/hashcash.el (hashcash-generate-payment):
5888         * mail/feedmail.el (feedmail-run-the-queue)
5889         (feedmail-queue-send-edit-prompt-help-first)
5890         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5891         (feedmail-deduce-address-list):
5892         * eshell/esh-ext.el (eshell-remote-command):
5893         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5894         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5895         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5896         (viper-save-string-in-file, viper-valid-marker):
5897         * emulation/viper-keym.el (viper-toggle-key):
5898         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5899         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5900         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5901         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5902         (viper-exec-form-in-emacs, viper-brac-function):
5903         * emulation/viper.el (viper-delocalize-var):
5904         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5905         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5906         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5907         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5908         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5909         * emulation/edt.el (edt-electric-helpify):
5910         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5911         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5912         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5913         (cua-indent-to-global-mark-column):
5914         * calendar/diary-lib.el (calendar-mark-1):
5915         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5916         Use with-current-buffer.
5917         * emulation/viper.el (viper-delocalize-var): Use dolist.
5919 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5921         * comint.el (comint-replace-by-expanded-history-before-point):
5922         Replace !! with the previous input string literally (Bug#1795).
5924 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5926         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5927         to be made up of whitespace.
5929 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5931         * minibuffer.el (read-file-name): Don't use file dialogs for
5932         remote directories (Bug#99).
5934 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5936         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5938 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5940         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5941         instead of deleting the window or frame.
5943 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5945         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5946         Support face colors.
5948         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5949         New function.  Support face colors (Bug#1168).
5950         (tex-common-initialization): Use it.
5952         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5953         mode allows it (Bug#1168).
5955 2009-10-31  Juri Linkov  <juri@jurta.org>
5957         * facemenu.el (list-colors-display): Don't mark buffer as
5958         modified (Bug#3948).
5960 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5962         * international/mule-diag.el (list-character-sets-1): Minor
5963         message fix (Bug#3526).
5965         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5966         face property (Bug#4834).
5967         (etags-list-tags, etags-tags-apropos-additional)
5968         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5969         property.
5971         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5972         items.
5974         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5975         items.
5977         * cedet/ede.el (ede-minor-mode):
5978         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5980 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5982         * textmodes/two-column.el (2C-split):
5983         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5984         * textmodes/tex-mode.el (tex-set-buffer-directory):
5985         * textmodes/spell.el (spell-region, spell-string):
5986         * textmodes/reftex.el (reftex-erase-buffer):
5987         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5988         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5989         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5990         (reftex-select-item):
5991         * textmodes/reftex-ref.el (reftex-label-info-update)
5992         (reftex-offer-label-menu):
5993         * textmodes/reftex-index.el (reftex-index-change-entry)
5994         (reftex-index-phrases-info):
5995         * textmodes/reftex-global.el (reftex-create-tags-file)
5996         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5997         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5998         (reftex-view-crossref-from-bibtex):
5999         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6000         (reftex-extract-bib-entries-from-thebibliography)
6001         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6002         * textmodes/refbib.el (r2b-capitalize-title):
6003         (r2b-convert-buffer, r2b-help):
6004         * textmodes/page-ext.el (pages-directory)
6005         (pages-directory-goto-with-mouse):
6006         * textmodes/bibtex.el (bibtex-validate-globally):
6007         * textmodes/bib-mode.el (bib-capitalize-title):
6008         * textmodes/artist.el (artist-clear-buffer, artist-system):
6009         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6010         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6011         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6012         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6013         (xscheme-send-control-g-interrupt, xscheme-start-process)
6014         (xscheme-process-sentinel, xscheme-cd):
6015         * progmodes/verilog-mode.el (verilog-read-always-signals)
6016         (verilog-set-define, verilog-getopt-file)
6017         (verilog-module-inside-filename-p):
6018         * progmodes/sh-script.el:
6019         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6020         (python-pdbtrack-grub-for-buffer, python-execute-file):
6021         * progmodes/octave-inf.el (inferior-octave):
6022         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6023         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6024         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6025         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6026         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6027         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6028         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6029         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6030         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6031         (idlwave-shell-examine-display, idlwave-shell-run-region)
6032         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6033         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6034         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6035         (idlwave-help-get-help-buffer):
6036         * progmodes/gud.el (gud-basic-call, gud-find-class)
6037         (gud-tooltip-activate-mouse-motions-if-enabled):
6038         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6039         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6040         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6041         (ebrowse-tags-next-file):
6042         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6043         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6044         (ebnf-eps-finish-and-write):
6045         * progmodes/cpp.el (cpp-edit-save):
6046         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6047         * progmodes/cc-defs.el (c-emacs-features):
6048         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6049         (antlr-directory-dependencies):
6050         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6051         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6052         (ada-find-any-references, ada-make-filename-from-adaname)
6053         (ada-make-body-gnatstub):
6054         * obsolete/rnews.el (news-list-news-groups):
6055         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6056         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6057         * net/rcirc.el (rcirc-debug):
6058         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6059         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6060         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6061         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6062         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6063         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6064         (newsticker--treeview-list-clear-highlight)
6065         (newsticker--treeview-list-update-highlight)
6066         (newsticker--treeview-list-highlight-start)
6067         (newsticker--treeview-tree-update-highlight)
6068         (newsticker--treeview-get-selected-item)
6069         (newsticker-treeview-mark-list-items-old)
6070         (newsticker--treeview-set-current-node):
6071         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6072         * net/newst-backend.el (newsticker--get-news-by-funcall)
6073         (newsticker--get-news-by-wget, newsticker--image-get)
6074         (newsticker--image-sentinel):
6075         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6076         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6077         (eudc-ph-close-session):
6078         * net/eudc.el (eudc-save-options):
6079         * language/thai-word.el (thai-update-word-table):
6080         * language/japan-util.el (japanese-string-conversion):
6081         * international/titdic-cnv.el (tsang-quick-converter)
6082         (ziranma-converter, ctlau-converter):
6083         * international/mule-cmds.el (describe-language-environment):
6084         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6085         (skkdic-convert-postfix, skkdic-convert-prefix):
6086         (skkdic-convert-okuri-nasi, skkdic-convert):
6087         * emacs-lisp/re-builder.el (reb-update-overlays):
6088         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6089         * emacs-lisp/gulp.el (gulp-send-requests):
6090         * emacs-lisp/find-gc.el (trace-call-tree):
6091         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6092         (eieio-describe-generic):
6093         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6094         * emacs-lisp/edebug.el (edebug-outside-excursion):
6095         * emacs-lisp/debug.el (debugger-make-xrefs):
6096         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6097         * emacs-lisp/chart.el (chart-new-buffer):
6098         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6099         Use with-current-buffer.
6100         * textmodes/artist.el (artist-system): Don't call
6101         copy-sequence on a fresh string.
6102         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6104 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6106         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6107         is no item to edit.  (Bug#4820)
6108         (todo-top-priorities): Restore point and restore narrowing in Todo
6109         buffer.  (Bug#4820)
6111 2009-10-31  Glenn Morris  <rgm@gnu.org>
6113         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6114         (comint-last-output-start, comint-last-input-start)
6115         (comint-last-input-end): Don't defvar when compiling.
6116         (ange-ftp-process-file): Use bound-and-true-p.
6118         * pcmpl-rpm.el (top-level): Move provide statement to end.
6119         (pcmpl-rpm): Remove unused custom group.
6121         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6123         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6125         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6126         (byte-compile-warnings): Add `constants' as an option.
6127         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6128         (display-call-tree): Update for byte-compile-fdefinition possibly
6129         returning `(macro lambda ...)'.  (Bug#4778)
6130         (byte-compile-variable-ref, byte-compile-setq-default):
6131         Respect `constants' member of byte-compile-warnings.
6133         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6134         Use mapc rather than mapcar because the return value is never used.
6136         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6137         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6138         * cedet/semantic/html.el:
6139         Suppress harmless warnings about setting up semantic-imenu (not
6140         part of Emacs) variables.
6142 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6144         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6145         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6146         to "submit:".
6148         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6149         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6150         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6151         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6152         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6153         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6154         (semantic-analyzer-debug-global-symbol)
6155         (semantic-analyzer-debug-missing-innertype)
6156         (semantic-analyzer-debug-insert-include-summary):
6157         * cedet/semantic/util.el (semantic-file-tag-table):
6158         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6159         (semantic-recursive-find-nonterminal-by-name):
6160         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6161         * cedet/semantic/tag-file.el (semantic-prototype-file):
6162         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6163         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6164         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6165         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6166         (semantic-idle-summary-maybe-highlight):
6167         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6168         (semantic-ia-sb-tag-info):
6169         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6170         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6171         * cedet/semantic/ede-grammar.el (project-compile-target):
6172         (ede-proj-makefile-insert-variables):
6173         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6174         (semantic-debug-set-source-location, semantic-debug-interface-layout)
6175         (semantic-debug-mode, semantic-debug):
6176         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6177         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6178         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6179         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6180         (semanticdb-find-translate-path-includes--internal)
6181         (semanticdb-reset-log, semanticdb-find-log-activity):
6182         * cedet/semantic/db-file.el (object-write):
6183         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6184         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6185         (semanticdb-create-ebrowse-database):
6186         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6187         * cedet/semantic/complete.el (semantic-displayor-focus-request)
6188         (semantic-collector-calculate-completions-raw)
6189         (semantic-complete-read-tag-analyzer):
6190         * cedet/semantic/analyze.el (semantic-analyze-pulse):
6191         * cedet/ede/util.el (ede-update-version-in-source):
6192         * cedet/ede/proj.el (project-delete-target):
6193         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6194         (ede-proj-flush-autoconf):
6195         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6196         (ede-proj-configure-synchronize):
6197         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6198         * cedet/ede/linux.el (ede-linux-version):
6199         * cedet/ede/emacs.el (ede-emacs-version):
6200         * cedet/ede/dired.el (ede-dired-add-to-target):
6201         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6202         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6203         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6204         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6205         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6206         (cedet-idutils-version-check):
6207         * cedet/cedet-global.el (cedet-gnu-global-call):
6208         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6209         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6210         * cedet/cedet-cscope.el (cedet-cscope-call)
6211         (cedet-cscope-expand-filename, cedet-cscope-version-check):
6212         Use with-current-buffer.
6213         * cedet/ede.el (ede-make-project-local-variable)
6214         (ede-set-project-variables, ede-set): Use dolist.
6216 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6218         * textmodes/ispell.el (ispell-skip-region-alist):
6219         * international/mule-conf.el (eight-bit):
6220         * international/fontset.el (font-encoding-alist):
6221         * startup.el (pure-space-overflow-message):
6222         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6223         * paths.el (gnus-nntp-service, rmail-spool-directory)
6224         (term-file-prefix):
6225         * files.el (save-some-buffers-action-alist):
6226         * cmuscheme.el (same-window-buffer-names):
6227         * ielm.el (same-window-buffer-names):
6228         * shell.el (same-window-buffer-names):
6229         * mail/sendmail.el (same-window-buffer-names):
6230         * progmodes/inf-lisp.el (same-window-buffer-names):
6231         * bindings.el (mode-line-client)
6232         (mode-line-column-line-number-mode-map):
6233         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6234         (tibetan-precomposed-regexp): Purecopy string arguments.
6236 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6239         (calcDigit-nondigit):
6240         * calc/calc-yank.el (calc-copy-to-buffer):
6241         * calc/calc-units.el (calc-invalidate-units-table):
6242         * calc/calc-trail.el (calc-trail-yank):
6243         * calc/calc-store.el (calc-insert-variables):
6244         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6245         * calc/calc-prog.el (calc-read-parse-table):
6246         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6247         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6248         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6249         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6250         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6251         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6252         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6253         * calc/calc-ext.el (calc-realign):
6254         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6255         (calc-embedded-finish-edit, calc-embedded-make-info)
6256         (calc-embedded-finish-command, calc-embedded-stack-change):
6257         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6259         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6260         (overload-docstring-extension): Use that info.
6261         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6262         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6263         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6264         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6265         (semantic-nonterminal-full-name): Add the new `when' info.
6266         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6267         `assert'.
6269         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6270         shell-dynamic-complete-filename in preference to
6271         comint-dynamic-complete-filename.
6273         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6274         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6275         Don't consider whether the display supports colors.
6276         (bookmark-import-new-list): Use dolist.
6277         (bookmark-bmenu-mode-map): Move initialization into declaration.
6278         (bookmark-bmenu-list): Use dolist, simplify.
6279         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6280         (menu-bar-final-items): Use push.
6282 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6284         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6285         it works on remote files.
6286         (vc-hg-diff): Don't pass any `--cwd' argument.
6288 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6290         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6291         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6292         (Further to Bug#3921).
6294 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6296         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6297         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6298         calling `tramp-imap-put-file'.  Add file size to the call.
6299         (tramp-imap-get-file-entries): Compute also user name, file size,
6300         and date.
6301         (tramp-imap-handle-insert-directory): Insert uid and gid.
6302         (tramp-imap-handle-file-attributes): Transform uid and gid
6303         according to `id-format'.
6304         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6305         size in header X-Size.
6307 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6309         * simple.el (transpose-subr): Give clearer error when the mark
6310         is not set.  (Bug#4807)
6312 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6314         * net/tramp.el (tramp-perl-file-truename): New defconst.
6315         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6316         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6317         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6318         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6320         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6321         Ignore `dired-call-process'.
6322         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6324 2009-10-26  Julian Scheid  <julians37@gmail.com>
6326         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6327         (tramp-get-remote-readlink): New defun.
6328         (tramp-handle-file-truename): Use it.
6329         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6330         file exists if cache value present.
6331         (tramp-check-cached-permissions): New defun.
6332         (tramp-handle-file-readable-p): Use it.
6333         (tramp-handle-file-writable-p): Likewise.
6334         (tramp-handle-file-executable-p): Likewise.
6335         (tramp-handle-file-name-all-completions): Try using Perl to get
6336         partial completions.  When perl not available, combine `cd' and
6337         `ls' into single remote operation and use shell expansion to get
6338         partial remote directory contents.  Set `file-exists-p' cache for
6339         directory and any files returned by ls.  Change cache handling to
6340         support partial directory contents.  Use error message emitted by
6341         remote `cd' or Perl code for local tramp-error.
6342         (tramp-do-copy-or-rename-file-directly): Avoid separate
6343         tramp-send-command-and-check call.
6344         (tramp-handle-process-file): Merge three remote ops into one.
6345         Do not flush all caches when `process-file-side-effects' is set.
6346         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6347         file-attributes shows uid/gid to be set already.
6349 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6351         * textmodes/tex-mode.el (tex-dvi-view-command)
6352         (tex-show-queue-command, tex-open-quote):
6353         * progmodes/ruby-mode.el (auto-mode-alist)
6354         (interpreter-mode-alist): Purecopy strings.
6356         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6358         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6359         string for the hook, keymap and abbrev table.
6361         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6363         * x-dnd.el (x-dnd-xdnd-to-action):
6364         * startup.el (fancy-startup-text, fancy-about-text): Change to
6365         defconst from defvar.
6367         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6369         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6370         Purecopy initialization strings.
6372         * mail/sendmail.el (mail-header-separator)
6373         (mail-personal-alias-file):
6374         * mail/rmail.el (rmail-default-dont-reply-to-names)
6375         (rmail-ignored-headers, rmail-retry-ignored-headers)
6376         (rmail-highlighted-headers, rmail-secondary-file-directory)
6377         (rmail-secondary-file-regexp):
6378         * files.el (null-device, file-name-invalid-regexp)
6379         (locate-dominating-stop-dir-regexp)
6380         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6381         (interpreter-mode-alist): Use mapcar instead of mapc.
6383         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6385         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6386         (completion-ignored-extensions):
6387         (debug-ignored-errors): Purecopy strings.
6389 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6392         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6393         (pcomplete--here): Use push.
6395         * subr.el (all-completions): Declare the 4th arg obsolete.
6397 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6400         (pcomplete-unquote-argument): New function.
6401         (pcomplete--common-suffix): Always pay attention to case.
6402         (pcomplete--table-subvert): Quote and unquote the text.
6403         (pcomplete--common-quoted-suffix): New function.
6404         (pcomplete-std-complete): Use it and pcomplete-begin.
6406         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6407         we're inside a dedicated or minibuffer window.
6409 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6411         * cedet/semantic/fw.el (semantic-alias-obsolete)
6412         (semantic-varalias-obsolete): Make the `when' arg mandatory.
6413         (define-mode-overload-implementation):
6414         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6415         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6416         * cedet/semantic/util.el (semantic-file-token-stream)
6417         (semantic-something-to-stream):
6418         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6419         (semantic-expand-nonterminal):
6420         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6421         (semantic-find-dependency, semantic-find-nonterminal)
6422         (semantic-find-dependency):
6423         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6424         (semantic-flex-text, semantic-flex-make-keyword-table)
6425         (semantic-flex-keyword-p, semantic-flex-keyword-put)
6426         (semantic-flex-keyword-get, semantic-flex-map-keywords)
6427         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6428         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6429         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6430         (semantic-after-idle-scheduler-reparse-hooks):
6431         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6432         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6433         * cedet/semantic.el (semantic-toplevel-bovine-table)
6434         (semantic-toplevel-bovine-cache)
6435         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6436         (semantic-init-mode-hooks, semantic-init-db-hooks)
6437         (semantic-bovination-working-type): Provide the `when' arg.
6439 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6441         * bookmark.el: Update documentation, especially documentation
6442         of `bookmark-alist' and of the bookmark file format.
6443         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6445 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6447         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6448         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6449         window to buffer.
6451         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6452         (global-whitespace-mode, global-whitespace-newline-mode)
6453         (whitespace-toggle-options, global-whitespace-toggle-options):
6454         Doc fix (Bug#3660).
6456         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6457         of xmltok-start before the end tag was inserted (Bug#2840).
6459         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6460         patterns that are preceded by an open-paren (Bug#1320).
6462 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6464         * files.el (delete-directory): Delete symlinks to directories with
6465         delete-file (Bug#4739).
6467 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6469         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6470         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6471         argument to make-obsolete.
6473         * cedet/semantic/fw.el (semantic-alias-obsolete)
6474         (semantic-varalias-obsolete): Add optional WHEN argument.
6476 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6478         * vc.el (vc-backend-for-registration): Rename from
6479         vc-get-backend-for-registration.  Update callers.
6481         * international/mule-cmds.el (set-language-info-alist):
6482         Purecopy lang-env.
6483         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6484         (charset): Purecopy the name.
6485         (define-char-code-property): Purecopy string arguments.
6487         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6488         Purecopy string arguments.
6490         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6491         * ediff-hook.el (menu-bar-ediff-menu):
6492         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6493         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6495 2009-10-24  Glenn Morris  <rgm@gnu.org>
6497         * comint.el (comint-dynamic-list-completions):
6498         * term.el (term-dynamic-list-completions): Use choose-completion rather
6499         than obsolete alias mouse-choose-completion.
6501         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6502         file-cache-choose-completion.
6503         (file-cache-choose-completion): Handle an optional event argument.
6504         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6506         * progmodes/octave-mod.el (octave-complete-symbol):
6507         Use choose-completion if mouse-choose-completion is ever removed.
6509         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6510         use.
6512         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6513         compiler.
6515         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6517 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6519         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6520         Ignore `pred' now that we receive one.
6521         Handle test-completion specially.
6523 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6525         * vc.el (vc-responsible-backend): Throw an error if not backend is
6526         found.  Remove the REGISTER argument.  Move the code dealing with
6527         REGISTER ...
6528         (vc-get-backend-for-registration): ... here.  New function.
6529         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6530         of vc-responsible-backend, pass the file name instead of the
6531         directory name.
6533 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6535         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6536         New funs.
6537         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6538         (pcomplete-comint-setup): Don't modify a global var via
6539         accidental side-effects.
6540         (pcomplete-shell-setup): Adjust call accordingly.
6541         (pcomplete-parse-comint-arguments): Use push.
6543 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6545         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6546         Allow uncapitalized info node names (Bug#3921).
6548         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6549         to the DEBUG file (Bug#3781).
6551 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6553         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6554         dictionary entry (Bug#4579).
6556 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6558         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6559         from `rfn-eshadow-update-overlay-hook' when unloading.
6560         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6561         "rsyncc".  Adjust doc string.
6562         (tramp-temp-buffer-file-name): New buffer-local defvar.
6563         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6564         Keep temporary file when indicated by method ("rsync" and
6565         "rsyncc").
6566         (tramp-handle-write-region): Handle APPEND.
6567         (tramp-delete-temp-file-function): New defun.  Added to
6568         `kill-buffer-hook'.
6570 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6572         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6574 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6576         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6577         (color-name-rgb-alist, tty-standard-colors)
6578         (tty-color-mode-alist): Change to defconst.
6580         * simple.el (mark-inactive): Purecopy message.
6582         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6583         (global-map, yank-menu):
6584         * textmodes/ispell.el (ispell-menu-map):
6585         * net/eudc.el (eudc-tools-menu):
6586         * international/mule-cmds.el (describe-language-environment-map)
6587         (setup-language-environment-map, set-coding-system-map)
6588         (mule-menu-keymap):
6589         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6590         * replace.el (occur-mode-map):
6591         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6593 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6595         * calc/calc.el (math-read-number, math-read-number-simple): Use
6596         `save-match-data'.
6598 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6601         rather than fiddling with global-map bindings, since it should only
6602         affect per-terminal settings.
6603         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6605         * minibuffer.el (completion-table-with-terminator): Allow to specify
6606         the terminator-regexp.
6608         * simple.el (switch-to-completions): Look for *Completions* in other
6609         frames as well.
6611         * pcomplete.el: Allow the use of completion-tables.
6612         (pcomplete-std-complete): New command.
6613         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6614         (pcomplete--here): Use a function for `form' rather than an expression,
6615         so it can be byte-compiled.
6616         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6617         Add edebug declaration.
6618         (pcomplete-show-completions): Remove unused var `curbuf'.
6619         (pcomplete-do-complete, pcomplete-stub):
6620         Don't assume `completions' is a list of strings any more.
6622 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6624         * find-dired.el (find-name-arg): Fix typo in docstring.
6626 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6629         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6631         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6632         pcomplete-entries.
6634         * comint.el (comint-read-input-ring, comint-write-input-ring)
6635         (comint-substitute-in-file-name)
6636         (comint-dynamic-complete-as-filename)
6637         (comint-dynamic-simple-complete)
6638         (comint-dynamic-list-filename-completions)
6639         (comint-dynamic-list-completions)
6640         (comint-redirect-results-list-from-process): Minor simplifications.
6642 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6644         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6645         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6646         the first form.  And insert a blank line after ";;; Code" since
6647         that's usual style.  (Bug#4612)
6649         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6651 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * minibuffer.el (completion-table-with-terminator): Properly implement
6654         boundaries, in case `terminator' appears in the suffix.
6655         (completion--embedded-envvar-table): Don't return boundaries if
6656         there's no valid completion.  Simplify.
6657         (completion-file-name-table): New completion table extracted from
6658         completion--file-name-table.
6659         (completion--file-name-table): Use it.
6660         (read-file-name-predicate): Declare obsolete.
6661         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6662         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6663         completion-file-name-table, and use the `pred' argument.
6664         * files.el (locate-file-completion-table): Use the `pred' arg rather
6665         than read-file-name-predicate.
6666         (abbreviate-file-name): Use \` rather than ^ for BOS.
6668 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6670         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6671         vc-responsible-backend to register, it causes problems.
6673 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6675         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6677 2009-10-21  Eric Ludlam  <zappo@gnu.org>
6679         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6680         (semantic-c-debug-mode-init-pch): New functions.
6681         (semantic-c-debug-mode-init-last-mode): New var.
6682         (semantic-c-parse-lexical-token): Use them.
6684         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6685         When extracting the argument list, limit only by point-max.
6687 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6689         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6690         (tramp-smb-handle-file-attributes): Use it.
6691         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6692         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6693         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6694         Add `dired-filename' text properties.
6695         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6696         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6697         version.
6699 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * subr.el (read-key-delay): Reduce to 0.01.
6702         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6703         (bug#4751).
6705 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6709         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6710         (Info-menu): Remove unused vars `last' and `completions'.
6711         (Info-index-nodes): Remove unused var `node'.
6713         * info.el (Info-complete-menu-item): Use complete-with-action.
6715 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6717         Make vc-annotate work through copies and renames.
6718         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6719         Return the file name too.
6720         (vc-annotate-revision-at-line)
6721         (vc-annotate-find-revision-at-line)
6722         (vc-annotate-revision-previous-to-line)
6723         (vc-annotate-show-log-revision-at-line): Update to get the file
6724         name from vc-annotate-extract-revision-at-line.
6725         (vc-annotate-show-diff-revision-at-line-internal): Change the
6726         argument to mean whether to show a file diff or not.  Get the file
6727         name from vc-annotate-extract-revision-at-line.
6728         (vc-annotate-show-diff-revision-at-line):
6729         Update vc-annotate-show-diff-revision-at-line call.
6730         (vc-annotate-warp-revision): Add an optional file argument.
6732         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6733         (vc-git-annotate-extract-revision-at-line): Also return the file
6734         name if found.
6736         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6737         command.  Remove unused code.
6738         (vc-hg-annotate-re): Update to match --follow output.
6739         (vc-hg-annotate-extract-revision-at-line): Also return the file
6740         name if found.
6742         * vc.el: Update annotate-extract-revision-at-line documentation.
6744 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6746         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6747         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6749         * net/browse-url.el (browse-url): Identify alist with "consp and
6750         not functionp" and let all other things go down the `apply' leg,
6751         as suggested by Stefan.  (Further to bug#4531.)
6753 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6755         * minibuffer.el (read-file-name): Check for repeat before putting
6756         a default argument in file-name-history (Bug#4657).
6758         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6759         read syntax (Bug#4737).
6761         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6763 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6765         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6766         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6767         entries and make note of obsolete tags.
6769 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6771         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6773 2009-10-18  Glenn Morris  <rgm@gnu.org>
6775         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6776         grep, so that binary files (eg international/uni-bidi.el) can match.
6777         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6778         now, and in any case the file header format has changed.
6780 2009-10-17  Glenn Morris  <rgm@gnu.org>
6782         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6783         (flyspell-get-word, flyspell-large-region)
6784         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6786 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6788         * Makefile.in (ELCFILES): Add ede/shell.
6790 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6792         * term/common-win.el (x-colors): Purecopy it.
6794 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6797         permissive for when the buffer is empty.
6798         (tar-header-block-tokenize): Decode the username and groupname.
6799         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6801 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6803         * cedet/srecode/srt.el:
6804         * cedet/srecode/compile.el:
6805         * cedet/semantic/mru-bookmark.el:
6806         * cedet/semantic/debug.el:
6807         * cedet/semantic/complete.el:
6808         * cedet/semantic/analyze.el: Require CL when compiling.
6810 2009-10-17  Eric Ludlam  <zappo@gnu.org>
6812         * cedet/semantic/scope.el
6813         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6814         tmpscope so that the regular scope will continue to work.
6816         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6817         Use semantic-idle-summary-highlight-face as the highlighting.
6819         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6820         contains multibyte characters, choose first applicable coding
6821         system automatically.
6823         * cedet/ede/project-am.el (project-run-target): New method.
6824         (project-run-target): New method.
6826         * cedet/ede.el (ede-target): Add run target menu item.
6827         (ede-project, ede-minor-keymap): Add ede-run-target binding.
6828         (ede-run-target): New function.
6829         (ede-target::project-run-target): New method.
6831         * cedet/ede/proj.el (project-run-target): New method.
6833         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6834         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
6835         Add :rules.
6836         (ede-proj-target-makefile-shared-object): Only libtool compilers
6837         now available.  Add linkers for libtool.
6838         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6839         (ede-proj-makefile-target-name): Always use .la extension.
6841         * cedet/ede/proj-prog.el (project-run-target): New method.
6843         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6844         (ede-g++-linker): Change Change link lines.
6846         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6847         When searching for old variables, go to the end of the buffer and
6848         search backward from there.
6849         (ede-proj-makefile-automake-insert-subdirs)
6850         (ede-proj-makefile-automake-insert-extradist): New methods.
6851         (ede-proj-makefile-create): Use them.
6853         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6854         Force FILE to expand to the current target.  Use file-exists-p to
6855         check that it exists.
6857         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6858         (ede-linux-load): Wrap dir in file-name-as-directory.
6859         Set :version slot.
6861         * cedet/ede/files.el (ede-get-locator-object): When enabling
6862         locate, do so on "top".
6864         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6865         file-name-as-directory during compare.
6866         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6867         Get version number from different places.  Don't call egrep.
6868         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6869         to set the directory.
6871         * cedet/ede/shell.el: New file.
6873         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6874         alpha/beta variants.
6876 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * international/mule-cmds.el (select-safe-coding-system): If the file
6879         has a coding cookie, use it regardless of any other setting (bug#4712).
6881 2009-10-17  Glenn Morris  <rgm@gnu.org>
6883         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6884         All errors should have messages.
6886         * foldout.el (foldout-mouse-swallow-events):
6887         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6889         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6890         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6891         (dired-keep-marker-symlink, dired-dwim-target)
6892         (dired-copy-preserve-time): Do not autoload these defcustoms.
6894         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6895         messages from messing up the file coding.  (Bug#4623)
6897 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6899         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6900         if no match is found for the current dictionary.  (Bug#4578)
6902         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6903         optional, since that is how it is documented, and this is often called
6904         with a nil argument.  (Bug#4577)
6905         (flyspell-external-point-words, flyspell-auto-correct-word)
6906         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6907         (flyspell-word-search-backward): Remove nil argument in calls to
6908         flyspell-get-word, since it is not needed now.
6910 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6912         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6914 2009-10-16  Glenn Morris  <rgm@gnu.org>
6916         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6918 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6920         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6921         (ange-ftp-file-size): New function.
6922         (ange-ftp-file-attributes): Use it.
6924 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6926         * net/tramp-smb.el (tramp-smb-version): New defvar.
6927         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6928         repeated checks.
6930 2009-10-16  Glenn Morris  <rgm@gnu.org>
6932         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6933         Maybe copy some custom properties from old to new name.  (Bug#4706)
6935 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6937         * subr.el (error, sit-for, start-process-shell-command)
6938         (start-file-process-shell-command): Set the calling convention
6939         after the function definition.
6941 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * subr.el (error, sit-for, start-process-shell-command)
6944         (start-file-process-shell-command): Use the new
6945         set-advertised-calling-convention feature.
6947 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6949         * international/ucs-normalize.el (ucs-normalize-version):
6950         Change to 1.2.
6951         (check-range): Adjust for Unicode 5.2.
6953 2009-10-15  Juri Linkov  <juri@jurta.org>
6955         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6956         to the `menu-item' format.
6958 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6960         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6961         if the environment variable does not exist.
6963         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6964         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6965         parameter.
6966         (tramp-smb-handle-add-name-to-file)
6967         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6968         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6969         (tramp-smb-handle-file-attributes)
6970         (tramp-smb-do-file-attributes-with-stat)
6971         (tramp-smb-handle-file-local-copy)
6972         (tramp-smb-handle-insert-directory)
6973         (tramp-smb-handle-make-directory)
6974         (tramp-smb-handle-make-directory-internal)
6975         (tramp-smb-handle-make-symbolic-link)
6976         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6977         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6978         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6979         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6980         Handle long file names.
6981         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6982         process is running.
6983         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6984         Read share names with "-g" option.
6986 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6988         * net/rcirc.el (rcirc-view-log-file): New command.
6989         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6990         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6991         specified.
6993 2009-10-15  Glenn Morris  <rgm@gnu.org>
6995         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6996         from the second command-line argument.
6997         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6998         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6999         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7000         w32-batch-update-autoloads.
7001         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7002         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7004         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7005         the headers cannot be located.  Simplify, subtracting superflous
7006         save-excursions.
7008 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7010         Replace completion-base-size by completion-base-position to fix bugs
7011         such as (bug#4699).
7012         * simple.el (completion-base-position): New var.
7013         (completion-base-size): Mark as obsolete.
7014         (choose-completion): Make it work for mouse events as well.
7015         Pass the new base-position to choose-completion-string.
7016         (choose-completion-guess-base-position): New function, extracted from
7017         choose-completion-delete-max-match.
7018         (choose-completion-delete-max-match): Use it.  Make obsolete.
7019         (choose-completion-string): Use the new base-position info.
7020         (completion-root-regexp): Delete.
7021         (completion-setup-function): Preserve completion-base-position.
7022         Eliminate obsolete base-size manipulation.
7023         * minibuffer.el (display-completion-list): Don't mess with base-size.
7024         (minibuffer-completion-help): Set completion-base-position instead.
7025         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7026         choose-completion.
7027         * textmodes/bibtex.el (bibtex-complete):
7028         * emacs-lisp/crm.el (crm--choose-completion-string):
7029         Adjust to new calling convention.
7030         * complete.el (partial-completion-mode): Use minibufferp to avoid
7031         bumping into incompatible change to choose-completion-string-functions.
7032         * ido.el (ido-choose-completion-string): Make its calling convention
7033         more permissive.
7034         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7035         base-size manipulation.
7036         (comint-dynamic-list-input-ring): Use dotimes and push.
7037         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7038         fundamental-mode.  Use `or'.
7040 2009-10-14  Juri Linkov  <juri@jurta.org>
7042         * misearch.el (multi-isearch-next-buffer-from-list)
7043         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7045 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7047         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7048         `bytecomp.el'.
7050         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7051         string we return is all made up of text from the completions rather
7052         than part from the completions and part from the input (bug#4219).
7054         * ido.el (ido-everywhere): Use define-minor-mode.
7056         * buff-menu.el (list-buffers, ctl-x-map):
7057         Mark the entry points with ;;;###autoload cookies.
7059 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7061         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7062         correctly in the detached head case.
7063         (vc-git-print-log): Remove unused binding.
7065         * vc.el (vc-responsible-backend): When a directory is passed for
7066         for registration create a VC repository if no backend is
7067         responsible for the directory argument.
7068         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7070         * vc.el: Move comments about RCS and SCCS ...
7071         * vc-rcs.el:
7072         * vc-sccs.el: ... here, respectively.
7074 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7076         * minibuffer.el (completion--file-name-table): Return nil if there's
7077         no file completion, even if substitute-in-file-name changed
7078         the string (bug#4708).
7080 2009-10-13  Juri Linkov  <juri@jurta.org>
7082         * files-x.el (read-file-local-variable-value): Don't filter out
7083         minor modes from mode name completion (bug#4664).
7085 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7087         * international/mule-cmds.el (ucs-names): Remove exclusion of
7088         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7090 2009-10-13  Kenichi Handa  <handa@m17n.org>
7092         * international/uni-name.el: Regenerated.
7094 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7096         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7097         should be automatically buffer-local, but isn't.)
7099 2009-10-12  Sam Steingold  <sds@gnu.org>
7101         * progmodes/compile.el (compilation-next-error-function): Fix the
7102         timestamps if the buffer has been visited before.
7103         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7104         non-anchored patterns, like the perl one (bug#3928).
7106 2009-10-12  Glenn Morris  <rgm@gnu.org>
7108         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7109         Let-bind `size'.
7111 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7113         * proced.el (proced-unload-function): New function.
7115         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7116         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7117         Doc fix.
7119         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7121 2009-10-11  Juri Linkov  <juri@jurta.org>
7123         * files-x.el (read-file-local-variable-value):
7124         Provide default value only for bound variables (bug#4664).
7126 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7128         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7129         connection methods like smb.
7131         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7132         can be empty.
7134         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7135         (tramp-smb-file-name-handler-alist): Add handlers for
7136         `add-name-to-file', `make-symbolic-link'.
7137         (tramp-smb-handle-add-name-to-file)
7138         (tramp-smb-do-file-attributes-with-stat)
7139         (tramp-smb-handle-make-symbolic-link)
7140         (tramp-smb-get-cifs-capabilities): New defuns.
7141         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7142         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7143         (tramp-smb-handle-file-local-copy)
7144         (tramp-smb-handle-make-directory-internal)
7145         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7146         The file name syntax depends on cifs capabilities.
7147         (tramp-smb-handle-file-attributes):
7148         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7149         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7150         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7152 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7154         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7155         (eieio-defclass): Apply deftype handler and setf-method properties
7156         directly.
7157         (eieio-add-new-slot): Avoid union function from cl library.
7158         (eieio--typep): New function.
7159         (eieio-perform-slot-validation): Use it.
7161 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7163         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7164         Update documentation to refer to the variables documented in r1.135.
7165         (Bug#4188)
7167 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7169         * bookmark.el (Info-suffix-list): Remove this unused variable.
7170         (bookmark-current-point): Remove this obsolete variable.
7171         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7172         Adjust for removal of bookmark-current-point.
7174         (bookmarks-already-loaded, bookmark-current-buffer)
7175         (bookmark-yank-point): Document.  (Bug#4188)
7177 2009-10-10  Glenn Morris  <rgm@gnu.org>
7179         * frame.el (frame-height): Doc fix.
7181         * calendar/calendar.el (calendar-split-width-threshold): New option.
7182         (calendar-basic-setup): Use calendar-split-width-threshold.
7184 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
7186         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7187         Use .la for Automake.
7189 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
7191         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7192         Use "autoreconf -i".  Suggested by Andreas Schwab.
7194 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7196         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7197         Ideographic Supplement" range (U+1F200..U+1F2FF).
7199 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7201         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7202         since the list will have been rebuilt anyway.  (Bug#4349)
7204 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7206         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7207         (bookmark-bmenu-execute-deletions): Don't save here, as
7208         bookmark-delete will now do so if necessary.
7209         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7210         (Bug#4348)
7212 2009-10-09  Glenn Morris  <rgm@gnu.org>
7214         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7216 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7218         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7219         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7220         argument now, so the two function's behaviors will match.  (Bug#3645)
7222 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7224         * cedet/ede/proj.el (project-make-dist, project-compile-project):
7225         Fix filename test.
7226         (ede-proj-dist-makefile): Use expand-file-name instead of concat
7227         to expand file names.
7229 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7231         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7232         (tramp-file-name-real-host, tramp-file-name-port):
7233         Apply `save-match-data'.
7235         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7236         case both directories are remote.
7237         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7238         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7240 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7242         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7243         (ede-proj-target-makefile-objectcode): Use it.
7245         * cedet/ede/source.el (ede-want-any-source-files-p)
7246         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7247         Return search result.  This error was introduced while merging.
7249 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7251         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7253 2009-10-07  Glenn Morris  <rgm@gnu.org>
7255         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7256         of concat.
7258 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * files-x.el (read-file-local-variable): Include some
7261         non-user-variables in the completion table (bug#4664).
7263 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7265         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7266         message.
7268         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7269         (tramp-smb-file-name-handler-alist): Add handler for
7270         `copy-directory', `expand-file-name', `set-file-modes'.
7271         (tramp-smb-handle-copy-directory)
7272         (tramp-smb-handle-expand-file-name)
7273         (tramp-smb-handle-set-file-modes): New defuns.
7274         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7275         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7276         entry.
7277         (tramp-smb-handle-insert-directory): Don't flush the cache.
7278         (tramp-smb-maybe-open-connection): Check for samba client and
7279         server versions.
7281 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7283         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7284         to not error out of search for "^lisp=" fails.
7286 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7288         * makefile.w32-in (WINS_UPDATES): New macro.
7289         (custom-deps, finder-data, autoloads): Use it.
7291 2009-10-07  Glenn Morris  <rgm@gnu.org>
7293         * Makefile.in (autoloads): Revert previous change.
7294         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7295         the list of preloaded files passed on the command-line, get
7296         it from src/Makefile.
7298         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7299         show the original buffer rather than a random one.
7301 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7303         * help.el (describe-no-warranty): Place point in a slightly better
7304         position in the GPLv3 text.
7306 2009-10-06  Sam Steingold  <sds@gnu.org>
7308         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7309         the comm attribute is present before calling regexp-quote.
7311 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7313         * play/animate.el (animate-string): For good effect, make sure
7314         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7316         * play/animate.el (animate-sequence, animate-birthday-present):
7317         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7319 2009-10-06  Glenn Morris  <rgm@gnu.org>
7321         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7323         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7324         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7325         (batch-update-autoloads): Process a string value of autoload-excludes,
7326         set during the build process.
7327         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7329         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7330         inside with-parsed...  macro so that `v' is defined.
7332         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7333         * progmodes/fortran.el (fortran-end-of-block)
7334         (fortran-beginning-of-block):
7335         Also push mark in the macro case.
7337         * emerge.el (emerge-show-file-name):
7338         * calc/calc.el (calc-quit):
7339         * calc/calc-misc.el (calc-big-or-small):
7340         * calc/calc-graph.el (calc-graph-view):
7341         * calc/calc-ext.el (calc-reset):
7342         * calendar/calendar.el (calendar-basic-setup):
7343         Use window-full-height-p.
7345         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7346         header we don't understand, don't insert another.  (Bug#4624)
7347         If changing mime charset, insert the new one in the right place.
7349 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7351         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7352         (cal-tex-cursor-month): Correctly increment the end date for diary and
7353         holiday listing.  (Bug#4626)
7355 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7357         * help-fns.el (describe-function-1): Don't burp if the function is not
7358         a symbol.
7360 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7362         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7363         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7364         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7365         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7367         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7368         (eieio-default-superclass): Reflow docstrings.
7369         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7370         (eieio-unbind-method-implementations, defmethod)
7371         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7372         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7373         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7374         (eieio-slot-originating-class-p, eieio-slot-name-index)
7375         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7376         (constructor, initialize-instance, no-next-method, object-print)
7377         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7378         Fix typos in docstrings.
7379         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7380         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7381         (next-method-p): Doc fixes.
7382         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7383         Fix typos in error messages.
7384         (eieio-defmethod): Fix typo in description of generic method.
7386         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7387         (eieio-persistent-save-interactive, slot-missing):
7388         Fix typos in docstrings.
7389         (eieio-instance-inheritor-slot-boundp): Doc fix.
7391         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7392         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7394         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7395         (eieio-custom-object-apply-reset):
7396         Fix typos in docstrings and error messages.
7398         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7399         Fix typo in docstring.
7401         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7402         (eieio-browse-tree): Doc fix.
7403         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7404         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7405         Fix typos in docstrings.
7407         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7408         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7409         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7410         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7411         Reflow docstrings.
7413 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7415         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7416         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7417         Set log-view-vc-backend so that diff can work.
7419         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7420         vc-version-diff.
7421         (vc-diff-internal): Autoload this instead of vc-version-diff.
7423 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7425         * simple.el (eval-expression): Doc fix.
7427         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7429 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7431         * files.el (directory-files-no-dot-files-regexp): New defconst.
7432         (delete-directory): Use it.
7433         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7435         * net/tramp.el (tramp-verbose): Fix docstring.
7436         (tramp-methods): Add recursive option to `tramp-copy-args'.
7437         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7438         "scp1_old", "scp2_old", "rsync", "rsyncc".
7439         (tramp-default-method): Check also for `auth-source-user-or-password'.
7440         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7441         Add handler for `copy-directory'.
7442         (tramp-handle-copy-directory): New defun.
7443         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7444         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7445         Optimize sent command.
7447 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7449         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7450         window if necessary.
7452         * calendar/calendar.el (calendar-basic-setup): Don't call
7453         switch-to-buffer in a dedicated window.
7455 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7457         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7458         don't do anything related to relocating, just return nil.
7459         (bookmark-error-no-filename): New error.
7460         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7461         bookmark has no file.  Don't even attempt to handle things that
7462         are not files; the whole point of custom handlers is to keep that
7463         knowledge elsewhere anyway.  Tighten some comments.
7464         (bookmark-file-or-variation-thereof): Remove now-unused function.
7465         (bookmark-location): Doc string fix.
7466         (Bug#4250)
7468 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7470         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7471         don't use a file dialog, because they usually don't know how to read
7472         a directory target from the user.  (Bug#4230)
7473         Also, make sure the prompt can display directories as well as files.
7475 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7477         * bookmark.el (bookmark-set, bookmark-buffer-name):
7478         Improve doc strings.  (Bug#1193)
7480 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7482         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7483         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7484         (bookmark-get-annotation, bookmark-set-annotation)
7485         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7486         (bookmark-set-position, bookmark-get-front-context-string)
7487         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7488         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7489         (bookmark-jump-other-window, bookmark-handle-bookmark)
7490         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7491         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7492         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7493         Improve doc strings to say whether bookmark can be a string or
7494         a record or both, and make other consistency and clarity fixes.
7495         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7496         (bookmark-default-annotation-text, bookmark-yank-word)
7497         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7498         (bookmark-import-new-list, bookmark-maybe-rename)
7499         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7500         (bookmark-bmenu-bookmark): Give these doc strings.
7501         (bookmark-bmenu-check-position): Give this a doc string, but also
7502         add a FIXME comment about how the function may be pointless.
7503         (bookmark-default-handler): Rework doc string and change a
7504         parameter name, to clarify that this takes a bookmark record
7505         not a bookmark name.
7506         (bookmark-set): Change a parameter name to indicate its meaning,
7507         and improve the doc string a bit.
7508         (Bug#4188)
7510 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7512         * bookmark.el (bookmark-alist): Document the new `handler' element
7513         in the param alist.
7514         (bookmark-make-record-function): Adjust documentation for above.
7515         (Bug#4193)
7517 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7519         * info.el (Info-bookmark-make-record): Document this function.
7520         (Info-bookmark-jump): Document with a doc string, not just a comment.
7521         (Bug#4203)
7523 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7525         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7526         (semantic-new-buffer-fcn): Call parser setup functions here.
7527         (semantic-mode): Don't call parser setup functions here, it's done
7528         in semantic-new-buffer-fcn now.
7529         (semantic-mode): Parse all existing buffers when enabled.
7531         * cedet/srecode/compile.el (srecode-compile-file):
7532         Call semantic-new-buffer-fcn if the buffer has not been parsed.
7534 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7536         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7538         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7539         (proj-comp-insert-variable-once): New macro, renamed from
7540         ede-pmake-insert-variable-once in ede/pmake.edl.
7541         (ede-proj-makefile-insert-variables): Use it.
7543 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7545         * files.el (copy-directory): New defun.
7547         * dired-aux.el (dired-copy-file-recursive): Use it.
7549 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7551         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7552         (makefile-end-of-command):
7553         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7554         (semantic-end-of-context): Fix previous change.  Doc fixes.
7556 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7558         * files-x.el (modify-dir-local-variable)
7559         (copy-dir-locals-to-file-locals-prop-line):
7560         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7561         (makefile-end-of-command):
7562         * cedet/semantic/lex.el (semantic-lex-token):
7563         * cedet/semantic/analyze/fcn.el
7564         (semantic-analyze-dereference-metatype-1):
7565         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7566         (semantic-lex-cpp-undef):
7567         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7568         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7569         (semantic-end-of-context): Fix typos in docstrings.
7571         * recentf.el (recentf-unload-function): New function.
7573 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7575         * cedet/ede.el (ede-project-placeholder-cache-file):
7576         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7577         * cedet/srecode/map.el (srecode-map-save-file):
7578         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
7580 2009-10-04  Glenn Morris  <rgm@gnu.org>
7582         * window.el (window-full-height-p): Add doc string.
7584 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7586         * window.el (window-full-height-p): New function.  (Bug#4543)
7588 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
7590         * cedet/srecode/insert.el: Require srecode/args.
7592         * cedet/srecode/args.el: Require srecode/dictionary instead of
7593         srecode/insert.
7595         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7597         * files.el (auto-mode-alist): Add .srt and Project.ede.
7599         * cedet/semantic.el (semantic-mode):
7600         Handle srecode-template-mode-hook as well.
7601         (semantic-mode): Use js-mode-hook for Javascript hook.
7603         * cedet/srecode/template.el: Remove hook variable.
7605         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7607         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7608         projects exist.
7609         (ede-project-placeholder-cache-file): Default to a file in
7610         user-emacs-directory.
7612         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7613         templates in data-directory.
7614         (srecode-map-save-file): Default to a file in user-emacs-directory.
7616         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7617         directory.
7619 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7621         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7622         Doc fix.
7624         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7625         Only insert each variable once.
7627         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7628         (ede-pmake-insert-variable-shared): Use it.
7630         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7631         for lexical table iff table is nil.
7633 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7635         * vc.el: Remove commented out code.
7636         (vc-derived-from-dir-mode): Remove, unused.
7637         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7639 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7641         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7642         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7643         there could be recursive loading when `default-directory' is a
7644         remote file name.  (Bug#4614)
7646 2009-10-03  Glenn Morris  <rgm@gnu.org>
7648         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7649         the frame is wide.
7650         (calendar-generate-window): Test for shrinkability rather than width.
7652         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7653         declaration, currently false.
7655         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7656         reusing existing buffers, in case we happen to visit two files with the
7657         same basename.  (Bug#4593)
7659 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7661         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7662         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7663         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7664         subdirs of cedet as well.
7665         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7667 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7669         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7670         Obey advertised-signature-table.
7672         * help-fns.el (help-function-arglist): Don't check
7673         advertised-signature-table.
7674         (describe-function-1): Do it here instead so it also applies to subrs.
7676 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7678         * simple.el (start-file-process): Say in the doc-string, that file
7679         handlers might not support pty association, if PROGRAM is nil.
7681         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7682         HOST and USER are strings.  They are nil, when there are
7683         incomplete entries in ~/.netrc, for example.
7684         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7685         root directory ("device busy" error otherwise).
7687         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7688         Flush file properties of created directory.
7690 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7692         * makefile.w32-in (WINS_BASIC): Remove cedet.
7693         (WINS_CEDET): Add cedet.
7694         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7696 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7698         * net/browse-url.el (browse-url): Pass any symbol in
7699         browse-url-browser-function to `apply', since if you've mistakenly put
7700         an unbound symbol then the error is clearer.  (Bug#4531)
7702 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7704         * allout.el (allout-init, allout-back-to-current-heading)
7705         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7706         (allout-ascend, allout-up-current-level, allout-end-of-level)
7707         (allout-previous-visible-heading, allout-forward-current-level)
7708         (allout-backward-current-level, allout-show-children):
7709         * apropos.el (apropos-describe-plist):
7710         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7711         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7712         * completion.el (add-completion, add-permanent-completion):
7713         * descr-text.el (describe-text-category, describe-char):
7714         * desktop.el (desktop-lazy-abort):
7715         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7716         * dired.el (dired-build-subdir-alist):
7717         * ediff.el (ediff-version):
7718         * elide-head.el (elide-head, elide-head-show):
7719         * emerge.el (emerge-version):
7720         * env.el (getenv):
7721         * face-remap.el (variable-pitch-mode):
7722         * faces.el (describe-face):
7723         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7724         (dired-at-point):
7725         * files.el (find-file-existing, auto-save-mode):
7726         * font-lock.el (font-lock-fontify-buffer):
7727         * help-fns.el (describe-function, describe-variable)
7728         (describe-syntax, describe-categories):
7729         * help.el (view-lossage, describe-bindings, describe-key)
7730         (describe-mode):
7731         * hexl.el (hexl-current-address):
7732         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7733         * info.el (Info-goto-emacs-key-command-node):
7734         * log-edit.el (log-edit-insert-cvs-template)
7735         (log-edit-insert-cvs-rcstemplate):
7736         * menu-bar.el (menu-bar-mode):
7737         * mouse.el (mouse-appearance-menu):
7738         * newcomment.el (comment-indent-new-line):
7739         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7740         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7741         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7742         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7743         * recentf.el (recentf-mode):
7744         * savehist.el (savehist-mode, savehist-save):
7745         * shadowfile.el (shadow-copy-files):
7746         * simple.el (kill-ring-save, next-line, previous-line)
7747         (normal-erase-is-backspace-mode):
7748         * strokes.el (strokes-update-window-configuration)
7749         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7750         (strokes-xpm-for-stroke):
7751         * time.el (emacs-uptime, emacs-init-time):
7752         * tutorial.el (tutorial--describe-nonstandard-key)
7753         (tutorial--detailed-help):
7754         * type-break.el (type-break-mode)
7755         (type-break-mode-line-message-mode, type-break-query-mode)
7756         (type-break-guesstimate-keystroke-threshold):
7757         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7758         * version.el (emacs-version):
7759         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7760         * winner.el (winner-mode):
7761         * calendar/timeclock.el (timeclock-in, timeclock-out)
7762         (timeclock-status-string, timeclock-change)
7763         (timeclock-workday-remaining-string)
7764         (timeclock-workday-elapsed-string)
7765         (timeclock-when-to-leave-string):
7766         * calendar/todo-mode.el (todo-add-category):
7767         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7768         * emacs-lisp/autoload.el (update-file-autoloads):
7769         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7770         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7771         (checkdoc-message-text, checkdoc-defun):
7772         * emacs-lisp/debug.el (debugger-list-functions):
7773         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7774         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7775         (eieio-describe-generic):
7776         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7777         * emacs-lisp/shadow.el (list-load-path-shadows):
7778         * emulation/cua-base.el (cua-mode):
7779         * emulation/edt.el (edt-set-scroll-margins):
7780         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7781         (tpu-toggle-regexp, tpu-toggle-search-direction)
7782         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7783         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7784         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7785         (viper-set-parsing-style-toggling-macro)
7786         (viper-set-emacs-state-searchstyle-macros):
7787         * emulation/viper.el (viper-set-hooks):
7788         * eshell/esh-mode.el (eshell-truncate-buffer):
7789         * international/mule-cmds.el (prefer-coding-system)
7790         (describe-input-method, describe-language-environment):
7791         * international/mule-diag.el (list-character-sets)
7792         (describe-character-set, describe-coding-system)
7793         (describe-fontset, list-fontsets, list-input-methods):
7794         * mail/sendmail.el (mail-signature):
7795         * net/ange-ftp.el (ange-ftp-copy-file):
7796         * net/browse-url.el (browse-url):
7797         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7798         * net/quickurl.el (quickurl-add-url):
7799         * net/rcirc.el (names, topic):
7800         * net/xesam.el (xesam-mode):
7801         * play/5x5.el (5x5-new-game):
7802         * play/yow.el (apropos-zippy):
7803         * progmodes/ada-mode.el (ada-mode-version):
7804         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7805         (f90-end-of-block)
7806         (f90-beginning-of-block):
7807         * progmodes/fortran.el (fortran-end-of-block)
7808         (fortran-beginning-of-block):
7809         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7810         * progmodes/python.el (python-describe-symbol, python-shell):
7811         * term/ns-win.el (ns-print-buffer):
7812         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7813         * textmodes/flyspell.el (flyspell-mode-on):
7814         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7815         (pages-directory-for-addresses):
7816         * textmodes/table.el (table-recognize-cell)
7817         (table-query-dimension, table-generate-source)
7818         (table-insert-sequence, table--warn-incompatibility):
7819         * textmodes/tex-mode.el (tex-validate-buffer):
7820         * textmodes/texinfmt.el (texinfmt-version)
7821         (texinfo-format-buffer):
7822         Use `called-interactively-p' instead of `interactive-p'.
7824 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7826         * image-mode.el (image-toggle-display):
7827         * emacs-lisp/elp.el (elp-instrument-function):
7828         * emacs-lisp/advice.el (ad-make-advised-definition):
7829         * emacs-lisp/easy-mmode.el (define-minor-mode):
7830         * net/browse-url.el (browse-url-maybe-new-window):
7831         * progmodes/sh-script.el (sh-learn-buffer-indent):
7832         Pass new argument 'any to `called-interactively-p'.
7834 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7836         * international/uni-bidi.el:
7837         * international/uni-category.el:
7838         * international/uni-combining.el:
7839         * international/uni-comment.el:
7840         * international/uni-decimal.el:
7841         * international/uni-decomposition.el:
7842         * international/uni-digit.el:
7843         * international/uni-lowercase.el:
7844         * international/uni-mirrored.el:
7845         * international/uni-name.el:
7846         * international/uni-numeric.el:
7847         * international/uni-old-name.el:
7848         * international/uni-titlecase.el:
7849         * international/uni-uppercase.el:
7850         Regenerate from Unicode 5.2.0 data.
7852 2009-10-01  Glenn Morris  <rgm@gnu.org>
7854         * Makefile.in (ELCFILES): Regenerate.
7856 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7858         * subr.el (interactive-p): Mark obsolete.
7859         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7860         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7861         advertised-signature-table for subroutines as well.
7863         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7864         (set-advertised-calling-convention): New function.
7865         (make-obsolete, define-obsolete-function-alias)
7866         (make-obsolete-variable, define-obsolete-variable-alias):
7867         Make the optional-ness of `when' obsolete.
7868         (define-obsolete-face-alias): Make `when' non-optional.
7869         * help-fns.el (help-function-arglist):
7870         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7871         Use advertised-signature-table.
7873 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7875         * files.el (delete-directory): New defun.  The original function
7876         in fileio.c has been renamed to `delete-directory-internal'.
7878         * dired.el (dired-delete-file): Call `delete-directory' with
7879         RECURSIVE parameter.
7881         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7882         parameter RECURSIVE.  Implementation is missing.
7884         * net/tramp.el (tramp-handle-make-directory): Flush upper
7885         directory's file properties.
7886         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7887         (tramp-handle-dired-recursive-delete-directory): Flush directory
7888         properties after the remove command only.
7890         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7891         Handle optional parameter RECURSIVE.
7893         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7894         Handle optional parameter RECURSIVE.
7896         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7897         connection timeout.
7898         (tramp-smb-handle-delete-directory): Handle optional parameter
7899         RECURSIVE.
7901 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7904         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7905         (byte-compile-defmacro): Use backquotes.
7907         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7909         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7910         has no associated file.
7911         (vc-resynch-buffer): Use vc-dir-buffers.
7913 2009-10-01  Glenn Morris  <rgm@gnu.org>
7915         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7916         (chart-file-count):
7917         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7918         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7919         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7920         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7921         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7922         (eieio-copy-parents-into-subclass, make-instance, class-children)
7923         (eieio-generic-form):
7924         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7925         * cedet/cedet-idutils.el (cedet-idutils-search)
7926         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7927         (cedet-idutils-version-check):
7928         * cedet/cedet.el (cedet-version):
7929         * cedet/data-debug.el (data-debug-insert-overlay-button)
7930         (data-debug-insert-overlay-list-button)
7931         (data-debug-insert-buffer-button)
7932         (data-debug-insert-buffer-list-button)
7933         (data-debug-insert-process-button, data-debug-insert-ring-button)
7934         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7935         (data-debug-insert-stuff-vector-button)
7936         (data-debug-insert-symbol-button, data-debug-insert-string)
7937         (data-debug-insert-number, data-debug-insert-lambda-expression)
7938         (data-debug-insert-nil, data-debug-insert-simple-thing)
7939         (data-debug-insert-custom, data-debug-edebug-expr):
7940         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7941         (global-ede-mode-map, ede-new, ede-debug-target)
7942         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7943         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7944         (semantic-fetch-tags, semantic-submode-list)
7945         (semantic-default-submodes):
7946         * cedet/ede/source.el (ede-source-match):
7947         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7948         (project-am-package-info):
7949         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7950         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7951         * cedet/ede/proj-comp.el (ede-current-build-list):
7952         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7953         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7954         * cedet/ede/cpp-root.el (initialize-instance):
7955         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7956         (autoconf-parameter-strip, autoconf-insert-new-macro):
7957         * cedet/semantic/wisent.el (wisent-lex-eoi):
7958         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7959         (semantic-show-parser-state-mode):
7960         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7961         * cedet/semantic/tag.el (semantic-tag-new-variable)
7962         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7963         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7964         (semantic--tag-deep-copy-tag-list)
7965         (semantic-tag-components-with-overlays-default):
7966         * cedet/semantic/symref.el (semantic-symref-find-text):
7967         * cedet/semantic/senator.el (senator-yank-tag)
7968         (senator-transpose-tags-up):
7969         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7970         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7971         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7972         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7973         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7974         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7975         * cedet/semantic/lex-spp.el
7976         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7977         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7978         * cedet/semantic/idle.el
7979         (semantic-idle-summary-current-symbol-info-brutish)
7980         (semantic-idle-summary-current-symbol-info-default):
7981         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7982         (semantic--grammar-macro-compl-dict):
7983         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7984         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7985         (semantic-format-tag-canonical-name-default):
7986         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7987         (semantic-find-tags-for-completion)
7988         (semantic-find-tags-by-scope-protection-default)
7989         (semantic-deep-find-tags-for-completion):
7990         * cedet/semantic/edit.el
7991         (semantic-edits-incremental-reparse-failed-hook)
7992         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7993         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7994         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7995         * cedet/semantic/dep.el (semantic-dependency-include-path):
7996         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7997         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7998         (semanticdb-project-roots):
7999         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8000         (semanticdb-find-adebug-insert-scanned-tag-cons)
8001         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8002         (semanticdb-brute-deep-find-tags-for-completion):
8003         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8004         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8005         (semantic-end-of-context-default)
8006         (semantic-ctxt-current-function-default)
8007         (semantic-ctxt-scoped-types-default):
8008         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8009         (semantic-complete-inline-tag-engine)
8010         (semantic-complete-inline-custom-type)
8011         (semantic-complete-read-tag-analyzer):
8012         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8013         (semantic-chart-database-size):
8014         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8015         (semantic-analyze-current-context):
8016         * cedet/semantic/symref/list.el (semantic-symref)
8017         (semantic-symref-hide-buffer, semantic-symref-symbol):
8018         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8019         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8020         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8021         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8022         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8023         (semantic-c-dereference-template):
8024         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8025         (semantic--analyze-refs-full-lookup-with-parents)
8026         (semantic--analyze-refs-full-lookup-simple):
8027         * cedet/semantic/analyze/complete.el
8028         (semantic-analyze-possible-completions):
8029         * cedet/srecode/table.el (srecode-mode-table-new):
8030         * cedet/srecode/srt.el (srecode-read-variable-name):
8031         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8032         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8033         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8034         * cedet/srecode/map.el (srecode-current-map):
8035         * cedet/srecode/insert.el (srecode-insert)
8036         (srecode-insert-variable-secondname-handler, srecode-insert-method)
8037         (srecode-template-inserter-point-override)
8038         (srecode-insert-include-lookup):
8039         * cedet/srecode/getset.el (srecode-auto-choose-class):
8040         * cedet/srecode/extract.el (srecode-inserter-extract):
8041         * cedet/srecode/document.el
8042         (srecode-document-autocomment-return-last-alist)
8043         (srecode-document-autocomment-param-type-alist)
8044         (srecode-document-insert-function-comment)
8045         (srecode-document-insert-variable-one-line-comment)
8046         (srecode-document-function-name-comment):
8047         * cedet/srecode/dictionary.el (srecode-create-dictionary)
8048         (srecode-compound-toString):
8049         * cedet/srecode/compile.el (srecode-flush-active-templates):
8050         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8051         Doc/message fixes.
8053         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8054         match-data.  (Bug#4555).
8056         * cedet/semantic/bovine/gcc.el
8057         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8058         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8060         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8061         rather than parsing it as a regexp.  This relaxes the layout
8062         requirements and makes errors easier to detect.
8063         (check-declare-verify): Check file is regular.
8064         (check-declare-directory): Doc fix.
8065         * subr.el (declare-function): Doc fix.
8067         * ibuffer.el (ibuffer-format-qualifier):
8068         * isearch.el (hi-lock-regexp-okay):
8069         * calc/calc.el (math-zerop):
8070         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8071         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8072         Remove unused declarations.
8074 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8076         * cedet/semantic/wisent/javat-wy.el
8077         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8079 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
8081         * cedet/srecode/expandproto.el: Fix provide statement.
8083 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8085         * emacs-lisp/eieio.el (boolean-p): Delete.
8087 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
8089         * cedet/ede/srecode.el: Fix provide statement.
8091 2009-09-30  Glenn Morris  <rgm@gnu.org>
8093         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8094         * cedet/ede/proj-aux.el (ede-aux-source):
8095         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8096         (ede-misc-source):
8097         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8098         (semantic-mrub-switch-tags): Fix doc typos.
8100         * cedet/semantic/db-global.el (data-debug-new-buffer)
8101         (data-debug-insert-thing): Remove unneeded declarations (one broken).
8102         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8104         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8106         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8107         use of CL function `remove-if-not'.
8109         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8111         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8112         filename is not a string.
8114 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8116         * files.el (safe-local-eval-forms): Fix typo.
8118 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8120         * vc-hooks.el (vc-dir-buffers): New var.
8121         (vc-state-refresh): New function.
8122         (vc-state): Use it.
8123         (vc-after-save): Always ask the backend to recompute the new state.
8124         Always call vc-dir if necessary, using vc-dir-buffers.
8125         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8126         Use vc-dir-buffers.
8127         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8128         (vc-dir-prepare-status-buffer, vc-dir-update)
8129         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8130         Don't call expand-file-name on default-directory.
8132 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8134         * speedbar.el (speedbar-item-delete):
8135         * calc/calc-prog.el (calc-kbd-if):
8136         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8138         * epa.el (epa-key-list-mode-map):
8139         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8141         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8142         (hs-show-hook): Fix typo in docstring.
8144 2009-09-29  Glenn Morris  <rgm@gnu.org>
8146         * cedet/semantic/symref/idutils.el:
8147         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8149         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8151         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8152         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8153         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8154         Mark declarations not understood by check-declare.
8156         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8157         file-name-nondirectory call preventing location of cedet files.
8158         (check-declare-verify): Use literal search rather than re-search.
8159         Add basic defmethod and defclass, and define-overloadable-function.
8161         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8162         Use tramp-compat-file-attributes rather than nonexistent
8163         tramp-compat-handle-file-attributes.
8165         * Makefile.in (lisptagsfiles4): New.
8166         (AUTOGENEL): Add cedet loaddefs files.
8167         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8168         (update-elclist, compile-always, backup-compiled-files)
8169         (bootstrap-clean): Add yet another directory level.
8170         (update-elclist): Use LC_COLLATE rather than COLLATE.
8171         (ELCFILES): Update, via `make update-elclist'.
8173 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8175         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8176         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8177         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8179 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8181         * Makefile.in (lisptagsfiles3): Define.
8182         (TAGS, TAGS-LISP): Use it.
8183         (update-elclist): Add third directory level to look for elc files.
8184         (compile-always): Likewise.
8185         (backup-compiled-files): Likewise.
8186         (bootstrap-clean): Likewise.
8187         (ELCFILES): Update.
8189 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8191         * Makefile.in (ELCFILES): Add CEDET files.
8193 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8195         CEDET (development tools) package merged.
8197         * cedet/*.el:
8198         * cedet/ede/*.el:
8199         * cedet/semantic/*.el:
8200         * cedet/srecode/*.el: New files.
8202 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8204         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8206         * net/tramp.el (top): Require tramp-imap.
8208         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8209         Use `tramp-compat-handle-file-attributes'.
8211 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8213         * net/tramp-imap.el: New package.
8215 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8217         * emacs-lisp/chart.el:
8218         * emacs-lisp/eieio-base.el:
8219         * emacs-lisp/eieio-comp.el:
8220         * emacs-lisp/eieio-custom.el:
8221         * emacs-lisp/eieio-datadebug.el:
8222         * emacs-lisp/eieio-opt.el:
8223         * emacs-lisp/eieio-speedbar.el:
8224         * emacs-lisp/eieio.el: New files.
8226         * cedet/cedet-cscope.el:
8227         * cedet/cedet-files.el:
8228         * cedet/cedet-global.el:
8229         * cedet/cedet-idutils.el:
8230         * cedet/data-debug.el:
8231         * cedet/inversion.el:
8232         * cedet/mode-local.el:
8233         * cedet/pulse.el: New files.
8235 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8237         * whitespace.el (whitespace-trailing-regexp)
8238         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8239         Fix doc string.
8241 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8243         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8244         menu.
8246         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8247         menu-bar-ediff-menu.
8249         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8250         define-overloadable-function.
8252         * progmodes/autoconf.el: Provide autoconf as well, so that this
8253         file can be `require'd.
8255         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8257         * emacs-lisp/autoload.el (generated-autoload-feature)
8258         (generated-autoload-load-name): New vars.
8259         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8260         (make-autoload): Recognize define-overloadable-function and
8261         defclass forms (for EIEIO).
8263         * Makefile.in (update-subdirs): Exclude cedet directory.
8265 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8267         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8269         * faces.el: Default light-background background for region face to
8270         ns_selection_color under NS.
8272 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8274         * net/imap-hash.el: New library, see NEWS.
8276         * Makefile.in (ELCFILES): Add imap-hash.el.
8278 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8281         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8282         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8283         definition where the docstring could be taken for the return value.
8285 2009-09-26  Glenn Morris  <rgm@gnu.org>
8287         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8288         Add option to only show images below a certain size.
8289         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8290         save-excursion calls.
8292 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8294         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8295         subdirectories) and eieio.
8297 2009-09-26  Alan Mackenzie  <acm@muc.de>
8299         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8300         buggy bracketing.  (Bug#4289)
8302         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8303         character constants (as case labels).  (Bug#4289)
8305 2009-09-25  Juri Linkov  <juri@jurta.org>
8307         * files.el (safe-local-eval-forms): Allow time-stamp in
8308         before-save-hook (Bug#4554).
8310 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8312         * menu-bar.el (list-buffers-directory): Doc fix.
8314 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8316         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8317         Try and avoid copying twice the same paragraph.
8318         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8319         Remove save-excursion.
8320         (log-edit-changelog-entry): Do it here instead.
8322 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8324         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8325         when available, instead of hardcoding mode names.  Doc fix.
8327         * menu-bar.el (list-buffers-directory): Add docstring.
8328         Make automatically buffer-local.
8330         * dired.el (dired-mode):
8331         * files.el (cd-absolute):
8332         * pcvs.el (cvs-temp-buffer):
8333         * pcvs-util.el (cvs-get-buffer-create):
8334         * shell.el (shell-mode):
8335         * vc-dir.el (vc-dir-mode):
8336         Don't make `list-buffers-directory' buffer local.
8338 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8340         * comint.el (comint-exec, comint-run, make-comint):
8341         Doc fixes (Bug#4542).
8343 2009-09-25  Glenn Morris  <rgm@gnu.org>
8345         * mail/rmailmm.el (rmail-mime): New custom group.
8346         Move all defcustoms in this file into this group.
8347         (rmail-mime-media-type-handlers-alist): Revert previous change.
8348         (rmail-mime-show-images): New option.
8349         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8350         references to it, since it wasn't actually used for anything.
8351         (rmail-mime-insert-image): New function.
8352         (rmail-mime-image): Use rmail-mime-insert-image.
8353         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8354         obey the value of `rmail-mime-show-images' option.  Print the size of
8355         attachments.
8357 2009-09-25  David Engster  <deng@randomsample.de>
8359         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8361 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8363         * whitespace.el: Does not highlight trailing spaces While point is
8364         at end of line.  Does not highligt spaces at beginning of buffer
8365         while point is at beginning of buffer.  Does not highlight spaces
8366         at end of buffer while point is at end of buffer.  (Bug#4177)
8367         New version 12.0.
8368         (whitespace-display-mappings): Adjust initialization.
8369         (whitespace-point, whitespace-font-lock-refontify): New vars.
8370         (whitespace-color-on, whitespace-color-off): Adjust code.
8371         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8372         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8373         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8375 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8377         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8379         * textmodes/sgml-mode.el: Remove xml-mode alias.
8381         * files.el (auto-mode-alist, conf-mode-maybe)
8382         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8384 2009-09-24  Alan Mackenzie  <acm@muc.de>
8386         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8387         c-forward-conditionals, but it doesn't move point and doesn't set
8388         the mark.
8389         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8390         (c-down-conditional-with-else, c-backward-conditional)
8391         (c-forward-conditional): Refactor to use c-scan-conditionals.
8393 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8395         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8396         (help-default-arg-highlight): Remove.
8397         (help-highlight-arg): New function.
8398         (help-do-arg-highlight): Use it.
8399         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8401 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8404         Undo last change, which didn't fix the problem and introduced others.
8406 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8408         * progmodes/gdb-mi.el: Don't require speedbar.
8409         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8411 2009-09-24  Glenn Morris  <rgm@gnu.org>
8413         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8415         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8417         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8418         there is no newline after the final mime boundary.  (Bug#4539)
8419         Move markers on insertion so that any buttons inserted don't end up in
8420         the next part of a multipart message.
8421         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8422         (rmail-mime-bulk-handler): Optionally handle images.
8423         (rmail-mime-image): New button action.
8424         (rmail-mime-image-handler): New function.
8425         (rmail-mime-mode): New mode.
8426         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8428 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8430         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8431         than just dropping elements from it (bug#4504).
8433         * term.el (term-set-scroll-region): Don't move cursor any more.
8434         (term-handle-ansi-escape): Call term-goto here instead.
8435         Suggested by Ivan Kanis <apple@kanis.eu>.
8437         * term.el: Require CL.
8438         (term-ansi-reset): New function.
8439         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8440         (term-handle-colors-array): Simplify.
8442 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8444         * allout.el (allout-overlay-interior-modification-handler)
8445         (allout-obtain-passphrase):
8446         * epa-file.el (epa-file-write-region):
8447         * ps-print.el (ps-begin-job):
8448         * vc-hooks.el (vc-toggle-read-only):
8449         * vc-rcs.el (vc-rcs-rollback):
8450         * vc-sccs.el (vc-sccs-rollback):
8451         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8452         (vc-version-diff, vc-revert, vc-rollback):
8453         * wdired.el (wdired-check-kill-buffer):
8454         * emacs-lisp/authors.el (authors):
8455         * net/socks.el (socks-open-connection):
8456         * net/zeroconf.el (zeroconf-service-add-hook):
8457         * obsolete/vc-mcvs.el (vc-mcvs-register):
8458         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8459         (gdb-select-frame):
8460         * progmodes/grep.el (lgrep, rgrep):
8461         * progmodes/idlw-help.el (idlwave-help-check-locations)
8462         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8463         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8464         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8465         (reftex-toc-rename-label): Fix typos in error messages.
8467         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8468         (dired-copy-how-to-fn): Doc fix.
8469         (dired-files-attributes, dired-read-shell-command):
8470         Fix typos in docstrings.
8472         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8473         (dired-x-find-file-other-window): Reflow docstrings.
8474         (dired-omit-marker-char, dired-read-shell-command)
8475         (dired-x-submit-report): Fix typos in docstrings.
8477         * shell.el (shell-mode-hook):
8478         * view.el (View-scroll-line-forward):
8479         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8480         Fix typos in docstrings.
8482         * net/dig.el (dig-invoke): Fix typo in docstring.
8483         (query-dig): Reflow docstring.
8485         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8486         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8487         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8488         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8489         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8490         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8491         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8492         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8493         (idlwave-completion-map, idlwave-current-indent)
8494         (idlwave-custom-ampersand-surround, idlwave-customize)
8495         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8496         (idlwave-define-abbrev, idlwave-determine-class-special)
8497         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8498         (idlwave-end-block-reg, idlwave-end-of-statement)
8499         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8500         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8501         (idlwave-explicit-class-listed, idlwave-file-header)
8502         (idlwave-fill-paragraph, idlwave-find-class-definition)
8503         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8504         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8505         (idlwave-in-quote, idlwave-indent-action-table)
8506         (idlwave-indent-expand-table, idlwave-indent-line)
8507         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8508         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8509         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8510         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8511         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8512         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8513         (idlwave-outlawed-buffers, idlwave-popup-select)
8514         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8515         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8516         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8517         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8518         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8519         (idlwave-statement-type, idlwave-struct-skip)
8520         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8521         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8522         (idlwave-what-module-find-class): Fix typos in docstrings.
8523         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8524         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8525         (idlwave-find-module, idlwave-find-structure-definition)
8526         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8527         (idlwave-list-load-path-shadows, idlwave-next-statement)
8528         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8529         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8530         (idlwave-template): Reflow docstrings.
8532         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8533         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8534         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8535         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8536         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8537         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8538         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8539         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8540         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8541         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8542         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8543         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8544         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8545         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8546         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8547         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8548         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8549         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8550         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8551         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8552         Fix typos in docstrings.
8553         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8554         (idlwave-shell-hide-output, idlwave-shell-mode)
8555         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8556         Reflow docstrings.
8558         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8560 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8562         * term.el (term-bold-attribute): New var.
8563         (term-handle-colors-array): Use it.
8565 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8567         * progmodes/gdb-mi.el (gdb-version): New variable.
8568         (gdb-non-stop-handler): Set gdb-version.
8569         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8570         Condition "--thread" option on gdb-version.
8571         (gdb-invalidate-threads): Remove unused argument.
8573 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8575         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8576         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8578 2009-09-23  Glenn Morris  <rgm@gnu.org>
8580         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8581         replying to mail without References or Message-Id.  (Bug#4525)
8583 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8585         * term/ns-win.el (ns-reg-to-script): New variable.
8587 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8589         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8591 2009-09-22  Sam Steingold  <sds@gnu.org>
8593         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8594         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8595         to 1 because hg returns status 1 when nothing is found.
8596         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8598 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8600         * textmodes/fill.el: Convert to utf-8 encoding.
8601         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8602         pre-unicode days.
8604         * add-log.el (change-log-fill-forward-paragraph): New function.
8605         (change-log-mode): Use it so fill-region DTRT.
8606         Set fill-indent-according-to-mode here rather than in
8607         change-log-fill-paragraph.
8608         (change-log-fill-paragraph): Remove.
8610 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8612         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8613         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8615 2009-09-22  Glenn Morris  <rgm@gnu.org>
8617         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8618         the scroll-bar scroll the calendar window rather than the buffer.
8620         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8621         commands that move point (as opposed to scrolling).
8623         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8625         * emacs-lisp/elint.el (elint): New custom group.
8626         (elint-log-buffer): Make it a defcustom.
8627         (elint-scan-preloaded, elint-ignored-warnings)
8628         (elint-directory-skip-re): New options.
8629         (elint-builtin-variables): Doc fix.
8630         (elint-preloaded-env): New variable.
8631         (elint-unknown-builtin-args): Add an entry for encode-time.
8632         (elint-extra-errors): Make it a variable rather than a constant.
8633         (elint-preloaded-skip-re): New constant.
8634         (elint-directory): Skip files matching elint-directory-skip-re.
8635         (elint-features): New variable, local to linted buffers.
8636         (elint-update-env): Initialize elint-features.  Possibly add
8637         elint-preloaded-env to the buffer's environment.
8638         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8639         Skip quoted forms.
8640         (elint-init-form): New function, extracted from elint-init-env.
8641         Make non-list forms a warning rather than an error.
8642         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8643         easy-menu-define, put that adds an error-condition, and provide.
8644         When requiring cl, also require cl-macs.  Really require cl, to handle
8645         some cl macros.  Store required libraries in the list elint-features,
8646         so as not to re-load them.  Treat cc-require like require.
8647         (elint-init-env): Call elint-init-form to do the work.
8648         Handle eval-and-compile and such like.
8649         (elint-add-required-env): Do not clear messages.
8650         (elint-special-forms): Add handlers for function, defalias, if, when,
8651         unless, and, or.
8652         (elint-form): Add optional argument to ignore elint-special-forms,
8653         useful to prevent recursive calls from handlers.  Doc fix.
8654         Respect elint-ignored-warnings.
8655         (elint-form): Respect elint-ignored-warnings.
8656         (elint-bound-variable, elint-bound-function): New variables.
8657         (elint-unbound-variable): Respect elint-bound-variable.
8658         (elint-get-args): Respect elint-bound-function.
8659         (elint-check-cond-form): Add some simple handling for (f)boundp and
8660         featurep tests.
8661         (elint-check-defalias-form): New handler.
8662         (elint-check-let-form): Make an empty let a warning rather than an
8663         error.
8664         (elint-check-setq-form): Make an empty setq a warning rather than an
8665         error.  Respect elint-ignored-warnings.
8666         (elint-check-defvar-form): Accept null doc-strings.
8667         (elint-check-conditional-form): New handler.  Does some simple-minded
8668         checking of featurep and (f)boundp tests.
8669         (elint-put-function-args): New function.
8670         (elint-initialize): Use elint-scan-doc-file rather than
8671         elint-find-builtin-variables.  Use elint-put-function-args.
8672         Possibly scan preloaded-file-list.
8673         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8674         extend to handle functions as well.
8676 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8678         * linum.el (linum-delete-overlays, linum-update-window):
8679         Do not modify the right margin.  (Bug#3971)
8681 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8683         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8684         nxml-mode instead of xml-mode.
8686 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8688         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8690 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8692         * net/dig.el (dig-mode): Use define-derived-mode.
8694 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8696         * vc-dispatcher.el (vc-do-command): Return the process object in
8697         the asynchronous case.  Use when instead of if.  Do not run
8698         vc-exec-after to display a message if not enabled.  (Bug#4463)
8700         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8701         properties to the stash strings.
8702         (vc-git-stash-list): Return a list of strings.
8703         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8704         (vc-git-stash-show-at-point): New functions.
8705         (vc-git-stash-map): New keymap.
8707         * register.el (ctl-x-r-map): Define the keys here instead of
8708         using autoload.
8710 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8712         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8713         list, to workaround performance problem (bug#4485).
8715 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8717         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8719 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8721         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8722         Document that this option is not recommended to use.
8724 2009-09-19  Glenn Morris  <rgm@gnu.org>
8726         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8727         variable `var'.
8729         * calc/calc-alg.el (var):
8730         * calc/calcalg2.el (var): Define for compiler.
8732 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8734         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8735         Doc fix (Bug#3932).
8737         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8739         * time-stamp.el (time-stamp-month-dd-yyyy)
8740         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8741         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8742         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8743         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8744         Remove functions that have been obsolete since 1995 (Bug#4436).
8746         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8747         indent buffer only if called interactively (Bug#4452).
8749 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8750             Eli Zaretskii  <eliz@gnu.org>
8752         This fixes bug#4197 (merged to bug#865, though not identical).
8753         * server.el (server-auth-dir): Add docstring note about FAT32.
8754         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8755         but warn against using them.
8757 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8759         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8760         older GDB where there is no has_more field.
8762 2009-09-19  Glenn Morris  <rgm@gnu.org>
8764         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8766 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8768         * files.el (auto-mode-alist): Change default for XML files to nXML
8769         mode (Bug#4169).
8771 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8773         * server.el (server-ensure-safe-dir): Pass 'integer
8774         to `file-attributes', as suggested.
8776 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8778         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8779         (dired-query): Use read-key.
8781 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8783         * cus-start.el (ns-use-qd-smoothing): Remove.
8785 2009-09-18  Glenn Morris  <rgm@gnu.org>
8787         * allout.el (top-level): Remove unnecessary progn.
8789         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8791         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8792         definition of abbrev table.
8794         * speedbar.el (speedbar-track-mouse):
8795         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8796         * net/eudc.el (eudc-expand-inline):
8797         * net/newst-backend.el (newsticker--cache-read-feed):
8798         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8799         condition-case handlers.
8801 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8803         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8804         (gdb-var-list): Add an element for has_more field.
8805         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8806         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8807         (gdb-var-update-handler-1): Parse output of dynamic variable
8808         objects (STL containers).
8809         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8810         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8812         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8813         gdb-var-list.
8814         (gud-speedbar-buttons): Make node expandable if expression "has more"
8815         children.
8817 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8819         * startup.el (emacs-quick-startup): Remove variable and all uses.
8820         (command-line): Set `inhibit-x-resources' instead.
8821         (command-line-1): Use `inhibit-x-resources' instead.
8823 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8825         * subr.el: Fix last change to avoid using the `unless' macro,
8826         which breaks bootstrapping.
8828 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8830         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8831         extended definitions, in case we reload subr.el after having
8832         loaded CL.
8833         (eval-next-after-load): Mark as obsolete.
8835 2009-09-17  Juri Linkov  <juri@jurta.org>
8837         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8838         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8839         (menu-bar-showhide-menu, menu-bar-tools-menu)
8840         (menu-bar-describe-menu, menu-bar-help-menu)
8841         (minibuffer-local-completion-map, minibuffer-local-map):
8842         Fix list quoting.
8844 2009-09-17  Glenn Morris  <rgm@gnu.org>
8846         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8847         arguments, whether or not it has a handler.
8849         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8851         * simple.el (hard-newline): Give it a doc-string.
8853         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8854         (lisp-mode-syntax-table): Give them doc-strings.
8856 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8858         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8859         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8860         (menu-bar-options-menu, menu-bar-showhide-menu)
8861         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8862         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8863         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8864         (menu-bar-options-menu, menu-bar-tools-menu)
8865         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8866         (menu-bar-help-menu):
8867         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8868         string arguments.
8870         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8871         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8872         calls for the menu names and :help.
8874 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8876         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8877         to :minor-mode-function (bug#4455).
8879 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         * startup.el (command-line): Initialize the window-system after
8882         processing the command-line.
8884         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8885         page-delimiter matches the empty string.
8887 2009-09-16  Glenn Morris  <rgm@gnu.org>
8889         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8890         byte-compile-not-obsolete-var.  It's a list now.
8891         (byte-compile-not-obsolete-funcs): New variable.
8892         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8893         byte-compile-not-obsolete-funcs.
8894         (byte-compile-variable-ref, byte-compile-defvar): Update for
8895         byte-compile-not-obsolete-vars name-change and list nature.
8896         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8897         and variables behind (f)boundp tests.
8898         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8900 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8902         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8904 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8907         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8908         Don't autoload.
8910 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8912         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8913         the virtual-buffers, use the name of the buffer specified by
8914         find-file-noselect, as the match may be a symlink.  (This was a
8915         problem if the target and the symlink had different names.)
8917 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8919         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8921         * desktop.el (desktop-path): Check user-emacs-directory.
8923         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8925         * loadup.el: Use after-load-functions to GC after loading each file.
8926         Remove the explicit GC calls that used to be sprinkled around.
8928         * subr.el (after-load-functions): New hook.
8929         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8930         `obsolete' packages, rather than painfully extracting the relevant
8931         directory name.
8933 2009-09-15  Glenn Morris  <rgm@gnu.org>
8935         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8936         free variable `doc'.
8938         * dired.el (dired-mode-map): Add menu entry for async shell command.
8940         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8941         variables, also consider the .elc files, since the .el files are
8942         normally gzipped (subsequent code locates the .el.gz from the .elc).
8944         * calc/calc-prog.el (arglist): Define for compiler.
8946         * calendar/diary-lib.el (diary-display-function): Change the default to
8947         fancy display.
8948         (body): Define for compiler.
8950         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8951         (byte-compile-file-form, byte-compile-lambda)
8952         (byte-compile-top-level-body, byte-compile-form)
8953         (byte-compile-variable-ref, byte-compile-setq)
8954         (byte-compile-setq-default, byte-compile-body)
8955         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8956         (batch-byte-compile): Give some more local variables with common names
8957         a "bytecomp-" prefix to avoid masking warnings about free variables.
8959         * startup.el (command-line-1): Give local variables with common names a
8960         distinguishing prefix, so as not to hide free variable warnings during
8961         bootstrap.
8963         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8964         clever and add a suffix to make a unique name, just let the user decide
8965         whether or not to overwrite it.  If the input is a directory, write the
8966         default filename to that directory.  (Bug#4388)
8967         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8968         is a filename-as-a-directory.
8970 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8972         * textmodes/page.el (what-page): Don't move to beginning of line.
8973         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8975 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8977         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8979 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8981         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8982         * help.el (help-for-help-internal): Add purecopy calls for text.
8984         * vc.el (top): print-log method now takes an optional SHORTLOG
8985         argument.  Add a new method: root.
8986         (vc-root-diff, vc-print-root-log): New functions.
8987         (vc-log-short-style): New variable.
8988         (vc-print-log-internal): Add support for showing short logs.
8990         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8991         vc-print-root-log and vc-print-root-diff.
8993         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8994         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8995         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8996         short logs.
8998         * vc-cvs.el (vc-cvs-print-log):
8999         * vc-mtn.el (vc-mtn-print-log):
9000         * vc-rcs.el (vc-rcs-print-log):
9001         * vc-sccs.el (vc-sccs-print-log):
9002         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9003         that is ignored for now.
9005         * vc-mtn.el (vc-mtn-annotate-command):
9006         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9008 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9010         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9011         to function-key-map, and give them ascii-character property.
9012         * term/x-win.el (x-alternatives-map):
9013         * term/ns-win.el (ns-alternatives-map):
9014         * term/internal.el (msdos-key-remapping-map):
9015         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9017 2009-09-14  Glenn Morris  <rgm@gnu.org>
9019         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9020         temp-buffers (2009-09-12).
9022 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9025         the new read-key function.
9027 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9029         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9030         is defined (Bug#4405).
9032 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9034         * recentf.el (recentf-cleanup): Use a hash table to find
9035         duplicates (Bug#4407).
9037 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9039         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9040         kp-0 to ascii equivalents (Bug#4325).
9042 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9044         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9046         * eshell/em-hist.el:
9047         * eshell/em-dirs.el (eshell-complete-user-reference):
9048         Declare pcomplete functions and variables to avoid compiler warnings.
9050 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9052         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9053         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9054         * eshell/em-alias.el (eshell-aliases-file):
9055         * eshell/em-hist.el (eshell-history-file-name):
9056         Use expand-file-name instead of concat to make file names (Bug#4308).
9058 2009-09-13  Glenn Morris  <rgm@gnu.org>
9060         * ediff-merg.el (ediff-do-merge):
9061         * filesets.el (filesets-run-cmd):
9062         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9063         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9064         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9065         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9066         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9067         Replace empty `let's with `progn'.
9069 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9071         * mail/sendmail.el (send-mail-function):
9072         * tooltip.el (tooltip-mode):
9073         * simple.el (transient-mark-mode):
9074         * rfn-eshadow.el (file-name-shadow-mode):
9075         * frame.el (blink-cursor-mode):
9076         * font-core.el (global-font-lock-mode):
9077         * files.el (temporary-file-directory)
9078         (small-temporary-file-directory, auto-save-file-name-transforms):
9079         * epa-hook.el (auto-encryption-mode):
9080         * composite.el (global-auto-composition-mode):
9081         Use custom-initialize-delay.
9082         * startup.el (command-line): Don't explicitly call
9083         custom-reevaluate-setting for all the above vars.
9084         * custom.el (custom-initialize-safe-set)
9085         (custom-initialize-safe-default): Delete.
9087 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * term/x-win.el (x-initialize-window-system):
9090         * term/w32-win.el (w32-initialize-window-system):
9091         * term/ns-win.el (ns-initialize-window-system): Don't call
9092         mouse-wheel-mode since it's enabled globally by default already.
9094         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9095         actually define the variable, but only silences the byte-compiler.
9096         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9097         before looking it up.
9098         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9099         is changed.
9101 2009-09-12  Glenn Morris  <rgm@gnu.org>
9103         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9104         1000.
9105         (elint-add-required-env): Don't beep on error.
9106         (elint-forms): In case of error, return ENV unchanged.
9107         (elint-init-env): Skip non-list forms.
9108         (elint-log): Handle unknown file positions.
9110 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9112         * epg.el (epg-make-context): Add autoload cookie.
9113         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9114         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9115         (epg-verify-string, epg-start-sign, epg-sign-file)
9116         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9117         (epg-encrypt-string, epg-start-export-keys)
9118         (epg-export-keys-to-file, epg-export-keys-to-string)
9119         (epg-start-import-keys, epg-import-keys-from-file)
9120         (epg-import-keys-from-string, epg-start-receive-keys)
9121         (epg-receive-keys, epg-import-keys-from-server)
9122         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9123         (epg-sign-keys, epg-start-generate-key)
9124         (epg-generate-key-from-file, epg-generate-key-from-string):
9125         Remove autoload cookie.
9127 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9129         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9130         reevaluation of trash-directory.
9132         * mwheel.el: Fix last change.
9133         (mouse-wheel-mode): New defvar.
9134         (mouse-wheel-mode): Remove autoload cookie.
9136 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9138         * mwheel.el (mwheel-installed-bindings): New var.
9139         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9140         the bindings we set last time.  Use custom-initialize-delay.
9141         * loadup.el: Load mwheel after term/*-win.el.
9142         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9143         and mouse-wheel-up-event now that their first evaluation is done
9144         sufficiently late to be correct.
9146         * startup.el (tutorial-directory): Make it a defcustom.
9147         Use custom-initialize-delay rather than eval-at-startup to set it.
9148         * image.el (image-load-path): Make it a defcustom.
9149         Use custom-initialize-delay rather than eval-at-startup to set it.
9150         * subr.el (eval-at-startup): Remove.
9151         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9153         * subr.el (do-after-load-evaluation): Warn the user after loading an
9154         obsolete package.
9156 2009-09-12  Glenn Morris  <rgm@gnu.org>
9158         * proced.el (proced-mark-alt): Remove alias.
9159         (proced-mode-map): Remove proced-mark-alt.
9161         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9162         Elint file and directory.  Remove initialization entry.
9164         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9165         commands.
9166         (elint-current-buffer): Set mode-line-process.
9167         (elint-init-env): Handle define-derived-mode.
9168         Fix declare-function with unspecified arglist.  Guard against odd
9169         defalias statements (eg iso-insert's 8859-1-map).
9170         (elint-add-required-env): Use a temp buffer.
9171         (elint-form): Just print the function/macro name, not the whole form.
9172         Return env unchanged if we fail to parse a macro.
9173         (elint-forms): Guard against parse errors.
9174         (elint-output): New function, to handle batch mode.
9175         (elint-log-message): Add optional argument.  Use elint-output.
9176         (elint-set-mode-line): New function.
9178 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9180         * emacs-lisp/elp.el (elp-not-profilable): Add more
9181         functions (Bug#4233).
9183 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9185         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9186         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9188 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9190         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9191         (gdb-var-list-children): Use json parsing.
9193 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9195         * progmodes/js.el (js--proper-indentation): Handle the case where
9196         char-before is null.  Reported by Deniz Dogan.
9198 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9200         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9202 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9204         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9205         (epg-digest-algorithm-alist): Add SHA224.
9206         (epg-context-set-passphrase-callback)
9207         (epg-context-set-progress-callback): Add description about
9208         callback function.
9210 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * custom.el (custom-delayed-init-variables): New var.
9213         (custom-initialize-delay): New function.
9214         * startup.el (command-line): "Re"evaluate all vars in
9215         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9216         explicitly any more.
9217         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9218         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9220         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9222 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9224         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9225         (gdb-var-update-handler): Use json parsing.
9227 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9229         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9230         decode annotated text, regardless of language environment.  (Bug#2741)
9232 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * Makefile.in (autoloads): Make rmail.el writable as well.
9236 2009-09-11  Glenn Morris  <rgm@gnu.org>
9238         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9239         loaddefs.el.
9240         * dired.el: Regenerate with extracted autoloads.
9241         * Makefile.in (autoloads): Make dired.el writable.
9243         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9244         * ibuffer.el: Regenerate with extracted autoloads.
9245         * Makefile.in (autoloads): Make ibuffer.el writable.
9247         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9248         * version.el (emacs-copyright, emacs-major-version)
9249         (emacs-minor-version): Reformat doc-strings for make-docfile.
9251         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9252         functions and variables, since they must be stuff specific to some other
9253         platform.
9254         (apropos-print): Make mouse-click message less specific about button.
9256         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9257         that records where a macro was defined.
9258         * help-fns.el (describe-function-1): Mention if a function has a
9259         compiler-macro.
9260         * help-mode.el (help-function-cmacro): New button.
9262         * locate.el (top-level): Always require dired.
9263         (locate-mode-map): Initialize inside the defvar.
9265         * net/ange-ftp.el (dired-compress-file): Declare.
9266         (ange-ftp-dired-compress-file): Add doc string.
9268         * term/ns-win.el (x-display-name, x-setup-function-keys):
9269         Unify doc-strings with X versions.
9271 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9273         * emulation/crisp.el (crisp-mode-map): Move initialization
9274         into declaration.
9275         (crisp-mode): Use define-minor-mode.
9277         * progmodes/xscheme.el (xscheme-evaluation-commands):
9278         Put a :advertised-binding property rather than using
9279         advertised-xscheme-send-previous-expression.
9280         (advertised-xscheme-send-previous-expression): Declare obsolete.
9281         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9282         `advertised-undo'.
9283         (crisp-mode): Add corresponding bindings to
9284         undo's :advertised-binding instead.
9285         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9286         than using dired-advertised-find-file.
9287         (dired-advertised-find-file):
9288         * simple.el (advertised-undo):
9289         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9290         (widget-keymap): Put a :advertised-binding property rather
9291         than using advertised-widget-backward.
9292         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9293         than using advertised-undo.
9294         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9296 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9298         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9299         Mark mode is enabled and region is active; otherwise indent or
9300         insert TAB as usual.
9301         (delphi-mode): Update description of TAB-key binding.
9303 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9305         * subr.el (define-key-rebound-commands): Mark obsolete.
9306         * startup.el (precompute-menubar-bindings): Remove.
9307         (normal-top-level): Remove obsolete code that tried to precompute
9308         menubar bindings.
9309         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9310         define-key-rebound-commands and precompute-menubar-bindings.
9312 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9314         * net/imap.el (imap-interactive-login): Better messages.
9315         (imap-open): Fix bug with renamed buffer on reconnect.
9316         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9317         for easier debugging and cleaner code.  On successful (guessed based on
9318         server capabilities) secondary authentication, set imap-state
9319         correctly.
9320         (imap-last-authenticator): Define imap-last-authenticator as a variable
9321         to avoid warnings.
9323 2009-09-10  Glenn Morris  <rgm@gnu.org>
9325         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9327         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9328         (byte-compile-file-form-autoload): Don't warn about unknown functions
9329         where the autoload statement comes after the use.
9330         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9331         that any handlers inside the body (eg require) are in turn respected.
9333         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9334         effects.
9336         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9337         and syntax and abbrev tables basic docs, if they don't have any.
9339         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9341         * international/mule-cmds.el (top-level): Require cl when compiling.
9342         (view-hello-file): Use default-value rather than
9343         default-enable-multibyte-characters.
9345         * progmodes/fortran.el: Move all safe and risky properties into the
9346         defcustoms.
9348         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9349         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9350         * mail/undigest.el:
9351         Put autoloads in rmail.el rather than loaddefs.el.
9352         * mail/rmail.el: Regenerate with extracted autoloads.
9354         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9355         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9357 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9359         Reported in thread for Bug#4375.
9360         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9361         "-data-evaluate-expression" instead of print.
9362         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9363         (gdb-tooltip-print): Parse output from above MI command.
9364         (gdb): Revert 2009-08-11 change.  User should detach inferior
9365         manually.
9367         Remove the word "separate" from IO functions as inferior
9368         output is now never displayed in the GUD buffer.
9370 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9372         * startup.el (command-line-normalize-file-name): On Windows and
9373         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9375 2009-09-10  Juri Linkov  <juri@jurta.org>
9377         * isearch.el (isearch-text-char-description): Propertize escape
9378         character sequences with the `escape-glyph' face.  (Bug#4344)
9380         * simple.el (shell-command): Set asynchronous process filter to
9381         `comint-output-filter'.  (Bug#4343)
9383         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9384         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9385         the list.  Move "asm" to the bottom.
9386         (grep-find-ignored-directories): Add `choice' with nil value
9387         to empty the list easily.
9388         (grep-find-ignored-files): New option.
9389         (grep-files-history): Set to nil by default instead of '("ch" "el").
9390         (grep-compute-defaults): Add "<X>" to `grep-template'.
9391         (grep-read-files): Bind new local variables `default-alias' and
9392         `default-extension'.  Use a list of default values for the file prompt.
9393         (lgrep): Add `--exclude=' command line options composed from
9394         `grep-find-ignored-files'.
9395         (rgrep): Add `-name' command line options composed from
9396         `grep-find-ignored-files'.  (Bug#4301)
9398 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9400         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9401         (bug#4368).
9403 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9405         * calendar/time-date.el (autoload):
9406         Expand define-obsolete-function-alias into defalias and make-obsolete
9407         for old Emacsen that Gnus supports.
9408         (with-no-warnings): Define it for old Emacsen.
9409         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9410         is available.
9411         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9412         float-time is available; suppress compile warning for time-to-seconds.
9414 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9416         * net/imap.el (imap-message-map): Docstring fix.
9418 2009-09-09  Glenn Morris  <rgm@gnu.org>
9420         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9421         line numbers too.  (Bug#4374)
9423 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9425         * smerge-mode.el (smerge-remove-props, smerge-refine):
9426         Use with-silent-modifications (bug#4342).
9428         * subr.el (with-silent-modifications): New macro.
9430 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9432         * files.el (top-level): Require `cl' when compiling.
9434 2009-09-07  Glenn Morris  <rgm@gnu.org>
9436         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9438         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9439         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9441 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9443         * vc-git.el (vc-git-annotate-command): Use separator to parse
9444         arguments correctly.
9446 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9448         * proced.el (proced-mode): Doc fix.
9450 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9452         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9453         lstat fails.
9454         (tramp-do-file-attributes-with-ls): Check for file existence at
9455         remote end.
9456         (tramp-do-file-attributes-with-stat): Likewise.
9457         (tramp-convert-file-attributes): Return nil when attr is nil.
9459 2009-09-05  Glenn Morris  <rgm@gnu.org>
9461         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9462         properties to this button.
9463         (diary-fancy-display): Don't extend the button to the final newline.
9464         (diary-fancy-display-mode): Continue to define "q" as a local key.
9466         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9467         efficient.
9469         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9471         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9472         (byte-compile-dest-file-function): New option.
9473         (byte-compile-dest-file): Doc fix.
9474         Obey byte-compile-dest-file-function.
9475         (byte-compile-cl-file-p): New function.
9476         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9477         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9478         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9479         than for file being previously loaded.
9480         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9481         (byte-compile-file-form-require): Handle the case where requiring a file
9482         indirectly causes CL to be loaded.
9484 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9486         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9487         before killing the old buffer, since by the time `kill-buffer' is
9488         run so many buffer variables have been set to nil that it may not
9489         behave as expected.  (Bug#4061)
9491 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9493         * files.el (find-alternate-file): If the old buffer is modified
9494         and visiting a file, behave similarly to `kill-buffer' when
9495         killing it, thus reverting to the pre-1.878 behavior; see
9496         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9497         for discussion.  Also, consult `buffer-file-name' as a variable
9498         not as a function, for consistency with the rest of the code.
9500 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9502         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9503         also when adding a new directory.
9505         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9506         defun.
9508 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * files.el (locate-file-completion-table): Make it provide boundary
9511         information, so partial-completion works better.
9513 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9515         * mail/footnote.el (Footnote-text-under-cursor):
9516         Check footnote-text-marker-alist before using it (bug#4324).
9518 2009-09-04  Glenn Morris  <rgm@gnu.org>
9520         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9521         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9522         * play/solitaire.el, play/tetris.el:
9523         Remove leading * from defcustom and defface docs.
9525         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9526         necessary.
9527         (diary-fancy-overriding-map): New variable.
9528         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9529         Use view-mode.
9531         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9532         goto-line.
9534 2009-09-03  Glenn Morris  <rgm@gnu.org>
9536         * arc-mode.el (archive-mode):
9537         * dos-fns.el (set-default-process-coding-system):
9538         * man.el (Man-getpage-in-background):
9539         * menu-bar.el (menu-bar-describe-menu):
9540         * server.el (server-process-filter):
9541         * startup.el (command-line):
9542         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9543         * w32-fns.el (set-default-process-coding-system):
9544         * x-dnd.el (x-dnd-handle-file-name):
9545         * international/mule-cmds.el (mule-menu-keymap)
9546         (set-default-coding-systems, language-info-alist, set-language-info)
9547         (set-language-environment, standard-display-european-internal)
9548         (set-locale-environment):
9549         * international/mule-diag.el (mule-diag):
9550         * mail/emacsbug.el (report-emacs-bug):
9551         * mail/rmail.el (rmail-mode):
9552         * mail/sendmail.el (mail-setup):
9553         Use default-value rather than default-enable-multibyte-characters.
9555         * progmodes/f90.el: Move all safe properties into the defcustoms.
9556         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9558         * calendar/appt.el (appt-check):
9559         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9560         (diary-check-diary-file, diary-list-entries)
9561         (diary-include-other-diary-files, diary-simple-display)
9562         (diary-fancy-display, diary-print-entries)
9563         (diary-mark-included-diary-files, diary-make-entry):
9564         Don't call substitute-in-file-name on diary-file.
9566 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9567             Stefan Monnier  <monnier@iro.umontreal.ca>
9569         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9570         (footnote-mode-map): Move initialization into the declaration.
9571         (footnote-minor-mode-map): Define it rather than changing global-map.
9572         (footnote-mode): Use define-minor-mode.
9574 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9576         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9577         (tramp-do-file-attributes-with-perl)
9578         (tramp-do-file-attributes-with-stat): Rename from
9579         `tramp-handle-file-attributes-with-*'.
9580         (tramp-handle-file-attributes): Use them.
9581         (tramp-do-directory-files-and-attributes-with-perl)
9582         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9583         `tramp-handle-directory-files-and-attributes-with-*'.
9584         (tramp-handle-directory-files-and-attributes): Use them.
9585         (tramp-method-out-of-band-p): Additional parameter SIZE.
9586         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9587         (tramp-handle-write-region): Use it.
9588         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9589         (tramp-handle-vc-registered): Check, whether the first run did
9590         return files to be tested.
9591         (tramp-advice-make-auto-save-file-name): Do not call directly
9592         `tramp-handle-make-auto-save-file-name', because this would bypass
9593         the locking mechanism.
9595         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9596         (file-remote-p, process-file, start-file-process, set-file-times)
9597         (tramp-compat-file-attributes): Compatibility functions shall not
9598         call directly `tramp-handle-*', because this would bypass the
9599         locking mechanism.
9600         (tramp-compat-number-sequence): New defun.
9602 2009-09-02  Glenn Morris  <rgm@gnu.org>
9604         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9605         alias for float-time.
9606         (time-to-number-of-days): In Emacs, use float-time.
9607         * net/newst-backend.el (time-add): Suppress warnings from compat
9608         function.
9609         * time.el (emacs-uptime, emacs-init-time):
9610         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9611         Use float-time rather than time-to-seconds.
9613         * minibuffer.el (completion-initials-expand): Fix typo.
9615         * faces.el (modeline, modeline-inactive, modeline-highlight)
9616         (modeline-buffer-id):
9617         * info.el (info-menu-5): Mark these face aliases as obsolete.
9619 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9621         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9622         space ...
9623         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9624         no "--thread" option.
9625         (gdb-stopped): Don't print "Switched to thread" message when it is
9626         unchanged.
9628 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * minibuffer.el (completion-try-completion)
9631         (completion-all-completions): Remove ill-defined (and
9632         mistakenly installed and luckily never used nor documented)
9633         `completion-styles' property.
9634         (completion-initials-expand, completion-initials-all-completions)
9635         (completion-initials-try-completion): New functions.
9636         (completion-styles-alist): Add doc to each entry.
9637         Add new `initials' entry.
9639 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9641         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9642         MI command -var-evaluate-expression.
9643         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9644         and tweak for case of string child.
9645         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9647 2009-09-01  Glenn Morris  <rgm@gnu.org>
9649         * add-log.el (change-log-date-face, change-log-name-face)
9650         (change-log-email-face, change-log-file-face, change-log-list-face)
9651         (change-log-conditionals-face, change-log-function-face)
9652         (change-log-acknowledgement-face):
9653         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9654         (custom-modified-face, custom-set-face, custom-changed-face)
9655         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9656         (custom-documentation-face, custom-state-face, custom-comment-face)
9657         (custom-comment-tag-face, custom-variable-tag-face)
9658         (custom-variable-button-face, custom-face-tag-face)
9659         (custom-group-tag-face-1, custom-group-tag-face):
9660         * diff-mode.el (diff-header-face, diff-file-header-face)
9661         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9662         (diff-added-face, diff-changed-face, diff-function-face)
9663         (diff-context-face, diff-nonexistent-face):
9664         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9665         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9666         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9667         (Info-title-4-face):
9668         * isearch.el (isearch-lazy-highlight-face):
9669         * log-view.el (log-view-file-face, log-view-message-face):
9670         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9671         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9672         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9673         (cvs-msg-face):
9674         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9675         (smerge-base-face, smerge-markers-face):
9676         * wid-edit.el (widget-documentation-face, widget-button-face)
9677         (widget-field-face, widget-single-line-field-face)
9678         (widget-inactive-face, widget-button-pressed-face):
9679         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9680         (woman-addition-face):
9681         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9682         (eshell-ls-executable-face, eshell-ls-readonly-face)
9683         (eshell-ls-unreadable-face, eshell-ls-special-face)
9684         (eshell-ls-missing-face, eshell-ls-archive-face)
9685         (eshell-ls-backup-face, eshell-ls-product-face)
9686         (eshell-ls-clutter-face):
9687         * eshell/em-prompt.el (eshell-prompt-face):
9688         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9689         * obsolete/old-whitespace.el (whitespace-highlight-face):
9690         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9691         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9692         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9693         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9694         (antlr-font-lock-literal-face):
9695         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9696         (ebrowse-root-class-face, ebrowse-file-name-face)
9697         (ebrowse-default-face, ebrowse-member-attribute-face)
9698         (ebrowse-member-class-face, ebrowse-progress-face):
9699         * progmodes/make-mode.el (makefile-space-face):
9700         * progmodes/sh-script.el (sh-heredoc-face):
9701         * textmodes/flyspell.el (flyspell-incorrect-face)
9702         (flyspell-duplicate-face):
9703         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9704         * textmodes/texinfo.el (texinfo-heading-face):
9705         Mark face aliases with "-face" suffix as obsolete.
9707         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9708         compiler.
9710         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9711         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9712         easy-menu-define wants to modify these.
9714         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9716         * net/browse-url.el (browse-url-file-url):
9717         * term/internal.el (dos-codepage-setup):
9718         Use default-value rather than default-enable-multibyte-characters.
9720         * progmodes/etags.el (etags-goto-tag-location):
9721         * progmodes/flymake.el (flymake-highlight-line)
9722         (flymake-goto-file-and-line, flymake-goto-line):
9723         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9724         (gdb-goto-breakpoint):
9725         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9726         * progmodes/python.el (python-find-function)
9727         (python-pdbtrack-track-stack-file):
9728         * progmodes/verilog-mode.el (verilog-surelint-off):
9729         * term/ns-win.el (ns-open-file-select-line):
9730         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9731         Use forward-line rather than goto-line.
9733         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9734         * textmodes/reftex-index.el (reftex-display-index):
9735         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9736         * textmodes/reftex-toc.el (reftex-toc):
9737         Remove unnecessary bindings of default-major-mode (all are followed by
9738         major-mode check and possible mode switch).
9740 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9742         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9743         Handle watchpoints (bug#4282).
9744         (def-gdb-thread-buffer-command): Enable thread to be selected by
9745         clicking without selecting threads buffer first.
9746         (gdb-current-context-command): Use selected frame so that "up",
9747         "down" etc work in the GUD buffer.
9748         (gdb-update): Find selected frame before rendering stack buffer.
9749         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9751 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * progmodes/sym-comp.el (displayed-completions): Remove.
9754         (symbol-complete): Use minibuffer-complete.
9756 2009-08-31  Glenn Morris  <rgm@gnu.org>
9758         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9760         * apropos.el (apropos-symbols-internal):
9761         Handle (obsolete) face aliases.
9763         * faces.el (describe-face): Adjust the output format to be more like
9764         describe-variable, and to mention (obsolete) face aliases.
9765         Adjust the whitespace so that help-setup-xref works.
9767         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9768         * calendar/diary-lib.el (diary-button-face):
9769         Mark these face aliases as obsolete.
9771         * calendar/calendar.el (calendar-today): Doc fix.
9773 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9775         * progmodes/gdb-mi.el (gdb-control-all-threads)
9776         (gdb-control-current-thread): Force tool bar update.
9777         (gdb-non-stop-handler): New function.
9778         (gdb-init-1): Use it to test if non-stop mode is supported.
9779         Remove unused gdbmi buffer type.
9781 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9783         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9784         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9786 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9788         * comint.el (comint-exec-1): Check command is non-null first.
9789         Part of gdb-mi.el change (2009-08-28).
9791 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9793         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9795 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9797         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9798         instead of `dolist' to avoid a recursive require when bootstrapping.
9800 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9804         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9806         * net/imap.el (imap-send-command): Simplify.
9807         (imap-wait-for-tag): point-max -> buffer-size.
9809         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9811         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9812         with constant argument.
9814         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9816         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9818         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9819         Change default, since most of our files don't have a history.
9820         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9821         the user.
9823         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9824         Add comint-run.
9826         * calc/calc.el: Improve commenting convention.
9827         (calc-digit-map, toplevel): Simplify.
9829         * comint.el (comint-insert-input): Be careful to only set point if we
9830         don't delegate to some other command.
9832         * proced.el (proced-signal-list): Make it an alist.
9833         (proced-grammar-alist): Capitalize names.
9834         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9835         Disable undo manually and make it read-only.
9836         Use completion-annotate-function.
9838         * minibuffer.el (minibuffer-message): If the current buffer is not
9839         a minibuffer, insert the message in the echo area rather than at the
9840         end of the buffer.
9841         (completion-annotate-function): New variable.
9842         (minibuffer-completion-help): Use it.
9843         (completion--embedded-envvar-table): Environment vars are
9844         always case-sensitive.
9846 2009-08-30  Glenn Morris  <rgm@gnu.org>
9848         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9849         from fortran-current-defun.
9850         (fortran-beginning-of-subprogram): Be more precise about finding the
9851         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9852         (fortran-end-of-subprogram): Simplify.
9853         (fortran-current-defun): Use fortran-start-prog-re.
9855 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9857         * subr.el (do-after-load-evaluation): Simplify.
9859 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9861         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9863         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9864         (vc-rcs-print-log): Use it.
9866         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9868 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9870         * paths.el (abbrev-file-name): Move to abbrev.el.
9871         * abbrev.el (abbrev-file-name): Move from paths.el.
9872         Obey user-emacs-directory.
9873         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9874         user-emacs-directory.
9875         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9876         abbrev-file-name and calc-settings-file any more.
9877         * startup.el (command-line): Recompute abbrev-file-name and
9878         abbreviated-home-dir.
9879         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9880         of the special code for when C-h bindings haven't been changed.
9881         (display-startup-echo-area-message): Use with-current-buffer.
9882         (command-line-1): Use a list of strings, rather than a list of lists
9883         of strings for longopts.
9885         * files.el (get-free-disk-space): Use / for default-directory.
9887         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9888         Use with-current-buffer.
9890         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9891         Recognize immutable variables like most-positive-fixnum.
9892         (byte-compile-setq-default): Check and warn if trying to assign
9893         to an immutable variable, or a non-variable.
9895         * progmodes/cc-vars.el (c-comment-continuation-stars):
9896         * progmodes/cc-engine.el (c-looking-at-bos):
9897         * progmodes/cc-cmds.el (c-toggle-auto-state)
9898         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9899         (c-comment-line-break-function): Add version of obsolescence.
9901 2009-08-28  Juri Linkov  <juri@jurta.org>
9903         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9904         associated with `archive-mode'.
9906         * image.el (image-type-header-regexps): Use only JPEG magic number
9907         to determine JPEG images, and don't use `image-jpeg-p' because
9908         Emacs can display non-JFIF non-Exif JPEG images.
9910 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9912         * arc-mode.el (archive-mode):
9913         * emacs-lisp/re-builder.el (re-builder-unload-function):
9914         Protect against the default value of `major-mode' being nil.
9916 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9918         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9919         Fix typos in docstrings.
9921         * progmodes/js.el (js--macro-decl-re): Doc fix.
9922         (js--plain-method-re, js--split-name): Refloc docstring.
9923         (js--class-styles, js--make-merged-item, js--splice-into-items):
9924         Fix typos in docstrings; reflow docstrings.
9925         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9926         (js--variable-decl-matcher, js--inside-pitem-p)
9927         (js--parse-state-at-point, js--get-all-known-symbols)
9928         (js--symbol-history, js-find-symbol, js--js-references)
9929         (js--moz-interactor, js--js-encode-value, js--read-tab):
9930         Fix typos in docstrings.
9932 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9934         * textmodes/reftex.el (reftex-get-file-buffer-force):
9935         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9936         * emulation/viper.el (viper-go-away, viper-set-hooks):
9937         * emacs-lisp/re-builder.el (re-builder-unload-function):
9938         * emacs-lisp/bytecomp.el (byte-compile-file):
9939         * ses.el (ses-unload-function):
9940         * hexl.el (hexl-find-file):
9941         * files.el (normal-mode):
9942         * ehelp.el (with-electric-help):
9943         * autoinsert.el (auto-insert-alist):
9944         * arc-mode.el (archive-mode):
9945         Use (default-value 'major-mode) instead of default-major-mode.
9947         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9948         * international/mule.el (load-with-code-conversion):
9949         * emacs-lisp/debug.el (debug):
9950         * ediff-vers.el (ediff-rcs-get-output-buffer):
9951         * dired.el (dired-internal-noselect): Don't let-bind
9952         default-major-mode around code that doesn't use it.
9953         E.g. buffer creation via get-buffer-create doesn't use it.
9955 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9957         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9958         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9959         when writing the temp file.  Otherwise, epa-file gets confused.
9960         (tramp-register-file-name-handlers): Make it a defun.  Move also
9961         `epa-file-handler' to the front of `file-name-handler-alist'.
9963 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9966         start right after a ^M.
9967         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9968         (tramp-completion-file-name-regexp-separate)
9969         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9970         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9971         Don't modify last-coding-system-used by accident.
9972         (tramp-completion-file-name-handler): Apply the checks here,
9973         instead during registration.
9974         (tramp-register-file-name-handlers): Renamed from
9975         `tramp-register-file-name-handler'.  Register both
9976         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9977         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9979 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9981         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9982         Remove variable ...
9983         (gdb-init-1, gdb-display-separate-io-buffer)
9984         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9985         references to it.
9986         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9987         (gdb-inferior-filter): Use comint-output-filter to stop
9988         echoing and remove ^M characters.
9990 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9992         * emulation/viper-init.el (viper-restore-cursor-type):
9993         * emulation/cua-base.el (cua--update-indications):
9994         Replace default-cursor-type with (default-value 'cursor-type).
9996         * mail/sendmail.el (mail-recover-1):
9997         * international/mule-diag.el (describe-current-coding-system-briefly)
9998         (describe-current-coding-system):
9999         * international/mule-cmds.el (select-safe-coding-system)
10000         (select-message-coding-system)
10001         (set-language-environment-coding-systems, set-locale-environment):
10002         * hexl.el (hexl-insert-multibyte-char):
10003         * dos-w32.el (find-buffer-file-type-coding-system):
10004         * simple.el (what-cursor-position):
10005         Replace uses of default-buffer-file-coding-system
10006         with (default-value 'buffer-file-coding-system).
10008         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10009         Replace uses of default-cursor-in-non-selected-windows
10010         with (default-value 'cursor-in-non-selected-windows).
10011         Use with-current-buffer.
10013         * mail/feedmail.el: Use CL macros.
10014         (feedmail-run-the-queue, feedmail-send-it-immediately):
10015         * dos-w32.el (find-buffer-file-type): Replace uses of
10016         default-buffer-file-type with (default-value 'buffer-file-type).
10018 2009-08-28  Glenn Morris  <rgm@gnu.org>
10020         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10021         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10022         Use default-value of major-mode rather than default-major-mode.
10024 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10026         * Makefile.in (update-elcfiles): Report left over elc files.
10028         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10029         expand-file-name and with-current-buffer.
10030         (mail-get-names, mail-directory): Use with-current-buffer.
10032         * vc.el (vc-read-revision): New function.
10033         (vc-version-diff, vc-merge): Use it.
10035 2009-08-27  Sam Steingold  <sds@gnu.org>
10037         * simple.el (kill-do-not-save-duplicates): New user option.
10038         (kill-new): When it is non-nil, and the new string is the same as
10039         the latest kill, set replace to t to avoid duplicates in kill-ring.
10041 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10043         * net/tramp.el (tramp-handle-process-file): Do not flush all
10044         caches when `process-file-side-effects' is set.
10045         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10046         instead of `tramp-find-file-exists-command'.
10047         Unset `process-file-side-effects'.
10049 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10051         * net/tramp.el (tramp-methods): New method "rsyncc".
10052         (top): Add completion function for "rsyncc".
10053         (tramp-message-show-message): New defvar.
10054         (tramp-message, tramp-error): Use it.
10055         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10056         remote copying.
10057         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10058         `tramp-methods' entry `copy-env' of "rsyncc".
10059         (tramp-vc-registered-read-file-names): New defconst.
10060         (tramp-vc-registered-file-names): New defvar.
10061         (tramp-handle-vc-registered): Implement optimization strategy.
10062         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10063         (tramp-vc-file-name-handler): New defun.
10064         (tramp-get-ls-command, tramp-get-test-command)
10065         (tramp-get-file-exists-command, tramp-get-remote-ln)
10066         (tramp-get-remote-perl, tramp-get-remote-stat)
10067         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10069         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10070         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10071         timestamps.
10072         (tramp-get-file-property): Check for timestamps in
10073         `tramp-cache-inhibit-cache'.
10074         (tramp-set-file-property): Write timestamp.
10076 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10078         * language/japan-util.el (japanese-symbol-table): Add entries for
10079         cp932-2-byte.
10081         * international/characters.el: Add category `j' to cp932-2-byte.
10083 2009-08-27  Kenichi Handa  <handa@m17n.org>
10085         * international/fontset.el (build-default-fontset-data): New macro.
10086         (setup-default-fontset): Use build-default-fontset-data for CJK,
10087         tibetan, ethiopic, and ipa.
10089 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10092         (enable-multibyte-characters): Not customizable any more.
10094         * subr.el (default-mode-line-format, default-header-line-format)
10095         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10096         (default-direction-reversed, default-truncate-lines)
10097         (default-left-margin, default-tab-width, default-case-fold-search)
10098         (default-left-margin-width, default-right-margin-width)
10099         (default-left-fringe-width, default-right-fringe-width)
10100         (default-fringes-outside-margins, default-scroll-bar-width)
10101         (default-vertical-scroll-bar, default-indicate-empty-lines)
10102         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10103         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10104         (default-scroll-down-aggressively, default-fill-column)
10105         (default-cursor-type, default-buffer-file-type)
10106         (default-cursor-in-non-selected-windows)
10107         (default-buffer-file-coding-system, default-major-mode)
10108         (default-enable-multibyte-characters): Mark as obsolete.
10110 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10112         * vc-dir.el (vc-dir-update): Remove debug helper.
10114         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10116 2009-08-26  Sam Steingold  <sds@gnu.org>
10118         * simple.el (save-interprogram-paste-before-kill): New user option.
10119         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10120         save the interprogram-paste into kill-ring before overriding it
10121         with the Emacs kill.
10123 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10125         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10126         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10127         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10128         and move to vc-rcs.el.
10129         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10130         move to vc-rcs.el.
10131         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10132         (vc-rcs-update-changelog): Remove.
10133         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10134         and move to vc-rcs.el.
10136         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10137         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10138         renaming.
10139         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10140         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10141         vc.el, renamed to be RCS specific.
10143         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10144         New functions.
10145         (vc-cvs-update-changelog): Move here from vc.el.
10147         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10148         New functions.
10150 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10152         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10154 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10156         * vc-git.el (vc-git-register): Use "git add" for directories.
10157         (vc-git-stash, vc-git-stash-show): New functions.
10158         (vc-git-extra-menu-map): Bind them.
10160         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10161         directory correctly in case the item is a directory itself.
10163         * vc.el: Document the desired behavior for reverted files in the
10164         `added' state.
10165         (vc-default-prettify-state-info): Remove function, unused.
10167         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10169 2009-08-26  Glenn Morris  <rgm@gnu.org>
10171         * bindings.el (standard-mode-line-format): Reposition dashes in
10172         which-func entry.  (Bug#4217)
10174         * files.el (enable-local-variables, enable-local-eval)
10175         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10176         the defcustoms.
10177         (auto-mode-alist, ignored-local-variables)
10178         (save-some-buffers-action-alist): Move risky declarations to the
10179         definitions.
10180         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10181         (font-lock-defaults, format-alist, imenu--index-alist)
10182         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10183         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10184         (mode-line-modified, mode-line-mule-info, mode-line-position)
10185         (mode-line-process, mode-line-remote, outline-level)
10186         (parse-time-rules, rmail-output-file-alist)
10187         (special-display-buffer-names, vc-mode):
10188         Move risky declarations to the relevant files.
10189         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10190         (mode-line-modified, mode-line-process, mode-line-position)
10191         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10192         * font-core.el (font-lock-defaults):
10193         * format.el (format-alist):
10194         * vc-hooks.el (vc-mode):
10195         * window.el (special-display-buffer-names):
10196         * international/mule-cmds.el (input-method-alist):
10197         Define riskiness here (dumped file) rather than in files.el.
10198         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10199         * imenu.el (imenu-generic-expression, imenu--index-alist):
10200         * outline.el (outline-level):
10201         * time.el (display-time-string):
10202         * calendar/parse-time.el (parse-time-rules):
10203         * mail/rmailout.el (rmail-output-file-alist):
10204         Autoload riskiness here, rather than placing in files.el.
10206 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10208         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10210 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10212         * simple.el (process-file-side-effects): New defvar.
10214         * dired-aux.el (dired-show-file-type):
10215         * vc.el (vc-diff-internal):
10216         * vc-arch.el (vc-arch-diff):
10217         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10218         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10219         * vc-git.el (vc-git-registered, vc-git-working-revision)
10220         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10221         (vc-git--empty-db-p):
10222         * vc-hooks.el (vc-user-login-name):
10223         * vc-svn.el (vc-svn-registered, vc-svn-state)
10224         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10225         * progmodes/grep.el (grep-probe): Let-bind
10226         `process-file-side-effects' with nil.
10228         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10230         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10231         daemon.  Replace ping by checking for running service for bluez
10232         and zeroconf.  (Bug#4239)
10234 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10236         * net/dig.el (dig): Add autoload cookie.
10238 2009-08-25  Glenn Morris  <rgm@gnu.org>
10240         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10241         load-history for absolute file-names.
10242         (byte-compile-file-form-require): Warn about use of the cl package.
10244         * format.el (format-alist): Doc fix.
10246         * play/bubbles.el (top-level): Don't require cl at run-time.
10248         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10249         run-time cl).
10251 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10253         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10254         from cl package.
10255         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10257 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10259         * calc/calc-alg.el (math-trig-rewrite)
10260         (math-hyperbolic-trig-rewrite): New functions.
10261         (calc-simplify): Simplify trig functions when asked.
10263 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10265         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10267 2009-08-24  Kenichi Handa  <handa@m17n.org>
10269         * language/ind-util.el (mapthread): Delete it.
10270         (combinatorial): New function.
10271         (indian--puthash-cv): Use combinatorial instead of mapthread.
10273 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10275         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10276         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10277         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10278         Clarify docstring that the value is strings not symbols.
10279         (checkdoc-list-of-strings-p): New function.
10281 2009-08-22  Glenn Morris  <rgm@gnu.org>
10283         * files.el (auto-mode-alist):
10284         * hippie-exp.el (he-concat-directory-file-name):
10285         * lpr.el (lpr-windows-system, printer-name):
10286         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10287         * ps-print.el (ps-windows-system):
10288         * startup.el (command-line):
10289         * emulation/viper-ex.el (viper-glob-function):
10290         * international/mule-cmds.el (set-language-environment-coding-systems):
10291         * net/ange-ftp.el (ange-ftp-write-region):
10292         * obsolete/fast-lock.el (fast-lock-cache-name):
10293         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10294         unisoft-unix, vax-vms, win32, w32.
10296         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10297         given name if the pattern is not more specific.
10299         * calendar/lunar.el (lunar-phase-names): New option.
10300         (lunar-phase): Doc fix.
10301         (lunar-cycles-per-year): New constant.
10302         (lunar-index): New function.
10303         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10304         (lunar-phase-name): Use lunar-phase-names.
10305         (calendar-lunar-phases): Use format.
10306         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10308         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10309         Copy imenu-example--name-and-position function here for own use.
10310         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10312         * bs.el (bs--redisplay):
10313         * cus-edit.el (custom-redraw):
10314         * ibuffer.el (ibuffer-bury-buffer):
10315         * server.el (server-goto-line-column):
10316         * startup.el (command-line-1):
10317         * strokes.el (strokes-xpm-for-stroke):
10318         * term.el (term-display-buffer-line):
10319         * view.el (View-goto-line):
10320         * calc/calc.el (calc-do, calc-trail-buffer):
10321         * play/gamegrid.el (gamegrid-add-score-insecure):
10322         * progmodes/ada-mode.el (ada-compile-goto-error):
10323         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10324         (ebrowse-select-1st-to-9nth):
10325         * progmodes/cperl-mode.el (cperl-time-fontification):
10326         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10327         * progmodes/gud.el (gud-display-line):
10328         (idlwave-shell-display-line):
10329         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10330         * progmodes/make-mode.el (makefile-browser-toggle):
10331         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10332         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10333         * textmodes/picture.el (picture-draw-rectangle):
10334         * textmodes/reftex-index.el (reftex-index-goto-letter):
10335         (reftex-select-jump-to-previous):
10336         * textmodes/reftex-sel.el (reftex-find-start-point)
10337         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10338         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10339         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10340         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10341         * textmodes/two-column.el (2C-associated-buffer):
10342         Use forward-line rather than goto-line.
10344         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10345         goto-line.
10347         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10348         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10349         (quick-check-list-to-regexp): Declare.
10351         * progmodes/make-mode.el (makefile-browser-insert-selection):
10352         Use goto-char rather than goto-line.
10354         * progmodes/prolog.el (compilation-error-regexp-alist)
10355         (compilation-forget-errors): Declare.
10357 2009-08-22  Juri Linkov  <juri@jurta.org>
10359         * progmodes/grep.el (lgrep, rgrep): At the beginning
10360         set `dir' to `default-directory' unless `dir' is a non-nil
10361         readable directory.  (Bug#4052)
10362         (lgrep, rgrep): Change a weird way to report an error
10363         from using `read-string' to using `error'.
10364         Instead of using interactive arguments in the function body,
10365         add new argument `confirm'.
10367 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * textmodes/remember.el (remember-buffer):
10370         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10371         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10372         (icalendar-extract-ical-from-buffer):
10373         * net/newst-treeview.el (newsticker-groups-filename):
10374         * net/newst-backend.el (newsticker-cache-filename):
10375         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10376         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10377         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10378         (speedbar-buffers-line-path, speedbar-path-line)
10379         (speedbar-buffers-line-path):
10380         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10381         (epg-sign-keys):
10382         * epa.el (epa-display-verify-result):
10383         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10385 2009-08-21  Glenn Morris  <rgm@gnu.org>
10387         * progmodes/js.el (inferior-moz-process): Fix declaration.
10389         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10391         * obsolete/rnewspost.el (news-mail-reply):
10392         Use goto-char rather than goto-line.
10394         * term/ns-win.el (ns-open-file-select-line):
10395         Use line-beginning-position rather than goto-line.
10397         * apropos.el (apropos-command):
10398         * ehelp.el (electric-helpify):
10399         * printing.el (pr-show-setup):
10400         * strokes.el (strokes-help):
10401         * tutorial.el (tutorial--describe-nonstandard-key)
10402         (tutorial--detailed-help):
10403         * woman.el (woman-mini-help, woman-display-extended-fonts):
10404         * calc/calc-help.el (calc-describe-key):
10405         * emulation/edt.el (edt-electric-helpify):
10406         * international/mule-diag.el (mule-diag):
10407         * play/yow.el (apropos-zippy):
10408         * progmodes/python.el (python-describe-symbol):
10409         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10410         * textmodes/table.el (*table--cell-describe-mode)
10411         (*table--cell-describe-bindings):
10412         Use help-print-return-message rather than the now obsolete alias.
10414         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10415         (calendar-cursor-to-visible-date):
10416         * play/5x5.el (5x5-position-cursor):
10417         * play/decipher.el (decipher):
10418         * play/gomoku.el (gomoku-goto-xy):
10419         * play/landmark.el (lm-goto-xy):
10420         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10421         (mpuz-paint-digit):
10422         Use forward-line, not goto-line.
10424         * mail/rmail.el (rmail-obsolete): Delete custom group.
10425         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10426         (rmail-remote-password, rmail-remote-password-required):
10427         Remove unneeded :set-after and :set properties.
10429 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10431         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10433 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10435         * loadup.el: Remove leftover macos code.
10437         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10438         Explicitly pass the date format to git blame so that user local
10439         so that the output format can be parsed.
10441 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10443         * net/dbus.el (top): Don't check for (getenv
10444         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10446 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10448         * log-edit.el (log-edit-strip-single-file-name): New var.
10449         (log-edit-insert-changelog): Use it.  Bug#3571
10451 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10453         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10454         Bug#3287
10456         * help.el (help-print-return-message): Rename from
10457         print-help-return-message.
10459         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10460         cvs-mode-map parent hack.
10461         (log-view-mode): Derive from special-mode.
10463         * linum.el (linum-mode): window-size-change-functions is redundant.
10464         Adapt to new window-configuration-change-hook behavior.
10465         (linum-after-size, linum-after-config): Remove.
10467         * imenu.el (imenu-example--name-and-position)
10468         (imenu-example--lisp-extract-index-name)
10469         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10470         Mark as obsolete.
10472         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10473         (inferior-prolog-mode): Use it.
10474         (inferior-prolog-load-file): Reset list of errors.
10476 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10478         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10480         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10482 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10484         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10485         is running already.
10487 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         * subr.el (listify-key-sequence-1): Use normal syntax since those
10490         integers are nowadays always represented by the same (positive) number
10491         on all platforms.
10492         (read-key-empty-map): New const.
10493         (read-key-delay): New var.
10494         (read-key): New function.
10495         (force-mode-line-update): Use with-current-buffer.
10496         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10497         (start-process-shell-command, start-file-process-shell-command):
10498         Discourage the use of command-args.
10500 2009-08-19  Glenn Morris  <rgm@gnu.org>
10502         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10504 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10506         * simple.el (choose-completion-string): Don't rely on
10507         minibuffer-completing-file-name and ad-hoc checks to decide whether
10508         to continue completion or not.
10510         * minibuffer.el (minibuffer-hide-completions): New function.
10511         (completion--do-completion): Use it.
10512         (completions-annotations): New face.
10513         (completion--insert-strings): Use it.
10514         (completion-pcm--delim-wild-regex): Add docstring.
10515         (completion-pcm--string->pattern): Add support for 0-width delimiters
10516         in completion-pcm--delim-wild-regex.
10518 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10521         Remove unused var `buffer-modified-p'.
10523         * minibuffer.el (completion--do-completion): Move point for the #b001
10524         case as well (bug#4176).
10525         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10527 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10529         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10530         and :session buses.
10532 2009-08-18  Kenichi Handa  <handa@m17n.org>
10534         * international/ucs-normalize.el (ucs-normalize-version):
10535         Change to 1.1.
10536         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10537         (utf-8-hfs): Make it perform normalization on encoding too.
10539         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10540         (sentence-end-without-space): Delete duplicated chars.
10541         (sentence-end-base): Likewise.
10543         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10544         (html-mode): Delete duplicated chars from sentence-end-base.
10546         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10547         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10549 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10551         * files.el (hack-one-local-variable): If the mode function is for
10552         a minor mode, pass it an argument (Bug#4148).
10554 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10556         * net/tramp.el (tramp-register-completion-file-name-handler):
10557         Check also for (member 'partial-completion completion-styles).
10559 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10561         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10562         abbrev (Bug#3943).
10564 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10566         * progmodes/cperl-mode.el: Merge upstream 6.2.
10567         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10568         (cperl-forward-re): Check cperl-brace-recursing.
10569         (cperl-highlight-charclass): New function.
10570         (cperl-find-pods-heres): Use it.
10571         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10572         (cperl-beautify-regexp-piece): Fix column calculation.
10573         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10574         (cperl-beautify-level): Don't process entire regexp.
10575         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10576         calling man.
10577         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10578         (cperl-init-faces): Build a list in the normal way.
10580 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10582         * calendar/parse-time.el (parse-time-string-chars): Save match
10583         data.
10585 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10587         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10588         (sql-product): Use it.
10589         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10590         (sql-set-product): Add completion.
10591         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10592         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10593         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10594         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10595         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10596         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10597         (sql-highlight-db2-keywords): Remove.
10598         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10599         (sql-highlight-product): Use derived-mode-p.
10600         (sql-set-sqli-buffer): Use with-current-buffer.
10601         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10602         Simplify.
10604         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10606         * term.el: Fix commenting convention, turn comments into docstrings.
10608 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10610         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10612 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10614         * calendar/parse-time.el (parse-time-string-chars): Compute using
10615         character classes, to handle non-ascii characters (Bug#3190).
10617 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10619         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10620         another heredoc if the user adds another < (Bug#3226).
10622         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10623         Don't initialize based on window-system (Bug#4124).
10625         * facemenu.el (facemenu-read-color): Use a completion function
10626         that accepts any defined color, such as RGB triplets (Bug#3677).
10628         * files.el (get-free-disk-space): Change fallback default
10629         directory to /.  Expand DIR argument before switching to fallback.
10630         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10632 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10634         * files.el (load-library): Doc fix.
10636 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10638         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10639         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10640         incremental search string.
10642         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10643         XEmacs.
10645         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10646         (ediff-merge-region-is-non-clash)
10647         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10648         Also check if the job is really a merge job.
10650         * ediff.el (ediff-current-file): New function.
10652 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10654         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10655         conventions.
10656         (js-insert-and-indent): Delete function.
10657         (js-mode-map): Don't bind keys to js-insert-and-indent.
10658         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10659         (js-end-of-defun): Rename from js--end-of-defun.
10660         (js-auto-indent-flag): Delete variable.
10662 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10664         * progmodes/js.el: Remove proclaim statement.
10665         Defvar which-func-imenu-joiner-function to silence compiler.
10667         * files.el (auto-mode-alist): Use js-mode for .js files.
10669         * progmodes/js2-mode.el: Remove file.
10671         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10673         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10675         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10677 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10678             Karl Landstrom  <karl.landstrom@brgeight.se>
10680         * progmodes/js.el: New file.
10682 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10684         * timezone.el (timezone-parse-date): Add ability to understand ISO
10685         basic format (minimal separators) dates in addition to the
10686         already-supported extended format dates.
10688 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10690         * international/ucs-normalize.el: Add a `coding' file variable.
10692         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10694 2009-08-14  Sam Steingold  <sds@gnu.org>
10696         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10698 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10700         * faces.el (help-argument-name): Define it here instead of
10701         help-fns.el, because in daemon mode help-fns.el may be loaded when
10702         faces are still uninitialized (Bug#1078).
10704         * help-fns.el (help-argument-name): Move defface to faces.el.
10706 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10708         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10709         create buffer with a pty but no process so that GDB can make the
10710         inferior the controlling process.
10712 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10714         * international/ucs-normalize.el: New file.
10716 2009-08-13  Richard Stallman  <rms@gnu.org>
10718         * mail/rmail.el (rmail-get-attr-names):
10719         Accept an attribute header that is too short.
10721         * mail/rmail.el (rmail-forget-messages):
10722         Ignore nil elt in rmail-message-vector.  Use dotimes.
10724         * progmodes/compile.el (compilation-goto-locus):
10725         Use next-error-move-function.
10727         * simple.el (next-error-move-function): New variable.
10729 2009-08-12  Juri Linkov  <juri@jurta.org>
10731         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10732         always non-nil.  (Bug#4052)
10734         * replace.el (read-regexp): Return empty string when
10735         `default-value' is nil.
10736         (keep-lines-read-args): Don't use empty string as the
10737         default value for `read-regexp'.  (Bug#2495)
10739 2009-08-12  Juri Linkov  <juri@jurta.org>
10741         * international/mule-cmds.el (ucs-insert): Change arguments
10742         from `arg' to `character', `count', `inherit' to be the same
10743         as in `insert-char'.  Doc fix.  (Bug#4039)
10745         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10747 2009-08-12  Juri Linkov  <juri@jurta.org>
10749         * files-x.el: New file.
10751         * files.el: Move code that deals with adding/deleting
10752         file/directory-local variables to files-x.el.
10754         * Makefile.in (ELCFILES): Add files-x.elc.
10756 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10758         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10759         to use `goto-line'.
10760         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10761         `goto-line'.
10762         (gdb-invalidate-disassembly): Do not refresh upon receiving
10763         'update signal.  Instead, update all disassembly buffers only after
10764         threads list.
10765         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10766         (gdb-starting): Moved -data-list-register-names...
10767         (gdb-stopped): ...here so it's sent when first thread stops.
10768         (gdb-registers-handler-custom): Do nothing if register names are
10769         unknown yet.
10771         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10772         from `gdb-mi.el' to avoid extra tangling.
10774         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10775         change which breaks `gud-def' definitions used in `gdb'.
10776         (gdb-update-gud-running): No extra fuss for updating frame number.
10778 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10781         (describe-language-environment-map, setup-language-environment-map)
10782         (set-coding-system-map): Move initialization into declaration.
10783         (set-language-info-alist): Last arg to define-key-after can be skipped.
10785         * international/quail.el (quail-completion-1): Simplify.
10786         (quail-define-rules): Use slightly more compact code.
10787         (quail-insert-decode-map): Propertize keys, compact columns.
10789         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10790         Add goto-line.
10792 2009-08-10  Miles Bader  <miles@gnu.org>
10794         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10795         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10796         (js2-instance-member, js2-private-member, js2-private-function-call)
10797         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10798         (js2-magic-paren, js2-external-variable):
10799         Remove "-face" suffix from face names.
10800         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10801         (js2-highlight-undeclared-vars, js2-peek-token)
10802         (js2-parse-function-params, js2-mode-show-errors)
10803         (js2-mode-show-warnings, js2-make-magic-delimiter)
10804         (js2-mode-highlight-magic-parens): Update to use new face names.
10806 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10808         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10809         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10811 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10813         * subr.el: Provide hashtable-print-readable.
10815         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10816         hs-c-like-adjust-block-beginning.
10817         (hs-hide-block-at-point): Stop hiding at the beginning of
10818         hs-block-end-regexp (Bug#700).
10820 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10822         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10823         a macro.
10824         (gdb-registers-handler-custom): Do not fail when register names
10825         are unavailable.
10827 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10829         * progmodes/gdb-mi.el (gdb-control-all-threads)
10830         (gdb-control-current-thread): Interactive setters for
10831         `gdb-gud-control-all-threads' to use in menu.
10832         (gdb-show-run-p): Show «Go» when process is not active.
10833         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10834         gud/thread.xpm and gud/all.xpm.
10836 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10838         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10839         (nslookup-font-lock-keywords): Make it a variable.
10840         (net-utils-mode): New mode for viewing diagnostic network output.
10841         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10842         (net-utils-run-simple): New function.
10843         (ifconfig, iwconfig, netstat, arp, route): Use it.
10845 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10847         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10848         (gdb-memory-set-address, def-gdb-set-positive-number)
10849         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10850         after changing settings.
10851         (gdb-invalidate-disassembly): Update when first shown.
10852         (gdb-edit-locals-value): Fixed.
10853         (gdb-registers-handler-custom): Print registers in right order and
10854         allow changing register values (only for current thread yet).
10855         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10856         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10857         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10858         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10859         info in mode name.
10860         (gdb-registers-mode-map): TAB to switch to locals.
10862 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10864         * mail/rmail.el (rmail-add-mbox-headers)
10865         (rmail-set-message-counters-counter): Search for
10866         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10868 2009-08-08  Glenn Morris  <rgm@gnu.org>
10870         * Makefile.in (ELCFILES): Update.
10872 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10874         * mail/sendmail.el (mail-yank-original): Set
10875         buffer-file-coding-system from the one used by the message whose
10876         text is yanked.
10878         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10879         to "windows" when "pgnuplot" is used.
10880         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10881         call accept-process-output if "pgnuplot" is used.
10882         (calc-graph-init): Don't send -display and -geometry to
10883         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10884         running "pgnuplot -V" with shell-command-to-string.
10886         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10887         the default.
10889 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10891         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10892         org/org-latex.elc.
10894 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10896         * vc-dispatcher.el (vc-resynch-window): Update comment.
10898         * term.el (term-handle-ansi-escape): Add comments with the
10899         terminfo capabilities implemented.
10901 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10903         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10904         (gdb-var-create-handler): Rewritten using JSON parser.
10905         (gdb-propertize-header): Moved earlier.
10906         (gdb-set-header): Removed to avoid duplication.
10907         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10908         Refresh disassembly buffers only after threads list have been
10909         update.
10910         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10911         variables.
10913 2009-08-04  Juri Linkov  <juri@jurta.org>
10915         * files.el: Commands to add/delete file/directory-local variables.
10916         (read-file-local-variable, read-file-local-variable-value)
10917         (read-file-local-variable-mode, modify-file-local-variable)
10918         (modify-file-local-variable-prop-line)
10919         (modify-dir-local-variable): New functions.
10920         (add-file-local-variable, delete-file-local-variable)
10921         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10922         (add-dir-local-variable, delete-dir-local-variable)
10923         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10924         (copy-dir-locals-to-file-locals-prop-line): New commands.
10926 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10928         * abbrev.el (insert-abbrev-table-description): Prettify output.
10929         Suggested by Karl Chen.
10931 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10933         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10934         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10935         (gdb-overlay-arrow-position, gdb-thread-position)
10936         (gdb-disassembly-position): Declare variables.
10937         (gdb-wait-for-pending): Function now.
10938         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10939         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10940         compilation goes smoothly.
10941         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10942         (gdb-non-stop-setting): New customization setting which replaces
10943         `gdb-non-stop' so changing it doesn't break active GDB session.
10944         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10945         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10946         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10947         (gdb-show-threads-by-default): New customization options.
10948         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10949         routines.
10950         (gdb-get-buffer-create): Send buffers update signal when they are
10951         created.
10952         (gdb-invalidate-locals, gdb-invalidate-registers)
10953         (gdb-invalidate-breakpoints)
10954         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10955         (gdb-invalidate-memory): Accept update signal.
10956         (gdb-current-context-command): Use --frame option.
10957         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10958         Implement `gdb-frame-number' selection logic.
10959         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10960         whether to show GUD toolbar buttons.
10961         (gdb-thread-exited): Unselect current thread when it exits.
10962         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10963         (gdb-mark-line): Routine which sets overlay arrow or inverses
10964         video on fringeless displays.
10965         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10966         to build aligned columns of data in GDB buffers and set text
10967         properties line-by-line.
10968         (gdb-invalidate-breakpoints)
10969         (gdb-breakpoints-list-handler-custom)
10970         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10971         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10972         (gdb-registers-handler-custom): Align data columns.
10973         (gdb-locals-handler-custom): Now prints data like in variable
10974         declarations.
10975         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10976         Removed confusing buttons.
10977         (gdb-invalidate-threads): Append --frame.
10978         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10979         between breakpoints/threads buffers.
10980         (gdb-set-window-buffer): Now can ignore dedicated windows.
10981         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10982         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10983         (def-gdb-thread-buffer-gud-command): Replaces
10984         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10985         for fine thread control.
10986         (gdb-preempt-existing-or-display-buffer): New function used to
10987         display bound buffers without breaking window layout.
10988         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10989         (gdb-select-frame): New version of `gdb-frames-select' which now
10990         sets `gdb-frame-number' so commands may use --frame option instead
10991         of inner debugger state.
10992         (gdb-frame-handler): Do not set `gdb-frame-number'.
10993         (gdb-threads-mode-map): Select threads with mouse.
10995         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10996         avoid compilation warning.
10997         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10998         `gdb-show-stop-p`.
11000         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11001         Argument `key' renamed to `buffer-type'.
11002         (gdb-current-context-buffer-name): Do not add thread info to
11003         buffer name when no thread is selected.
11004         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11005         command (bug 3794).
11006         (gdb-thread-selected): Handle `=thread-selected' notification.
11007         (gdb-wait-for-pending): New macro to deal with congestion problems.
11008         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11009         breakpoints.
11010         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11011         This fixes problem similar to one described in bug 3947.
11012         (gud-menu-map): More menu items.
11013         (gdb-init-1): Reset `gdb-thread-number' to nil.
11015         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11016         non-stop settings.
11018         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11019         (gdb-current-context-command): Do not append --thread if
11020         `gdb-thread-number' is nil.
11021         (gdb-running-threads-count, gdb-stopped-threads-count): New
11022         variables.
11023         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11024         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11025         customization options.
11026         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11027         GUD commands.
11028         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11029         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11030         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11031         set `gdb-thread-number' and update `gud-running' properly.
11032         (gdb-running): Update threads list when new threads appear.
11033         (gdb-stopped): Support non-stop operation and new thread switching
11034         logic.
11035         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11036         (gdb-json-partial-output): New set of JSON routines.
11037         (def-gdb-auto-update-trigger): New `signal-list' optional
11038         argument.
11039         (gdb-thread-list-handler-custom): Update `gud-running',
11040         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11041         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11042         (gdb-continue-thread, gdb-step-thread): New commands for fine
11043         thread execution control.
11044         (gud-menu-map): New menu items to switch non-stop options.
11045         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11046         (gdb-send): Mimic RET properly (bug 3794).
11048         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11049         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11050         gdb-buffer-rules.
11051         (def-gdb-auto-update-handler): New nopreserve optional argument.
11052         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11054         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11055         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11056         (gdb-parent-mode): New mode to derive other GDB modes from.
11057         (gdb-display-disassembly-for-thread)
11058         (gdb-frame-disassembly-for-thread): New commands for threads
11059         buffer.
11061         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11062         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11063         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11064         (gdb-update): We now store all GDB buffers in a list so that they
11065         can be updated by traversing a list instead of calling invalidate
11066         triggers explicitly.
11067         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11068         pair for GDB buffer.
11069         (gdb-stack-buffer-name): Add thread information.
11070         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11071         handle pending triggers.
11072         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11073         (def-gdb-thread-buffer-simple-command)
11074         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11075         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11076         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11077         New commands which show buffers bound to thread.
11078         (gdb-stack-list-locals-regexp): Removed unused regexp.
11080         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11081         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11082         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11083         to (gud-comint-buffer) in *-buffer-name functions
11084         because (gdb-get-target-string) already does that.
11085         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11086         (gdb-changed-registers-handler): Rewritten without regexps.
11088         * progmodes/gdb-mi.el: Basic thread selection support.
11089         (gdb-thread-number): New variable.
11090         (gdb-current-context-command): New macro which adds --thread
11091         option to command.
11092         (gdb-threads-mode-map): Select thread with SPC.
11093         (gdb-thread-list-handler-custom): Mark current thread with overlay
11094         arrow.  Synchronize GDB thread and Emacs thread.
11095         (gdb-select-thread): New command which selects current thread.
11096         (gdb-invalidate-frames, gdb-invalidate-locals)
11097         (gdb-invalidate-registers): Use --thread option.
11099 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11101         * net/tramp.el (top): Make check for tramp-gvfs loading more
11102         robust.  (Bug#3977)
11103         (tramp-handle-insert-file-contents): `unwind-protect' must be
11104         inside `with-parsed-tramp-file-name'.
11106         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11107         fails.
11109 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11111         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11112         directory if CLASSPATH is not set.
11114 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11116         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11117         New defconst.
11118         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11120 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11122         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11123         Update freshmeat link.  Delete newsforge.com as it seems gone.
11125 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11127         * select.el (x-set-selection): Doc fix (Bug#4021).
11129         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11131         * help-fns.el (describe-variable): Treat list return values from
11132         dir-locals-find-file properly (Bug#4005).
11134 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11136         * net/tramp.el (tramp-debug-message): Print also microseconds.
11138 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11140         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11141         or END is non-nil.
11142         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11143         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11144         format.
11146         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11147         (tramp-get-file-property): Use it.
11149         * autorevert.el (auto-revert-handler): Allow
11150         `auto-revert-tail-mode' for remote files.
11152 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11154         * minibuffer.el (read-file-name): Treat confirm options to
11155         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11157 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11159         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11160         (font-lock-variable-name-face, font-lock-constant-face): Darken
11161         the colors for light backgrounds.
11163 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11165         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11166         month names.  (Bug#3987)
11168 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11170         * simple.el (line-move-finish): Pass whole number to
11171         line-move-to-column.
11172         (line-move-visual): Perform hscroll to the recorded position.
11174 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11176         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11178 2009-07-29  Alan Mackenzie  <acm@muc.de>
11180         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11182 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11184         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11185         (gdb-place-breakpoints): Use full path when setting breakpoints.
11187 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11189         * calc/calc.el (calc-mode-map): Add keybinding for
11190         `calc-transpose-lines'.
11192 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11194         * calc/calc-misc.el (calc-transpose-lines): New function.
11196 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11198         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11199         Simplify check for out-of-band methods.
11200         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11201         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11203 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11205         * vc-git.el (vc-git-checkin): Fix typo.
11207 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11209         * progmodes/js2-mode.el: New file.
11211 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11213         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11214         (gud-menu-map): Adjust tooltip accordingly.
11216 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11218         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11219         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11221         * add-log.el (change-log-mode-map): Add a menu.
11223 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11225         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11226         function returns nil.
11227         (dbus-handle-event): Handle special return value :ignore.
11228         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11230 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11232         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11233         it's not needed.
11235 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11237         Fix Bug#3888:
11239         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11241         * term/pc-win.el (x-display-name, x-colors)
11242         (x-select-enable-clipboard, x-select-text): Doc fix.
11244         * term/common-win.el (x-display-name, x-colors): Doc fix.
11246         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11247         (xw-defined-colors): Doc fix.
11249         * w32-fns.el (x-select-text, x-setup-function-keys)
11250         (x-get-selection, x-set-selection): Doc fix.
11252         * term/x-win.el (x-select-text, x-setup-function-keys)
11253         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11255         * select.el (x-set-selection): Doc fix.
11257 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11259         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11260         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11261         "IsNSSSupportAvailable" method is not available.  Reported by
11262         Steve Youngs <steve@sxemacs.org>.
11264 2009-07-24  Kenichi Handa  <handa@m17n.org>
11266         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11267         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11268         (build-unicode-category-table): Fix range checks.
11270 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11272         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11273         the buffer we try to sync is current when calling
11274         vc-resynch-buffer.
11276         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11277         not show up to date files.
11279 2009-07-24  Glenn Morris  <rgm@gnu.org>
11281         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11282         Add autoload cookies.  If necessary, initialize.
11283         (elint-log): Handle non-file buffers.
11284         (elint-initialize): Add optional argument to reinitialize.
11285         (elint-find-builtin-variables): Save excursion.
11287 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11289         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11290         for Lint.
11292 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11294         * vc.el (vc-print-log-internal): New function, split out from ...
11295         (vc-print-log): ... here.
11296         (vc-dir-move-to-goal-column): Declare.
11298         * vc-git.el (vc-git-add-signoff): New variable.
11299         (vc-git-checkin): Use it.
11300         (vc-git-toggle-signoff): New function.
11301         (vc-git-extra-menu-map): Bind it to menu.
11302         (vc-git--run-command-string): Accept a nil FILE argument.
11303         (vc-git-stash-list): New function.
11304         (vc-git-dir-extra-headers): Use it.
11306 2009-07-23  Glenn Morris  <rgm@gnu.org>
11308         * help-fns.el (describe-variable): Describe ignored and risky local
11309         variables in a similar way to that in which we describe safe ones.
11311         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11312         (byte-compile-output-file-form, byte-compile-output-docform)
11313         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11314         Give some more local variables with common names a "bytecomp-" prefix,
11315         so as not to shadow things during compilation.
11316         * emacs-lisp/cl-macs.el (load-time-value)
11317         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11318         `outbuffer' to `bytecomp-outbuffer'.
11320         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11321         since the next two variables cover them automatically now.
11322         (elint-builtin-variables, elint-autoloaded-variables): New.
11323         (elint-unknown-builtin-args): Remove all members, since they can be
11324         parsed automatically now.
11325         (elint-extra-errors): New.
11326         (elint-env-add-env, elint-env-add-macro): Use cadr.
11327         (elint-current-buffer): Use or.  Change final message.
11328         (elint-get-top-forms): Use line-end-position.
11329         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11330         and defalias.
11331         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11332         (regexp-assoc): Remove unused function.
11333         (elint-top-form): Set elint-current-pos, to record the start of the
11334         top-level form, for compilation-mode.
11335         (elint-form): Trap errors in macro expansion.  Use dolist.
11336         (elint-unbound-variable): Use elint-builtin-variables and
11337         elint-autoloaded-variables.
11338         (elint-get-args): Use cadr, or.
11339         (elint-check-cond-form): Use dolist, cadr.
11340         (elint-check-condition-case-form): Doc fix.  Use cadr.
11341         Use elint-extra-errors.
11342         (elint-log): New function.
11343         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11344         Distinguish errors and warnings.
11345         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11346         Use a bytecomp-style format.
11347         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11348         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11349         Don't truncate lines.
11350         (elint-initialize): Set builtin and autoloaded variable lists.
11351         Only process elint-unknown-builtin-args if non-nil.
11352         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11353         New functions.
11354         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11356 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11358         * net/newst-backend.el (newsticker--parse-atom-1.0)
11359         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11360         (newsticker--parse-rss-1.0):
11361         * progmodes/idlwave.el (idlwave-mode):
11362         * progmodes/idlw-shell.el (idlwave-shell-mode):
11363         * progmodes/vera-mode.el (vera-mode):
11364         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11365         * progmodes/vhdl-mode.el (vhdl-mode):
11366         * textmodes/table.el (table-generate-source)
11367         (table--warn-incompatibility):
11368         Hyperlink urls in docstrings with URL `...'.
11370 2009-07-22  Glenn Morris  <rgm@gnu.org>
11372         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11373         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11374         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11375         Remove leading * from defcustom docs.
11377         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11379         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11380         defcustom doc.
11381         (list-load-path-shadows): Optionally, just return shadows as a string.
11383         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11385 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11387         * mail/rmailedit.el (rmail-edit-mode): Use
11388         auto-save-include-big-deletions.
11390         * mail/rmail.el (rmail-variables): Use
11391         auto-save-include-big-deletions.
11393         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11394         changes.
11396 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11398         * calc/calc.el (calc-undo-length): New variable.
11399         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11401 2009-07-21  Richard Stallman  <rms@gnu.org>
11403         * files.el (auto-save-mode): Handle buffer-save-size = -2
11404         for toggling mode.
11406 2009-07-21  Glenn Morris  <rgm@gnu.org>
11408         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11410         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11412         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11413         silence compiler.  Instead...
11414         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11415         (ps-print-ensure-fontified): Update for above function name changes.
11417         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11418         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11419         silence compiler.  Instead...
11420         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11421         (mh-show-buffer): Only define for compiler.
11422         (pr-mh-current-message): Update for above function name changes.
11424         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11425         as an argument.
11426         (find-file-noselect, insert-file-1): Update for above change.
11428         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11430         * mail/mailclient.el (mailclient-send-it): Fix message.
11432         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11433         (edebug-eval): Check cl-debug-env is bound.
11434         (print-level, print-circle): Don't redefine built-in variables.
11436         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11437         (custom-print-vectors): Remove old comments from doc.
11439         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11440         (emerge-version): Make the variable an obsolete alias for the
11441         emacs-version variable.  Make the function obsolete.
11442         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11443         Emerge options, rather than merging in into the main Options menu.
11444         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11445         and auto advance modes.  Disable edit/fast items when not relevant.
11447 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11449         * term/vt420.el (terminal-init-vt420): Fix typo.
11451 2009-07-20  Sam Steingold  <sds@gnu.org>
11453         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11454         variable (removed from compile.el on 2004-03-11).
11456 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11458         * files.el (hack-local-variables-filter): Fix last change.
11460 2009-07-19  Juri Linkov  <juri@jurta.org>
11462         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11463         (dir-local-variables-alist): New buffer-local variable.
11464         (hack-local-variables-filter): If variable is not dir-local,
11465         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11466         because file-local overrides dir-local.
11467         (c-postprocess-file-styles) <declare-function>:
11468         Remove obsolete declaration.
11469         (hack-dir-local-variables): Add dir-local variable/value pair to
11470         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11472         * help-fns.el (describe-variable): Add information about
11473         file-local and dir-local variables.
11475 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11477         * files.el (hack-local-variables-filter): Rewrite.
11479 2009-07-19  Glenn Morris  <rgm@gnu.org>
11481         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11482         Silence compiler by only defining on XEmacs.
11484         * international/mule.el (auto-coding-regexp-alist): Only match
11485         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11487         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11488         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11489         (cal-menu-context-mouse-menu): Doc fix.
11491         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11493         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11495 2009-07-18  Juri Linkov  <juri@jurta.org>
11497         * info.el: Virtual Info keyword finder.
11498         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11499         (Info-finder-file): New variable.
11500         (Info-finder-find-file): New function.
11501         (finder-known-keywords, finder-package-info)
11502         (find-library-name, lm-commentary): Use defvar and
11503         declare-function to silence compiler warnings.
11504         (Info-finder-find-node): New function.
11505         (info-finder): New command.
11507         * subr.el (process-kill-buffer-query-function): New function.
11508         (add-hook)<kill-buffer-query-functions>: Add hook
11509         `process-kill-buffer-query-function'.
11511 2009-07-18  Alan Mackenzie  <acm@muc.de>
11513         * progmodes/cc-mode.el (c-before-hack-hook)
11514         (c-postprocess-file-styles): Give invocation of `c-set-style'
11515         DONT-OVERRIDE parameter of t.  Already set style variables will
11516         thus not be overridden by style settings given by `c-file-syle'.
11518         * files.el (hack-local-variables-filter): Remove entries with
11519         duplicate keys from `file-local-variables-alist'.
11521 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11523         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11524         x-set-selection if display-selections-p returns nil for the
11525         current frame.
11527 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11529         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11531 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11533         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11534         Accept nil in addition to a regexp.
11535         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11536         Accept nil in addition to a regexp.
11537         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11538         buffers that have an associated file.  Handle nil values of
11539         desktop-buffers-not-to-save and desktop-files-not-to-save.
11540         (Bug#3833)
11542         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11543         (x-disown-selection-internal): New functions.
11545 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11547         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11548         warning.
11549         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11550         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11552 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11554         * simple.el (set-mark): Revert last change.
11556 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11558         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11559         rendering of pngs is not possible instead of messaging a long
11560         description.
11562 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11564         * w32-fns.el (x-selection-owner-p): New function.
11566         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11567         (mouse-yank-at-click, mouse-yank-primary): If
11568         select-active-regions is non-nil, deactivate the mark before
11569         insertion.
11571         * simple.el (deactivate-mark, set-mark): Only save selection if we
11572         own it.
11574 2009-07-17  Kenichi Handa  <handa@m17n.org>
11576         * case-table.el (describe-buffer-case-table): Fix for the case
11577         that KEY is a cons.
11579 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11581         * vc-rcs.el (vc-rcs-find-file-hook):
11582         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11584 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11586         * net/tramp.el (tramp-wait-for-output): Handle the case when
11587         commands do not return a newline but a null byte before the shell
11588         prompt.  (Bug#3858)
11590 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11592         * term/ns-win.el (ns-set-alpha): Don't declare.
11593         (ns-set-background-alpha): Remove function.
11595 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11597         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11598         y-or-n-p, for safety.
11600 2009-07-16  Richard Stallman  <rms@gnu.org>
11602         * files.el (auto-save-mode): If buffer-saved-size is -2,
11603         don't clobber it.
11605         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11606         (rmail-retry-ignored-headers): Add more uninteresting fields.
11608 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11610         * net/rcirc.el (rcirc): Use history variables.
11611         (rcirc-server-name-history, rcirc-nick-name-history)
11612         (rcirc-server-port-history): New variables.
11614 2009-07-15  Kenichi Handa  <handa@m17n.org>
11616         * international/mule-cmds.el (set-language-environment-charset):
11617         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11618         ignore them.
11620         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11621         Delete unibyte-display.
11623 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11625         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11627 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11629         * simple.el (deactivate-mark): Optional argument FORCE.
11630         (set-mark): Use deactivate-mark.
11632         * info.el (Info-search): No need to check transient-mark-mode
11633         before calling deactivate-mark.
11635         * select.el (x-set-selection): Doc fix.
11636         (x-valid-simple-selection-p): Allow buffer values.
11637         (xselect--selection-bounds): Handle buffer values.  Suggested by
11638         David De La Harpe Golden.
11640         * mouse.el (mouse-set-region, mouse-drag-track): Call
11641         copy-region-as-kill before setting the mark, to let
11642         select-active-regions work.
11644 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11646         * simple.el (deactivate-mark): If select-active-regions is
11647         non-nil, copy the selection data into a string.
11648         (activate-mark): If select-active-regions is non-nil, set the
11649         selection to the current buffer.
11650         (set-mark): Update selection if select-active-regions is non-nil.
11652         * select.el (x-valid-simple-selection-p): Allow buffer values.
11654 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11657         and more featureful message-mode.
11659 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11661         * select.el (x-set-selection): Doc fix.
11662         (x-valid-simple-selection-p): Disallow selection data consisting
11663         of a list or cons of integers, since that is not used.
11664         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11665         (xselect-convert-to-string, xselect-convert-to-length)
11666         (xselect-convert-to-filename, xselect-convert-to-charpos)
11667         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11669 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11671         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11672         output in -break-info command (Emacs bug #3794).
11674 2009-07-14  Glenn Morris  <rgm@gnu.org>
11676         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11677         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11678         (edebug-print-length, edebug-print-level, edebug-print-circle)
11679         (edebug-sit-for-seconds, edebug-view-outside)
11680         (edebug-bounce-point, edebug-set-global-break-condition)
11681         (edebug-Go-nonstop-mode, edebug-trace-mode)
11682         (edebug-Trace-fast-mode, edebug-continue-mode)
11683         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11684         (edebug-visit-eval-list): Doc fixes.
11686         * subr.el (def-edebug-spec): Doc fix.
11688 2009-07-14  Kenichi Handa  <handa@m17n.org>
11690         * international/characters.el: Fix setting of category ?C.
11692 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11694         * term/ns-win.el (x-select-font): defalias x-select-font to
11695         ns-popup-font-panel instead of generate-fontset-menu.
11697 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11699         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11701 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11703         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11704         the PK\003\004 header (Bug#3770).
11706 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11708         * pcomplete.el (pcomplete-comint-setup): Check for
11709         shell-dynamic-complete-filename too.
11711 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11713         * simple.el (temporary-goal-column): Change the value for
11714         line-move-visual to a cons cell.
11715         (line-move-visual): Record or set the window hscroll, if
11716         necessary (Bug#3494).
11717         (line-move-1): Handle cons value of temporary-goal-column.
11719 2009-07-11  Kenichi Handa  <handa@m17n.org>
11721         * international/mule-diag.el (describe-character-set): Don't show
11722         width.
11724 2009-07-10  Sam Steingold  <sds@gnu.org>
11726         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11727         Omake sometimes indents the errors it prints, so allow all
11728         regexps to start with spaces.
11730 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11732         * cus-edit.el (customize-changed-options-previous-release):
11733         Bump value to 22.1.  (Bug#3804)
11735 2009-07-08  Sam Steingold  <sds@gnu.org>
11737         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11738         to be a cons cell (test . ignored-directory) to selectively ignore
11739         some directories depending on the location of the search.
11741 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11743         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11744         remote user is root, on the local host.
11745         (tramp-local-host-p): Either the local user or the remote user
11746         must be root.  (Bug#3771)
11748 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11750         * progmodes/gdb-mi.el (gdb): Remove description of
11751         gdb-use-separate-io-buffer.
11752         (menu): Don't allow toggling of or enable
11753         gdb-use-separate-io-buffer from menubar.
11755 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11757         * mail/unrmail.el (unrmail): Make sure the message ends with two
11758         newlines (Bug#3769).
11760 2009-07-08  Glenn Morris  <rgm@gnu.org>
11762         * calendar/calendar.el (calendar-current-date): Rework previous change.
11764 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11766         * calendar/calendar.el (calendar-current-date):
11767         Add an optional argument giving an offset from today.
11769 2009-07-08  Glenn Morris  <rgm@gnu.org>
11771         * tutorial.el (tutorial--describe-nonstandard-key):
11772         Adjust the message for when a key has been unbound.
11773         (help-with-tutorial): Hide the arch-tag.
11775 2009-07-08  Kenichi Handa  <handa@m17n.org>
11777         * international/fontset.el (setup-default-fontset): For each
11778         script, append (not set) font-specs.
11780         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11781         docstring.
11783 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11785         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11786         -data-list-register-names to ...
11787         (gdb-starting): ... here because GDB 7.0 requires execution to
11788         have started when using this MI command.
11789         (gdb-set-header): New function to distinguish select and
11790         unselected tabs in gdb buffers.
11791         (gdb-propertize-header): New macro that uses gdb-set-header.
11792         (gdb-breakpoints-header, gdb-locals-header): Use it.
11793         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11795 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11797         * Makefile.in (ELCFILES): Remove fadr.elc.
11799 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11801         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11802         may contain frame information, so `string-match' should be used.
11803         (gdb-update): Disassembly is invalidated through
11804         `gdb-get-selected-frame'.
11805         (gdb-pad-string): New function to pad string with spaces.
11806         (gdb-invalidate-disassembly): Invalidate only if the buffer
11807         exists.
11808         (gdb-disassembly-handler-custom): Column alignment.
11809         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11810         placing new ones.
11811         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11812         end of line, too.
11813         (gdb-frame-handler): Match convention to for disassembly buffer
11814         mode name.
11815         (gdb-stack-list-frames-handler): Rewritten without regexps.
11816         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11817         not highlight breakpoints without line information.
11818         (gdb-input): Add trailing newline to command.
11820         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11821         buffer properly.
11822         (gdb-breakpoints-list-handler-custom): Replacement for
11823         `gdb-break-list-handler'.  Using real parser instead of regexps
11824         now.
11825         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11826         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11827         to place breakpoints.
11828         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11829         functions.
11830         (gdb-disassembly-handler-custom): Show overlay arrow.
11831         (gdb-disassembly-place-breakpoints): Show breakpoints in
11832         disassembly buffer.
11833         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11834         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11835         instead of parsing breakpoints buffer.  Fixed old menu references
11836         in `gud-menu-map'.
11838         * fadr.el: Remove.
11840         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11841         (gdb-memory-address): New variable which holds top address of
11842         memory page shown in memory buffer.
11843         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11844         customization variables.
11845         New functions:
11846         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11847         display the memory buffer.
11848         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11849         buffer display parameters.
11850         (def-gdb-memory-format, gdb-memory-format-binary)
11851         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11852         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11853         Functions for setting memory buffer format.
11854         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11855         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11856         unit size used in memory buffer.
11857         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11858         to next/previous page of memory buffer.
11859         Now using (bindat-get-field) instead of fadr functions.
11861 2009-07-07  Sam Steingold  <sds@gnu.org>
11863         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11864         non-top-level files.
11866 2009-07-07  Kenichi Handa  <handa@m17n.org>
11868         * international/mule-cmds.el (reset-language-environment): Put
11869         the highset priority to the charset iso-8859-1.
11871 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11873         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11874         to the end of the line when locating the block (Bug#700).
11876 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11878         * net/tramp.el (tramp-handle-write-region): Flush file properties
11879         in case of short track.
11881 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11883         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11884         Coded custom representation of verilog error regular expressions
11885         to work with Emacs-22's new format.
11886         (verilog-error-regexp-xemacs-alist): Coded custom representation
11887         of verilog error regular expressions to work with XEmacs format.
11888         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11889         error recognition into XEmacs.
11890         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11891         error recognition into Emacs-22.
11893 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11895         * woman.el: Remove stand-alone closing parentheses.
11896         (woman-file-name, woman2-format-paragraphs)
11897         (woman-leave-blank-lines): Code cleanup.
11898         (woman-use-own-frame): Change default to nil.
11899         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11900         defaults to inherit from default faces.
11901         (woman2-process-escapes): Consume the newline after a stand-alone
11902         filler character (Bug#3651).
11904 2009-07-06  Glenn Morris  <rgm@gnu.org>
11906         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11907         (top-level): Move provide to the end.
11908         (ffap): Remove defunct URL from custom group.
11910         * subr.el (eval-after-load): Doc fix.
11912 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11914         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11915         `calc-embedded-word' is called twice.
11917 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * files.el (find-alternate-file-other-window, find-alternate-file):
11920         Obey confirm-nonexistent-file-or-buffer.
11922 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11924         * dired-aux.el (dired-show-file-type): Handle remote files.
11926 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11928         * desktop.el (desktop-globals-to-save):
11929         Add file-name-history (Bug#2750).
11931 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11933         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11935 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11937         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11938         property on entire argument since this is what eshell-lisp-command
11939         expects.
11941 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11943         * net/tramp-gvfs.el (tramp-gvfs-methods)
11944         (tramp-gvfs-zeroconf-domain)
11945         (tramp-bluez-discover-devices-timeout): Add version flag.
11946         (tramp-gvfs-handler-mounted-unmounted)
11947         (tramp-gvfs-connection-mounted-p): Polish handling of
11948         incompatibilities between GVFS 0.2 and 1.0.
11950 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11952         * cus-start.el (all): Add make-pointer-invisible.
11954 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11956         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11957         formatted correctly.
11959 2009-07-02  Juri Linkov  <juri@jurta.org>
11961         * info.el: Virtual Info files and nodes.
11962         (Info-virtual-files, Info-virtual-nodes): New variables.
11963         (Info-current-node-virtual): New variable.
11964         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11965         New functions.
11966         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11967         to check for a virtual file instead of checking a fixed list
11968         of node names.
11969         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11970         instead of ad-hoc processing of "dir" and (apropos history toc).
11971         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11972         instead of ad-hoc processing of "dir" and (apropos history toc).
11973         Reread a file when moving from a virtual node.
11974         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11975         (Info-directory-toc-nodes, Info-directory-find-file)
11976         (Info-directory-find-node): New functions.
11977         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11978         (Info-history): Move part of code to
11979         `Info-history-find-node'.
11980         (Info-history-toc-nodes, Info-history-find-file)
11981         (Info-history-find-node): New functions.
11982         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11983         (Info-toc): Move part of code to `Info-toc-find-node'.
11984         (Info-toc-find-node): New function.
11985         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11986         the current Info file name to references because now the node
11987         "*TOC*" belongs to the same Info manual.
11988         (Info-toc-build): Rename from `Info-build-toc'.
11989         (Info-toc-nodes): Rename input argument `file' to `filename'.
11990         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11991         instead of ad-hoc processing of ("dir" apropos history toc).
11992         (Info-index-nodes): Use Info-virtual-file-p
11993         to check for a virtual file instead of checking a fixed list
11994         of node names.
11995         (Info-index-node): Add check for `Info-current-node-virtual'.
11996         Raise `save-match-data' higher up the tree to contain
11997         `search-forward' too (bug fix).
11998         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11999         (Info-virtual-index-nodes): New variable.
12000         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12001         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12002         (Info-apropos-file, Info-apropos-nodes): New variables.
12003         (Info-apropos-toc-nodes, Info-apropos-find-file)
12004         (Info-apropos-find-node, Info-apropos-matches): New functions.
12005         (info-apropos): Move part of code to `Info-apropos-find-node' and
12006         `Info-apropos-matches'.
12007         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12008         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12009         for a virtual file instead of checking a fixed list of node names.
12011         * simple.el (async-shell-command): New command.
12013         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12015         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12016         instead of `mount-info'.
12018 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12020         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12021         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12023 2009-07-02  Kenichi Handa  <handa@m17n.org>
12025         * international/mule.el (set-keyboard-coding-system): Force *-unix
12026         coding-system to avoid eol conversion.
12028 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12030         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12031         Add handler for `process-file', `shell-command' and
12032         `start-file-process'.
12033         (tramp-gvfs-handle-shell-command)
12034         (tramp-gvfs-handle-start-file-process)
12035         (tramp-gvfs-handle-process-file): New defuns.
12036         (tramp-synce-list-devices): Simplify check for existence of property.
12038 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12040         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12042 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12044         * language/korean.el (set-language-info-alist): Add korean-cp949,
12045         cp949 to spec.
12047 2009-07-01  Kenichi Handa  <handa@m17n.org>
12049         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12051         * international/encoded-kb.el: Deleted.
12053         * international/mule.el (set-keyboard-coding-system): Perform the
12054         necessary setup here instead of calling encoded-kbd-setup-display.
12056 2009-07-01  Glenn Morris  <rgm@gnu.org>
12058         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12060 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12062         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12064 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12066         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12067         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12068         (tramp-default-file-modes): Remove execute permissions.
12070         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12071         (top): Add a default for "synce" in `tramp-default-user-alist'.
12072         Add completion function for "synce" method.
12073         (tramp-hal-service, tramp-hal-path-manager)
12074         (tramp-hal-interface-manager, tramp-hal-interface-device):
12075         New defconst.
12076         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12077         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12078         New defuns.
12080         * net/trampver.el: Update release number.
12082 2009-06-30  Kenichi Handa  <handa@m17n.org>
12084         * international/fontset.el (setup-default-fontset): Add CJK fonts
12085         for symbols and the other miscellaneous characters.
12087         * language/korea-util.el (setup-korean-environment-internal):
12088         Make char-width-table suitable for Korean environments.
12089         (exit-korean-environment): Cancel above.
12091         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12092         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12093         setup-function to make char-width-table suitable for respective
12094         environments, and an exit-function to cancel that.
12096         * language/japan-util.el (setup-japanese-environment-internal):
12097         Call use-cjk-char-width-table with arg `ja_JP'.
12099         * international/characters.el (cjk-char-width-table): Delete it.
12100         (cjk-char-width-table-list): New variable.
12101         (use-cjk-char-width-table): New arg local-name.
12102         (use-default-char-width-table): Fix for the case that Emacs is
12103         already using the default char-width-table.
12105 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12107         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12108         modes mandatory.  (Bug#3712)
12110 2009-06-29  Alan Mackenzie  <acm@muc.de>
12112         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12113         correction between the visible width of TABs and their number of bytes.
12115 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12117         * server.el (server-buffer-done): Prevent kill-buffer from
12118         prompting by clearing the buffer modification flag (Bug#3696).
12120 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12122         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12123         (verilog-endcomment-reason-re): Support unique case and priority case.
12124         (verilog-basic-complete-re): Support localparam lineup.
12125         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12126         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12127         commenting.
12128         (verilog-leap-to-case-head): Now support *nested* unique &
12129         priority case statements.
12130         (verilog-auto-lineup): Make just declarations the default (as it
12131         had been).
12132         (verilog-leap-to-case-head): Support priority/unique case statements.
12133         (verilog-auto-lineup): Rework to give users radio buttons to
12134         select the various styles of automatic lineup.
12135         (verilog-error-regexp-alist): Rework to support the XEmacs style
12136         of error regular expressions from compilers, lint tools &
12137         simulators.  Note that GNU Emacs has made it impossible for a mode
12138         to load such things.
12139         (electric-verilog-terminate-line, verilog-indent-declaration)
12140         (verilog-auto-wiure): Rework for radio button selection of
12141         auto-lineup selection of specification of auto lineup.
12142         (verilog-beg-of-statement-1): Redesign to support proper operation
12143         in additional code, based on testing with auto-lineup.
12144         (verilog-calculate-indent, assignments & declarations)
12145         (verilog-backward-token): Enhance to support auto-lineup of
12146         assignments & declarations.
12147         (verilog-in-directive-p, verilog-at-struct-p): New function for
12148         easy test of whether we are.
12149         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12150         to support safe execution at almost anyline.
12151         (verilog-calc-1): Properly support indenting deep inside generate
12152         blocks.
12153         (verilog-init-font): Remove definition & use of verilog-init-font,
12154         as it is redundant with font-lock-defaults.
12155         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12156         to avoid circular calls if syntax-ppss is a function (as is the
12157         case now in 22.x GNU Emacs) as that function would sometimes call
12158         itself, leading to (nearly) infinite recursion.
12159         (verilog-ovm-begin-re, verilog-ovm-end-re)
12160         (verilog-ovm-statement-re, verilog-leap-to-head)
12161         (verilog-backward-token): Add support for OVM macros.  Some are
12162         complete statements, and others open and close scopes like begin
12163         and end.
12164         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12165         (verilog-defun-level-generate-only-re): Really fix the defun-list
12166         compilation issue.
12167         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12168         coverpoint, constraint and cross statements.
12169         (verilog-defun-level-list, verilog-generate-defun-level-list)
12170         (verilog-all-defun-level-list): Redo these specifications - it is
12171         too hard to support eval-when compile aggregation of lists also
12172         built at when-compile time.
12173         (verilog-defun-level-list): Place defconsts of variables used in
12174         building regular expressions which are built in eval-when-compile
12175         bodies in the same eval-when-compile body to facilitate compile
12176         without load.
12177         (verilog-beg-block-re-ordered): Support indenting
12178         virtual/protected tasks and functions.
12179         (verilog-defun-level-list, verilog-in-generate-region-p)
12180         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12181         indentation of some module items (generate items).
12182         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12183         across virtual/protected tasks and functions.
12185 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12187         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12188         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12189         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12190         in concatenations.  Reported by Yishay Belkind.
12191         (verilog-auto-ascii-enum): Support one-hot state machines in
12192         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12193         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12194         modport in AUTOINST and add vl-modport for users.  Reported by
12195         David Rogoff.
12196         (verilog-auto-inout-module, verilog-auto-inst)
12197         (verilog-decls-get-interfaces, verilog-insert-definition)
12198         (verilog-insert-one-definition, verilog-read-decls)
12199         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12200         (verilog-sig-modport, verilog-signals-combine-bus)
12201         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12202         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12203         Suggested by David Rogoff.
12204         (verilog-repair-open-comma): Fix non-insertion of comma when
12205         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12206         (verilog-make-width-expression): Simplify [A-1:0] expression
12207         widths to just {A{1'b0}}.
12208         (verilog-mode): Cleanup checkdoc warnings.
12209         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12210         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12211         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12212         (next-error-last-buffer): Fix byte-compiler warning.
12213         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12214         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12215         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12216         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12217         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12218         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12219         in AUTOINOUT.  Reported by Matthew Lovell.
12220         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12221         causing use of <= assignments.  Reported by Alex Reed.
12222         (verilog-read-decls): Fix triand, trior, wand, wor to be
12223         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12224         (verilog-extended-complete-re): Support import "DPI-C" functions.
12225         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12226         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12227         (verilog-insert-date, verilog-insert-year)
12228         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12229         Windows systems.  Reported by Michael Potts.
12230         (verilog-read-module-name): Fix AUTOINST when the child module
12231         declaration's name is a tick define.  Reported by Elliot Mednick.
12232         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12233         passed to next parameter's definition.  Reported by Bruce T.
12234         (verilog-read-decls): Fix detecting "parameter int" when using
12235         AUTOINSTPARAM.  Reported by Bruce T.
12236         (verilog-goto-defun): Fix goto not finding modules unless first
12237         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12238         (verilog-mode): Expand -f flag arguments on entry to mode so
12239         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12240         (verilog-getopt): Expand environment variables in -f file
12241         arguments.  Suggested by Lawrence Butcher.
12242         (verilog-set-define): Fix "Symbol's value as variable is void"
12243         when reading enumerations.
12244         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12245         Suggested by Stephen Peltan.
12246         (verilog-read-defines): Fix reading of enumerations in include
12247         files.  Reported by Steve Peltan.
12249 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12251         * files.el (trash-directory): Fix defcustom type.
12253 2009-06-28  Juri Linkov  <juri@jurta.org>
12255         * help-fns.el (describe-function-1): Correctly locate adviced
12256         functions in hyperlink (Bug#2438).
12258 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12260         * files.el (trash-directory): Change default to nil.
12261         (move-file-to-trash): If trash-directory is nil and
12262         system-move-file-to-trash is unbound, perform freedesktop-style
12263         trashing.
12265 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12267         * files.el (move-file-to-trash): Add freedesktop trash
12268         support (Bug#973).
12270 2009-06-28  Glenn Morris  <rgm@gnu.org>
12272         * autorevert.el (global-auto-revert-non-file-buffers)
12273         (global-auto-revert-mode): Doc fixes.
12275 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12277         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12279 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12281         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12282         opened an X connection before calling x-get-resource (Bug#3194).
12284         * play/doctor.el: Remove reference to obsolete website.
12285         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12287 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12289         Remove find-file-not-found-hook VC method.  (Bug#2757)
12290         * vc-hooks.el (vc-file-not-found-hook)
12291         (vc-default-find-file-not-found-hook): Remove functions.
12292         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12293         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12294         * vc.el:
12295         * vc-hg.el:
12296         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12298 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12300         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12301         compatibility function for `looking-back'.
12303         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12304         Use `ispell-looking-back'.
12306 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12308         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12309         rather than `filename'.
12311 2009-06-23  Miles Bader  <miles@gnu.org>
12313         * face-remap.el (text-scale-set): New function.
12315 2009-06-23  Glenn Morris  <rgm@gnu.org>
12317         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12319         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12321         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12323         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12325         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12326         Simplify Persian conditionals.
12328         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12329         variable `filename'.
12331         * comint.el (comint-insert-input): Doc fix.
12333         * Makefile.in (ELCFILES): Fix typo in previous change.
12335 2009-06-23  Miles Bader  <miles@gnu.org>
12337         * cus-start.el: Add entry for `recenter-redisplay'.
12339 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12341         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12342         Add an optional argument for the backend, use it instead of
12343         calling vc-backend.
12344         (vc-mode-line): Add an optional argument for the backend.
12345         Pass the backend to vc-state and vc-working-revision.  Move code for
12346         special handling for vc-state being a buffer to ...
12348         * vc-rcs.el (vc-rcs-find-file-hook):
12349         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12351         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12352         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12353         vc-stay-local-p and vc-mode-line calls.
12355         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12356         (vc-cvs-diff, vc-cvs-annotate-command)
12357         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12358         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12359         vc-mode-line calls.
12361         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12362         direct comparison.
12363         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12364         backend when calling vc-mode-line.
12365         (vc-register): Do not create a closure for calling the vc register
12366         function, call it directly.
12368 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12370         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12371         to make it obvious item can be clicked.
12373         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12375 2009-06-23  Kenichi Handa  <handa@m17n.org>
12377         * language/korea-util.el (korean-key-bindings): Change the binding
12378         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12379         same command.
12381 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12383         Sync with Tramp 2.1.16.
12385         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12387         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12388         when a loading of a package fails.  Completion function for rsync
12389         is `tramp-completion-function-alist-ssh'.
12390         (all): Replace all calls of `split-string' and
12391         `tramp-split-string' by `tramp-compat-split-string'.
12392         (tramp-default-method): Use `tramp-compat-process-running-p'.
12393         (tramp-default-proxies-alist): Allow also Lisp forms.
12394         (tramp-remote-path): Add choice "Private Directories".
12395         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12396         (tramp-domain-regexp): Allow also "-", "_" and ".".
12397         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12398         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12399         (tramp-debug-message): Insert header line in debug buffer.
12400         (tramp-handle-directory-files-and-attributes-with-stat):
12401         Care about filenames with spaces, or starting with "-".
12402         (tramp-handle-dired-uncache): New defun.
12403         (tramp-handle-insert-directory): Don't flush the directory from
12404         cache, this is handled by `dired-uncache' now.
12405         (tramp-handle-insert-file-contents): Improve error handling.
12406         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12407         Quote `tramp-end-of-output'.
12408         (tramp-action-password): Improve trace message.
12409         (tramp-check-for-regexp): Both echoes must be present, before removing.
12410         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12411         (tramp-compute-multi-hops): Eval cons cells of
12412         `tramp-default-proxies-alist'.
12413         (tramp-maybe-open-connection): Use the same command pattern for
12414         first hop and further hops.
12415         (tramp-wait-for-output): Remove handling of newlines.
12416         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12417         (tramp-split-string): Remove function.  It is handled in
12418         tramp-compat now.
12420         * net/tramp-cmds.el (tramp-bug):
12421         Recommend `tramp-cleanup-all-connections' in the bug mail.
12423         * net/tramp-compat.el (tramp-compat-split-string)
12424         (tramp-compat-process-running-p): New defuns.
12426         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12427         for `dired-uncache'.
12429         * net/tramp-gvfs.el: New package.
12431         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12432         Add handler for `dired-uncache'.
12433         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12435         * net/trampver.el: Update release number.  Make version check fit
12436         for SXEmacs 22.
12438 2009-06-22  Jim Meyering  <meyering@redhat.com>
12440         Automatically handle .xz suffix (XZ-compressed files), too.
12441         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12442         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12444 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12445             Nick Roberts  <nickrob@snap.net.nz>
12447         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12448         repository (http://sphinx.net.ru/hg/gdb-mi/).
12450 2009-06-22  Glenn Morris  <rgm@gnu.org>
12452         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12453         `mode' and `eval' entries.  (Bug#3430)
12455         * Makefile.in (ELCFILES): Add fadr.elc.
12457         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12458         differing behavior of \n and ^ in strings.  (Bug#3385)
12460         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12462         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12463         property.
12464         (lisp-indent-function): Make it a defcustom.
12466 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12468         * progmodes/gdb-ui.el: Replace with ...
12469         * progmodes/gdb-mi.el: ... this file.
12470         * progmodes/gud.el: Modify for gdb-mi.el.
12472 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12474         * fadr.el: New file.
12476 See ChangeLog.14 for earlier changes.
12478 ;; Local Variables:
12479 ;; coding: utf-8
12480 ;; End:
12482     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12484   This file is part of GNU Emacs.
12486   GNU Emacs is free software: you can redistribute it and/or modify
12487   it under the terms of the GNU General Public License as published by
12488   the Free Software Foundation, either version 3 of the License, or
12489   (at your option) any later version.
12491   GNU Emacs is distributed in the hope that it will be useful,
12492   but WITHOUT ANY WARRANTY; without even the implied warranty of
12493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12494   GNU General Public License for more details.
12496   You should have received a copy of the GNU General Public License
12497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12499 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1