Remove references to (default-)direction-reversed.
[emacs.git] / lisp / ChangeLog
blob29188d53f0bee4e4970fad2063ca1fa5f2218b37
1 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
3         * subr.el (default-direction-reversed): Remove obsolescence info.
5 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8         windows/frames.
10         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11         I.e. include text after point in the completion region.
12         Also, return nil when we're not after/in a symbol.
14         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
15         default enable-multibyte-characters.
17 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * international/mule.el: Help the user choose a valid coding-system.
20         (read-buffer-file-coding-system): New function.
21         (set-buffer-file-coding-system): Use it.  Prompt the user if the
22         coding-system cannot encode all the chars.
24         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
25         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
26         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
27         Don't use *vc-bzr-shelve*.
29 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
31         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
32         Don't destroy list before using it.
34 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
36         Fix the version number for added files.
37         * vc-hg.el (vc-hg-working-revision): Check if the file is
38         registered after hg parent fails (Bug#5961).
40 2010-04-19  Glenn Morris  <rgm@gnu.org>
42         * htmlfontify.el (htmlfontify-buffer)
43         (htmlfontify-copy-and-link-dir): Autoload entry points.
45 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
47         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
48         name relative to the project root (Bug#5960).
50 2010-04-19  Glenn Morris  <rgm@gnu.org>
52         * vc-git.el (vc-git-print-log): Doc fix.
54 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
56         * ido.el (ido-file-internal): Fix 2009-12-02 change.
58 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
60         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
61         default settings (Bug#5928).
63 2010-04-19  Glenn Morris  <rgm@gnu.org>
65         * progmodes/fortran.el (fortran-match-and-skip-declaration):
66         New function.
67         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
69 2010-04-19  Kenichi Handa  <handa@m17n.org>
71         * language/indian.el (malayalam-composable-pattern): Fix previous
72         change (add U+0D4D "SIGN VIRAMA").
73         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
74         (tamil-composable-pattern): Fix typo in the regexp.
75         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
76         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
77         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
79 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
81         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
82         paragraph-separate (Bug#5821).
84 2010-04-19  Juri Linkov  <juri@jurta.org>
86         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
88         * info.el (Info-find-node-2): Comment out code that skips
89         breadcrumbs line.
90         (Info-mouse-follow-link): New command.
91         (Info-link-keymap): New keymap.
92         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
93         Return a string with links instead of inserting breadcrumbs
94         to the Info buffer.
95         (Info-fontify-node): Comment out code that inserts breadcrumbs.
96         Instead of putting the `invisible' text property over the Info
97         header, make an overlay over the Info header with the `invisible'
98         property and `after-string' set to the string returned by
99         `Info-breadcrumbs'.
101 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
103         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
104         Reported by monkey@sandpframing.com.
106 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
109         (tmm-get-keymap): Add key-binding shortcuts now that they're not
110         available in the "keyseq cache" any more.
112         * custom.el (defcustom): Add edebug spec.
114 2010-04-18  Juri Linkov  <juri@jurta.org>
116         Test for special mode-class in view-buffer instead of view-file (bug#5513).
118         * view.el (view-file, view-buffer): Move test for special mode-class
119         from view-file to view-buffer.
121         * tar-mode.el (tar-extract): Turn if's into one cond
122         like in arc-mode.el.
124 2010-04-18  Juri Linkov  <juri@jurta.org>
126         Add 7z archive format support (bug#5475).
128         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
129         (archive-7z-extract): New defcustom.
130         (archive-find-type): Add magic string for 7z.
131         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
132         If `stderr-file' is non-nil, use `(t stderr-file)' for the
133         `buffer' arg of `call-process'.
134         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
135         call the function `archive-7z-extract' with the variable
136         `archive-7z-extract' let-bound to `archive-zip-extract'.
137         (archive-7z-summarize, archive-7z-extract): New functions.
139         * international/mule.el (auto-coding-alist):
140         * files.el (auto-mode-alist): Add 7z file extension.
142 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * loadup.el: Setup hash-cons for pure data.
146         Fix duplicate entries in cedet's loaddefs.el files.
147         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
148         Should make most file-local generated-autoload-file unnecessary.
149         (print-readably): Silence warnings.
150         (autoload-find-destination): Take load-name as an arg to make sure
151         it's the same as the one that will be in the file.
152         (autoload-generate-file-autoloads): Adjust to above changes.
153         Try to make the dataflow a bit simpler.
155         * cvs-status.el (cvs-refontify): Remove unused.
157 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
159         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
161         * calc-bin.el (calc-radix): Have the "O" option turn on
162         twos-complement mode.
164 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
166         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
167         Add `calc-option-prefix-help' to calc-help autoloads.
168         (calc-inverse): Add "Option" to message, as appropriate.
169         (calc-hyperbolic): Add "Option" to message, as appropriate.
170         (calc-option, calc-is-option): New functions.
172         * calc-help.el (calc-full-help):  Add `calc-option-help'.
173         (calc-option-prefix-help): New function.
175         * calc-misc.el (calc-help): Add "Option" entry.
177         * calc.el (calc-local-var-list): Add `calc-option-flag'.
178         (calc-option-flag): New variable.
179         (calc-do): Set `calc-option-flag to nil.
180         (calc-set-mode-line): Add "Opt " as appropriate.
182 2010-04-16  Juri Linkov  <juri@jurta.org>
184         Move scrolling commands from simple.el to window.el
185         because their primitives are implemented in window.c.
187         * simple.el (scroll-error-top-bottom)
188         (scroll-up-command, scroll-down-command, scroll-up-line)
189         (scroll-down-line, scroll-other-window-down)
190         (beginning-of-buffer-other-window, end-of-buffer-other-window):
191         * window.el (scroll-error-top-bottom)
192         (scroll-up-command, scroll-down-command, scroll-up-line)
193         (scroll-down-line, scroll-other-window-down)
194         (beginning-of-buffer-other-window, end-of-buffer-other-window):
195         Move from simple.el to window.el because their primitives are
196         implemented in window.c.
198 2010-04-16  Juri Linkov  <juri@jurta.org>
200         * isearch.el (isearch-lookup-scroll-key): Check both
201         `isearch-scroll' and `scroll-command' properties.
202         (scroll-up, scroll-down): Remove `isearch-scroll' property.
204         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
206         * simple.el (scroll-up-command, scroll-down-command)
207         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
209 2010-04-15  Juri Linkov  <juri@jurta.org>
211         * simple.el (scroll-up-command, scroll-down-command)
212         (scroll-up-line, scroll-down-line): Put `scroll-command'
213         property on the these symbols.  Remove them from
214         `scroll-preserve-screen-position-commands'.
216         * mwheel.el (mwheel-scroll): Put `scroll-command' and
217         `isearch-scroll' properties on the `mwheel-scroll' symbol.
218         Remove it from `scroll-preserve-screen-position-commands'.
220         * isearch.el (isearch-allow-scroll): Doc fix.
222 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
224         * net/tramp.el (tramp-error-with-buffer): Don't show the
225         connection buffer when we are in completion mode.
226         (tramp-file-name-handler): Catch the error for some operations
227         when we are in completion mode.  This gives the user the chance to
228         correct the file name in the minibuffer.
230 2010-04-15  Glenn Morris  <rgm@gnu.org>
232         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
234 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
236         Simplify by using `define-derived-mode'.
237         * info.el (Info-mode):
238         * calendar/todo-mode.el (todo-mode):
239         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
240         (gomoku-mode-map): Move initialization into declaration.
242 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
244         Fix Bug#5840.
245         * ido.el (ido-file-name-all-completions-1):
246         * minibuffer.el (minibuffer-completion-help):
247         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
249 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * simple.el (non-essential): New var.
253         Add a new field `location' to bookmarks for non-file bookmarks.
254         * bookmark.el (bookmark-location): Use the new field, if present.
255         (bookmark-insert-location): Undo last change, not needed any more.
256         * man.el (Man-bookmark-make-record):
257         * woman.el (woman-bookmark-make-record): Add `location' field.
259 2010-04-14  Juri Linkov  <juri@jurta.org>
261         * simple.el (scroll-error-top-bottom): New defcustom.
262         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
264         * emulation/pc-select.el (pc-select-override-scroll-error):
265         Obsolete in favor of `scroll-error-top-bottom'.
267 2010-04-14  Juri Linkov  <juri@jurta.org>
269         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
270         `scroll-up-command' and `M-v' to `scroll-down-command'.
272         * emulation/cua-rect.el (cua--init-rectangles):
273         * forms.el (forms--change-commands):
274         * image-mode.el (image-mode-map):
275         Remap scroll-down-command and scroll-up-command
276         in addition to scroll-down and scroll-up.
278 2010-04-14  Juri Linkov  <juri@jurta.org>
280         * mwheel.el (scroll-preserve-screen-position-commands):
281         Add mwheel-scroll to this list of commands.
283         * simple.el (scroll-preserve-screen-position-commands):
284         Add scroll-up-command, scroll-down-command, scroll-up-line,
285         scroll-down-line to this list of commands.
287 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * obsolete/complete.el: Move from lisp/complete.el.
291         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
293         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
294         to the minor mode function now turns the mode ON unconditionally.
296 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
298         * vc-dir.el (vc-dir-kill-line): New command.
299         (vc-dir-mode-map): Bind it to C-k.
301         * bookmark.el (bookmark-insert-location): Handle a nil filename.
303         * woman.el: Add bookmark declarations to silence the compiler.
304         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
305         step to compatibility between man and woman bookmarks.
306         Adjust for Man-default-bookmark-title renaming.
307         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
309         * man.el: Add bookmark declarations to silence the compiler.
310         (Man-name-local-regexp): Make it match NAME as well.
311         (Man-getpage-in-background): Return the buffer.
312         (Man-notify-when-ready): Use `case'.
313         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
314         Don't hardcode "NAME".  Simplify.
315         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
316         Rename from Man-bookmark-make-record.
317         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
318         we have the actual man-args.  Use Man-getpage-in-background rather
319         than `man' since the arg is already processed.  Let bookmark.el do the
320         window handling.  Only wait for the relevant process.
321         Don't forget to autoload.
323         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
325 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
327         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
328         New functions.
329         (woman-mode): Setup bookmark support.
331         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
332         (man-bookmark-jump): New functions.
333         (Man-mode): Setup bookmark support.
335 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
337         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
338         recognize ssh-keygen prompt (Bug#2817).
340 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
342         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
344 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
346         Synchronize with Tramp repository.
348         * net/tramp.el (tramp-completion-function-alist)
349         (tramp-file-name-regexp, tramp-chunksize)
350         (tramp-local-coding-commands, tramp-remote-coding-commands):
351         Fix docstring.
352         (tramp-remote-process-environment): Use `format' instead of `concat'.
353         (tramp-handle-directory-files-and-attributes)
354         (tramp-get-remote-path): Use `copy-tree'.
355         (tramp-handle-file-name-all-completions): Backward/ XEmacs
356         compatibility: Use `completion-ignore-case' if
357         `read-file-name-completion-ignore-case' does not exist.
358         (tramp-do-copy-or-rename-file-directly): Do not use
359         `tramp-handle-file-remote-p'.
360         (tramp-do-copy-or-rename-file-out-of-band):
361         Use `tramp-compat-delete-directory'.
362         (tramp-do-copy-or-rename-file-out-of-band)
363         (tramp-compute-multi-hops, tramp-maybe-open-connection):
364         Use `format-spec-make'.
365         (tramp-find-foreign-file-name-handler)
366         (tramp-advice-make-auto-save-file-name)
367         (tramp-set-auto-save-file-modes): Remove superfluous check for
368         `stringp'.  This is done inside `tramp-tramp-file-p'.
369         (tramp-debug-outline-regexp): New defconst.
370         (tramp-get-debug-buffer): Use it.
371         (tramp-check-for-regexp): Use (forward-line 1).
372         (tramp-set-auto-save-file-modes): Adapt version check.
374         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
375         Wrap call of `featurep' for 2nd argument.
376         (tramp-compat-make-temp-file): Simplify fallback implementation.
377         (tramp-compat-copy-tree): Remove function.
378         (tramp-compat-delete-directory): Provide implementation for older
379         Emacsen.
381         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
382         Do not use `tramp-fish-handle-file-attributes.
384         * net/trampver.el: Update release number.
386 2010-04-10  Glenn Morris  <rgm@gnu.org>
388         * progmodes/compile.el (compilation-save-buffers-predicate):
389         Add missing :version tag.
391 2010-04-09  Sam Steingold  <sds@gnu.org>
393         * progmodes/compile.el (compilation-save-buffers-predicate):
394         Remove the "autoload" cookie.
396         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
397         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
398         and `bug-reference-prog-mode' can be used in hooks directly.
400 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
402         Add --author support to git commit.
403         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
404         (vc-git-log-edit-mode): New minor mode.
405         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
406         New declarations.
408 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
410         * vc-hooks.el, vc-git.el: Improve documentation comments.
412 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
414         Fix some of the problems in defsubst* (bug#5728).
415         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
416         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
418 2010-04-07  Sam Steingold  <sds@gnu.org>
420         * progmodes/compile.el (compilation-save-buffers-predicate):
421         New custom variable.
422         (compile, recompile): Pass it to `save-some-buffers'.
424 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
426         * wid-edit.el (widget-choose): Move cursor to the second line of
427         the buffer (Bug#5695).
429 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
431         Add new VC methods: vc-log-incoming and vc-log-outgoing.
432         * vc.el (vc-print-log-setup-buttons): New function split out from
433         vc-print-log-internal.
434         (vc-log-internal-common): New function, a parametrized version of
435         vc-print-log-internal.
436         (vc-print-log-internal): Just call vc-log-internal-common with the
437         right arguments.
438         (vc-incoming-outgoing-internal):
439         (vc-log-incoming, vc-log-outgoing): New functions.
440         (vc-log-view-type): New permanent local variable.
442         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
444         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
445         of the dynamic bound vc-short-log.
446         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
448         * vc-git.el (vc-git-log-outgoing): New function.
449         (vc-git-log-view-mode): Use vc-log-view-type instead
450         of the dynamic bound vc-short-log.
452         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
453         of the dynamic bound vc-short-log.  Highlight the tag.
454         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
455         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
456         (vc-hg-incoming-mode): Remove.
457         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
459 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
461         Fix default-directory for vc-root-diff.
462         * vc.el (vc-root-diff): Bind default-directory to the root
463         directory for the diff command.
465 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
467         * progmodes/verilog-mode.el (verilog-forward-sexp):
468         (verilog-calc-1): Support "disable fork" and "fork wait" multi
469         word keywords, suggested by Steve Pearlmutter.
470         (verilog-pretty-declarations): Support lineup of declarations in
471         port lists.
472         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
473         fix bug for /* / comments
474         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
475         Speed up and simplfy as this is never called with a bound.
476         (verilog-pretty-declarations): Enhance to line up declarations
477         inside a parameter list, suggested by Alan Morgan.
478         (verilog-pretty-expr): Tune assignment regular expression match
479         string for corner cases; also use markers instead of character
480         number as indent changes the later.
482 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
484         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
485         as missing keyword.
486         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
487         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
488         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
489         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
490         Tennant.
491         (verilog-keywords):
492         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
493         1800-2009 keywords, including "global.".
495 2010-04-06  John Wiegley  <jwiegley@gmail.com>
497         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
498         appearing in buffer list (if a live buffer name matched a recentf
499         file basename).  Should use uniquify to offer a real solution.
501 2010-04-06  John Wiegley  <jwiegley@gmail.com>
503         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
504         comment to code, and add a :version tag.
505         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
507 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
509         Enable recentf-mode if using virtual buffers.
510         * ido.el (recentf-list): Declare for byte-compiler.
511         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
512         (ido-make-buffer-list): Simplify.
513         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
515 2010-04-05  Juri Linkov  <juri@jurta.org>
517         Scrolling commands which scroll a line instead of full screen.
518         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
520         * simple.el (scroll-up-line, scroll-down-line): New commands.
521         Put property isearch-scroll=t on them.
523         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
524         Remove commands.
526 2010-04-05  Juri Linkov  <juri@jurta.org>
528         Scrolling commands which do not signal errors at top/bottom.
529         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
531         * simple.el (scroll-up-command, scroll-down-command): New commands.
532         Put property isearch-scroll=t on them.
534         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
535         `scroll-down-command' and [next] from `scroll-up' to
536         `scroll-up-command'.
538         * emulation/cua-base.el: Put property CUA=move on
539         `scroll-up-command' and `scroll-down-command'.
540         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
541         and `scroll-down-command' to `cua-scroll-down'.
543 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
545         * help.el (describe-mode): Return nil.
547 2010-04-04  John Wiegley  <jwiegley@gmail.com>
549         * ido.el (ido-use-virtual-buffers): New variable to indicate
550         whether "virtual buffer" support is enabled for IDO.
551         (ido-virtual): Face used to indicate virtual buffers in the list.
552         (ido-buffer-internal): If a buffer is chosen, and no such buffer
553         exists, but a virtual buffer of that name does (which would be why
554         it was in the list), recreate the buffer by reopening the file.
555         (ido-make-buffer-list): If virtual buffers are being used, call
556         `ido-add-virtual-buffers-to-list' before the make list hook.
557         (ido-virtual-buffers): New variable which contains a copy of the
558         current contents of the `recentf-list', albeit pared down for the
559         sake of speed, and with proper faces applied.
560         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
561         create a list of "virtual buffers" to present to the user in
562         addition to the currently open set.  Note that this logic could
563         get rather slow if that list is too large.  With the default
564         `recentf-max-saved-items' of 200, there is little speed penalty.
566 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * font-lock.el: Require CL when compiling.
569         (font-lock-turn-on-thing-lock): Use `case'.
571 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
573         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
574         Zaretskii.
576 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
578         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
579         (semantic-create-imenu-directory-index): Fix typos in docstrings.
580         (semantic-imenu-goto-function): Reflow docstring.
582 2010-04-02  Juri Linkov  <juri@jurta.org>
584         * ehelp.el (electric-help-orig-major-mode):
585         New buffer-local variable.
586         (electric-help-mode): Set it to original major-mode.  Doc fix.
587         (with-electric-help): Use `electric-help-orig-major-mode' instead
588         of (default-value 'major-mode).  Doc fix.
589         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
591 2010-04-02  Sam Steingold  <sds@gnu.org>
593         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
594         `vc-hg-command' with a list of flags.
596         * progmodes/bug-reference.el (bug-reference-bug-regexp):
597         Also accept "patch" and "RFE".
598         (bug-reference-fontify): `bug-reference-url-format' can also be a
599         function to be able to handle the bug kind.
600         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
602 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
604         * tmm.el (tmm-get-keymap): Check with symbolp before passing
605         value to fboundp, it may not be a symbol.
607 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
609         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
611 2010-03-31  Juri Linkov  <juri@jurta.org>
613         * simple.el (next-line, previous-line): Re-throw a signal
614         with `signal' instead of using `ding'.
615         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
617 2010-03-31  Juri Linkov  <juri@jurta.org>
619         * simple.el (keyboard-escape-quit): Raise deselecting the active
620         region higher than exiting the minibuffer.
621         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
623 2010-03-31  Juri Linkov  <juri@jurta.org>
625         * image.el (image-animated-p): Use `image-metadata' instead of
626         `image-extension-data'.  Get GIF extenstion data from metadata
627         property `extension-data'.
629 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * simple.el (append-to-buffer): Simplify.
633 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
635         * textmodes/artist.el (artist-mode): Fix typo in docstring.
636         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
638 2010-03-31  Kenichi Handa  <handa@m17n.org>
640         * language/sinhala.el (composition-function-table): Fix regexp for
641         the new Unicode specification.
643         * language/indian.el (devanagari-composable-pattern)
644         (tamil-composable-pattern, kannada-composable-pattern)
645         (malayalam-composable-pattern): Adjust for the new Unicode
646         specification.
647         (bengali-composable-pattern, gurmukhi-composable-pattern)
648         (gujarati-composable-pattern, oriya-composable-pattern)
649         (telugu-composable-pattern): New variables to cope with the new
650         Unicode specification.  Use them in composition-function-table.
652 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
654         Make tmm-menubar work for the Buffers menu again (bug#5726).
655         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
656         vectors rather than cons cells, as used in menu-bar-update-buffers.
658 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
660         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
661         (js-insert-and-indent): Revert 2009-08-15 change, restoring
662         electric punctuation for "{}();,:" (Bug#5586).
664         * mail/sendmail.el (mail-default-directory): Doc fix.
666 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
668         * mail/sendmail.el (mail-default-directory): Doc fix.
670 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
672         * subr.el (version-regexp-alist, version-to-list)
673         (version-list-<, version-list-=, version-list-<=)
674         (version-list-not-zero, version<, version<=, version=): Doc fix.
675         (Bug#5744).
677 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
679         * vc.el (vc-root-diff): Doc fix.
681 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
683         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
685         * simple.el (append-to-buffer): Fix last change.
687 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
689         * simple.el (append-to-buffer): Ensure that point is preserved if
690         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
691         (Bug#5749)
693 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * files.el (auto-mode-case-fold): Change default to t.
697 2010-03-30  Juri Linkov  <juri@jurta.org>
699         * dired-x.el (dired-omit-mode): Doc fix.
701 2010-03-30  Juri Linkov  <juri@jurta.org>
703         * replace.el (occur-accumulate-lines): Move occur-engine related
704         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
705         to be located after `occur-engine'.
707 2010-03-30  Juri Linkov  <juri@jurta.org>
709         Make occur handle multi-line matches cleanly with context.
710         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
712         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
713         (occur-engine): Add local variables `ret', `prev-after-lines',
714         `prev-lines'.  Use more arguments for `occur-context-lines'.
715         Set first elem of its returned list to `data', and the second elem
716         to `prev-after-lines'.  Don't print the separator line.
717         In the end, print remaining context after-lines.
718         (occur-context-lines): Add new arguments `begpt', `endpt',
719         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
720         after-lines of the previous match with before-lines of the
721         current match and not overlap them.  Return a list with two
722         values: the output line and the list of context after-lines.
724 2010-03-30  Juri Linkov  <juri@jurta.org>
726         * replace.el (occur-accumulate-lines): Fix a bug where the first
727         context line at the beginning of the buffer was missing.
729 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
731         * files.el: Make bidi-display-reordering safe variable for boolean
732         values.
734 2010-03-29  Phil Hagelberg  <phil@evri.com>
735             Chong Yidong  <cyd@stupidchicken.com>
737         * subr.el: Extend progress reporters to perform "spinning".
738         (progress-reporter-update, progress-reporter-do-update):
739         Handle non-numeric value arguments.
740         (progress-reporter--pulse-characters): New var.
742 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
744         * progmodes/compile.el (compilation-start): Fix regexp detection
745         of initial cd command (Bug#5771).
747 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
749         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
751 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
753         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
754         * lisp/progmodes/gdb-mi.el: Restore.
755         * lisp/progmodes/gdb-ui.el: Remove.
756         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
758 2010-03-25  Glenn Morris  <rgm@gnu.org>
760         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
761         all dired buffers, even tramp ones.  (Bug#5755)
763 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
765         Add "union tags" in mpc.el.
766         * mpc.el: Remove backward compatibility code.
767         (mpc-browser-tags): Change default.
768         (mpc--find-memoize-union-tags): New var.
769         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
770         (mpc-cmd-find): Handle the case where the playlist does not exist.
771         Handle union-tags.
772         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
773         (mpc-cmd-add): Use mpc-cmd-flush.
774         (mpc-tagbrowser-tag-name): New fun.
775         (mpc-tagbrowser-buf): Use it.
776         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
778 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
780         Misc cleanup.
781         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
782         Use replace-regexp-in-string.
783         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
784         (makefile-imake-mode-syntax-table): Move init into defvar.
785         (makefile-mode): Use define-derived-mode.
787         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
788         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
789         not be present any more.
791 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
793         * faces.el (set-face-attribute): Fix typo in docstring.
794         (face-valid-attribute-values): Reflow docstring.
796         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
798 2010-03-24  Glenn Morris  <rgm@gnu.org>
800         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
802 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
804         * indent.el (indent-for-tab-command): Doc fix.
806 2010-03-24  Alan Mackenzie  <acm@muc.de>
808         * progmodes/cc-engine.el (c-remove-stale-state-cache):
809         Fix off-by-one error.  Fixes bug #5747.
811 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
813         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
814         (image-dired-read-comment): Doc fix.
816         * json.el (json-object-type, json-array-type, json-key-type)
817         (json-false, json-null, json-read-number):
818         * minibuffer.el (completion-in-region-functions):
819         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
820         (cal-tex-cursor-week):
821         * emacs-lisp/trace.el (trace-function):
822         * eshell/em-basic.el (eshell/printnl):
823         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
824         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
825         * obsolete/levents.el (allocate-event, event-key, event-object)
826         (event-point, event-process, event-timestamp, event-to-character)
827         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
828         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
829         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
830         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
831         (reftex-highlight-selection): Fix typos in docstrings.
833 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
835         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
837 2010-03-24  Glenn Morris  <rgm@gnu.org>
839         * mail/rmail.el (rmail-highlight-face): Restore option deleted
840         2008-02-13 without comment; mark it obsolete.
841         (rmail-highlight-headers): Use rmail-highlight-face once more.
843 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
845         * woman.el (woman2-process-escapes): Only consume the newline if
846         the filler character is on a line by itself (Bug#5729).
848 2010-03-24  Kenichi Handa  <handa@m17n.org>
850         * language/indian.el (devanagari-composable-pattern): Add more
851         consonants.
853 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
855         * net/trampver.el: Update release number.
857 2010-03-24  Glenn Morris  <rgm@gnu.org>
859         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
861 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
863         * net/tramp.el (tramp-find-executable):
864         Use `tramp-get-connection-buffer'.  Make the regexp for checking
865         output of "wc -l" more robust.
866         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
867         (tramp-open-connection-setup-interactive-shell): Remove workaround
868         for OpenSolaris bug, it is not needed anymore.
870 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
872         * cedet/semantic/imenu.el: New file, from the CEDET repository
873         (Bug#5412).
875 2010-03-24  Glenn Morris  <rgm@gnu.org>
877         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
879 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
881         * files.el (auto-mode-alist): Accept more verilog file patterns.
883 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
887 2010-03-24  Glenn Morris  <rgm@gnu.org>
889         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
890         log-edit-before-checkin-process.
892         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
894         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
896         * vc-dispatcher.el (vc-start-logentry): Doc fix.
897         (log-view-process-buffer, log-edit-extra-flags): Declare.
899         * log-edit.el (log-edit-before-checkin-process): Doc fix.
901         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
902         Consistently check ede-object is bound throughout.
904         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
906 2010-03-23  Sam Steingold  <sds@gnu.org>
908         Fix bug#5620: recalculate all markers on compilation buffer
909         modifications, not on file modifications.
910         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
911         the buffer modification time, for buffers not associated with files.
912         (compilation-mode): Create it.
913         (compilation-filter): Update it.
914         (compilation-next-error-function): Use it instead of
915         `visited-file-modtime' for timestamp.
917 2010-03-23  Juri Linkov  <juri@jurta.org>
919         Implement Occur multi-line matches.
920         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
922         * replace.el (occur): Doc fix.
923         (occur-engine): Set `begpt' to the beginning of the first line.
924         Set `endpt' to the end of the last match line.  At first, count
925         line numbers between `origpt' and `begpt'.  Split out code from
926         `out-line' variable to new let-bindings `match-prefix' and
927         `match-str'.  In `out-line' add non-numeric prefix to all
928         non-first lines of multi-line matches.  Finally, count lines
929         between `begpt' and `endpt' and add to `lines'.
931 2010-03-23  Juri Linkov  <juri@jurta.org>
933         * replace.el (occur-accumulate-lines, occur-engine):
934         Use `occur-engine-line' instead of duplicate code.
935         (occur-engine-line): New function created from duplicate code
936         in `occur-accumulate-lines' and `occur-engine'.
938         * replace.el (occur-engine-line): Add optional arg `keep-props'.
939         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
941 2010-03-23  Juri Linkov  <juri@jurta.org>
943         * finder.el: Remove TODO tasks.
945         * info.el (Info-finder-find-node): Add node "all"
946         with all package info.  Handle a list of multiple keywords
947         separated by comma.
948         (info-finder): In interactive use with a prefix argument,
949         use `completing-read-multiple' to read a list of keywords
950         separated by comma.
952 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
954         Add a new completion style `substring'.
955         * minibuffer.el (completion-basic--pattern): New function.
956         (completion-basic-try-completion, completion-basic-all-completions):
957         Use it.
958         (completion-substring--all-completions)
959         (completion-substring-try-completion)
960         (completion-substring-all-completions): New functions.
961         (completion-styles-alist): New style `substring'.
963 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
965         Get rid of .elc files after removal of the corresponding .el.
966         * Makefile.in (compile-clean): New target.
967         (compile-main): Use it.
969 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
971         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
972         don't do make there.  When compiling with separate object dir, there
973         is no Makefile there.
975 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
977         Get rid of the ELCFILES abomination, again.
978         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
979         (all, compile): Don't call compile-last.
980         (compile-main): Build the "elcfiles" list dynamically.
981         (compile-targets): New (internal) target.
983 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
985         * Makefile.in (top_srcdir): Define.
986         (abs_top_builddir): Define.
987         (srcdir): Don't append `/..'.
988         (EMACS): Use ${abs_top_builddir}.
989         (all, compile, compile-always, compile-last): Don't set emacswd.
990         (update-subdirs, update-authors): Use $(top_srcdir) instead of
991         $(srcdir).
992         (lisp): Use $(srcdir) instead of @srcdir@.
994 2010-03-21  Juri Linkov  <juri@jurta.org>
996         Fix message of multi-line occur regexps and multi-buffer header lines.
997         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
999         * replace.el (occur-1): Don't display regexp if it is longer
1000         than window-width.  Use `query-replace-descr' to display regexp.
1001         (occur-engine): Don't display regexp in the buffer header for
1002         multi-buffer occur.  Display a separate header line with total
1003         match count and regexp for multi-buffer occur.
1004         Use `query-replace-descr' to display regexp.
1006 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1008         * net/secrets.el: Fix parenthesis.
1009         (secrets-enabled): Fix parenthesis.
1011 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         Use more relative file and directory names.
1014         * Makefile.in (EMACS): Arrange for it to work when we chdir.
1015         (setwins, setwins_almost, setwins_for_subdirs):
1016         Don't `cd'; output relative names.
1017         (all, compile, compile-always, compile-last): Set emacswd.
1018         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
1019         Just cd to the lisp source dir so we can use relative file names.
1021         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
1023 2010-03-20  Glenn Morris  <rgm@gnu.org>
1025         * textmodes/rst.el: Use faces for font-lock customization, and make the
1026         old -face variables obsolete.
1027         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
1028         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
1029         (rst-block-face, rst-external-face, rst-definition-face)
1030         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
1031         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
1032         Make obsolete.
1033         (rst-font-lock-keywords-function): Update for above changes.
1035 2010-03-20  Juri Linkov  <juri@jurta.org>
1037         * s-region.el:
1038         * obsolete/s-region.el: Move to obsolete.
1040 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1042         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
1044 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
1046         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
1048 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
1050         Add special markup processing for commit logs.
1051         * log-edit.el (log-edit-extra-flags): New variable.
1052         (log-edit): Add new argument MODE.  Use that mode when non-nil
1053         instead of the log-view-mode.
1054         (log-view-process-buffer): New function.
1056         * vc.el: Document that the checkin method takes optional
1057         arguments.  Document new backend specific method: log-view-mode.
1058         (vc-default-log-edit-mode): New function.
1059         (vc-checkin): Use a backend specific log-view-mode.
1060         Pass extra arguments to the checkin method.
1061         (vc-modify-change-comment): Pass a dummy extra argument.
1063         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1064         log-edit.
1065         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
1066         (vc-finish-logentry): Process the log buffer before passing it
1067         down.  Pass log-edit-extra-flags.
1069         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
1070         command.
1071         (log-edit-extra-flags, log-edit-before-checkin-process):
1072         New declarations.
1074         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
1075         command.
1076         (log-edit-extra-flags, log-edit-before-checkin-process):
1077         New declarations.
1078         (vc-hg-log-edit-mode): New derived mode.
1080         * vc-arch.el (vc-arch-checkin):
1081         * vc-cvs.el (vc-cvs-checkin):
1082         * vc-git.el (vc-git-checkin):
1083         * vc-mtn.el (vc-mtn-checkin):
1084         * vc-rcs.el (vc-rcs-checkin):
1085         * vc-sccs.el (vc-sccs-checkin):
1086         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
1088 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
1091         parent typo).
1093 2010-03-19  Glenn Morris  <rgm@gnu.org>
1095         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1097 2010-03-18  Glenn Morris  <rgm@gnu.org>
1099         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
1101         * replace.el (query-replace-history): Give it a doc string.
1102         (map-query-replace-regexp): Use query-replace-from-history-variable
1103         and query-replace-to-history-variable.
1105         * mail/hashcash.el (declare-function): Remove duplicate definition.
1107         * mail/emacsbug.el (report-emacs-bug-pretest-address):
1108         Make it an obsolete alias for report-emacs-bug-address.
1109         (message-strip-special-text-properties): Declare.
1110         (report-emacs-bug): Remove test for a pretest bug address.
1111         Combine message-mode-specific code.
1113         * mail/supercite.el: Don't require sendmail.
1114         (mh-in-header-p): Declare rather than using with-no-warnings.
1115         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
1116         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
1118         * calendar/cal-french.el: Convert to utf-8.
1120         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
1121         Emacs scripts.
1123 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
1125         * net/secrets.el (secrets-enabled): New variable.  Use it instead
1126         of a subfeature.
1128 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
1130         * net/secrets.el (top): Register the D-Bus signals only when the
1131         service "org.freedesktop.secrets" can be pinged.
1132         Provide subfeature `enabled'.
1134 2010-03-14  Juri Linkov  <juri@jurta.org>
1136         Add finder unknown keywords.
1138         * finder.el (finder-unknown-keywords): New function.
1140         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
1141         to create a Finder node with unknown keywords.
1143 2010-03-14  Juri Linkov  <juri@jurta.org>
1145         * finder.el (finder-compile-keywords): Replace `princ' with
1146         `prin1' on a list of symbols interned from keyword strings.
1148         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
1149         a comma, then split keywords using a comma and optional whitespace.
1150         Otherwise, split by whitespace.
1152         * complete.el:
1153         * face-remap.el:
1154         * log-view.el:
1155         * net/hmac-def.el:
1156         * net/hmac-md5.el:
1157         * net/netrc.el:
1158         * progmodes/mixal-mode.el: Fix keywords.
1160 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1162         * Makefile.in (ELCFILES): Add net/secrets.elc.
1164         * net/secrets.el: New file.
1166 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
1168         * facemenu.el (list-colors-display, list-colors-print): New arg
1169         callback.  Use it to allow selecting colors.
1171         * wid-edit.el (widget-image-insert): Insert image prop even if the
1172         current display is non-graphic.
1173         (widget-field-value-set): New fun.
1174         (editable-field): Use it.
1175         (widget-field-value-get): Clean up unused var.
1176         (widget-color-value-create, widget-color--choose-action):
1177         New funs.  Allow using list-colors-display to choose color.
1179 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
1181         * cus-edit.el: Resort topmost custom groups.
1182         (custom-buffer-sort-alphabetically): Default to t.
1183         (customize-apropos): Use apropos-parse-pattern.
1184         (custom-search-field): New var.
1185         (custom-buffer-create-internal): Add custom-apropos search field.
1186         (custom-add-parent-links): Don't display parent doc.
1187         (custom-group-value-create): Don't sort top-level custom group.
1188         (custom-magic-value-create): Show visibility button before option name.
1190         (custom-variable-state): New fun, from custom-variable-state-set.
1191         (custom-variable-state-set): Use it.
1192         (custom-group-value-create): Hide options with standard values
1193         using the :hidden-states property.  Use progress reporter.
1195         (custom-show): Simplify.
1196         (custom-visibility): Disable images by default.
1197         (custom-variable): New property :hidden-states.
1198         (custom-variable-value-create): Enable images for
1199         custom-visibility widgets.  Use :hidden-states property to
1200         determine initial visibility.
1202         * wid-edit.el (widget-image-find): Give images center ascent.
1203         (visibility): Add :on-image and :off-image properties.
1204         (widget-visibility-value-create): Use them.
1206 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
1208         * cus-edit.el (processes): Remove from development group.
1209         (oop, hypermedia): Delete group.
1210         (comm): Promote to top-level group.
1212         * net/browse-url.el (browse-url):
1213         * net/xesam.el (xesam):
1214         * net/tramp.el (tramp):
1215         * net/goto-addr.el (goto-address):
1216         * net/ange-ftp.el (ange-ftp): Put in comm group.
1218         * view.el (view): Remove from editing group.
1220         * uniquify.el (uniquify): Put in files group.
1222         * net/browse-url.el (browse-url):
1223         * ps-print.el (postscript): Put in external group.
1225         * cus-edit.el (outlines):
1226         * textmodes/text-mode.el (text-mode-hook):
1227         * textmodes/table.el (table):
1228         * textmodes/picture.el (picture):
1229         * outline.el (outlines): Put in wp group.
1231         * nxml/nxml-mode.el (nxml): Remove from wp group.
1233         * net/tramp-imap.el (tramp-imap): Put in tramp group.
1235         * mail/metamail.el (metamail): Remove from hypermedia group.
1237         * cus-edit.el (abbrev):
1238         * whitespace.el (whitespace):
1239         * vcursor.el (vcursor):
1240         * reveal.el (reveal):
1241         * hl-line.el (hl-line): Put in convenience group.
1243         * epg-config.el (epg): Put in data group.
1245         * emulation/pc-select.el (pc-select): Put in emulations group.
1247         * calculator.el (calculator): Put in applications group.
1249 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
1251         Add .dir-locals.el support for file-less buffers.
1252         * files.el (hack-local-variables): Split out code to apply local
1253         variable settings ...
1254         (hack-local-variables-apply): ... here.  New function.
1255         (hack-dir-local-variables): Use the default directory for when the
1256         buffer does not have an associated file.
1257         (hack-dir-local-variables-non-file-buffer): New function.
1258         * diff-mode.el (diff-mode):
1259         * vc-annotate.el (vc-annotate-mode):
1260         * vc-dir.el (vc-dir-mode):
1261         * log-edit.el (log-edit-mode):
1262         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1264 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
1266         Add support for shelving snapshots and for showing shelves.
1267         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1268         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1269         New functions.
1270         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1271         (vc-bzr-extra-menu-map): Map them.
1273 2010-03-11  Glenn Morris  <rgm@gnu.org>
1275         * cus-edit.el (customize-changed-options-previous-release):
1276         Bump to 23.1.
1278         * image.el (image-animate-max-time): Fix :version tag.
1280 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1282         * Branch for 23.2.
1284 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         * vc-git.el (vc-git-revision-table): Include remote branches.
1288 2010-03-10  Kim F. Storm  <storm@cua.dk>
1290         Animated image API.
1291         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1293         * image.el (image-animate-max-time): New defcustom.
1294         (image-animated-types): New defconst.
1295         (create-animated-image, image-animate-timer)
1296         (image-animate-start, image-animate-stop, image-animate-timeout)
1297         (image-animated-p): New functions.
1299         * image-mode.el (image-toggle-display-image):
1300         Replace `create-image' with `create-animated-image'.
1302 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
1304         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1305         instead of "format:"; this ensures that the output is
1306         newline-terminated.
1308 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1310         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1311         that all errors are caught, and that the return value is always a
1312         list (Bug#5692).
1314 2010-03-08  Kenichi Handa  <handa@m17n.org>
1316         * language/misc-lang.el (windows-1256): New coding system.
1317         (cp1256): New alias of windows-1256 (bug#5690).
1319 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1321         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1322         call to rfc822-bad-address.  (Bug#5692)
1324 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1326         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1327         Use vc-git-root as default directory for revision path (Bug#5657).
1329 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1331         * calculator.el (calculator): Don't bind split-window-keep-point
1332         (Bug#5674).
1334 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * vc-git.el: Re-flow to fit into 80 columns.
1337         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1338         Remove spurious `quote' element in each case alternative.
1339         (vc-git-show-log-entry): Use prog1.
1340         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1342 2010-03-06  Glenn Morris  <rgm@gnu.org>
1344         * cedet/semantic/grammar.el (semantic-grammar-header-template):
1345         Update template copyright to GPLv3+.
1347 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1349         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1351 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1353         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1354         definition, not the name (Bug#5481).
1356 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1358         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1359         argument with a local variable.  (Bug#5670)
1361 2010-03-02  Juri Linkov  <juri@jurta.org>
1363         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1365 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1367         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1368         error when FILENAME and NEWNAME are existing remote directories.
1370         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1371         parameter DIR-FLAG.
1373 2010-03-02  Glenn Morris  <rgm@gnu.org>
1375         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1376         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1378 2010-03-01  Kenichi Handa  <handa@m17n.org>
1380         * language/burmese.el (burmese-composable-pattern): Rename from
1381         myanmar-composable-pattern.
1383         * international/characters.el (script-list):
1384         * international/fontset.el (script-representative-chars):
1385         Change myanmar to burmese.
1386         (otf-script-alist): Likewise.
1387         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1389 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1391         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1393 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1395         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1397 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1399         * net/tramp.el (tramp-handle-write-region): START can be a string.
1400         Take care in the checks.  Reported by Dan Davison
1401         <davison@stats.ox.ac.uk>.
1403 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1405         * net/dbus.el (dbus-introspect, dbus-get-property)
1406         (dbus-set-property, dbus-get-all-properties):
1407         Use `dbus-call-method' when noninteractive.  (Bug#5645)
1409 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1411         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1412         * emacs-lisp/elint.el (elint-add-required-env):
1413         * cedet/semantic/db-find.el
1414         (semanticdb-find-translate-path-brutish-default):
1415         * cedet/ede/make.el (ede-make-check-version):
1416         * calendar/icalendar.el (icalendar--add-diary-entry):
1417         * calc/calcalg2.el (math-tracing-integral):
1418         * files.el (recover-session-finish): Use with-current-buffer
1419         instead of save-excursion.
1421 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         Fix in-buffer completion when after-change-functions modify the buffer.
1424         * minibuffer.el (completion--replace): New function.
1425         (completion--do-completion): Use it and use relative movement.
1427 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1429         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1431 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1433         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1434         Allow the characters _<> in the stack entry (Bug#5653).
1436 2010-02-26  Kenichi Handa  <handa@m17n.org>
1438         * language/burmese.el: Fix entries in composition-function-table.
1439         (myanmar-composable-pattern): New variable.
1441         * international/fontset.el (setup-default-fontset): Add an entry
1442         for myanmar.
1444         * international/characters.el (script-list): Add Myanmar
1445         Extended-A.
1447 2010-02-26  Glenn Morris  <rgm@gnu.org>
1449         * custom.el (custom-initialize-delay): Doc fix.
1451         * mail/sendmail.el (send-mail-function): Autoload the call
1452         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1454 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1456         * files.el (hack-local-variables-filter): For eval forms, also
1457         check safe-local-variable-p (Bug#5636).
1459 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1461         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1462         and use c(ad)r of cddr (Bug#5640).
1464 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1466         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1467         setting the modes by `ignore-errors'.  It might fail, for example
1468         if the file is not owned by the user but the group.
1469         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1471 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1473         * files.el (directory-listing-before-filename-regexp): Use
1474         stricter matching for iso-style dates, to avoid false matches with
1475         date-like filenames (Bug#5597).
1477         * htmlfontify.el (htmlfontify): Doc fix.
1479         * eshell/eshell.el (eshell): Doc fix.
1481         * startup.el (fancy-about-screen): In mode-line, apply
1482         mode-line-buffer-id face only to the buffer name (Bug#5613).
1484 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1486         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1487         In `watcom' anchor regexp to start of line, to avoid slowness
1488         (Bug#5599).
1490 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1492         * subr.el (remove-yank-excluded-properties): Explain in a comment
1493         why `category' property is removed.
1495 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1497         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1498         2010-02-17 change.
1500 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1502         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1503         (icalendar--convert-weekly-to-ical)
1504         (icalendar--convert-yearly-to-ical)
1505         (icalendar--convert-block-to-ical)
1506         (icalendar--convert-cyclic-to-ical)
1507         (icalendar--convert-anniversary-to-ical): Take care of time
1508         specifications where hour has 1-digit only (Bug#5549).
1510 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1512         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1513         of disassemble output in GDB 7.1.
1515 2010-02-19  Glenn Morris  <rgm@gnu.org>
1517         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1518         property.  (Bug#5593)
1520 2010-02-18  Sam Steingold  <sds@gnu.org>
1522         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1524 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         Use abbreviated file names in bookmarks (bug#5591).
1527         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1528         calls to expand-file-name.
1529         (bookmark-relocate): Use abbreviated file names in bookmarks.
1530         (bookmark-load): Use abbreviated file names in messages.
1532 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1534         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1535         expand "." and "..".  Reported by Thierry Volpiatto
1536         <thierry.volpiatto@gmail.com>.
1538 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1540         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1541         permissions of the temporary file to "0600".  In case the remote
1542         file has no read permissions for the owner, there might be
1543         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1545 22010-02-18  Glenn Morris  <rgm@gnu.org>
1547         * emacs-lisp/authors.el (authors-renamed-files-alist):
1548         Add entries for INSTALL.CVS.
1550 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1552         * vc-bzr.el: Fix typo in Known Bugs section.
1554         * isearch.el (isearch-update-post-hook): New hook.
1555         (isearch-update): Use the new hook.
1557 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1559         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1560         Fix errors in copying directories.
1561         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1562         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1563         (tramp-handle-delete-file)
1564         (tramp-handle-dired-recursive-delete-directory)
1565         (tramp-handle-write-region): Flush also the cache for the upper
1566         directory.
1568 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1570         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1572         * cus-edit.el (hardware): Doc fix.
1574         * man.el (man): Add to external custom group.
1576         * delim-col.el (columns): Move to wp custom group.
1578         * doc-view.el (doc-view): Add to data custom group.
1580         * cedet/data-debug.el (data-debug): Move to extensions group.
1582         * cedet/ede.el (ede):
1583         * cedet/srecode.el (srecode):
1584         * cedet/semantic.el (semantic): Put in tools and extensions group.
1586         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1588         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1589         by ispell-parse-output (Bug#5575).
1591 2010-02-16  Kenichi Handa  <handa@m17n.org>
1593         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1594         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1595         (skkdic-convert): Use `euc-japan' coding system for writing.
1597 2010-02-16  Glenn Morris  <rgm@gnu.org>
1599         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1600         tex-main-file before using it.  (Bug#5562)
1602 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1605         warnings, since it is annoying for the user to see them each time he
1606         runs the code.
1608 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1610         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1611         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1612         instead of PROC for caching "first-password-request".  Otherwise,
1613         new processes would not profit from passwords already entered.
1615         * net/tramp-cache.el (tramp-dump-connection-properties):
1616         Don't save "first-password-request" property.
1618 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1620         * outline.el (outline-head-from-level):
1621         * simple.el (with-wrapper-hook):
1622         * cedet/ede.el (ede-run-target, project-delete-target)
1623         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1624         (ede-adebug-project, ede-adebug-project-parent)
1625         (ede-adebug-project-root):
1626         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1627         (elint-defun, elint-buffer-env, elint-top-form-logged)
1628         (elint-unbound-variable):
1629         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1630         Fix typos in docstrings.
1632 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1634         * files.el (insert-directory): When WILDCARD-REGEXP and
1635         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1636         whole directory.  (Bug#5551)
1638         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1639         dired's alignment sanity.  (Bug#5516)
1641 2010-02-14  Juri Linkov  <juri@jurta.org>
1643         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1644         Remove remaining ^H with their preceding chars.  (Bug#5566)
1646 2010-02-13  Glenn Morris  <rgm@gnu.org>
1648         * simple.el (transpose-subr): Give it a doc-string.
1650         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1651         Doc fixes.
1653 2010-02-12  Juri Linkov  <juri@jurta.org>
1655         * arc-mode.el (archive-unique-fname): Make directories for nested
1656         archives.  (Bug#5540)
1658 2010-02-12  Juri Linkov  <juri@jurta.org>
1660         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1662 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * subr.el (copy-overlay): Handle deleted overlays.
1666         * man.el (Man-completion-table): Don't signal an error if we can't run
1667         manual-program (bug#4056).
1669 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1671         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1673 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1675         * info.el (Info-bookmark-jump): Simplify.
1677         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1678         (bookmark-default-handler): Accept new bookmark field `buffer'.
1680 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1682         * iswitchb.el (iswitchb-completions): Revert last change.
1684 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1686         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1687         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1688         This prevents file names like "~/" being listed literally.
1690 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1692         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1693         Remove dead code.  (Bug#5546)
1695 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1697         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1698         correctly (Bug#5548).
1700 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1702         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1703         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1705 2010-02-08  Kenichi Handa  <handa@m17n.org>
1707         * international/mule-util.el (with-coding-priority): Add autoload
1708         cookie for putting `lisp-indent-function'.
1710 2010-02-07  Glenn Morris  <rgm@gnu.org>
1712         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1713         Move F2003 named interfaces from keywords-2 to keywords-1, and
1714         use function-name-face rather than constant-face.
1715         Simplify "abstract interface" regexp.
1717 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1719         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1720         ID-FORMAT.  Pass it to `file-attributes'.
1722         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1724 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1726         * faces.el (set-face-attribute): Allow calling
1727         internal-set-lisp-face-attribute with 'unspecified family and
1728         foundry argument (Bug#5536).
1730 2010-02-07  Glenn Morris  <rgm@gnu.org>
1732         * progmodes/f90.el (f90-font-lock-keywords-2)
1733         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1734         Handle F2003 named interfaces.
1736 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1738         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1739         beg and end before calling c-get-state-before-change-functions.
1741 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1743         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1745 2010-02-05  Juri Linkov  <juri@jurta.org>
1747         * doc-view.el (doc-view-mode):
1748         * image-mode.el (image-mode): Put property mode-class=special.
1749         (Bug#4896)
1751 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1753         * vc-svn.el (vc-svn-revision-table): New function.
1755 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1757         * net/ange-ftp.el (ange-ftp-insert-directory):
1758         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1759         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1760         Handle also directories.  (Bug#5478)
1762 2010-02-05  Glenn Morris  <rgm@gnu.org>
1764         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1766 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1768         * startup.el (command-line-1): Convert options beginning with a
1769         single dash as well (Bug#5519).
1771 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1774         * minibuffer.el (completion-initials-expand): Only check the presence
1775         of delims *within* the boundaries, since otherwise the / delim is
1776         always found for files.
1778         Fix up various corner case problems.
1779         * doc-view.el (doc-view-last-page-number): New function.
1780         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1781         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1782         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1783         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1784         (doc-view-convert-current-doc): Don't create the resolution.el file
1785         here any more.
1786         (doc-view-pdf/ps->png): Do it here instead.
1787         (doc-view-already-converted-p): Check that resolution.el is present.
1788         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1789         windows that are not yet showing images.
1791 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1793         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1794         `dired-uncache' for every elemnt which is an absolute file name.
1796         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1797         directory, handle its directory component.
1798         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1799         function is called permanently and creates noise, otherwise.
1801         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1802         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1803         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1805 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1807         * macros.el (apply-macro-to-region-lines):
1808         Minor simplification.  (Bug#5485)
1810 2010-02-04  Glenn Morris  <rgm@gnu.org>
1812         * mail/rmail.el (rmail-show-message-1): Handle malformed
1813         quoted-printable text.  (Bug#5441)
1815         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1817         * simple.el (visual-line-mode): Capitalize lighter.
1819 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1821         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1822         list of files considered for "virtual buffer" completions.
1824 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1826         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1827         also in case of (and (not full) (not wildcard)). This is needed,
1828         when dired is called with a list of files, which are not in
1829         `default-directory'.  (Bug#5478)
1831 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1833         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1835 2010-02-02  Juri Linkov  <juri@jurta.org>
1837         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1838         from unidiff to allow function-line after @@.
1840 2010-02-02  Juri Linkov  <juri@jurta.org>
1842         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1843         '(RCS SCCS) with inverted condition.
1845 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1847         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1848         messages.
1850 2010-02-01  Juri Linkov  <juri@jurta.org>
1852         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1853         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1854         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1855         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1857 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1860         (doc-view-revert-buffer): New command.
1861         (doc-view-mode-map): Use it.
1863 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1865         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1866         pending merge is detected.
1868 2010-01-31  Juri Linkov  <juri@jurta.org>
1870         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1871         beginning of interactive spec like all other grep commands do.
1872         Put "all" in front of "gz".  (Bug#5260)
1874 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1876         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1878 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1880         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1881         regexp is incorrect (Bug#5476).
1883 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1885         * net/tramp.el (tramp-handle-insert-directory): Handle also
1886         symlinks, when FILENAME is not in `default-directory'.
1888 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1890         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1891         FILE is not in `default-directory'.  (Bug#5478)
1893         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1894         of SWITCHES.  Handle the case, FILENAME is not in
1895         `default-directory'.  (Bug#5478)
1896         (tramp-register-file-name-handlers): Add safe-magic property.
1898 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1900         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1901         unzip (Bug#5475).
1903 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1905         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1906         (flymake-master-make-header-init): Add other C++ filename masks.
1907         (flymake-find-possible-master-files)
1908         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1910 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1912         Fix some busybox annoyances.
1914         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1915         not responding." string.
1916         (tramp-open-connection-setup-interactive-shell): Dump stty
1917         settings.  Enable "neveropen" arg for all `tramp-send-command'
1918         calls.  Handle "=" in variable values properly.
1919         (tramp-find-inline-encoding): Raise an error, when no encoding is
1920         found.
1921         (tramp-wait-for-output): Check, whether PROC buffer is available.
1922         Remove spurious " ^H" sequences, sent by busybox.
1923         (tramp-get-ls-command): Suppress coloring, if possible.
1925 2010-01-28  Glenn Morris  <rgm@gnu.org>
1927         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1929         * log-edit.el (log-edit-strip-single-file-name): Add missing
1930         :safe, :group, and :version tags.
1932 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1934         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1935         buffers.  (Bug#5477)
1937 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1939         * files.el (delete-directory): Handle moving to trash without
1940         first doing recursion (Bug#5436).
1942 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1944         * vc-hooks.el (vc-path): Mark as obsolete.
1946 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1948         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1949         names too.
1951         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1952         for the short log.
1953         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1955 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1957         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1959         * vc-bzr.el (vc-bzr-revision-table): New function.
1961 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1963         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1964         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1966 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1968         Remove support for adding --signoff on commit.
1969         Future support will use an incompatible generic mechanism.
1970         * vc-git.el (vc-git-add-signoff): Remove variable.
1971         (vc-git-toggle-signoff): Remove function.
1972         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1974         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1975         from xterm-set-background-mode.  Return t if the background mode
1976         was set.
1977         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1978         earlier, call it again in case the background mode has changed.
1980 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1982         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1983         (Bug#3541).
1985 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1987         * emacs-lisp/assoc.el (aelement): Doc fix.
1988         (aput, adelete, amake): Use lexical-let (Bug#5450).
1990 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1992         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1993         is the same as subprogram call, not declaration.  (Bug#5435).
1995 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1997         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1998         (tramp-smb-maybe-open-connection): Use it.
2000 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
2002         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
2004 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2007         just because we see "encoding: 8bit".
2008         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2010 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
2012         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2014 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2016         * jka-compr.el (jka-compr-load): If load-file is not in
2017         load-history, try its file-truename version.  (bug#5447)
2019 2010-01-21  Alan Mackenzie  <acm@muc.de>
2021         Fix a situation where deletion of a cpp construct throws an error.
2022         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2023         invoking c-with-all-but-one-cpps-commented-out, check that the
2024         special cpp construct is still in the buffer.
2025         (c-parse-state): Record the special cpp with markers, not numbers.
2027 2010-01-21  Kenichi Handa  <handa@m17n.org>
2029         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2030         process last-command-event, as it is now decoded first (Bug#5380).
2032 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2034         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2036 2010-01-20  Glenn Morris  <rgm@gnu.org>
2038         * indent.el (tab-always-indent): Fix custom-type.
2040 2010-01-19  Alan Mackenzie  <acm@muc.de>
2042         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2043         buffer throws "args out of range".
2044         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2045         playing the role of delimiter.
2047 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2049         * progmodes/ada-mode.el: Fix bug#5400.
2050         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2051         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2052         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2053         Improve comments in "is" portion.  Handle null procedure declaration.
2054         (ada-move-to-end): Improve doc string.
2056 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2058         * ido.el (ido-cur-list): Initialize to nil.
2059         Remove obsolete information from commentary.
2060         (ido-choice-list): Initialize to nil.
2061         (ido-get-bufname): Reject minibuffers.
2062         (ido-make-buffer-list): If "default" is a nonexistent
2063         buffer, ignore it, as per the function's comment.
2064         (ido-kill-buffer-internal): New function.
2065         (ido-kill-buffer-at-head): Use it.
2066         (ido-visit-buffer): Likewise.
2068 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2070         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2072 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2074         * cedet/ede/locate.el (ede-locate-file-in-project)
2075         (ede-locate-file-in-project-impl): Fix typos in docstrings.
2076         (ede-enable-locate-on-project): Fix typos in error messages.
2078         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2079         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2080         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2081         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2082         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2083         Fix typos in menu help.
2085         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2086         Fix typos in chart titles.
2088         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2089         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2090         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2091         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2092         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2093         (semantic-parse-stream, semantic-parse-region)
2094         (semantic-parse-region-default, semantic--set-buffer-cache)
2095         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2096         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2097         (semantic-default-submodes):
2098         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2099         (semanticdb-create-ebrowse-database)
2100         (semanticdb-find-tags-for-completion-method)
2101         (semanticdb-find-tags-by-class-method)
2102         (semanticdb-deep-find-tags-by-name-method)
2103         (semanticdb-deep-find-tags-for-completion-method):
2104         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2105         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2106         (semanticdb-find-tags-for-completion-method)
2107         (semanticdb-find-tags-by-class-method)
2108         (semanticdb-deep-find-tags-for-completion-method):
2109         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2110         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2111         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2112         (semanticdb-find-tags-by-name-method)
2113         (semanticdb-find-tags-by-name-regexp-method)
2114         (semanticdb-find-tags-for-completion-method)
2115         (semanticdb-find-tags-by-class-method)
2116         (semanticdb-find-tags-external-children-of-type-method)
2117         (semanticdb-find-tags-subclasses-of-type-method)
2118         (semanticdb-deep-find-tags-by-name-method)
2119         (semanticdb-deep-find-tags-by-name-regexp-method)
2120         (semanticdb-deep-find-tags-for-completion-method):
2121         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2122         (semanticdb-enable-gnu-global-in-buffer)
2123         (semanticdb-find-tags-for-completion-method)
2124         (semanticdb-deep-find-tags-by-name-method)
2125         (semanticdb-deep-find-tags-for-completion-method):
2126         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2127         (javascript-mode, semanticdb-find-translate-path)
2128         (semanticdb-find-tags-for-completion-method)
2129         (semanticdb-find-tags-by-class-method)
2130         (semanticdb-deep-find-tags-by-name-method)
2131         (semanticdb-deep-find-tags-for-completion-method)
2132         (semanticdb-find-tags-external-children-of-type-method):
2133         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2134         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2135         (global-semantic-idle-scheduler-mode):
2136         * cedet/srecode/dictionary.el (srecode-field-value)
2137         (srecode-dictionary-add-section-dictionary):
2138         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2139         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2140         (describe-class, eieio-describe-generic, describe-generic):
2141         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2142         (eieio-speedbar-expand):
2143         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2144         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2145         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2146         (viper-del-backward-char-in-replace, viper-backward-indent)
2147         (viper-brac-function, viper-register-to-point, viper-submit-report):
2148         * net/tramp.el (tramp-remote-coding-commands):
2149         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2150         Fix typos in docstrings.
2152 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2154         * mail/sendmail.el (mail-yank-original): Set the mark if the
2155         specified function for yanking does not do it.
2157 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2159         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2161         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2162         resyncing a directory.
2164 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2166         * progmodes/ada-mode.el: Fix bug#1920.
2167         (ada-ident-re): Delete ., allow multibyte characters.
2168         (ada-goto-label-re): New; matches goto labels.
2169         (ada-block-label-re): New; matches block labels.
2170         (ada-label-re): New; matches both.
2171         (ada-named-block-re): Deleted; callers changed to use
2172         `ada-block-label-re' instead.
2173         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2174         Use `ada-block-label-re'.
2175         (ada-indent-on-previous-lines): Improve handling of goto labels.
2176         (ada-get-indent-block-start): Special-case block label.
2177         (ada-get-indent-label): Split into `ada-indent-block-label' and
2178         `ada-indent-goto-label'.
2179         (ada-goto-stmt-start, ada-goto-next-non-ws):
2180         Optionally ignore goto labels.
2181         (ada-goto-next-word): Simplify.
2182         (ada-indent-newline-indent-conditional): Insert newline before
2183         trying to fix indentation; doc fix.
2185 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2187         * calc/calc.el (calc-command-flags): Give it an initial value.
2189 2010-01-17  Glenn Morris  <rgm@gnu.org>
2191         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2193 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2195         * cedet/semantic.el (semantic-mode):
2196         * files.el (minibuffer-with-setup-hook):
2197         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2198         (artist-key-draw-continously, artist-key-do-continously-continously)
2199         (artist-key-set-point-continously, artist-mouse-draw-continously):
2200         Fix typos in docstrings.
2202 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2204         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2205         return t (Bug#3898).
2207 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2209         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2210         can parse the output of the external commands (Bug#5279).
2212 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2214         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2216 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2218         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2220         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2222         * startup.el (command-line): Remove unused --icon-type arg.
2223         Handle --display arg, passing it to command-line-1 (Bug#5392).
2225 2010-01-16  Mario Lang  <mlang@delysid.org>
2227         * cedet/ede/cpp-root.el (ede-cpp-root-project):
2228         * cedet/ede/files.el (ede-expand-filename):
2229         * cedet/ede/simple.el (ede-simple-project):
2230         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2231         (semantic-complete-inline-tag-engine):
2232         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2233         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2234         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2235         * cedet/semantic/db.el (semanticdb-equivalent-mode):
2236         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2237         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2238         * emacs-lisp/chart.el (chart-translate-namezone):
2239         * textmodes/artist.el (artist-compute-popup-menu-table):
2240         Remove duplicated words in doc-strings.
2242 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2244         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2245         to mairix-search to suppress threading (Bug#5342).
2247 2010-01-15  Kenichi Handa  <handa@m17n.org>
2249         * international/mule-cmds.el (canonicalize-coding-system-name):
2250         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2252 2010-01-15  Glenn Morris  <rgm@gnu.org>
2254         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2256         * wid-edit.el (widget-keymap): Doc fix.
2258         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2259         former seems to be more widely accepted by various svn versions.
2261 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2263         * find-cmd.el (find-constituents):
2264         * vc-arch.el (vc-arch-root):
2265         * window.el (window-body-height, pop-up-frames):
2266         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2267         (semantic-no-reparse-needed-change-hook):
2268         * cedet/srecode/insert.el (srecode-resolve-argument-list)
2269         (srecode-template-inserter-blank, srecode-template-inserter-variable)
2270         (srecode-template-inserter-ask, srecode-template-inserter-width)
2271         (srecode-template-inserter-section-start)
2272         (srecode-template-inserter-section-end, srecode-insert-method):
2273         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2274         * progmodes/ada-stmt.el (ada-if):
2275         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2276         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2277         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2278         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2280         * progmodes/flymake.el (flymake-post-syntax-check):
2281         Fix typo in error message.
2283 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2285         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2286         which is always a string.  (Bug#5313)
2288 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2290         * progmodes/ada-xref.el (ada-default-prj-properties):
2291         Simplify previous change.
2293 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2295         * progmodes/ada-xref.el (ada-default-prj-properties):
2296         Default ada_project_path to $ADA_PROJECT_PATH.
2298 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2300         * progmodes/ada-mode.el (ada-create-keymap):
2301         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2303 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2305         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2306         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2307         (ada-get-current-indent, ada-imenu-generic-expression)
2308         (ada-which-function): Check for it.
2310 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2312         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2313         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2315 2010-01-14  Glenn Morris  <rgm@gnu.org>
2317         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2319 2010-01-14  Kenichi Handa  <handa@m17n.org>
2321         * composite.el (auto-composition-mode): Make it a buffer local
2322         variable (permanent-local).
2323         (auto-composition-function): Set the default value to
2324         auto-compose-chars.
2325         (auto-composition-mode): Make it a simple function, not a minor mode.
2326         (global-auto-composition-mode): Likewise.
2327         (turn-on-auto-composition-if-enabled): Delete it.
2329 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2331         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2333 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2335         * files.el (copy-directory): Compute target for recursive
2336         directories with identical names.  (Bug#5343)
2338 2010-01-12  Glenn Morris  <rgm@gnu.org>
2340         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2341         it to bug-gnu-emacs rather than emacs-pretest-bug.
2343 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2345         * cedet/data-debug.el (data-debug): Fix customization group reference.
2347 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2349         * cedet/semantic/analyze.el (semantic-analyze-push-error)
2350         (semantic-analyze-context, semantic-analyze-context-assignment)
2351         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2352         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2353         (semantic-java-doc-keywords-map):
2354         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2355         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2356         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2357         (semantic-c-classname, semantic-format-tag-uml-prototype)
2358         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2359         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2360         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2361         (semantic-get-local-variables, semantic-end-of-command)
2362         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2363         (lisp-mode):
2364         * cedet/semantic/bovine/make.el (makefile-mode):
2365         * cedet/semantic/wisent/python.el (wisent-python-string-re)
2366         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2367         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2368         (semantic-lex, semantic-get-local-variables, python-mode):
2369         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2370         * cedet/srecode/extract.el (srecode-extract-state-set)
2371         (srecode-extract-method): Fix typos in docstrings.
2373 2010-01-11  Sam Steingold  <sds@gnu.org>
2375         * imenu.el (imenu-default-create-index-function): Detect infinite
2376         loops caused by imenu-prev-index-position-function.
2378 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2380         * htmlfontify.el (htmlfontify-load-rgb-file)
2381         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2382         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2383         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2384         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2385         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2386         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2387         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2388         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2389         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2390         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2391         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2392         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2393         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2394         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2395         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2396         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2397         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2398         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2399         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2400         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2401         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2402         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2403         backslash-quoting from parentheses, etc.
2405 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2407         * progmodes/js.el: Autoload javascript-mode alias.
2409 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2411         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2412         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2413         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2414         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2415         Fix typos in docstrings.
2416         (ffap-url-regexp): Doc fix.
2417         (ffap-at-mouse): Fix typo in message.
2419 2010-01-11  Glenn Morris  <rgm@gnu.org>
2421         * version.el (emacs-copyright): Set copyright year to 2010.
2423 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2425         * format.el (format-annotate-function): Only set
2426         write-region-post-annotation-function after running to-fn so as not to
2427         affect nested write-region calls (bug#5273).
2429 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2431         * cedet/semantic.el (semantic-new-buffer-setup-functions):
2432         Add python parser.
2434         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2435         wisent/python.el.
2437 2010-01-10  Richard Kim  <emacs18@gmail.com>
2439         * cedet/semantic/wisent/python-wy.el:
2440         * cedet/semantic/wisent/python.el: New files.
2442 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2444         * man.el (Man-goto-section): Signal error if the section is not
2445         found (Bug#5317).
2447 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2449         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2450         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2452 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2454         * progmodes/compile.el: Don't treat compile-command as safe if
2455         compilation-read-command might be nil (Bug#4218).
2457 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2459         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2460         NS options.
2462 2010-01-08  Kenichi Handa  <handa@m17n.org>
2464         * international/fontset.el (build-default-fontset-data):
2465         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2467 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2469         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2470         to `create-file-buffer' as it expects, not just a buffer name.
2471         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2472         to help uniquify.  (Bug#3224)
2474 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2476         * font-setting.el (font-setting-change-default-font): Use user-spec
2477         instead of name.
2479 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2481         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2483 2010-01-05  Tom Tromey  <tromey@redhat.com>
2485         * progmodes/python.el (python-font-lock-keywords):
2486         Handle qualified decorators (Bug#881).
2488 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2490         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2491         in a lightweight checkout.
2493 2010-01-05  Kenichi Handa  <handa@m17n.org>
2495         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2497 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2499         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2501 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2503         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2504         checkouts.  (Bug#618)
2505         (vc-bzr-log-view-mode): Also highlight the author.
2506         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2507         (vc-bzr-shelve-menu-map):
2508         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2509         (vc-bzr-shelve-apply): Make prompt more explicit.
2511 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2513         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2514         They are valid characters in URL paths (rfc3986), and at least
2515         Firefox does not understand the encoded version (Bug#3166).
2517 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2519         * progmodes/octave-mod.el (octave-end-keywords)
2520         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2521         Add "end" keyword (Bug#3061).
2522         (octave-end-as-array-index-p): New function.
2523         (calculate-octave-indent): Use it.
2525 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2527         * bookmark.el: Consistently put the text property on the bookmark name.
2528         (bookmark-bmenu-marks-width): Bump back to 2, to include
2529         annotation marks.
2530         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2531         property on the bookmark name, instead of not putting it at all.
2532         (bookmark-bmenu-list): Fix where we put the text property.
2534 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2536         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2537         for showing buffer modified state (as added in the previous change).
2539 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2541         * bookmark.el: Show modified state of bookmark buffer more accurately.
2542         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2543         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2544         (with-buffer-modified-unmodified): New macro.
2545         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2546         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2547         Use new macro to preserve the buffer modified state.
2549 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2551         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2552         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2553         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2554         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2555         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2556         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2557         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2559 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2561         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2562         Make the lines in the generated doc string shorter.  (Bug#4668)
2564 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2566         * net/rcirc.el: Add follow-link binding (Bug#4738).
2568 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2570         * Makefile.in (bzr-update): Rename from cvs-update.
2571         (cvs-update): New target for backward compatibility.
2573         * makefile.w32-in (bzr-update): Rename from cvs-update.
2574         (cvs-update): New target for backward compatibility.
2576 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2578         * bookmark.el: Remove gratuitous gratitude.
2580 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2582         * bookmark.el (bookmark-bmenu-any-marks): New function
2583         (bookmark-bmenu-save): Clear buffer modification if no marks.
2585 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2587         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2588         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2589         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2590         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2592         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2593         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2594         To: emacs-devel {_AT_} gnu.org
2595         Subject: bookmark.el bug report
2596         Date: Mon, 28 Dec 2009 14:19:16 +0800
2597         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2599 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2601         * bookmark.el: Improvements suggested by Drew Adams:
2602         (bookmark-bmenu-ensure-position): New name for
2603         `bookmark-bmenu-check-position'.  Just ensure the position,
2604         don't return any meaningful value.
2605         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2606         New constants.
2608 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2610         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2611         (bookmark-yank-point, bookmark-bmenu-check-position):
2612         Fix typos in docstrings.
2613         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2614         (bookmark-name-from-full-record, bookmark-get-position)
2615         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2616         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2617         Remove useless quoting of parenthesis, etc. in docstrings.
2619         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2620         (ediff-append-custom-diff): Fix typo in error message.
2621         (ediff-meta-mark-equal-files): Fix typos in messages.
2623         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2625         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2626         Fix typo in docstring.
2628         * net/imap-hash.el (imap-hash-make): Doc fix.
2629         (imap-hash-test): Fix typo in error message; reflow docstring.
2630         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2631         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2632         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2633         Fix typos in docstrings.
2634         (imap-hash-open-connection): Fix typo in error message.
2636         * play/gomoku.el (gomoku): Fix typos in docstring.
2638         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2639         (gdb-jsonify-buffer): Fix typos in docstring.
2640         (gdb-goto-breakpoint): Fix typo in error message.
2641         ("Display Other Windows"): Fix typo in help message.
2642         (gdb-speedbar-expand-node): Fix typo in question.
2644         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2645         (idlwave-html-system-help-location, idlwave-html-help-location)
2646         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2647         (idlwave-help-browser-generic-args, idlwave-help-directory)
2648         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2649         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2650         (idlwave-online-help, idlwave-help-html-link)
2651         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2652         Fix typos in docstrings.
2653         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2654         Reflow docstrings.
2655         (idlwave-help-assistant-start): Fix typo in error message.
2657         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2658         (octave-electric-space): Fix typos in docstrings.
2660 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2662         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2664 2010-01-01  Juri Linkov  <juri@jurta.org>
2666         * comint.el (comint-input-ring-size): Make it a defcustom and
2667         increase the default to 500 (Bug#5148).
2669 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2671         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2672         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2673         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2675 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2677         Show working revision correctly for mercurial.
2678         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2679         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2681 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2683         Declare some functions for the byte-compiler.
2684         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2685         (speedbar-timer-fn, speedbar-change-expand-button-char)
2686         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2688 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2690         This changeset reverts GDB Graphical Interface to use annotations.
2691         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2693 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2695         Make vc-dir work on subdirectories of the bzr root.
2696         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2697         file names relative to it.
2698         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2699         relative directory to vc-bzr-after-dir-status.
2701 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2703         * font-lock.el (font-lock-refresh-defaults): New function, which
2704         can be used to let font-lock react to external changes in
2705         variables like font-lock-defaults and keywords.
2706         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2708 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2710         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2712         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2714 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2716         Supersede color.diff settings in git log (bug#5211).
2718         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2719         escape chars in its output when the user has color.diff set to `always'.
2720         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2722 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2724         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2725         node.  Keep previous "Index" name to work with past coreutils too.
2727         * man.el (man): Revise docstring a bit to show -a and -l as
2728         examples.  Add -k description since support for it has otherwise
2729         been a secret.  (Further to bug#3717.)
2730         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2731         "no matches" rather than "Can't find manpage", as the latter reads
2732         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2734 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2736         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2737         switches.  Check also for //SUBDIRED// line.
2739 2009-12-25  Kenichi Handa  <handa@m17n.org>
2741         * language/indian.el (devanagari-composable-pattern): Fixed to
2742         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2743         Devanagari.
2744         (malayalam-composable-pattern): Fix previous change.
2746 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2748         * ps-print.el (ps-face-attributes): It was not returning the
2749         attribute face for faces specified as string.  Reported by harven
2750         <harven@free.fr>.
2751         (ps-print-version): New version 7.3.5.
2753 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2755         * calendar/icalendar.el (icalendar--convert-tz-offset):
2756         Fix timezone names.
2757         (icalendar--convert-tz-offset): Fix the "last-day-problem".
2758         (icalendar--add-diary-entry): Remove the trailing blank that
2759         diary-make-entry inserts.
2761 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2763         Make `file-expand-wildcards' work for remote files.
2765         * files.el (file-expand-wildcards): In case of remote files, check
2766         only local file name part for wildcards.  Provide feature 'files
2767         and subfeature 'remote-wildcards.  (Bug#5198)
2769         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2770         if there is already an established connection.
2771         (tramp-advice-file-expand-wildcards): Remove it.
2773         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2774         (tramp-advice-file-expand-wildcards): Move from tramp.el.
2775         Activate advice for older GNU Emacs versions.  (Bug#5237)
2777 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2779         Some doc fixes (more needed).
2781         * find-cmd.el (find-constituents): Reflow docstring.
2782         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2783         (find-generic): Doc fix.
2785 2009-12-17  Juri Linkov  <juri@jurta.org>
2787         Fix regression from 23.1 to allow multiple modes in Local Variables.
2789         * files.el (hack-local-variables-filter): While ignoring duplicates,
2790         don't take `mode' into account.
2791         (hack-local-variables-filter, hack-dir-local-variables):
2792         Don't remove duplicate `mode' from local-variables-alist (like `eval').
2794 2009-12-17  Juri Linkov  <juri@jurta.org>
2796         Make `dired-diff' safer.  (Bug#5225)
2798         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2799         `current' or when `file' is a directory of the `current' file.
2801 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2803         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2804         unconditionally preloaded files.
2806 2009-12-16  Juri Linkov  <juri@jurta.org>
2808         Revert to old 23.1 logic of using the file at the mark as default.
2809         * dired-aux.el (dired-diff): Use the file at the mark as default
2810         if it's not the same as the current file, and the target dir is
2811         the current dir or the mark is active.  Add the current file
2812         as the arg of `dired-dwim-target-defaults'.  Use the default file
2813         in the prompt.  (Bug#5225)
2815 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2817         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2818         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2819         (tramp-check-for-regexp): Check also, when an echoing shell stops
2820         to echo sent commands.
2822 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2824         * Makefile.in: Revert last change (Bug#5191).
2826 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2828         * vc-hg.el (vc-hg-print-log): Fix argument order.
2829         (vc-hg-working-revision): Make sure the command is executed in a
2830         known environment so that we can parse the output.  (Bug#4417)
2832 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2834         * progmodes/python.el (python-symbol-completions): Remove text
2835         properties from symbol string before calling python-send-receive.
2837 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2839         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2840         when there are values for both file and line.  (Bug#5060)
2842 2009-12-14  Juri Linkov  <juri@jurta.org>
2844         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2845         whitespace after the file name of the first line of unified format,
2846         because git-diff doesn't output whitespace and file modification time
2847         after the file name.
2849 2009-12-14  David Kastrup  <dak@gnu.org>
2851         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2852         check if it already has the `display' property added by
2853         `Info-display-images-node', and not put the `invisible' property
2854         in this case.
2856 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2858         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2859         (semantic-mru-bookmark-mode): Doc fixes.
2861         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2862         of assert.
2864 2009-12-13  Glenn Morris  <rgm@gnu.org>
2866         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2867         (report-emacs-bug): In message-mode, sort manually before storing
2868         original report text.  (Bug#5178)
2869         Remove superfluous save-excursion.
2871 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2873         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2874         when responding to "GetAll" properties.
2876 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2878         * simple.el (compose-mail): Remove mail-setup-with-from from
2879         customization checks.
2881 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2883         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2884         RAR archives created on Unix systems.
2886 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2889         the varalias that was accidentally removed by the 2009-11-19 change
2890         (bug#5186).
2892 2009-12-12  Kenichi Handa  <handa@m17n.org>
2894         * language/indian.el (indian-compose-regexp): New function.
2895         (malayalam-composable-pattern): Fix the pattern.
2896         (composition-function-table): Set malayalam-composable-pattern for
2897         Malayalam characters.
2899 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2901         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2902         rather than down-mouse-1, based on follow-link conventions.
2904         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2905         are compiled.
2907 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2909         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2910         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2911         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2912         (verilog-leap-to-head, verilog-backward-token):
2913         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2915 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2917         * progmodes/verilog-mode.el (verilog-auto-lineup)
2918         (verilog-nameable-item-re): Cleanup user-visible spelling and
2919         documentation errors.  One reported by Gary Delp.
2920         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2921         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2922         package, bug195.  Reported by Pierre-David Pfister.
2924 2009-12-11  Glenn Morris  <rgm@gnu.org>
2926         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2928         * mail/emacsbug.el: No longer require sendmail.
2929         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2930         (report-emacs-bug-orig-text): Doc fix.
2931         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2932         New local variables, to adapt to different mail-user-agents.
2933         (report-emacs-bug): Fix test for a gnu.org address.
2934         Use overlays for emphasis, since font-lock defeats 'face property.
2935         Pretest bugs also end up at the newsgroup these days.
2936         Stop message-mode stripping text properties.
2937         Set and use the new buffer-local variables.
2938         (report-emacs-bug-hook): Add doc-string.
2939         Remove some unnecessary save-excursions and simplify.
2940         Use the appropriate hook and send-command.
2942         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2943         capitalization of some menu entries.
2945 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2947         * whitespace.el (whitespace-display-char-on): Ensure
2948         `buffer-display-table' is unique when two or more windows are
2949         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2950         New version 12.1.
2952 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2954         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2955         characters in the Attribute field.
2957 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2959         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2961 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2963         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2964         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2965         Disregard autoload-excludes.
2966         (update-directory-autoloads): Obey autoload-excludes here instead.
2967         But don't store its contents in no-autoloads and remove entries that
2968         refer to excludes files.
2970 2009-12-10  Glenn Morris  <rgm@gnu.org>
2972         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2973         (expand-mail-aliases): Define for compiler.
2975         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2976         Define for compiler.
2978         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2979         appropriate for the mail-user-agent in use.
2981 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2983         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2985 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2987         Fix short log parsing and fontification.
2988         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2989         Fix fontification for the [merge] label.
2991 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2993         Drop some properties to avoid surprises (bug#5002).
2994         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2995         (hfy-fontify-buffer): Use it.
2997 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         Minor cleanup.
3000         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3001         Adjust all callers.
3002         (ffap-locate-file): Remove unused arg `dir-ok' and make other
3003         args compulsory.  Adjust callers.
3004         (ffap-gopher-at-point): Remove unused var `name'.
3006         Get rid of the ELCFILES abomination.
3007         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3008         (compile-elcfiles): New phony target.
3009         (compile-main): Compute ELCFILES dynamically.
3010         (compile-clean): New target to remove left-over elc files.
3011         (compile, all): Use it.
3013 2009-12-09  Kenichi Handa  <handa@etlken>
3015         * international/mule-diag.el: Require help-mode instead of help-fns.
3017 2009-12-09  Kenichi Handa  <handa@m17n.org>
3019         * international/mule-cmds.el (ucs-names): Supply sufficiently
3020         fine ranges instead of pre-calculating accurate ranges.
3021         Iterate with bigger gc-cons-threshold.
3023 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
3025         Add support for stashing a snapshot of the current tree.
3026         * vc-git.el (vc-git-stash-snapshot): New function.
3027         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3029 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
3031         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3032         instead of `(beginning|end)-of-line'.
3034 2009-12-08  Glenn Morris  <rgm@gnu.org>
3036         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3038         * Makefile.in (ELCFILES): Regenerate.
3040 2009-12-07  Juri Linkov  <juri@jurta.org>
3042         Don't lazy-highlight the comint output in history Isearch mode.
3044         * comint.el (comint-history-isearch-search): Instead of
3045         `comint-line-beginning-position', use `comint-after-pmark-p'
3046         to check if point if before the process mark, and go to
3047         `process-mark' in this case.
3049 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3051         * textmodes/tex-mode.el (latex-complete)
3052         (latex-indent-or-complete): Remove.
3053         (latex-mode): Set completion-at-point-functions instead.
3055         Provide a standard completion command and hook it into TAB.
3056         * minibuffer.el (completion-at-point-functions): New var.
3057         (completion-at-point): New command.
3058         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3059         * progmodes/python.el (python-mode-map): Use completion-at-point.
3060         (python-completion-at-point): Rename from python-partial-symbol and
3061         adjust for use in completion-at-point-functions.
3062         (python-mode): Setup completion-at-point for Python completion.
3063         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3064         extracted from lisp-complete-symbol.
3065         (lisp-complete-symbol): Use it.
3066         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3067         setup completion-at-point for Elisp completion.
3068         (emacs-lisp-mode-map, lisp-interaction-mode-map):
3069         Use completion-at-point.
3070         * ielm.el (ielm-map): Use completion-at-point.
3071         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3072         * progmodes/sym-comp.el: Move to...
3073         * obsolete/sym-comp.el: Move from progmodes.
3075 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
3077         Prevent save-buffer in Rmail buffers from using the coding-system
3078         of the current message, and from clobbering the encoding mnemonics
3079         in the mode line (Bug#4623).
3081         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3082         flag, too.
3083         (rmail-message-encoding): New variable.
3084         (rmail-write-region-annotate): Record the encoding of the current
3085         message in rmail-message-encoding.
3086         (rmail-after-save-hook): New function, restores the encoding of
3087         the current message after the message collection is saved.
3089 2009-12-07  Juri Linkov  <juri@jurta.org>
3091         * progmodes/grep.el (grep-read-files): Use `completing-read'
3092         instead of `read-string'.  Set its `collection' arg to
3093         `read-file-name-internal'.  (Bug#4301)
3095 2009-12-07  Juri Linkov  <juri@jurta.org>
3097         Correctly restore original Isearch point.  (Bug#4994)
3099         * isearch.el (isearch-mode): Move `isearch-push-state' after
3100         `(run-hooks 'isearch-mode-hook)'.
3101         (isearch-cancel): When `isearch-push-state-function' is defined,
3102         let-bind `isearch-cmds' to the first state (the last element of
3103         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3104         function and restores the original point).  Otherwise, move point
3105         to `isearch-opoint'.
3107 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3110         chars that don't have names, so the table can be built much faster at
3111         run-time.
3113 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
3115         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3116         change.  Suggested by David Kastrup.
3118         * simple.el (compose-mail): Check for incompatibilities and warn.
3119         (compose-mail-user-agent-warnings): New option.
3121 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3123         Support showing a single log entry from vc-annotate.
3124         * vc.el (print-log): Add a new argument: START-REVISION.
3125         (vc-print-log-internal): Add a new optional argument and
3126         pass it to the backend.
3127         (vc-print-log, vc-print-root-log): Adjust callers.
3128         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3129         buffer already displays the requested log entry, use it.
3130         Otherwise display only the log entry in question.
3131         * vc-svn.el (vc-svn-print-log):
3132         * vc-mtn.el (vc-mtn-print-log):
3133         * vc-hg.el (vc-hg-state):
3134         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3135         (vc-git-show-log-entry): Return t on success.
3136         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3137         (vc-bzr-show-log-entry): Return t on success.
3138         * vc-rcs.el (vc-rcs-print-log):
3139         * vc-sccs.el (vc-sccs-print-log):
3140         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3142 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3144         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3145         Add menus to the meta mode.  (Bug#5043)
3147 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3149         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3150         event-key.
3152         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3154 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3156         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3157         Berbain <raphael.berbain@gmail.com>.
3159         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3160         characters.
3161         (tramp-initial-end-of-output): New defconst.
3162         (tramp-methods, tramp-find-shell)
3163         (tramp-open-connection-setup-interactive-shell)
3164         (tramp-maybe-open-connection): Use it.
3165         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3166         existence of `#' and `$'.
3168         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3169         `tramp-initial-end-of-output'.
3171 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3173         Get the background mode from the terminal for xterm, and set
3174         faces accordingly.
3175         * term/xterm.el (xterm-set-background-mode): New function.
3176         (terminal-init-xterm): Use it in case xterm supports background
3177         color queries.  Recompute faces after getting the background
3178         color.
3180 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3182         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3183         number comment back on its own line, for easier parsing.
3185 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3187         Make it work for non-file buffers (bug#5102).
3188         * doc-view.el (doc-view-current-cache-dir):
3189         Use doc-view-buffer-file-name rather than buffer-file-name.
3190         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3192 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3194         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3195         author field is too short.
3197 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3199         * vc-git.el (vc-git-print-log): Handle a limit argument.
3200         Display the short log in graph form and with labels.
3201         (vc-git-log-view-mode): Handle labels.
3203         Make vc-revert change VC state from 'added to 'unregistered.
3204         * vc-git.el (vc-git-revert): Call git reset first.
3206 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3208         * net/newst-backend.el, net/newst-plainview.el:
3209         * net/newst-reader.el, net/newst-ticker.el:
3210         * net/newst-treeview.el, net/newsticker.el:
3211         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3213 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3215         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3217         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3218         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3219         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3220         Update annotation regexp.
3222         * simple.el (beginning-of-visual-line): Constrain to field
3223         boundaries (Bug#5106).
3225 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3227         * xml.el (xml-substitute-numeric-entities): Move
3228         newsticker--decode-numeric-entities in newst-backend.el to
3229         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3230         * net/newst-backend.el (newsticker--parse-generic-feed)
3231         (newsticker--parse-generic-items)
3232         (newsticker--decode-numeric-entities): Move
3233         newsticker--decode-numeric-entities in newst-backend.el to
3234         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3236 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3238         * progmodes/js.el (js--js-not): Add null to the list of values.
3240 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3242         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3244 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3246         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3247         delimiter if it is at the end of the current line.
3248         (bibtex-generate-url-list): Fix docstring.
3250 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3253         minibuffer's content with itself.
3254         Fold the confirm-after-completion case into the `confirm' case.
3255         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3257 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3259         * ffap.el (ffap-rfc-path): Make this a defcustom since
3260         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3262         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3263         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3265 2009-12-05  Juri Linkov  <juri@jurta.org>
3267         Save and restore dired buffer's point positions too.  (Bug#4880)
3269         * dired.el (dired-save-positions): Return in the first element
3270         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3271         Doc fix.
3272         (dired-restore-positions): First restore buffer's position.
3273         While restoring window's positions, check if window still displays
3274         the original buffer.
3276 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3278         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3279         if possible.
3281         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3282         Make argument optional.
3284         * shell.el (shell): Require ansi-color (Bug#5113).
3286         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3288         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3290 2009-12-05  Alan Mackenzie  <acm@muc.de>
3292         * progmodes/cc-mode.el (c-before-hack-hook)
3293         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3294         `c-file-style' to work again.  This reversion restores the current
3295         software to its state in Emacs 23.1.  (Bug#4146)
3297 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3299         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3300         comment-start-skip to comment-end-skip as comment (Bug#4781).
3302 2009-12-05  Juri Linkov  <juri@jurta.org>
3304         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3305         for virtual nodes.  (Bug#4147)
3306         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3307         when moving from a virtual node.
3308         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3309         (Info-mode): Add `Info-virtual-index' to the docstring.
3311 2009-12-05  Eric Ludlam  <zappo@gnu.org>
3313         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3314         Describe project macro symbols.
3316         * cedet/semantic/complete.el (semantic-complete-do-completion):
3317         Don't call semantic-collector-current-exact-match.
3319         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3320         ede-objects as targets.
3322         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3323         a target's object list even if compiler vars are already in the
3324         Makefile.
3326         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3327         list of headers producing necessary macros.
3329 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3331         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3332         track of the buffer position of the end of a BibTeX entry as this
3333         position may change during reformatting.
3334         (bibtex-format-entry): Remove whitespace before processing
3335         numerical fields so that we recognize the latter properly.
3336         (bibtex-reformat): Do not use push which changes the global value
3337         of bibtex-entry-format.
3338         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3339         (bibtex-field-re-init): Replace only space characters by regexp
3340         for whitespace.
3341         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3342         (bibtex-initialize): Also update bibtex-strings.
3343         (bibtex-kill-field): Preserve white space at end of entry.
3344         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3345         Update bibtex-reference-keys.
3347 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3350         point after a star, if that's the only place where modifications can
3351         make progress.
3353 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3355         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3356         in docstrings.
3358 2009-12-04  Juri Linkov  <juri@jurta.org>
3360         * proced.el (proced): Call `(proced-update t)' to update process
3361         information instead of only running proced-post-display-hook.
3362         (proced-send-signal): Add a leading space to the buffer name
3363         " *Marked Processes*" to make this buffer ephemeral.
3365 2009-12-04  Juri Linkov  <juri@jurta.org>
3367         * dired.el (dired-auto-revert-buffer): New defcustom.
3368         (dired-internal-noselect): Use it.
3370 2009-12-04  Juri Linkov  <juri@jurta.org>
3372         Change roles of modes and functions in image-mode.el (Bug#5062).
3374         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3375         in `auto-mode-alist'.
3376         (image-mode-previous-major-mode): New variable.
3377         (image-minor-mode-map): Rename from `image-mode-text-map'.
3378         (image-mode): Move graceful error-handling code from
3379         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3380         (image-minor-mode): Remove all image-handling code.
3381         Replace `image-mode-text-map' with `image-minor-mode-map'.
3382         Check for `image-type' in mode-line format string.
3383         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3384         (image-mode-as-text): New function with most code from
3385         `image-mode-maybe'.
3386         (image-toggle-display-text): Move code that removes image
3387         properties from `image-toggle-display' to here.
3388         (image-toggle-display-image): New function with code that adds
3389         image properties copied from `image-toggle-display'.
3390         (image-toggle-display): Remove most code with leaving only code
3391         that toggles between `image-mode-as-text' and `image-mode'.
3393 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3395         * net/newst-treeview.el
3396         (newsticker--treeview-list-highlight-start): Restored call to
3397         save-excursion: Selected item was stuck.
3398         (newsticker--treeview-list-select): New.
3399         (newsticker--treeview-item-show-text)
3400         (newsticker--treeview-item-show)
3401         (newsticker--treeview-item-update): Use new
3402         newsticker-treeview-item-mode.
3403         (newsticker-treeview-update): Keep current item.
3404         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3405         (newsticker--treeview-first-feed): Doc change.
3406         (newsticker-treeview-list-menu)
3407         (newsticker-treeview-item-menu): Added menu entries.
3408         (newsticker-treeview-item-mode): New.
3410         * net/newst-backend.el (newsticker-customize): Delete other
3411         windows.
3413 2009-12-04  Sam Steingold  <sds@gnu.org>
3415         * log-view.el (log-view-mode-map): "q" calls quit-window,
3416         like in all the other non-self-insert buffers.
3418 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         Minor cleanup.
3421         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3422         key decoding rather than do it manually via last-input-event +
3423         ascii-character.
3424         (term-exec): Use delete-and-extract-region.
3425         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3426         (term-process-pager): Remove unused var `i'.
3427         (term-dynamic-simple-complete): Make obsolete.
3428         (serial-update-config-menu): Remove unused vars `y' and `str'.
3429         (term-update-mode-line): Remove unused var `temp'.
3431 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3433         Limit the number of log entries displayed by default.
3434         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3435         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3436         using a prefix argument.
3438 2009-12-03  Glenn Morris  <rgm@gnu.org>
3440         * progmodes/idlwave.el (class): Restore still useful declaration.
3442 2009-12-03  Alan Mackenzie  <acm@muc.de>
3444         Enhance `c-parse-state' to run efficiently in "brace deserts".
3446         * progmodes/cc-mode.el (c-basic-common-init):
3447         Call c-state-cache-init.
3448         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3449         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3450         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3452         * progmodes/cc-langs.el (c-before-font-lock-function):
3453         c-extend-and-neutralize-syntax-in-CPP has been renamed
3454         c-neutralize-syntax-in-and-mark-CPP.
3456         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3457         with `category' properties now, not `syntax-table' ones.
3459         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3460         enhanced (but slower) version of c-end-of-macro that won't land
3461         inside a literal or on another awkward character.
3462         (c-state-cache-too-far, c-state-cache-start)
3463         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3464         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3465         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3466         (c-state-min-scan-pos, c-state-brace-pair-desert)
3467         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3468         buffer local variables.
3469         (c-state-literal-at, c-state-lit-beg)
3470         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3471         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3472         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3473         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3474         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3475         (c-renarrow-state-cache)
3476         (c-append-lower-brace-pair-to-state-cache)
3477         (c-state-push-any-brace-pair, c-append-to-state-cache)
3478         (c-remove-stale-state-cache)
3479         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3480         (c-invalidate-state-cache-1, c-parse-state-1)
3481         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3482         (c-parse-state): Enhance and refactor.
3483         (c-debug-parse-state): Amend to deal with all the new variables.
3485         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3486         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3487         modify to use category text properties rather than syntax-table ones.
3488         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3489         to switch off/on the syntactic paren property of C++ template
3490         delimiters using the category property.
3491         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3492         template delims suppressed.
3493         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3494         New constant/macros which apply category properties to the start
3495         and end of preprocessor constructs.
3496         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3497         "comment out" the syntactic value of characters in preprocessor
3498         constructs.
3499         (c-with-cpps-commented-out)
3500         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3501         with characters in all or all but one preprocessor constructs
3502         "commented out".
3504 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3506         * proced.el (proced-filter-alist): Use regexp-quote.
3508 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3510         Cleanup.
3511         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3512         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3513         arguments.  Expand `default-directory'.
3515         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3516         the benefit of returning an expanded localname.
3517         (tramp-tramp-file-p): Handle the case NAME is not a string.
3519 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3521         Add support for bzr shelve/unshelve.
3522         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3523         (vc-bzr-extra-menu-map): New variables.
3524         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3525         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3526         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3527         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3528         (vc-bzr-dir-extra-headers): Display shelves.
3530         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3532 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * textmodes/bibtex.el (bibtex-complete-internal):
3535         Use completion-in-region.
3536         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3538 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3540         Support applying stashes.  Improve UI.
3541         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3542         (vc-git-stash-apply, vc-git-stash-pop)
3543         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3544         (vc-git-stash-menu): New functions.
3545         (vc-git-stash-menu-map): New variable.
3546         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3548 2009-12-03  Glenn Morris  <rgm@gnu.org>
3550         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3551         (vc-print-log-internal): Fix previous change.
3552         (vc-revert): Correct pluralization.
3554 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3557         it to be an alist any more.
3558         (makefile-complete): Use completion-in-region.
3560         * progmodes/octave-mod.el (octave-complete-symbol):
3561         Use completion-in-region.
3563         Misc cleanup.
3564         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3565         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3566         (idlwave-complete-class): Don't quote lambda.
3567         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3568         (idlwave-mode-map): Move initialization into declaration.
3569         (idlwave-action-and-binding): Use backquotes.
3570         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3571         Simplify.
3572         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3573         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3574         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3575         `parts', and `all-parts'.
3576         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3577         (idlwave-convert-xml-system-routine-info): Remove unused string
3578         `version-string'.
3579         (idlwave-display-user-catalog-widget): Use dolist.
3580         (idlwave-scanning-lib): Declare dynamically-scoped var.
3581         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3582         (completion-highlight-first-word-only): Declare to silence bytecomp.
3583         (idlwave-popup-select): Tighten scope of `resp'.
3584         (idlwave-find-struct-tag): Remove unused var `beg'.
3585         (idlwave-after-load-rinfo-hook): Declare.
3586         (idlwave-sintern-class-info): Remove unused var `taglist'.
3587         (idlwave-find-class-definition): Remove unused var `list'.
3588         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3589         (idlwave-what-module-find-class): Remove unused var `classes'.
3591 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3593         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3595 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3597         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3598         buffers visited.  Remove redundant current-buffer-saving.
3600 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         Use completion-in-buffer and remove uses of dynamic scoping.
3603         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3604         (pascal-buffer-to-use, pascal-flag): Don't declare.
3605         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3606         (pascal-get-completion-decl, pascal-keyword-completion):
3607         Add `pascal-str' argument, save-excursion,
3608         return the found completions, and don't filter with pascal-pred.
3609         (pascal-completion-cache): New var.
3610         (pascal-completion): Don't switch buffer any more (it was never
3611         necessary).  Don't save-excursion any more (it's done by the called
3612         subroutines).  Use a cache to avoid redundant computations.
3613         Use complete-with-action rather than pascal-completion-response and
3614         let it apply the predicate as well.
3615         (pascal-complete-word): Use completion-in-buffer when
3616         pascal-toggle-completions is nil.
3617         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3618         not used any more.
3619         (pascal-comp-defun): Don't change buffer any more.
3620         Use complete-with-action rather than pascal-completion-response and
3621         let it apply the predicate as well.
3622         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3623         when neded.
3625 2009-12-02  Kenichi Handa  <handa@m17n.org>
3627         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3628         shape for all Indic scripts.
3630 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3632         Use completion-in-buffer.
3633         * wid-edit.el (widget-field-text-end): New function.
3634         (widget-field-value-get): Use it.
3635         (widget-string-complete, widget-file-complete)
3636         (widget-color-complete): Use it and completion-in-region.
3637         (widget-complete): Don't narrow the buffer.
3639 2009-12-02  Glenn Morris  <rgm@gnu.org>
3641         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3642         (rmail-select-summary): Use rmail-pop-to-buffer.
3643         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3644         rmail-pop-to-buffer, to prevent horizontal splits.
3646         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3647         save-excursion with save-current-buffer.
3648         Widen before searching.  (Bug#5093)
3649         (diary-list-sexp-entries): Remove superfluous save-excursion.
3651 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3653         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3654         name.  (Bug#5038)
3656 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3658         * ido.el (ido-file-internal): Handle filenames at point that do
3659         not have a directory part.  (Bug#5049)
3661 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3663         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3664         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3666 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3668         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3669         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3670         any more.
3672 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3674         * comint.el (comint-insert-input): Ignore clicks to the right of
3675         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3677         * vc.el (vc-print-log-internal): Don't wait for the process to
3678         terminate before setting up the major mode.
3680         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3681         in case.
3683         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3684         the last element.
3686         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3688 2009-12-01  Glenn Morris  <rgm@gnu.org>
3690         * window.el (window--display-buffer-2): Fix previous changes.
3692 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3694         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3696 2009-12-01  Glenn Morris  <rgm@gnu.org>
3698         * Makefile.in (ELCFILES): Add mpc.elc.
3700 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3702         * mpc.el: New file.
3704 2009-12-01  Glenn Morris  <rgm@gnu.org>
3706         * window.el (window-to-use): Define for compiler.
3708         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3709         consistent with others (no final period).
3711         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3712         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3714 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3716         Make vc-print-log buttons work.
3717         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3719 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3721         * savehist.el (savehist-autosave-interval): Allow setting to nil
3722         through customize.  (Bug#5056)
3724 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3726         Fix references to jit-lock properties.
3727         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3728         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3729         (perl-font-lock-special-syntactic-constructs):
3730         Quote jit-lock-defer-multiline property.
3732 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3734         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3736 2009-11-30  Juri Linkov  <juri@jurta.org>
3738         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3739         value `buffer' of `multi-isearch-next-buffer-current-function'.
3740         Use `(current-buffer)' when `buffer' is nil.
3741         (multi-isearch-next-buffer-from-list): Don't fallback to
3742         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3744 2009-11-30  Juri Linkov  <juri@jurta.org>
3746         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3747         of buffers with `get-buffer' to `multi-isearch-buffers'.
3748         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3749         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3750         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3751         FILES with `expand-file-name' converting relative file names
3752         to absolute.  Doc fix.  (Bug#4727)
3754 2009-11-30  Juri Linkov  <juri@jurta.org>
3756         * misearch.el (multi-isearch-read-buffers)
3757         (multi-isearch-read-matching-buffers): New functions.
3758         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3759         Use them in the `interactive' spec.  Doc fix.
3760         (multi-isearch-read-files, multi-isearch-read-matching-files):
3761         New functions.
3762         (multi-isearch-files, multi-isearch-files-regexp):
3763         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3765 2009-11-30  Juri Linkov  <juri@jurta.org>
3767         * doc-view.el (doc-view-continuous):
3768         Rename from `doc-view-continuous-mode'.
3769         (doc-view-menu): Move "Toggle display" to the top.
3770         Add submenu "Continuous" with radio buttons "Off"/"On"
3771         and "Save as Default".
3772         (doc-view-scroll-up-or-next-page)
3773         (doc-view-scroll-down-or-previous-page)
3774         (doc-view-next-line-or-next-page)
3775         (doc-view-previous-line-or-previous-page): Rename
3776         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3778 2009-11-30  Juri Linkov  <juri@jurta.org>
3780         * comint.el (comint-mode-map): Rebind `M-r' from
3781         `comint-previous-matching-input' to
3782         `comint-history-isearch-backward-regexp'.
3783         Unbind `M-s' to allow global key binding `M-s'.
3784         Add menu items for `comint-history-isearch-backward' and
3785         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3787 2009-11-30  Juri Linkov  <juri@jurta.org>
3789         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3790         For def=recenter, replace `recenter' with `recenter-top-bottom'
3791         that is called with `this-command' and `last-command' let-bound
3792         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3793         set `recenter-last-op' to nil.  (Bug#4981)
3795 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3797         Minor cleanup and simplification.
3798         * filecache.el (file-cache-add-directory)
3799         (file-cache-add-directory-recursively)
3800         (file-cache-add-from-file-cache-buffer)
3801         (file-cache-delete-file-regexp, file-cache-delete-directory)
3802         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3803         (file-cache-temp-minibuffer-message): Delete function.
3804         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3806         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3807         Don't signal an error when bumping into EOB in tr, s, or y.
3809 2009-11-29  Juri Linkov  <juri@jurta.org>
3811         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3812         (Bug#4960)
3814         * descr-text.el (describe-char-unidata-list): Use lowercase name
3815         for "Unicode name" like in other tags.
3817 2009-11-29  Juri Linkov  <juri@jurta.org>
3819         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3820         New compatibility macro.
3821         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3823 2009-11-29  Juri Linkov  <juri@jurta.org>
3825         Add defcustom to define the cycling order of `recenter-top-bottom'.
3826         (Bug#4981)
3828         * window.el (recenter-last-op): Doc fix.
3829         (recenter-positions): New defcustom.
3830         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3831         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3833 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3835         Improve integration of Tramp and ange-ftp in eshell.
3837         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3838         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3839         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3841         * eshell/esh-util.el (top): Require also Tramp when compiling.
3842         (eshell-directory-files-and-attributes): Check for FTP remote
3843         connection.
3844         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3845         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3846         (eshell-file-attributes): Handle ".".  Return `entry'.
3848         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3849         (ange-ftp-directory-files-and-attributes)
3850         (ange-ftp-real-directory-files-and-attributes): New defuns.
3852         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3853         shell with "exec" when possible.  This prevents trailing prompts
3854         in `start-file-process'.
3856 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         Try and remove assumptions about point-min==1.
3859         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3860         (rng-compute-mode-line-string): Show the validation percentage in
3861         terms of the narrowed text, not the widened text.
3862         (rng-do-some-validation): Don't catch internal errors when debugging.
3863         (rng-first-error): Simplify.
3864         (rng-after-change-function): Remove work around.  AFAIK the bug has
3865         been fixed a while ago.
3867         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3868         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3870         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3872         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3873         `cd' doesn't always do it for us (bug#5067).
3875         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3876         on 2009-10-25 as part of some other change (bug#5067).
3878 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3880         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3881         `suspicious'.
3882         (byte-compile-warnings): Use byte-compile-warning-types.
3883         (byte-compile-save-excursion): Warn about use of set-buffer right
3884         after save-excursion.
3886         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3887         the excursion as well.
3889 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3891         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3892         providing a Tramp related implementation of "su" and "sudo".
3893         (eshell-unix-initialize): Add "su" and "sudo".
3895 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3897         * net/socks.el (socks-send-command): Convert binary request to
3898         unibyte before sending.  This fixes mishandling of some port
3899         numbers such as 129.
3901 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * help.el (describe-bindings-internal): Remove `interactive'.
3905         * man.el (Man-completion-table): Trim a terminating "(".
3906         Remove the space between name page a section.
3907         Add the command's description on the `help-echo' property.
3908         Remove `process-connection-type' binding since it's unused by
3909         call-process.
3910         Provide completion for the "<section> <name>" format as well.
3911         (Man-default-man-entry): Remove spurious var shadowing the argument.
3913 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3915         * log-view.el: Add "Keywords: tools", since its other keywords
3916         aren't in finder-known-keywords, and following vc.el.
3918         * sha1.el (sha1-string-external): default-directory "/" in case
3919         otherwise non-existent.  process-connection-type pipe for touch of
3920         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3922 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3924         Misc coding convention cleanups.
3925         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3926         hfy-init-kludge-hooks.
3927         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3928         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3929         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3930         and push.
3931         (hfy-slant, hfy-weight): Use tables rather than code.
3932         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3933         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3934         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3935         (hfy-face-to-css): Remove `nconc' with single arg.
3936         (hfy-p-to-face-lennart): Use `or'.
3937         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3938         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3939         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3940         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3941         (hfy-force-fontification): Use run-hooks.
3943 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3945         Various minor fixes.
3946         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3947         Javascript belongs in the header, not the body.
3948         (hfy-javascript): Remove.
3949         (hfy-fontify-buffer): Don't insert it any more.
3950         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3951         Fix bug in invis handling when there were no invis props in a chunk.
3953 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3957 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3959         * finder.el (finder-mode-map): Add a menu.
3961 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3963         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3964         "unsigned" structs.
3966         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3967         fork" statement better.
3969 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3971         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3972         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3973         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3974         Reported by Clay Douglass.
3976         (verilog-auto-inst, verilog-auto-star-safe)
3977         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3978         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3979         Pierre-David Pfister.
3981 2009-11-26  Glenn Morris  <rgm@gnu.org>
3983         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3984         the scope.
3986 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3988         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3989         Really use previous revision.
3991 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3993         * man.el (Man-completion-table): default-directory "/" in case
3994         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3995         not to truncate long names.  process-connection-type pipe to avoid
3996         any chance of hitting the pseudo-tty TIOCGWINSZ.
3997         (man): completion-ignore-case t for friendliness and since man
3998         itself is case-insensitive on the command line.
3999         Further to Bug#3717.
4001         * arc-mode.el: Add "Keywords: files", so the details in its
4002         commentary can be reached from finder-by-keyword.
4003         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
4004         editing mode, but it's comms related and sgml-mode.el has "comm"
4005         on that basis too.
4006         * textmodes/bibtex-style.el: Add "Keywords: tex".
4007         * international/isearch-x.el, international/ja-dic-cnv.el:
4008         * international/ja-dic-utl.el, international/kkc.el:
4009         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4011 2009-11-25  Juri Linkov  <juri@jurta.org>
4013         * man.el (Man-completion-table): Modify regexp to include
4014         section names to completion strings.  (Bug#3717)
4016 2009-11-25  Juri Linkov  <juri@jurta.org>
4018         Search recursively in gzipped files.  (Bug#4982)
4020         * progmodes/grep.el (grep-highlight-matches): Add new options
4021         `always' and `auto'.  Doc fix.
4022         (grep-process-setup): Check `grep-highlight-matches' for
4023         `auto-detect' to determine the need to compute grep defaults.
4024         Move Windows/DOS specific --colors settings handling
4025         to `grep-compute-defaults'.  Check `grep-highlight-matches'
4026         to get the value of "--color=".
4027         (grep-compute-defaults): Compute `grep-highlight-matches' when it
4028         has the value `auto-detect'.  Move Windows/DOS specific settings
4029         from `grep-process-setup'.
4030         (zrgrep): New command with alias `rzgrep'.
4032 2009-11-25  Juri Linkov  <juri@jurta.org>
4034         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4035         to nil instead of switching off view-mode.  (Bug#4896)
4037 2009-11-25  Juri Linkov  <juri@jurta.org>
4039         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
4041         * mwheel.el (mwheel-scroll-up-function)
4042         (mwheel-scroll-down-function): New defvars.
4043         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4044         `scroll-up', and `mwheel-scroll-down-function' instead of
4045         `scroll-down'.
4047         * doc-view.el (doc-view-scroll-up-or-next-page)
4048         (doc-view-scroll-down-or-previous-page): Add optional ARG.
4049         Use this ARG in the call to image-scroll-up/image-scroll-down.
4050         Change `interactive' spec to "P".  Goto next/previous page only
4051         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4052         SPC/DEL case).  Doc fix.
4053         (doc-view-next-line-or-next-page)
4054         (doc-view-previous-line-or-previous-page): Rename arg to ARG
4055         for consistency.
4056         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4057         `doc-view-scroll-up-or-next-page', and buffer-local
4058         `mwheel-scroll-down-function' to
4059         `doc-view-scroll-down-or-previous-page'.
4061 2009-11-25  Juri Linkov  <juri@jurta.org>
4063         Provide additional default values (directories at other Dired
4064         windows) via M-n in the minibuffer of some Dired commands.
4066         * dired-aux.el (dired-diff, dired-compare-directories)
4067         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4068         `minibuffer-default' in `minibuffer-with-setup-hook'.
4069         (dired-dwim-target-directory): Find a window that displays Dired
4070         buffer instead of failing when the next window is not Dired.
4071         Use `get-window-with-predicate' to find for the next Dired window.
4072         (dired-dwim-target-defaults): New function.
4074         * ediff-util.el (ediff-read-file-name):
4075         Use `dired-dwim-target-defaults' to set `minibuffer-default'
4076         in `minibuffer-with-setup-hook'.
4078 2009-11-25  Juri Linkov  <juri@jurta.org>
4080         Provide additional default values (file name at point or at the
4081         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
4083         * minibuffer.el (read-file-name-defaults): New function.
4084         (read-file-name): Reset `minibuffer-default' to nil when
4085         it duplicates initial input `insdef'.
4086         Bind `minibuffer-default-add-function' to lambda that
4087         calls `read-file-name-defaults' in `minibuffer-selected-window'.
4088         (minibuffer-insert-file-name-at-point): New command.
4090         * files.el (file-name-at-point-functions): New defcustom.
4091         (find-file-default): Remove defvar.
4092         (find-file-read-args): Don't use `find-file-default'.
4093         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4094         to `read-file-name'.
4095         (find-file-literally): Use `read-file-name' with
4096         `confirm-nonexistent-file-or-buffer'.
4098         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4100         * dired.el (dired-read-dir-and-switches):
4101         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4102         to `read-file-name'.
4103         (dired-file-name-at-point): New function.
4104         (dired-mode): Add hook `dired-file-name-at-point' to
4105         `file-name-at-point-functions'.
4107 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4109         Really make the *Completions* window soft-dedicated (bug#5030).
4110         * window.el (window--display-buffer-2): Add `dedicated' argument.
4111         (display-buffer): Pass it when needed so the dedicated flag is set
4112         after calling set-window-buffer, which would otherwise reset it.
4114 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * progmodes/meta-mode.el (meta-complete-symbol):
4117         * progmodes/etags.el (complete-tag):
4118         * mail/mailabbrev.el (mail-abbrev-complete-alias):
4119         Use completion-in-region.
4121         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4122         (dabbrev-completion): Use completion-in-region.
4123         (dabbrev--abbrev-at-point): Simplify regexp.
4125         * abbrev.el (abbrev--before-point): Use word-motion functions
4126         if :regexp is not specified (bug#5031).
4128         * subr.el (string-prefix-p): New function.
4130         * man.el (Man-completion-cache): New var.
4131         (Man-completion-table): Use it.
4133         * vc.el (vc-print-log-internal): Make `limit' optional for better
4134         compatibility (e.g. with vc-annotate.el).
4136 2009-11-24  Kevin Ryde  <user42@zip.com.au>
4138         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4139         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
4141         * emacs-lisp/elint.el (elint-add-required-env): Better error message
4142         when .el source file not found or other error.
4144 2009-11-24  Markus Triska  <markus.triska@gmx.at>
4146         * linum.el (linum-update-window): Ignore intangible (bug#4996).
4148 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4150         Handle the [back] button properly (bug#4979).
4151         * descr-text.el (describe-text-properties): Add a `buffer' argument.
4152         Use help-setup-xref, help-buffer, and with-help-window.
4153         (describe-char): Add `buffer' argument.
4154         Pass proper command to help-setup-xref.  Don't meddle with
4155         help-xref-stack-item directly.
4156         (describe-text-category): Use with-help-window and help-buffer.
4158         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4159         for the displayed buffer (bug#4887).
4161         * man.el (Man-completion-table): New function.
4162         (man): Use it.
4164 2009-11-24  David Reitter  <david.reitter@gmail.com>
4166         * vc-git.el (vc-git-registered): Use checkout directory (where
4167         .git is) rather than the file's directory and a relative path spec
4168         to work around a bug in git.
4170 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4172         Improve handling of processes on remote hosts.
4174         * eshell/esh-util.el (eshell-path-env): New defvar.
4175         (eshell-parse-colon-path): New defun.
4176         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4178         * eshell/esh-ext.el (eshell-search-path):
4179         Use `eshell-parse-colon-path'.
4180         (eshell-remote-command): Remove argument HANDLER.
4181         (eshell-external-command): Check for FTP remote connection.
4183         * eshell/esh-proc.el (eshell-gather-process-output):
4184         Use `file-truename', in order to start also symlinked files.
4185         Apply `start-file-process' instead of `start-process'.
4186         Shorten `command' to the local file name part.
4188         * eshell/em-cmpl.el (eshell-complete-commands-list):
4189         Use `eshell-parse-colon-path'.
4191         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4193         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4194         to `eshell-directory-change-hook'.
4196 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4198         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4199         because it could be enabled automatically if view-read-only is non-nil.
4201 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4203         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4204         made on 2009-11-22.
4206 2009-11-24  Glenn Morris  <rgm@gnu.org>
4208         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4209         deleted variable bookmark-bmenu-bookmark-column.
4211         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4212         Move after definition of global-semantic-idle-tag-highlight-mode.
4214 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4218 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4220         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4221         two slashes to the "file:" prefix.
4222         (browse-url-file-url): De-munge Cygwin filenames before passing
4223         them to Windows browser.
4224         (browse-url-default-windows-browser): Use call-process.
4226 2009-11-23  Juri Linkov  <juri@jurta.org>
4228         Implement DocView Continuous mode.  (Bug#4896)
4229         * doc-view.el (doc-view-continuous-mode): New defcustom.
4230         (doc-view-mode-map): Bind C-n/<down> to
4231         `doc-view-next-line-or-next-page', C-p/<up> to
4232         `doc-view-previous-line-or-previous-page'.
4233         (doc-view-next-line-or-next-page)
4234         (doc-view-previous-line-or-previous-page): New commands.
4236 2009-11-23  Juri Linkov  <juri@jurta.org>
4238         Implement Isearch in comint input history.  (Bug#3746)
4239         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4240         `isearch-mode-hook'.
4241         (comint-history-isearch): New defcustom.
4242         (comint-history-isearch-backward)
4243         (comint-history-isearch-backward-regexp): New commands.
4244         (comint-history-isearch-message-overlay): New buffer-local variable.
4245         (comint-history-isearch-setup, comint-history-isearch-end)
4246         (comint-goto-input, comint-history-isearch-search)
4247         (comint-history-isearch-message, comint-history-isearch-wrap)
4248         (comint-history-isearch-push-state)
4249         (comint-history-isearch-pop-state): New functions.
4251 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4253         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4254         return.
4255         (tramp-handle-make-symbolic-link)
4256         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4257         Quote file names.
4258         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4259         (tramp-handle-process-file): Use it.
4261 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * window.el (move-to-window-line-last-op): Remove.
4264         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4266 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4268         Make M-r mirror the new cycling behavior of C-l.
4269         * window.el (move-to-window-line-last-op): New var.
4270         (move-to-window-line-top-bottom): New command.
4271         (global-map): Bind M-r move-to-window-line-top-bottom.
4273 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4275         * dired-x.el (dired-guess-shell-alist-default):
4276         Support xz format.  (Bug#4953)
4278 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
4280         * cedet/srecode/map.el (srecode-get-maps):
4281         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4282         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4283         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4284         (semantic-toggle-decoration-style):
4285         * cedet/semantic/decorate/include.el
4286         (semantic-decoration-include-describe)
4287         (semantic-decoration-unknown-include-describe)
4288         (semantic-decoration-unparsed-include-describe)
4289         (semantic-decoration-all-include-summary):
4290         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4291         * cedet/semantic/analyze/complete.el
4292         (semantic-analyze-possible-completions):
4293         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4294         (semantic-show-unmatched-syntax-mode)
4295         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4296         (semantic-highlight-func-mode):
4297         * cedet/semantic/util.el (semantic-describe-buffer):
4298         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4299         (semantic-symref-find-tags-by-name)
4300         (semantic-symref-find-tags-by-regexp)
4301         (semantic-symref-find-tags-by-completion)
4302         (semantic-symref-find-file-references-by-name)
4303         (semantic-symref-find-text):
4304         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4305         (senator-yank-tag):
4306         * cedet/semantic/scope.el (semantic-calculate-scope):
4307         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4308         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4309         (define-semantic-idle-service):
4310         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4311         (semantic-complete-analyze-inline-idle):
4312         * cedet/semantic/analyze.el (semantic-analyze-current-context):
4313         * cedet/mode-local.el (describe-mode-local-bindings)
4314         (describe-mode-local-bindings-in-mode):
4315         * cedet/ede/make.el (ede-make-check-version):
4316         * cedet/ede/locate.el (ede-enable-locate-on-project):
4317         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4318         (cedet-idutils-version-check):
4319         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4320         (cedet-gnu-global-version-check):
4321         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4322         (cedet-cscope-version-check): Use called-interactively-p instead
4323         of interactive-p.
4325         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4326         Use semantic-format-tag-prototype.
4328 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4330         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4331         last-command-char/last-command-event.
4332         (viper-prefix-arg-value): Do correct conversion of event-char for
4333         XEmacs.
4335         * emulation/viper-util.el, emulation/viper.el:
4336         Use viper-last-command-char instead of
4337         last-command-char/last-command-event.
4339         * ediff-init.el, ediff-mult.el, ediff-util.el:
4340         Replace last-command-char and last-command-event
4341         with (ediff-last-command-char) everywhere.
4343         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4344         created in fundamental mode.
4346         * ediff.el (ediff-version): Revert the change of interactive-p to
4347         called-interactively-p.
4349 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4351         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4352         generation from word-movement command names.
4354 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
4356         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4357         (semantic-complete-jump-local, semantic-complete-jump):
4358         Improve prompt string.
4360 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4362         * cus-start.el (all): Add native condition for font-use-system-font.
4364 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4366         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4367         Correct the patch from 2009-11-18.  (Bug#3910)
4369 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4371         * progmodes/subword.el: Rename from lisp/subword.el.
4373         * subword.el: Rename to progmodes/subword.el.
4375         * Makefile.in (ELCFILES): Adapt to subword.el move.
4377 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4378             Stefan Monnier  <monnier@iro.umontreal.ca>
4380         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4381         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4382         (bookmark-bmenu-show-filenames): Use push.
4383         (bookmark-bmenu-hide-filenames): Use local var instead of
4384         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4385         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4386         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4387         filenames now that the bookmark names are always available.
4389 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4392         (bookmark-search-pattern): Move and leave unbound.
4393         (bookmark-bmenu-mode-map): Change binding.
4394         (bookmark-read-search-input): Simplify.
4395         Don't use text-char-description.  Don't error on non-char events.
4396         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4397         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4398         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4399         Use a local var for the timer.
4400         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4401         (i.e. bookmark-bmenu-search).
4403 2009-11-21  Glenn Morris  <rgm@gnu.org>
4405         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4407 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4409         * net/browse-url.el (browse-url-default-windows-browser):
4410         Use cygstart for cygwin.
4412 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4414         * bookmark.el: Formatting and doc fixes only:
4415         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4416         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4417         Minor grammar and punctuation fixes in doc string.
4418         (bookmark-read-search-input): Adjust to fit within 80 columns.
4420 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4422         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4423         (c-backward-into-nomenclature): Adapt to subword renaming.
4425         * subword.el (subword-forward, subword-backward, subword-mark)
4426         (subword-kill, subword-backward-kill, subword-transpose)
4427         (subword-downcase, subword-upcase, subword-capitalize)
4428         (subword-forward-internal, subword-backward-internal):
4429         Rename from forward-subword, backward-subword, mark-subword,
4430         kill-subword, backward-kill-subword, transpose-subwords,
4431         downcase-subword, upcase-subword, capitalize-subword,
4432         forward-subword-internal, backward-subword-internal.
4434 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4436         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4437         New options.
4438         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4439         New vars.
4440         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4441         (bookmark-bmenu-filter-alist-by-regexp)
4442         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4443         (bookmark-bmenu-search): New command.
4444         (bookmark-bmenu-mode-map): Bind it.
4446 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4448         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4450         * cedet/semantic/idle.el (define-semantic-idle-service)
4451         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4453 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4455         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4456         backward-subword to quit the byte-compiler.
4458         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4460         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4462         * progmodes/cc-cmds.el (c-update-modeline)
4463         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4464         Refer to subword.el functions instead of cc-subword.el.
4466         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4467         subword.el functions instead of cc-subword.el.
4469         * progmodes/cc-subword.el: Rename to subword.el.
4470         * subword.el: Rename from progmodes/cc-subword.el.
4471         (subword-mode-map): Rename from c-subword-mode-map.
4472         (subword-mode): Rename from c-subword-mode.
4473         (global-subword-mode): New global minor mode.
4474         (forward-subword): Rename from c-forward-subword.
4475         (backward-subword): Rename from c-backward-subword.
4476         (mark-subword): Rename from c-mark-subword.
4477         (kill-subword): Rename from c-kill-subword.
4478         (backward-kill-subword): Rename from c-backward-kill-subword.
4479         (transpose-subwords): Rename from c-tranpose-subword.
4480         (downcase-subword): Rename from c-downcase-subword.
4481         (capitalize-subword): Rename from c-capitalize-subword.
4482         (forward-subword-internal): Rename from c-forward-subword-internal.
4483         (backward-subword-internal): Rename from c-backward-subword-internal.
4485 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4487         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4488         from a dired buffer.
4489         (vc-dired-deduce-fileset): New function.
4490         (vc-root-diff, vc-print-root-log): Use it.
4492         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4493         nil LIMIT argument to vc-print-log-internal.
4495 2009-11-20  Glenn Morris  <rgm@gnu.org>
4497         * Makefile.in (ELCFILES): Regenerate.
4499 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4501         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4503         * cedet/semantic.el: Enable idle-mode menu items only if
4504         global-semantic-idle-scheduler-mode is enabled.
4505         (semantic-default-submodes): Doc fix.
4507         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4508         When turning off, disable other idle modes.
4510 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4512         * calc/calc.el (calc-set-mode-line):
4513         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4514         (math-format-number): Rename `math-format-complement-signed' to
4515         `math-format-twos-complement'.
4517         * calc/calc-bin.el (math-format-twos-complement): Rename from
4518         math-format-complement-signed.
4519         (calc-radix): Rename `calc-complement-signed-mode' to
4520         `calc-twos-complement-mode'.
4521         (calc-octal-radix, calc-hex-radix): Add an argument for
4522         two's complement.
4524         * calc/calc-embed.el (calc-embedded-mode-vars):
4525         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4527         * calc/calc-ext.el (calc-init-extensions):
4528         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4529         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4531         * calc/calc-units.el (math-build-units-table-buffer):
4532         Let `calc-twos-complement-mode' be nil.
4534         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4535         entries.
4537         * calc/calc-vec.el (calcFunc-vunpack):
4538         * calc/calc-aent.el (calc-do-calc-eval):
4539         * calc/calc-forms.el (math-format-date):
4540         * calc/calc-graph.el (calc-graph-plot):
4541         * calc/calc-math.el (math-use-emacs-fn):
4542         * calc/calccomp.el (math-compose-expr):
4543         Let `calc-twos-complement-mode' be nil.
4545 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4548         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4549         * minibuffer.el (completion-in-region-functions): New hook.
4550         (completion-in-region): New function.
4551         * emacs-lisp/lisp.el (lisp-complete-symbol):
4552         * pcomplete.el (pcomplete-std-complete): Use it.
4554 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4556         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4557         (latex-complete-alist): New vars.
4558         (latex-string-prefix-p, latex-complete-bibtex-keys)
4559         (latex-complete-envnames, latex-complete-refkeys)
4560         (latex-complete-data): New functions.
4561         (latex-complete, latex-indent-or-complete): New commands.
4563         * window.el (display-buffer-mark-dedicated): New var.
4564         (display-buffer): Obey it.
4565         * minibuffer.el (minibuffer-completion-help): Use it.
4567         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4569         * filecache.el (file-cache-add-file): Use push and cons.
4570         (file-cache-delete-file-regexp): Use push.
4571         (file-cache-complete): Use completion-in-region.
4573         * simple.el (with-wrapper-hook): Fix thinko.
4575         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4576         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4577         Use with-current-buffer and string-to-number.
4578         (hfy-fallback-colour-values): Use assoc-string.
4579         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4580         (hfy-face-at): Remove unused var `found-face'.
4581         (hfy-compile-stylesheet): Remove unused var `css'.
4582         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4583         and `orig-buffer'.
4584         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4585         Use with-current-buffer.
4586         (hfy-text-p): Use expand-file-name and fewer setq.
4588 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4590         * htmlfontify.el, hfy-cmap.el: New files.
4592 2009-11-19  Juri Linkov  <juri@jurta.org>
4594         * minibuffer.el (completions-format): New defcustom.
4595         (completion--insert-strings): Implement vertical format.
4597         * simple.el (switch-to-completions): Move point to the first
4598         completion when point was at the beginning of the buffer.
4600 2009-11-19  Juri Linkov  <juri@jurta.org>
4602         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4604         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4606 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4608         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4609         (mail-signature): Change default to t.
4610         (mail-from-style): Deprecate `system-default' value.
4611         (mail-insert-from-field): For default value of mail-from-style,
4612         default to `angles' unless `angles' needs quoting and `parens'
4613         does not.
4614         (mail-citation-prefix-regexp): Use citation regexp from
4615         message-mode.
4617 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4619         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4620         Set variables for computing the prompt for reading password.
4622 2009-11-19  Glenn Morris  <rgm@gnu.org>
4624         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4626         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4628         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4629         (newsticker-treeview-listwindow-height): Fix custom type.
4631 2009-11-19  Kenichi Handa  <handa@m17n.org>
4633         * descr-text.el (describe-char-padded-string): Compose with TAB
4634         only if there's a font for CH.
4635         (describe-char): Fix the condition for detecting a trivial composition.
4637 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4639         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4640         more accurate version of the regexp.  (Bug#3910)
4642 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4644         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4646 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4648         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4649         (font-setting-change-default-font): Fix typo in docstring.
4651 2009-11-18  Alan Mackenzie  <acm@muc.de>
4653         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4655 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4657         * font-setting.el (font-use-system-font): Move ...
4659         * cus-start.el (all): ... to here.
4661 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4663         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4664         Don't set `ad-return-value' if `ad-do-it' doesn't.
4666         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4667         modification time.
4669 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4671         * menu-bar.el: Put "Use system font" in Option-menu.
4672         (menu-bar-options-save): Add font-use-system-font.
4674         * loadup.el: If feature system-font-setting or font-render-setting is
4675         there, load font-setting.
4677         * Makefile.in (ELCFILES): Add font-settings.el.
4678         * font-setting.el: New file.
4680 2009-11-17  Glenn Morris  <rgm@gnu.org>
4682         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4684         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4685         Preserve point in the list buffer.  (Bug#4939)
4686         Use point-at-eol.
4687         (newsticker--treeview-list-update-highlight)
4688         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4690 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4692         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4693         Remove.
4695         * calc/calc-ext.el (calc-init-extensions): Remove references to
4696         symclip.
4698         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4700         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4701         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4702         `calc-symclip'.
4704 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4706         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4707         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4709         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4710         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4711         Ignore trailing spaces by omit-nulls to split-string (fixing
4712         regression from Emacs 21 due to the incompatible split-string
4713         change).  (Bug #4928.)
4715 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4717         * vc.el (vc-log-show-limit): Default to 2000.
4718         (vc-print-log-internal): Insert buttons to request more entries
4719         when limiting the output.
4721         * vc-sccs.el (vc-sccs-print-log):
4722         * vc-rcs.el (vc-rcs-print-log):
4723         * vc-cvs.el (vc-cvs-print-log):
4724         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4725         LIMIT is non-nil.
4727 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4729         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4730         error when `tramp-gvfs-dbus-event-vector' is set.
4731         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4733 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4737 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4739         * net/dbus.el (dbus-unregister-service): New defun.
4740         (dbus-register-property): Register the handlers of
4741         "org.freedesktop.DBus.Properties" for SERVICE.
4742         (dbus-property-handler): Fix docstring.
4744 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4746         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4747         Quote doc string reference in defvaralias as it is not in special form.
4748         (byte-compile-output-docform): Doc fix.
4750 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4752         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4753         (calc-complement-signed-mode): New variables.
4754         (calc-set-mode-line): Add indicator for twos-complements.
4755         (math-format-number): Format twos-complement notation.
4757         * calc/calc-bin.el (calc-word-size): Reset the variables
4758         `math-2-word-size' and `math-half-2-word-size'.
4759         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4760         (calc-symclip): New functions.
4762         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4764         * calc/calc-embed.el (calc-embedded-mode-vars):
4765         Add `calc-complement-signed-mode' to the list of modes.
4767         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4768         (calc-b-oper-keys): Add `calc-symclip' to list.
4770         * calc/calc-ext.el (math-read-number-fancy): Read complement
4771         signed numbers.
4772         (calc-init-extensions): Add binding for `calc-symclip'.
4773         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4775         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4776         `calc-symclip'.
4777         (calc-modes-menu): Add item for twos complement mode.
4779         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4781 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4783         * register.el (jump-to-register, insert-register): Handle Semantic
4784         tags.  From commented-out advice in semantic/senator.el.
4786 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4788         * vc.el (vc-log-show-limit): New variable.
4789         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4790         when using a prefix argument.
4791         (vc-print-log-internal): Add new argument LIMIT.
4793         * vc-svn.el (vc-svn-print-log):
4794         * vc-mtn.el (vc-mtn-print-log):
4795         * vc-hg.el (vc-hg-print-log):
4796         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4797         pass it to the log command when set.  Make the BUFFER argument
4798         non-optional.
4800         * vc-sccs.el (vc-sccs-print-log):
4801         * vc-rcs.el (vc-rcs-print-log):
4802         * vc-git.el (vc-git-print-log):
4803         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4804         ignore it.  Make the BUFFER argument non-optional
4806         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4808 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4810         * dired.el (dired-mode-map): Move encryption items to "Operate"
4811         menu (Bug#4703).
4813         * strokes.el (strokes-update-window-configuration): Make strokes
4814         buffer current before erasing (Bug#4906).
4816         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4817         (semantic-idle-summary-mode): Define using define-minor-mode
4818         instead of define-semantic-idle-service.
4819         (semantic-idle-summary-mode): New function.
4820         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4821         that mouse motion does not reset the echo area.
4823 2009-11-15  Juri Linkov  <juri@jurta.org>
4825         * simple.el (set-mark-default-inactive): Add :type, :group
4826         and :version.  (Bug#4876)
4828 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4830         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4831         (archive-unique-fname): ... here.  (Bug#4929)
4833 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4836         with a real fix.
4838         * novice.el (disabled-command-function): Add useful args.
4839         Setup the help buffer so that [back] works.
4840         Remove redundant call to help-mode.
4841         (disabled-command-function): Use `case'.
4842         (en/disable-command): New function extracted from enable-command.
4843         (enable-command, disable-command): Use it.
4845 2009-11-14  Glenn Morris  <rgm@gnu.org>
4847         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4848         constants.  (Bug#4913)
4850         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4852 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4854         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4855         defined in C that have no doc-strings.  (Bug#1063)
4857 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4859         * cus-edit.el (data, files):
4860         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4862 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4864         * simple.el (shell-command): Doc fix (Bug#4891).
4866         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4868 2009-11-14  Glenn Morris  <rgm@gnu.org>
4870         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4871         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4872         If they are already loaded, eval-after-load will do the right thing.
4874         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4875         compiling.
4877         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4879         * simple.el (x-selection-owner-p): Declare.
4880         (read-mail-command): Use custom radio type rather than choice.
4881         (completion-no-auto-exit): Doc fix.
4883         * custom.el (defgroup):
4884         * epg-config.el (epg): Doc fixes.
4886 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4888         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4889         * international/ccl.el (define-ccl-program): Do not purecopy the
4890         docstring, defconst does it anyway.
4892 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4895         a second time.
4897         * x-dnd.el (x-dnd-maybe-call-test-function):
4898         * window.el (split-window-vertically):
4899         * whitespace.el (whitespace-help-on):
4900         * vc-rcs.el (vc-rcs-consult-headers):
4901         * userlock.el (ask-user-about-lock-help)
4902         (ask-user-about-supersession-help):
4903         * type-break.el (type-break-force-mode-line-update):
4904         * time-stamp.el (time-stamp-conv-warn):
4905         * terminal.el (te-set-output-log, te-more-break, te-filter)
4906         (te-sentinel, terminal-emulator):
4907         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4908         (term-write-input-ring, term-check-source, term-start-output-log):
4909         (term-display-buffer-line, term-dynamic-list-completions):
4910         (term-ansi-make-term, serial-term):
4911         * subr.el (selective-display):
4912         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4913         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4914         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4915         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4916         (speedbar-remove-localized-speedbar-support)
4917         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4918         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4919         (speedbar-buffers-line-directory):
4920         * simple.el (shell-command-on-region, append-to-buffer)
4921         (prepend-to-buffer):
4922         * shadowfile.el (shadow-save-todo-file):
4923         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4924         (scroll-bar-maybe-set-window-start):
4925         * sb-image.el (speedbar-image-dump):
4926         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4927         (load-save-place-alist-from-file):
4928         * ps-samp.el (ps-print-message-from-summary):
4929         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4930         (ps-background-image, ps-begin-job, ps-do-despool):
4931         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4932         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4933         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4934         (pr-call-process, pr-file-list, pr-interface-save):
4935         * novice.el (disabled-command-function)
4936         (enable-command, disable-command):
4937         * mouse.el (mouse-buffer-menu-alist):
4938         * mouse-copy.el (mouse-kill-preserving-secondary):
4939         * macros.el (kbd-macro-query):
4940         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4941         * informat.el (batch-info-validate):
4942         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4943         * hippie-exp.el (try-expand-dabbrev-visible):
4944         * help-mode.el (help-make-xrefs):
4945         * help-fns.el (describe-variable):
4946         * generic-x.el (bat-generic-mode-run-as-comint):
4947         * finder.el (finder-mouse-select):
4948         * find-dired.el (find-dired-sentinel):
4949         * filesets.el (filesets-file-close):
4950         * files.el (list-directory):
4951         * faces.el (list-faces-display, describe-face):
4952         * facemenu.el (list-colors-display):
4953         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4954         * epg.el (epg--process-filter, epg-cancel):
4955         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4956         (epa--read-signature-type):
4957         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4958         (emerge-file-names):
4959         * ehelp.el (electric-helpify):
4960         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4961         * ediff-vers.el (rcs-ediff-view-revision):
4962         * ediff-util.el (ediff-setup):
4963         * ediff-mult.el (ediff-append-custom-diff):
4964         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4965         (ediff-wordify):
4966         * echistory.el (Electric-command-history-redo-expression):
4967         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4968         * disp-table.el (describe-display-table):
4969         * dired.el (dired-find-buffer-nocreate):
4970         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4971         * dabbrev.el (dabbrev--same-major-mode-p):
4972         * chistory.el (list-command-history):
4973         * apropos.el (apropos-documentation):
4974         * allout.el (allout-obtain-passphrase):
4975         (allout-copy-exposed-to-buffer):
4976         (allout-verify-passphrase): Use with-current-buffer.
4978 2009-11-13  Glenn Morris  <rgm@gnu.org>
4980         * Makefile.in (ELCFILES): Regenerate.
4982 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4984         * net/dbus.el (dbus-registered-objects-table): Rename from
4985         `dbus-registered-functions-table', because it contains also properties.
4986         (dbus-unregister-object): Unregister also properties.
4987         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4988         Use a timeout of 500 msec, in order to not block.
4989         (dbus-register-property, dbus-property-handler): New defuns.
4991 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4993         * simple.el (minibuffer-default-add-completions): Drop deprecated
4994         4th arg.
4996 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4998         * textmodes/artist.el (artist-mouse-choose-operation):
4999         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5000         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5001         (artist-compute-up-event-key): New function.
5002         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5004 2009-11-13  Kenichi Handa  <handa@m17n.org>
5006         * language/japan-util.el: Make sure that the value of jisx0208
5007         property is jisx0208 character.
5009 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
5011         * international/mule.el (auto-coding-regexp-alist): Only purecopy
5012         car or each item, not the whole list.
5014 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5016         * minibuffer.el (minibuffer-completion-help):
5017         Use minibuffer-hide-completions.
5019 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
5021         * dired.el (dired-save-positions, dired-restore-positions): New funs.
5022         (dired-revert): Use them (bug#4880).
5024 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5026         * tooltip.el (tooltip-frame-parameters): Undo previous change.
5028 2009-11-12  Juri Linkov  <juri@jurta.org>
5030         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5031         New functions.
5032         (find-file-literally-at-point): Alias of `ffap-literally'.
5034 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
5036         * textmodes/ispell.el (ispell-skip-region-alist):
5037         * textmodes/css-mode.el (auto-mode-alist):
5038         * progmodes/compile.el (auto-mode-alist):
5039         * international/mule.el (ctext-non-standard-encodings-alist)
5040         (ctext-non-standard-encodings-regexp):
5041         * simple.el (shell-command-switch, text-read-only):
5042         * replace.el (occur-mode-map):
5043         * paths.el (rmail-file-name):
5044         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5045         * find-file.el (ff-special-constructs):
5046         * files.el (file-name-handler-alist):
5047         * composite.el: Purecopy strings.
5049         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5051 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5053         * widget.el (define-widget): Purecopy the docstring.
5054         * international/mule-cmds.el (charset): Do not purecopy the
5055         docstring here, define-widget does it.
5057         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5058         * textmodes/bibtex-style.el (auto-mode-alist):
5059         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5060         * progmodes/compile.el (compile-command):
5061         * language/korea-util.el (default-korean-keyboard):
5062         * international/mule-conf.el (file-coding-system-alist):
5063         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5064         * tooltip.el (tooltip-frame-parameters):
5065         * newcomment.el (comment-end, comment-padding):
5066         * dired.el (dired-trivial-filenames):
5067         * comint.el (comint-file-name-prefix): Purecopy initial values.
5069 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
5071         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5072         (tramp-advice-minibuffer-electric-tilde): Unload advices via
5073         `tramp-unload'.
5074         (tramp-advice-make-auto-save-file-name)
5075         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5076         after removing the advice.
5078 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
5080         * progmodes/grep.el (grep-regexp-alist):
5081         * international/mule-cmds.el (iso-2022-control-alist):
5082         * emacs-lisp/timer.el (timer-duration-words):
5083         * subr.el (version-separator, version-regexp-alist):
5084         * minibuffer.el (completion-styles-alist):
5085         * faces.el (face-attribute-name-alist, list-faces-sample-text):
5086         Change defvars to defconsts.
5088         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5089         * loadup.el ("international/mule-conf"): Load the byte compiled version.
5090         * international/mule-conf.el: Allow to be byte compiled.
5092         * international/mule.el (define-charset): Purecopy props.
5093         (load-with-code-conversion): Purecopy doc string and file name.
5094         (put-charset-property): Purecopy strings.
5095         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5097         * international/mule-cmds.el (register-input-method): Purecopy arguments.
5098         (define-char-code-property): Correctly purecopy the table.
5100         * international/ccl.el (define-ccl-program): Purecopy the docstring.
5102         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5104         * subr.el (add-hook): Purecopy strings.
5105         (eval-after-load): Purecopy load-history-regexp and the form.
5107         * custom.el (custom-declare-group): Purecopy load-file-name.
5109         * subr.el (menu-bar-separator): New defconst.
5110         * net/eudc.el (eudc-tools-menu):
5111         * international/mule-cmds.el (set-coding-system-map)
5112         (mule-menu-keymap):
5113         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5114         * vc-hooks.el (vc-menu-map):
5115         * replace.el (occur-mode-map):
5116         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5117         (menu-bar-edit-menu, menu-bar-goto-menu)
5118         (menu-bar-custom-menu, menu-bar-showhide-menu)
5119         (menu-bar-options-menu, menu-bar-tools-menu)
5120         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5121         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5122         (menu-bar-help-menu):
5123         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5124         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5126         * term/x-win.el (x-gtk-stock-map):
5127         * progmodes/vera-mode.el (auto-mode-alist):
5128         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5129         (inferior-lisp-program, inferior-lisp-load-command):
5130         * progmodes/hideshow.el (hs-special-modes-alist):
5131         * progmodes/gud.el (same-window-regexps):
5132         * progmodes/grep.el (grep-program, find-program, xargs-program):
5133         * net/telnet.el (same-window-regexps):
5134         * net/rlogin.el (same-window-regexps):
5135         * language/ethiopic.el (font-ccl-encoder-alist):
5136         * vc-sccs.el (vc-sccs-master-templates):
5137         * vc-rcs.el (vc-rcs-master-templates):
5138         * subr.el (cl-assertion-failed):
5139         * simple.el (next-error-overlay-arrow-position):
5140         * lpr.el (lpr-command):
5141         * locate.el (locate-ls-subdir-switches):
5142         * info.el (same-window-regexps, info)
5143         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5144         * image-mode.el (image-mode, auto-mode-alist):
5145         * hippie-exp.el (hippie-expand-ignore-buffers):
5146         * format.el (format-alist):
5147         * find-dired.el (find-ls-subdir-switches, find-grep-options)
5148         (find-name-arg):
5149         * facemenu.el (facemenu-keybindings):
5150         * dired.el (dired-listing-switches, dired-chown-program):
5151         * diff.el (diff-switches, diff-command):
5152         * cus-edit.el (same-window-regexps):
5153         * bindings.el (mode-line-mule-info)
5154         (mode-line-buffer-identification): Purecopy strings.
5156 2009-11-11  Juri Linkov  <juri@jurta.org>
5158         * simple.el (dired-get-filename) <declare-function>:
5159         Tell the byte-compiler about dired-get-filename.
5160         (shell-command): In Dired mode, get filename from the current line
5161         as the default value.
5163 2009-11-10  Glenn Morris  <rgm@gnu.org>
5165         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5166         * calendar/holidays.el, progmodes/cperl-mode.el:
5167         Update x-popup-menu declarations.
5169         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5170         (list-load-path-shadows): Use dolist.
5171         (list-load-path-shadows): Use with-current-buffer.
5173 2009-11-10  Juri Linkov  <juri@jurta.org>
5175         * minibuffer.el (read-file-name): Support a list of default values
5176         in `default-filename'.  Use the first file name where only one
5177         element is required.  Doc fix.
5179 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
5181         * net/dbus.el (dbus-unregister-object): Release service, if no
5182         other method is registered for it.
5184 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
5186         * bookmark.el (bookmark-completing-read): Sort bookmark names if
5187         bookmark-sort-flag is non-nil (Bug#4653).
5189 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5191         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5192         the progress reporter entirely.
5194         * emulation/cua-base.el: Add CUA property to some CC mode commands
5195         (Bug#4100).
5197 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5199         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5200         at end of sentence (Bug#4818).
5202 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5204         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5205         Handle "see declaration of" MSFT statements (Bug#4100).
5207 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5209         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5210         (tramp-advice-file-expand-wildcards): Unload via
5211         `ad-remove-advice'.
5213         * net/trampver.el: Update release number.
5215 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5217         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5218         `ad-do-it'.
5220 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5222         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5223         in order to keep context in SELinux.
5225 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5227         * dired-aux.el (dired-query): Place cursor in echo area and allow
5228         C-g.
5230         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5231         menu item if not on a directory (Bug#4701).
5233 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5235         Sync with Tramp 2.1.17.
5237         * net/tramp.el (tramp-handle-copy-directory): Don't use
5238         `file-remote-p' (due to compatibility).
5240         * net/tramp-compat.el (tramp-compat-copy-directory)
5241         (tramp-compat-delete-directory): New defuns.
5243         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5244         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5245         `tramp-compat-delete-directory'.
5247         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5248         (tramp-smb-handle-delete-directory): Use
5249         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5251         * net/trampver.el: Update release number.
5253 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5255         * tar-mode.el (tar-copy): Call write-region on the right buffer
5256         (Bug#4857).
5258         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5259         by hand, if necessary (Bug#4878).
5261 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5263         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5264         align size column (Bug#4839).
5266         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5267         statement.
5269 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5271         * progmodes/ld-script.el (auto-mode-alist):
5272         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5274         * cus-face.el (custom-declare-face): Purecopy face spec.
5276 2009-11-06  Kenichi Handa  <handa@m17n.org>
5278         * international/uni-bidi.el: Re-generated.
5279         * international/uni-category.el: Re-generated.
5280         * international/uni-combining.el: Re-generated.
5281         * international/uni-mirrored.el: Re-generated.
5283 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5285         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5286         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5287         (tex-start-options, slitex-run-command, latex-run-command)
5288         (tex-run-command, tex-directory):
5289         * textmodes/ispell.el (ispell-html-skip-alists)
5290         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5291         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5292         (adaptive-fill-regexp):
5293         * textmodes/dns-mode.el (auto-mode-alist):
5294         * progmodes/python.el (interpreter-mode-alist):
5295         * progmodes/etags.el (tags-compression-info-list):
5296         * progmodes/etags.el (tags-file-name):
5297         * net/browse-url.el (browse-url-galeon-program)
5298         (browse-url-firefox-program):
5299         * mail/sendmail.el (mail-signature-file)
5300         (mail-citation-prefix-regexp):
5301         * international/mule-conf.el (eight-bit):
5302         * international/latexenc.el (latex-inputenc-coding-alist):
5303         * international/fontset.el (x-pixel-size-width-font-regexp):
5304         * emacs-lisp/warnings.el (warning-type-format):
5305         * emacs-lisp/trace.el (trace-buffer):
5306         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5307         (emacs-lisp-mode-map):
5308         * calendar/holidays.el (holiday-solar-holidays)
5309         (holiday-bahai-holidays, holiday-islamic-holidays)
5310         (holiday-christian-holidays, holiday-hebrew-holidays)
5311         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5312         (hebrew-holidays-1, holiday-oriental-holidays)
5313         (holiday-general-holidays):
5314         * x-dnd.el (x-dnd-known-types):
5315         * tool-bar.el (tool-bar):
5316         * startup.el (site-run-file):
5317         * shell.el (shell-dumb-shell-regexp):
5318         * rfn-eshadow.el (file-name-shadow-tty-properties)
5319         (file-name-shadow-properties):
5320         * paths.el (remote-shell-program, news-directory):
5321         * mouse.el ([C-down-mouse-3]):
5322         * menu-bar.el (menu-bar-tools-menu):
5323         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5324         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5325         (jka-compr-compression-info-list):
5326         * isearch.el (search-whitespace-regexp):
5327         * image-file.el (image-file-name-extensions):
5328         * find-dired.el (find-ls-option):
5329         * files.el (directory-listing-before-filename-regexp)
5330         (directory-free-space-args, insert-directory-program)
5331         (list-directory-brief-switches, magic-fallback-mode-alist)
5332         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5333         (automount-dir-prefix):
5334         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5335         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5336         (face-font-registry-alternatives, face-font-registry-alternatives)
5337         (face-font-family-alternatives):
5338         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5339         (facemenu-foreground-menu, facemenu-face-menu):
5340         * epa-hook.el (epa-file-name-regexp):
5341         * dnd.el (dnd-protocol-alist):
5342         * textmodes/rst.el (auto-mode-alist):
5343         * button.el (default-button): Purecopy strings.
5345 2009-11-06  Glenn Morris  <rgm@gnu.org>
5347         * Makefile.in (ELCFILES): Update.
5349 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5352         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5354         * nxml/xsd-regexp.el (xsdre-gen-categories):
5355         * nxml/xmltok.el (xmltok-parse-entity):
5356         * nxml/rng-parse.el (rng-parse-validate-file):
5357         * nxml/rng-maint.el (rng-format-manual)
5358         (rng-manual-output-force-new-line):
5359         * nxml/rng-loc.el (rng-save-schema-location-1):
5360         * nxml/rng-cmpct.el (rng-c-parse-file):
5361         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5362         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5364 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5366         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5367         Remove extra save-excursions and make-variable-buffer-local's.
5368         Suggested by Stefan Monnier.
5370         (verilog-getopt-file, verilog-module-inside-filename-p)
5371         (verilog-set-define): Merge GNU 1.35 and repair changes from
5372         switching to using with-current-buffer.
5374         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5375         being treated as a number and confusing AUTORESET.
5376         Reported by Dan Dever.
5378         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5379         Add verilog-auto-ignore-concat to fix backward compatibility with
5380         older verilog-modes.  Reported by Dan Katz.
5382         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5383         containing closing anchors "...$".
5385         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5386         Reported by Wade Smith.
5388         (verilog-batch-execute-func): Comment on function usage.
5390 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5392         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5393         for labels.
5395         (verilog-label-re, verilog-calc-1): Support proper indent of named
5396         asserts.
5398         (verilog-backward-token, verilog-basic-complete-re)
5399         (verilog-beg-of-statement, verilog-indent-re): Support proper
5400         indent of the assert statement at the beginning of a block of text.
5402         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5403         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5404         tokens as begins.
5406 2009-11-05  Glenn Morris  <rgm@gnu.org>
5408         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5409         Emacs 19.  (Bug#1531)
5410         (byte-compile-fix-header): Update for the above change.
5411         Drop test for epoch::version.
5413         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5414         * cus-dep.el (custom-make-dependencies):
5415         * finder.el (finder-compile-keywords):
5416         Use autoload-rubric's feature argument.
5418         * calendar/diary-lib.el (top-level): Make load behave more like require.
5420         * vc-git.el (vc-git-stash-map): Move definition before use.
5422 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5424         * custom.el (custom-declare-group): Purecopy standard-value.
5425         (custom-declare-group): Purecopy custom-prefix.
5427         * international/mule.el (load-with-code-conversion):
5428         Call do-after-load-evaluation unconditionally.
5430         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5432 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5436 2009-11-04  Glenn Morris  <rgm@gnu.org>
5438         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5439         (byte-compile-compatibility): Remove option.
5440         (byte-compile-close-variables, byte-compile-fix-header)
5441         (byte-compile-insert-header, byte-compile-output-docform)
5442         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5443         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5444         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5445         (byte-compile-insert, byte-compile-defun):
5446         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5447         (byte-defop-compiler19): Remove.
5448         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5449         used by anything.  Replace all calls with byte-defop-compiler.
5451 2009-11-04  Juri Linkov  <juri@jurta.org>
5453         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5454         (menu-bar-options-menu): Don't quote the `prop' arg of
5455         `menu-bar-make-mm-toggle'.
5457 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5459         * calendar/calendar.el (cal-loaddefs):
5460         * calendar/diary-lib.el (diary-loaddefs):
5461         * calendar/holidays.el (hol-loaddefs):
5462         * eshell/esh-module.el (esh-groups): Load rather than require.
5464 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5467         point-min==1.
5468         (todo-top-priorities): Only display-buffer when called interactively.
5469         (todo-item-start): Don't save excursion point.
5470         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5471         (todo-insert-item-here, todo-file-item, todo-remove-item):
5472         Adjust uses of todo-item-start and todo-item-end.
5474         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5475         (autoload-rubric): Don't use any more.
5476         * cedet/semantic/fw.el (semantic/loaddefs):
5477         * cedet/srecode.el (srecode/loaddefs):
5478         * cedet/ede.el (ede/loaddefs): Load rather than require.
5479         * cedet/ede/cpp-root.el:
5480         * cedet/ede/emacs.el:
5481         * cedet/ede/files.el:
5482         * cedet/ede/linux.el:
5483         * cedet/ede/locate.el:
5484         * cedet/ede/make.el:
5485         * cedet/ede/shell.el:
5486         * cedet/ede/speedbar.el:
5487         * cedet/ede/system.el:
5488         * cedet/ede/util.el:
5489         * cedet/semantic/analyze.el:
5490         * cedet/semantic/bovine.el:
5491         * cedet/semantic/complete.el:
5492         * cedet/semantic/ctxt.el:
5493         * cedet/semantic/db-file.el:
5494         * cedet/semantic/db-find.el:
5495         * cedet/semantic/db-global.el:
5496         * cedet/semantic/db-mode.el:
5497         * cedet/semantic/db-typecache.el:
5498         * cedet/semantic/db.el:
5499         * cedet/semantic/debug.el:
5500         * cedet/semantic/dep.el:
5501         * cedet/semantic/doc.el:
5502         * cedet/semantic/edit.el:
5503         * cedet/semantic/find.el:
5504         * cedet/semantic/format.el:
5505         * cedet/semantic/html.el:
5506         * cedet/semantic/ia-sb.el:
5507         * cedet/semantic/ia.el:
5508         * cedet/semantic/idle.el:
5509         * cedet/semantic/lex-spp.el:
5510         * cedet/semantic/lex.el:
5511         * cedet/semantic/mru-bookmark.el:
5512         * cedet/semantic/scope.el:
5513         * cedet/semantic/senator.el:
5514         * cedet/semantic/sort.el:
5515         * cedet/semantic/symref.el:
5516         * cedet/semantic/tag-file.el:
5517         * cedet/semantic/tag-ls.el:
5518         * cedet/semantic/tag-write.el:
5519         * cedet/semantic/tag.el:
5520         * cedet/semantic/util-modes.el:
5521         * cedet/semantic/analyze/complete.el:
5522         * cedet/semantic/analyze/refs.el:
5523         * cedet/semantic/bovine/c.el:
5524         * cedet/semantic/bovine/gcc.el:
5525         * cedet/semantic/bovine/make.el:
5526         * cedet/semantic/bovine/scm.el:
5527         * cedet/semantic/decorate/include.el:
5528         * cedet/semantic/decorate/mode.el:
5529         * cedet/semantic/symref/cscope.el:
5530         * cedet/semantic/symref/global.el:
5531         * cedet/semantic/symref/grep.el:
5532         * cedet/semantic/symref/idutils.el:
5533         * cedet/semantic/symref/list.el:
5534         * cedet/semantic/wisent/java-tags.el:
5535         * cedet/semantic/wisent/javascript.el:
5536         * cedet/srecode/compile.el:
5537         * cedet/srecode/cpp.el:
5538         * cedet/srecode/document.el:
5539         * cedet/srecode/el.el:
5540         * cedet/srecode/expandproto.el:
5541         * cedet/srecode/getset.el:
5542         * cedet/srecode/insert.el:
5543         * cedet/srecode/java.el:
5544         * cedet/srecode/map.el:
5545         * cedet/srecode/mode.el:
5546         * cedet/srecode/template.el:
5547         * cedet/srecode/texi.el: Remove the file-local setting of
5548         generated-autoload-feature.
5550         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5551         and only put a prop if it is non-nil.
5553 2009-11-03  Juri Linkov  <juri@jurta.org>
5555         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5556         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5558         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5559         and "Menu" to make top-level menu item visually one unit (like
5560         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5561         multi-word menu items).  Fix :help string for quit-window.
5563 2009-11-03  Glenn Morris  <rgm@gnu.org>
5565         * cedet/mode-local.el (with-mode-local): Doc fix.
5567         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5568         (byte-compile-file-form-define-abbrev-table)
5569         (byte-compile-file-form-custom-declare-variable)
5570         (byte-compile-variable-ref, byte-compile-defvar):
5571         Whether or not a warning is enabled should only affect whether we issue
5572         the warning, not whether or not we collect the relevant data.
5573         Eg warnings can be turned on and off throughout the course of a file.
5575         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5576         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5578 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5580         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5581         * play/mpuz.el (mpuz-create-buffer):
5582         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5583         (lm-print-y,s,noise, lm-print-w0, lm-init):
5584         * play/gomoku.el (gomoku-prompt-for-move):
5585         * play/fortune.el (fortune-in-buffer):
5586         * play/dissociate.el (dissociated-press):
5587         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5588         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5589         * mail/supercite.el (sc-eref-show):
5590         * mail/smtpmail.el (smtpmail-send-it):
5591         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5592         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5593         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5594         (rmail-summary-goto-msg, rmail-summary-expunge)
5595         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5596         (rmail-summary-add-label, rmail-summary-output-menu)
5597         (rmail-summary-output-body):
5598         * mail/rfc822.el (rfc822-addresses):
5599         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5600         * mail/mailpost.el (post-mail-send-it):
5601         * mail/hashcash.el (hashcash-generate-payment):
5602         * mail/feedmail.el (feedmail-run-the-queue)
5603         (feedmail-queue-send-edit-prompt-help-first)
5604         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5605         (feedmail-deduce-address-list):
5606         * eshell/esh-ext.el (eshell-remote-command):
5607         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5608         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5609         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5610         (viper-save-string-in-file, viper-valid-marker):
5611         * emulation/viper-keym.el (viper-toggle-key):
5612         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5613         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5614         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5615         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5616         (viper-exec-form-in-emacs, viper-brac-function):
5617         * emulation/viper.el (viper-delocalize-var):
5618         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5619         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5620         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5621         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5622         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5623         * emulation/edt.el (edt-electric-helpify):
5624         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5625         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5626         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5627         (cua-indent-to-global-mark-column):
5628         * calendar/diary-lib.el (calendar-mark-1):
5629         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5630         Use with-current-buffer.
5631         * emulation/viper.el (viper-delocalize-var): Use dolist.
5633 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5635         * comint.el (comint-replace-by-expanded-history-before-point):
5636         Replace !! with the previous input string literally (Bug#1795).
5638 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5640         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5641         to be made up of whitespace.
5643 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5645         * minibuffer.el (read-file-name): Don't use file dialogs for
5646         remote directories (Bug#99).
5648 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5650         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5652 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5654         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5655         instead of deleting the window or frame.
5657 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5659         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5660         Support face colors.
5662         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5663         New function.  Support face colors (Bug#1168).
5664         (tex-common-initialization): Use it.
5666         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5667         mode allows it (Bug#1168).
5669 2009-10-31  Juri Linkov  <juri@jurta.org>
5671         * facemenu.el (list-colors-display): Don't mark buffer as
5672         modified (Bug#3948).
5674 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5676         * international/mule-diag.el (list-character-sets-1): Minor
5677         message fix (Bug#3526).
5679         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5680         face property (Bug#4834).
5681         (etags-list-tags, etags-tags-apropos-additional)
5682         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5683         property.
5685         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5686         items.
5688         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5689         items.
5691         * cedet/ede.el (ede-minor-mode):
5692         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5694 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * textmodes/two-column.el (2C-split):
5697         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5698         * textmodes/tex-mode.el (tex-set-buffer-directory):
5699         * textmodes/spell.el (spell-region, spell-string):
5700         * textmodes/reftex.el (reftex-erase-buffer):
5701         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5702         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5703         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5704         (reftex-select-item):
5705         * textmodes/reftex-ref.el (reftex-label-info-update)
5706         (reftex-offer-label-menu):
5707         * textmodes/reftex-index.el (reftex-index-change-entry)
5708         (reftex-index-phrases-info):
5709         * textmodes/reftex-global.el (reftex-create-tags-file)
5710         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5711         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5712         (reftex-view-crossref-from-bibtex):
5713         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5714         (reftex-extract-bib-entries-from-thebibliography)
5715         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5716         * textmodes/refbib.el (r2b-capitalize-title):
5717         (r2b-convert-buffer, r2b-help):
5718         * textmodes/page-ext.el (pages-directory)
5719         (pages-directory-goto-with-mouse):
5720         * textmodes/bibtex.el (bibtex-validate-globally):
5721         * textmodes/bib-mode.el (bib-capitalize-title):
5722         * textmodes/artist.el (artist-clear-buffer, artist-system):
5723         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5724         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5725         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5726         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5727         (xscheme-send-control-g-interrupt, xscheme-start-process)
5728         (xscheme-process-sentinel, xscheme-cd):
5729         * progmodes/verilog-mode.el (verilog-read-always-signals)
5730         (verilog-set-define, verilog-getopt-file)
5731         (verilog-module-inside-filename-p):
5732         * progmodes/sh-script.el:
5733         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5734         (python-pdbtrack-grub-for-buffer, python-execute-file):
5735         * progmodes/octave-inf.el (inferior-octave):
5736         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5737         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5738         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5739         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5740         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5741         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5742         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5743         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5744         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5745         (idlwave-shell-examine-display, idlwave-shell-run-region)
5746         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5747         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5748         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5749         (idlwave-help-get-help-buffer):
5750         * progmodes/gud.el (gud-basic-call, gud-find-class)
5751         (gud-tooltip-activate-mouse-motions-if-enabled):
5752         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5753         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5754         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5755         (ebrowse-tags-next-file):
5756         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5757         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5758         (ebnf-eps-finish-and-write):
5759         * progmodes/cpp.el (cpp-edit-save):
5760         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5761         * progmodes/cc-defs.el (c-emacs-features):
5762         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5763         (antlr-directory-dependencies):
5764         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5765         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5766         (ada-find-any-references, ada-make-filename-from-adaname)
5767         (ada-make-body-gnatstub):
5768         * obsolete/rnews.el (news-list-news-groups):
5769         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5770         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5771         * net/rcirc.el (rcirc-debug):
5772         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5773         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5774         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5775         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5776         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5777         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5778         (newsticker--treeview-list-clear-highlight)
5779         (newsticker--treeview-list-update-highlight)
5780         (newsticker--treeview-list-highlight-start)
5781         (newsticker--treeview-tree-update-highlight)
5782         (newsticker--treeview-get-selected-item)
5783         (newsticker-treeview-mark-list-items-old)
5784         (newsticker--treeview-set-current-node):
5785         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5786         * net/newst-backend.el (newsticker--get-news-by-funcall)
5787         (newsticker--get-news-by-wget, newsticker--image-get)
5788         (newsticker--image-sentinel):
5789         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5790         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5791         (eudc-ph-close-session):
5792         * net/eudc.el (eudc-save-options):
5793         * language/thai-word.el (thai-update-word-table):
5794         * language/japan-util.el (japanese-string-conversion):
5795         * international/titdic-cnv.el (tsang-quick-converter)
5796         (ziranma-converter, ctlau-converter):
5797         * international/mule-cmds.el (describe-language-environment):
5798         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5799         (skkdic-convert-postfix, skkdic-convert-prefix):
5800         (skkdic-convert-okuri-nasi, skkdic-convert):
5801         * emacs-lisp/re-builder.el (reb-update-overlays):
5802         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5803         * emacs-lisp/gulp.el (gulp-send-requests):
5804         * emacs-lisp/find-gc.el (trace-call-tree):
5805         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5806         (eieio-describe-generic):
5807         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5808         * emacs-lisp/edebug.el (edebug-outside-excursion):
5809         * emacs-lisp/debug.el (debugger-make-xrefs):
5810         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5811         * emacs-lisp/chart.el (chart-new-buffer):
5812         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5813         Use with-current-buffer.
5814         * textmodes/artist.el (artist-system): Don't call
5815         copy-sequence on a fresh string.
5816         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5818 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5820         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5821         is no item to edit.  (Bug#4820)
5822         (todo-top-priorities): Restore point and restore narrowing in Todo
5823         buffer.  (Bug#4820)
5825 2009-10-31  Glenn Morris  <rgm@gnu.org>
5827         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5828         (comint-last-output-start, comint-last-input-start)
5829         (comint-last-input-end): Don't defvar when compiling.
5830         (ange-ftp-process-file): Use bound-and-true-p.
5832         * pcmpl-rpm.el (top-level): Move provide statement to end.
5833         (pcmpl-rpm): Remove unused custom group.
5835         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5837         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5839         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5840         (byte-compile-warnings): Add `constants' as an option.
5841         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5842         (display-call-tree): Update for byte-compile-fdefinition possibly
5843         returning `(macro lambda ...)'.  (Bug#4778)
5844         (byte-compile-variable-ref, byte-compile-setq-default):
5845         Respect `constants' member of byte-compile-warnings.
5847         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5848         Use mapc rather than mapcar because the return value is never used.
5850         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5851         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5852         * cedet/semantic/html.el:
5853         Suppress harmless warnings about setting up semantic-imenu (not
5854         part of Emacs) variables.
5856 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5859         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5860         to "submit:".
5862         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5863         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5864         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5865         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5866         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5867         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5868         (semantic-analyzer-debug-global-symbol)
5869         (semantic-analyzer-debug-missing-innertype)
5870         (semantic-analyzer-debug-insert-include-summary):
5871         * cedet/semantic/util.el (semantic-file-tag-table):
5872         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5873         (semantic-recursive-find-nonterminal-by-name):
5874         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5875         * cedet/semantic/tag-file.el (semantic-prototype-file):
5876         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5877         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5878         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5879         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5880         (semantic-idle-summary-maybe-highlight):
5881         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5882         (semantic-ia-sb-tag-info):
5883         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5884         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5885         * cedet/semantic/ede-grammar.el (project-compile-target):
5886         (ede-proj-makefile-insert-variables):
5887         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5888         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5889         (semantic-debug-mode, semantic-debug):
5890         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5891         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5892         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5893         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5894         (semanticdb-find-translate-path-includes--internal)
5895         (semanticdb-reset-log, semanticdb-find-log-activity):
5896         * cedet/semantic/db-file.el (object-write):
5897         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5898         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5899         (semanticdb-create-ebrowse-database):
5900         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5901         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5902         (semantic-collector-calculate-completions-raw)
5903         (semantic-complete-read-tag-analyzer):
5904         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5905         * cedet/ede/util.el (ede-update-version-in-source):
5906         * cedet/ede/proj.el (project-delete-target):
5907         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5908         (ede-proj-flush-autoconf):
5909         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5910         (ede-proj-configure-synchronize):
5911         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5912         * cedet/ede/linux.el (ede-linux-version):
5913         * cedet/ede/emacs.el (ede-emacs-version):
5914         * cedet/ede/dired.el (ede-dired-add-to-target):
5915         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5916         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5917         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5918         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5919         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5920         (cedet-idutils-version-check):
5921         * cedet/cedet-global.el (cedet-gnu-global-call):
5922         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5923         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5924         * cedet/cedet-cscope.el (cedet-cscope-call)
5925         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5926         Use with-current-buffer.
5927         * cedet/ede.el (ede-make-project-local-variable)
5928         (ede-set-project-variables, ede-set): Use dolist.
5930 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5932         * textmodes/ispell.el (ispell-skip-region-alist):
5933         * international/mule-conf.el (eight-bit):
5934         * international/fontset.el (font-encoding-alist):
5935         * startup.el (pure-space-overflow-message):
5936         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5937         * paths.el (gnus-nntp-service, rmail-spool-directory)
5938         (term-file-prefix):
5939         * files.el (save-some-buffers-action-alist):
5940         * cmuscheme.el (same-window-buffer-names):
5941         * ielm.el (same-window-buffer-names):
5942         * shell.el (same-window-buffer-names):
5943         * mail/sendmail.el (same-window-buffer-names):
5944         * progmodes/inf-lisp.el (same-window-buffer-names):
5945         * bindings.el (mode-line-client)
5946         (mode-line-column-line-number-mode-map):
5947         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5948         (tibetan-precomposed-regexp): Purecopy string arguments.
5950 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5953         (calcDigit-nondigit):
5954         * calc/calc-yank.el (calc-copy-to-buffer):
5955         * calc/calc-units.el (calc-invalidate-units-table):
5956         * calc/calc-trail.el (calc-trail-yank):
5957         * calc/calc-store.el (calc-insert-variables):
5958         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5959         * calc/calc-prog.el (calc-read-parse-table):
5960         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5961         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5962         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5963         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5964         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5965         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5966         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5967         * calc/calc-ext.el (calc-realign):
5968         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5969         (calc-embedded-finish-edit, calc-embedded-make-info)
5970         (calc-embedded-finish-command, calc-embedded-stack-change):
5971         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5973         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5974         (overload-docstring-extension): Use that info.
5975         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5976         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5977         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5978         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5979         (semantic-nonterminal-full-name): Add the new `when' info.
5980         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5981         `assert'.
5983         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5984         shell-dynamic-complete-filename in preference to
5985         comint-dynamic-complete-filename.
5987         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5988         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5989         Don't consider whether the display supports colors.
5990         (bookmark-import-new-list): Use dolist.
5991         (bookmark-bmenu-mode-map): Move initialization into declaration.
5992         (bookmark-bmenu-list): Use dolist, simplify.
5993         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5994         (menu-bar-final-items): Use push.
5996 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5998         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5999         it works on remote files.
6000         (vc-hg-diff): Don't pass any `--cwd' argument.
6002 2009-10-27  Kevin Ryde  <user42@zip.com.au>
6004         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6005         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6006         (Further to Bug#3921).
6008 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
6010         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6011         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6012         calling `tramp-imap-put-file'.  Add file size to the call.
6013         (tramp-imap-get-file-entries): Compute also user name, file size,
6014         and date.
6015         (tramp-imap-handle-insert-directory): Insert uid and gid.
6016         (tramp-imap-handle-file-attributes): Transform uid and gid
6017         according to `id-format'.
6018         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
6019         size in header X-Size.
6021 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
6023         * simple.el (transpose-subr): Give clearer error when the mark
6024         is not set.  (Bug#4807)
6026 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
6028         * net/tramp.el (tramp-perl-file-truename): New defconst.
6029         Perl code contributed by yary <not.com@gmail.com> (tiny change).
6030         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6031         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6032         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6034         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6035         Ignore `dired-call-process'.
6036         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6038 2009-10-26  Julian Scheid  <julians37@gmail.com>
6040         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6041         (tramp-get-remote-readlink): New defun.
6042         (tramp-handle-file-truename): Use it.
6043         (tramp-handle-file-exists-p): Check file-attributes cache, assume
6044         file exists if cache value present.
6045         (tramp-check-cached-permissions): New defun.
6046         (tramp-handle-file-readable-p): Use it.
6047         (tramp-handle-file-writable-p): Likewise.
6048         (tramp-handle-file-executable-p): Likewise.
6049         (tramp-handle-file-name-all-completions): Try using Perl to get
6050         partial completions.  When perl not available, combine `cd' and
6051         `ls' into single remote operation and use shell expansion to get
6052         partial remote directory contents.  Set `file-exists-p' cache for
6053         directory and any files returned by ls.  Change cache handling to
6054         support partial directory contents.  Use error message emitted by
6055         remote `cd' or Perl code for local tramp-error.
6056         (tramp-do-copy-or-rename-file-directly): Avoid separate
6057         tramp-send-command-and-check call.
6058         (tramp-handle-process-file): Merge three remote ops into one.
6059         Do not flush all caches when `process-file-side-effects' is set.
6060         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6061         file-attributes shows uid/gid to be set already.
6063 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
6065         * textmodes/tex-mode.el (tex-dvi-view-command)
6066         (tex-show-queue-command, tex-open-quote):
6067         * progmodes/ruby-mode.el (auto-mode-alist)
6068         (interpreter-mode-alist): Purecopy strings.
6070         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6072         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6073         string for the hook, keymap and abbrev table.
6075         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6077         * x-dnd.el (x-dnd-xdnd-to-action):
6078         * startup.el (fancy-startup-text, fancy-about-text): Change to
6079         defconst from defvar.
6081         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6083         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6084         Purecopy initialization strings.
6086         * mail/sendmail.el (mail-header-separator)
6087         (mail-personal-alias-file):
6088         * mail/rmail.el (rmail-default-dont-reply-to-names)
6089         (rmail-ignored-headers, rmail-retry-ignored-headers)
6090         (rmail-highlighted-headers, rmail-secondary-file-directory)
6091         (rmail-secondary-file-regexp):
6092         * files.el (null-device, file-name-invalid-regexp)
6093         (locate-dominating-stop-dir-regexp)
6094         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6095         (interpreter-mode-alist): Use mapcar instead of mapc.
6097         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6099         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6100         (completion-ignored-extensions):
6101         (debug-ignored-errors): Purecopy strings.
6103 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6105         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6106         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6107         (pcomplete--here): Use push.
6109         * subr.el (all-completions): Declare the 4th arg obsolete.
6111 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * pcomplete.el (pcomplete-unquote-argument-function): New var.
6114         (pcomplete-unquote-argument): New function.
6115         (pcomplete--common-suffix): Always pay attention to case.
6116         (pcomplete--table-subvert): Quote and unquote the text.
6117         (pcomplete--common-quoted-suffix): New function.
6118         (pcomplete-std-complete): Use it and pcomplete-begin.
6120         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6121         we're inside a dedicated or minibuffer window.
6123 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * cedet/semantic/fw.el (semantic-alias-obsolete)
6126         (semantic-varalias-obsolete): Make the `when' arg mandatory.
6127         (define-mode-overload-implementation):
6128         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6129         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6130         * cedet/semantic/util.el (semantic-file-token-stream)
6131         (semantic-something-to-stream):
6132         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6133         (semantic-expand-nonterminal):
6134         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6135         (semantic-find-dependency, semantic-find-nonterminal)
6136         (semantic-find-dependency):
6137         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6138         (semantic-flex-text, semantic-flex-make-keyword-table)
6139         (semantic-flex-keyword-p, semantic-flex-keyword-put)
6140         (semantic-flex-keyword-get, semantic-flex-map-keywords)
6141         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6142         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6143         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6144         (semantic-after-idle-scheduler-reparse-hooks):
6145         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6146         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6147         * cedet/semantic.el (semantic-toplevel-bovine-table)
6148         (semantic-toplevel-bovine-cache)
6149         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6150         (semantic-init-mode-hooks, semantic-init-db-hooks)
6151         (semantic-bovination-working-type): Provide the `when' arg.
6153 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
6155         * bookmark.el: Update documentation, especially documentation
6156         of `bookmark-alist' and of the bookmark file format.
6157         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
6159 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6161         * mail/emacsbug.el (report-emacs-bug): Clarify that the
6162         keybindings apply to the mail buffer (Bug#4003).  Shrink help
6163         window to buffer.
6165         * whitespace.el (whitespace-mode, whitespace-newline-mode)
6166         (global-whitespace-mode, global-whitespace-newline-mode)
6167         (whitespace-toggle-options, global-whitespace-toggle-options):
6168         Doc fix (Bug#3660).
6170         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6171         of xmltok-start before the end tag was inserted (Bug#2840).
6173         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6174         patterns that are preceded by an open-paren (Bug#1320).
6176 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
6178         * files.el (delete-directory): Delete symlinks to directories with
6179         delete-file (Bug#4739).
6181 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
6183         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6184         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6185         argument to make-obsolete.
6187         * cedet/semantic/fw.el (semantic-alias-obsolete)
6188         (semantic-varalias-obsolete): Add optional WHEN argument.
6190 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
6192         * vc.el (vc-backend-for-registration): Rename from
6193         vc-get-backend-for-registration.  Update callers.
6195         * international/mule-cmds.el (set-language-info-alist):
6196         Purecopy lang-env.
6197         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6198         (charset): Purecopy the name.
6199         (define-char-code-property): Purecopy string arguments.
6201         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6202         Purecopy string arguments.
6204         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6205         * ediff-hook.el (menu-bar-ediff-menu):
6206         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6207         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6209 2009-10-24  Glenn Morris  <rgm@gnu.org>
6211         * comint.el (comint-dynamic-list-completions):
6212         * term.el (term-dynamic-list-completions): Use choose-completion rather
6213         than obsolete alias mouse-choose-completion.
6215         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6216         file-cache-choose-completion.
6217         (file-cache-choose-completion): Handle an optional event argument.
6218         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6220         * progmodes/octave-mod.el (octave-complete-symbol):
6221         Use choose-completion if mouse-choose-completion is ever removed.
6223         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6224         use.
6226         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6227         compiler.
6229         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6231 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6234         Ignore `pred' now that we receive one.
6235         Handle test-completion specially.
6237 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6239         * vc.el (vc-responsible-backend): Throw an error if not backend is
6240         found.  Remove the REGISTER argument.  Move the code dealing with
6241         REGISTER ...
6242         (vc-get-backend-for-registration): ... here.  New function.
6243         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6244         of vc-responsible-backend, pass the file name instead of the
6245         directory name.
6247 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6250         New funs.
6251         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6252         (pcomplete-comint-setup): Don't modify a global var via
6253         accidental side-effects.
6254         (pcomplete-shell-setup): Adjust call accordingly.
6255         (pcomplete-parse-comint-arguments): Use push.
6257 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6259         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6260         Allow uncapitalized info node names (Bug#3921).
6262         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6263         to the DEBUG file (Bug#3781).
6265 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6267         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6268         dictionary entry (Bug#4579).
6270 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6272         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6273         from `rfn-eshadow-update-overlay-hook' when unloading.
6274         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6275         "rsyncc".  Adjust doc string.
6276         (tramp-temp-buffer-file-name): New buffer-local defvar.
6277         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6278         Keep temporary file when indicated by method ("rsync" and
6279         "rsyncc").
6280         (tramp-handle-write-region): Handle APPEND.
6281         (tramp-delete-temp-file-function): New defun.  Added to
6282         `kill-buffer-hook'.
6284 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6286         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6288 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6290         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6291         (color-name-rgb-alist, tty-standard-colors)
6292         (tty-color-mode-alist): Change to defconst.
6294         * simple.el (mark-inactive): Purecopy message.
6296         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6297         (global-map, yank-menu):
6298         * textmodes/ispell.el (ispell-menu-map):
6299         * net/eudc.el (eudc-tools-menu):
6300         * international/mule-cmds.el (describe-language-environment-map)
6301         (setup-language-environment-map, set-coding-system-map)
6302         (mule-menu-keymap):
6303         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6304         * replace.el (occur-mode-map):
6305         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6307 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6309         * calc/calc.el (math-read-number, math-read-number-simple): Use
6310         `save-match-data'.
6312 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6314         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6315         rather than fiddling with global-map bindings, since it should only
6316         affect per-terminal settings.
6317         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6319         * minibuffer.el (completion-table-with-terminator): Allow to specify
6320         the terminator-regexp.
6322         * simple.el (switch-to-completions): Look for *Completions* in other
6323         frames as well.
6325         * pcomplete.el: Allow the use of completion-tables.
6326         (pcomplete-std-complete): New command.
6327         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6328         (pcomplete--here): Use a function for `form' rather than an expression,
6329         so it can be byte-compiled.
6330         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6331         Add edebug declaration.
6332         (pcomplete-show-completions): Remove unused var `curbuf'.
6333         (pcomplete-do-complete, pcomplete-stub):
6334         Don't assume `completions' is a list of strings any more.
6336 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6338         * find-dired.el (find-name-arg): Fix typo in docstring.
6340 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6343         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6345         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6346         pcomplete-entries.
6348         * comint.el (comint-read-input-ring, comint-write-input-ring)
6349         (comint-substitute-in-file-name)
6350         (comint-dynamic-complete-as-filename)
6351         (comint-dynamic-simple-complete)
6352         (comint-dynamic-list-filename-completions)
6353         (comint-dynamic-list-completions)
6354         (comint-redirect-results-list-from-process): Minor simplifications.
6356 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6358         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6359         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6360         the first form.  And insert a blank line after ";;; Code" since
6361         that's usual style.  (Bug#4612)
6363         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6365 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * minibuffer.el (completion-table-with-terminator): Properly implement
6368         boundaries, in case `terminator' appears in the suffix.
6369         (completion--embedded-envvar-table): Don't return boundaries if
6370         there's no valid completion.  Simplify.
6371         (completion-file-name-table): New completion table extracted from
6372         completion--file-name-table.
6373         (completion--file-name-table): Use it.
6374         (read-file-name-predicate): Declare obsolete.
6375         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6376         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6377         completion-file-name-table, and use the `pred' argument.
6378         * files.el (locate-file-completion-table): Use the `pred' arg rather
6379         than read-file-name-predicate.
6380         (abbreviate-file-name): Use \` rather than ^ for BOS.
6382 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6384         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6385         vc-responsible-backend to register, it causes problems.
6387 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6391 2009-10-21  Eric Ludlam  <zappo@gnu.org>
6393         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6394         (semantic-c-debug-mode-init-pch): New functions.
6395         (semantic-c-debug-mode-init-last-mode): New var.
6396         (semantic-c-parse-lexical-token): Use them.
6398         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6399         When extracting the argument list, limit only by point-max.
6401 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6403         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6404         (tramp-smb-handle-file-attributes): Use it.
6405         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6406         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6407         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6408         Add `dired-filename' text properties.
6409         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6410         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6411         version.
6413 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * subr.el (read-key-delay): Reduce to 0.01.
6416         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6417         (bug#4751).
6419 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6421         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6423         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6424         (Info-menu): Remove unused vars `last' and `completions'.
6425         (Info-index-nodes): Remove unused var `node'.
6427         * info.el (Info-complete-menu-item): Use complete-with-action.
6429 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6431         Make vc-annotate work through copies and renames.
6432         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6433         Return the file name too.
6434         (vc-annotate-revision-at-line)
6435         (vc-annotate-find-revision-at-line)
6436         (vc-annotate-revision-previous-to-line)
6437         (vc-annotate-show-log-revision-at-line): Update to get the file
6438         name from vc-annotate-extract-revision-at-line.
6439         (vc-annotate-show-diff-revision-at-line-internal): Change the
6440         argument to mean whether to show a file diff or not.  Get the file
6441         name from vc-annotate-extract-revision-at-line.
6442         (vc-annotate-show-diff-revision-at-line):
6443         Update vc-annotate-show-diff-revision-at-line call.
6444         (vc-annotate-warp-revision): Add an optional file argument.
6446         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6447         (vc-git-annotate-extract-revision-at-line): Also return the file
6448         name if found.
6450         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6451         command.  Remove unused code.
6452         (vc-hg-annotate-re): Update to match --follow output.
6453         (vc-hg-annotate-extract-revision-at-line): Also return the file
6454         name if found.
6456         * vc.el: Update annotate-extract-revision-at-line documentation.
6458 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6460         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6461         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6463         * net/browse-url.el (browse-url): Identify alist with "consp and
6464         not functionp" and let all other things go down the `apply' leg,
6465         as suggested by Stefan.  (Further to bug#4531.)
6467 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6469         * minibuffer.el (read-file-name): Check for repeat before putting
6470         a default argument in file-name-history (Bug#4657).
6472         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6473         read syntax (Bug#4737).
6475         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6477 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6479         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6480         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6481         entries and make note of obsolete tags.
6483 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6487 2009-10-18  Glenn Morris  <rgm@gnu.org>
6489         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6490         grep, so that binary files (eg international/uni-bidi.el) can match.
6491         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6492         now, and in any case the file header format has changed.
6494 2009-10-17  Glenn Morris  <rgm@gnu.org>
6496         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6497         (flyspell-get-word, flyspell-large-region)
6498         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6500 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6502         * Makefile.in (ELCFILES): Add ede/shell.
6504 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6506         * term/common-win.el (x-colors): Purecopy it.
6508 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6510         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6511         permissive for when the buffer is empty.
6512         (tar-header-block-tokenize): Decode the username and groupname.
6513         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6515 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6517         * cedet/srecode/srt.el:
6518         * cedet/srecode/compile.el:
6519         * cedet/semantic/mru-bookmark.el:
6520         * cedet/semantic/debug.el:
6521         * cedet/semantic/complete.el:
6522         * cedet/semantic/analyze.el: Require CL when compiling.
6524 2009-10-17  Eric Ludlam  <zappo@gnu.org>
6526         * cedet/semantic/scope.el
6527         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6528         tmpscope so that the regular scope will continue to work.
6530         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6531         Use semantic-idle-summary-highlight-face as the highlighting.
6533         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6534         contains multibyte characters, choose first applicable coding
6535         system automatically.
6537         * cedet/ede/project-am.el (project-run-target): New method.
6538         (project-run-target): New method.
6540         * cedet/ede.el (ede-target): Add run target menu item.
6541         (ede-project, ede-minor-keymap): Add ede-run-target binding.
6542         (ede-run-target): New function.
6543         (ede-target::project-run-target): New method.
6545         * cedet/ede/proj.el (project-run-target): New method.
6547         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6548         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
6549         Add :rules.
6550         (ede-proj-target-makefile-shared-object): Only libtool compilers
6551         now available.  Add linkers for libtool.
6552         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6553         (ede-proj-makefile-target-name): Always use .la extension.
6555         * cedet/ede/proj-prog.el (project-run-target): New method.
6557         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6558         (ede-g++-linker): Change Change link lines.
6560         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6561         When searching for old variables, go to the end of the buffer and
6562         search backward from there.
6563         (ede-proj-makefile-automake-insert-subdirs)
6564         (ede-proj-makefile-automake-insert-extradist): New methods.
6565         (ede-proj-makefile-create): Use them.
6567         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6568         Force FILE to expand to the current target.  Use file-exists-p to
6569         check that it exists.
6571         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6572         (ede-linux-load): Wrap dir in file-name-as-directory.
6573         Set :version slot.
6575         * cedet/ede/files.el (ede-get-locator-object): When enabling
6576         locate, do so on "top".
6578         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6579         file-name-as-directory during compare.
6580         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6581         Get version number from different places.  Don't call egrep.
6582         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6583         to set the directory.
6585         * cedet/ede/shell.el: New file.
6587         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6588         alpha/beta variants.
6590 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * international/mule-cmds.el (select-safe-coding-system): If the file
6593         has a coding cookie, use it regardless of any other setting (bug#4712).
6595 2009-10-17  Glenn Morris  <rgm@gnu.org>
6597         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6598         All errors should have messages.
6600         * foldout.el (foldout-mouse-swallow-events):
6601         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6603         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6604         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6605         (dired-keep-marker-symlink, dired-dwim-target)
6606         (dired-copy-preserve-time): Do not autoload these defcustoms.
6608         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6609         messages from messing up the file coding.  (Bug#4623)
6611 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6613         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6614         if no match is found for the current dictionary.  (Bug#4578)
6616         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6617         optional, since that is how it is documented, and this is often called
6618         with a nil argument.  (Bug#4577)
6619         (flyspell-external-point-words, flyspell-auto-correct-word)
6620         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6621         (flyspell-word-search-backward): Remove nil argument in calls to
6622         flyspell-get-word, since it is not needed now.
6624 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6626         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6628 2009-10-16  Glenn Morris  <rgm@gnu.org>
6630         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6632 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6634         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6635         (ange-ftp-file-size): New function.
6636         (ange-ftp-file-attributes): Use it.
6638 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6640         * net/tramp-smb.el (tramp-smb-version): New defvar.
6641         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6642         repeated checks.
6644 2009-10-16  Glenn Morris  <rgm@gnu.org>
6646         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6647         Maybe copy some custom properties from old to new name.  (Bug#4706)
6649 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6651         * subr.el (error, sit-for, start-process-shell-command)
6652         (start-file-process-shell-command): Set the calling convention
6653         after the function definition.
6655 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * subr.el (error, sit-for, start-process-shell-command)
6658         (start-file-process-shell-command): Use the new
6659         set-advertised-calling-convention feature.
6661 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6663         * international/ucs-normalize.el (ucs-normalize-version):
6664         Change to 1.2.
6665         (check-range): Adjust for Unicode 5.2.
6667 2009-10-15  Juri Linkov  <juri@jurta.org>
6669         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6670         to the `menu-item' format.
6672 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6674         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6675         if the environment variable does not exist.
6677         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6678         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6679         parameter.
6680         (tramp-smb-handle-add-name-to-file)
6681         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6682         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6683         (tramp-smb-handle-file-attributes)
6684         (tramp-smb-do-file-attributes-with-stat)
6685         (tramp-smb-handle-file-local-copy)
6686         (tramp-smb-handle-insert-directory)
6687         (tramp-smb-handle-make-directory)
6688         (tramp-smb-handle-make-directory-internal)
6689         (tramp-smb-handle-make-symbolic-link)
6690         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6691         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6692         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6693         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6694         Handle long file names.
6695         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6696         process is running.
6697         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6698         Read share names with "-g" option.
6700 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6702         * net/rcirc.el (rcirc-view-log-file): New command.
6703         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6704         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6705         specified.
6707 2009-10-15  Glenn Morris  <rgm@gnu.org>
6709         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6710         from the second command-line argument.
6711         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6712         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6713         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6714         w32-batch-update-autoloads.
6715         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6716         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6718         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6719         the headers cannot be located.  Simplify, subtracting superflous
6720         save-excursions.
6722 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6724         Replace completion-base-size by completion-base-position to fix bugs
6725         such as (bug#4699).
6726         * simple.el (completion-base-position): New var.
6727         (completion-base-size): Mark as obsolete.
6728         (choose-completion): Make it work for mouse events as well.
6729         Pass the new base-position to choose-completion-string.
6730         (choose-completion-guess-base-position): New function, extracted from
6731         choose-completion-delete-max-match.
6732         (choose-completion-delete-max-match): Use it.  Make obsolete.
6733         (choose-completion-string): Use the new base-position info.
6734         (completion-root-regexp): Delete.
6735         (completion-setup-function): Preserve completion-base-position.
6736         Eliminate obsolete base-size manipulation.
6737         * minibuffer.el (display-completion-list): Don't mess with base-size.
6738         (minibuffer-completion-help): Set completion-base-position instead.
6739         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6740         choose-completion.
6741         * textmodes/bibtex.el (bibtex-complete):
6742         * emacs-lisp/crm.el (crm--choose-completion-string):
6743         Adjust to new calling convention.
6744         * complete.el (partial-completion-mode): Use minibufferp to avoid
6745         bumping into incompatible change to choose-completion-string-functions.
6746         * ido.el (ido-choose-completion-string): Make its calling convention
6747         more permissive.
6748         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6749         base-size manipulation.
6750         (comint-dynamic-list-input-ring): Use dotimes and push.
6751         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6752         fundamental-mode.  Use `or'.
6754 2009-10-14  Juri Linkov  <juri@jurta.org>
6756         * misearch.el (multi-isearch-next-buffer-from-list)
6757         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6759 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6762         `bytecomp.el'.
6764         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6765         string we return is all made up of text from the completions rather
6766         than part from the completions and part from the input (bug#4219).
6768         * ido.el (ido-everywhere): Use define-minor-mode.
6770         * buff-menu.el (list-buffers, ctl-x-map):
6771         Mark the entry points with ;;;###autoload cookies.
6773 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6775         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6776         correctly in the detached head case.
6777         (vc-git-print-log): Remove unused binding.
6779         * vc.el (vc-responsible-backend): When a directory is passed for
6780         for registration create a VC repository if no backend is
6781         responsible for the directory argument.
6782         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6784         * vc.el: Move comments about RCS and SCCS ...
6785         * vc-rcs.el:
6786         * vc-sccs.el: ... here, respectively.
6788 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6790         * minibuffer.el (completion--file-name-table): Return nil if there's
6791         no file completion, even if substitute-in-file-name changed
6792         the string (bug#4708).
6794 2009-10-13  Juri Linkov  <juri@jurta.org>
6796         * files-x.el (read-file-local-variable-value): Don't filter out
6797         minor modes from mode name completion (bug#4664).
6799 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6801         * international/mule-cmds.el (ucs-names): Remove exclusion of
6802         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6804 2009-10-13  Kenichi Handa  <handa@m17n.org>
6806         * international/uni-name.el: Regenerated.
6808 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6810         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6811         should be automatically buffer-local, but isn't.)
6813 2009-10-12  Sam Steingold  <sds@gnu.org>
6815         * progmodes/compile.el (compilation-next-error-function): Fix the
6816         timestamps if the buffer has been visited before.
6817         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6818         non-anchored patterns, like the perl one (bug#3928).
6820 2009-10-12  Glenn Morris  <rgm@gnu.org>
6822         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6823         Let-bind `size'.
6825 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6827         * proced.el (proced-unload-function): New function.
6829         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6830         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6831         Doc fix.
6833         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6835 2009-10-11  Juri Linkov  <juri@jurta.org>
6837         * files-x.el (read-file-local-variable-value):
6838         Provide default value only for bound variables (bug#4664).
6840 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6842         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6843         connection methods like smb.
6845         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6846         can be empty.
6848         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6849         (tramp-smb-file-name-handler-alist): Add handlers for
6850         `add-name-to-file', `make-symbolic-link'.
6851         (tramp-smb-handle-add-name-to-file)
6852         (tramp-smb-do-file-attributes-with-stat)
6853         (tramp-smb-handle-make-symbolic-link)
6854         (tramp-smb-get-cifs-capabilities): New defuns.
6855         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6856         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6857         (tramp-smb-handle-file-local-copy)
6858         (tramp-smb-handle-make-directory-internal)
6859         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6860         The file name syntax depends on cifs capabilities.
6861         (tramp-smb-handle-file-attributes):
6862         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6863         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6864         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6866 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6868         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6869         (eieio-defclass): Apply deftype handler and setf-method properties
6870         directly.
6871         (eieio-add-new-slot): Avoid union function from cl library.
6872         (eieio--typep): New function.
6873         (eieio-perform-slot-validation): Use it.
6875 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6877         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6878         Update documentation to refer to the variables documented in r1.135.
6879         (Bug#4188)
6881 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6883         * bookmark.el (Info-suffix-list): Remove this unused variable.
6884         (bookmark-current-point): Remove this obsolete variable.
6885         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6886         Adjust for removal of bookmark-current-point.
6888         (bookmarks-already-loaded, bookmark-current-buffer)
6889         (bookmark-yank-point): Document.  (Bug#4188)
6891 2009-10-10  Glenn Morris  <rgm@gnu.org>
6893         * frame.el (frame-height): Doc fix.
6895         * calendar/calendar.el (calendar-split-width-threshold): New option.
6896         (calendar-basic-setup): Use calendar-split-width-threshold.
6898 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6900         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6901         Use .la for Automake.
6903 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6905         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6906         Use "autoreconf -i".  Suggested by Andreas Schwab.
6908 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6910         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6911         Ideographic Supplement" range (U+1F200..U+1F2FF).
6913 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6915         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6916         since the list will have been rebuilt anyway.  (Bug#4349)
6918 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6920         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6921         (bookmark-bmenu-execute-deletions): Don't save here, as
6922         bookmark-delete will now do so if necessary.
6923         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6924         (Bug#4348)
6926 2009-10-09  Glenn Morris  <rgm@gnu.org>
6928         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6930 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6932         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6933         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6934         argument now, so the two function's behaviors will match.  (Bug#3645)
6936 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6938         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6939         Fix filename test.
6940         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6941         to expand file names.
6943 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6945         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6946         (tramp-file-name-real-host, tramp-file-name-port):
6947         Apply `save-match-data'.
6949         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6950         case both directories are remote.
6951         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6952         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6954 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6956         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6957         (ede-proj-target-makefile-objectcode): Use it.
6959         * cedet/ede/source.el (ede-want-any-source-files-p)
6960         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6961         Return search result.  This error was introduced while merging.
6963 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6965         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6967 2009-10-07  Glenn Morris  <rgm@gnu.org>
6969         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6970         of concat.
6972 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * files-x.el (read-file-local-variable): Include some
6975         non-user-variables in the completion table (bug#4664).
6977 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6979         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6980         message.
6982         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6983         (tramp-smb-file-name-handler-alist): Add handler for
6984         `copy-directory', `expand-file-name', `set-file-modes'.
6985         (tramp-smb-handle-copy-directory)
6986         (tramp-smb-handle-expand-file-name)
6987         (tramp-smb-handle-set-file-modes): New defuns.
6988         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6989         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6990         entry.
6991         (tramp-smb-handle-insert-directory): Don't flush the cache.
6992         (tramp-smb-maybe-open-connection): Check for samba client and
6993         server versions.
6995 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6997         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6998         to not error out of search for "^lisp=" fails.
7000 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7002         * makefile.w32-in (WINS_UPDATES): New macro.
7003         (custom-deps, finder-data, autoloads): Use it.
7005 2009-10-07  Glenn Morris  <rgm@gnu.org>
7007         * Makefile.in (autoloads): Revert previous change.
7008         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7009         the list of preloaded files passed on the command-line, get
7010         it from src/Makefile.
7012         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7013         show the original buffer rather than a random one.
7015 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
7017         * help.el (describe-no-warranty): Place point in a slightly better
7018         position in the GPLv3 text.
7020 2009-10-06  Sam Steingold  <sds@gnu.org>
7022         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7023         the comm attribute is present before calling regexp-quote.
7025 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
7027         * play/animate.el (animate-string): For good effect, make sure
7028         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7030         * play/animate.el (animate-sequence, animate-birthday-present):
7031         * misc.el (butterfly): Don't set `indent-tabs-mode'.
7033 2009-10-06  Glenn Morris  <rgm@gnu.org>
7035         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7037         * emacs-lisp/autoload.el (autoload-excludes): New variable.
7038         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7039         (batch-update-autoloads): Process a string value of autoload-excludes,
7040         set during the build process.
7041         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
7043         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7044         inside with-parsed...  macro so that `v' is defined.
7046         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7047         * progmodes/fortran.el (fortran-end-of-block)
7048         (fortran-beginning-of-block):
7049         Also push mark in the macro case.
7051         * emerge.el (emerge-show-file-name):
7052         * calc/calc.el (calc-quit):
7053         * calc/calc-misc.el (calc-big-or-small):
7054         * calc/calc-graph.el (calc-graph-view):
7055         * calc/calc-ext.el (calc-reset):
7056         * calendar/calendar.el (calendar-basic-setup):
7057         Use window-full-height-p.
7059         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7060         header we don't understand, don't insert another.  (Bug#4624)
7061         If changing mime charset, insert the new one in the right place.
7063 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
7065         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7066         (cal-tex-cursor-month): Correctly increment the end date for diary and
7067         holiday listing.  (Bug#4626)
7069 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7071         * help-fns.el (describe-function-1): Don't burp if the function is not
7072         a symbol.
7074 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
7076         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7077         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7078         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7079         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7081         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7082         (eieio-default-superclass): Reflow docstrings.
7083         (this, class-option-assoc, defclass, eieio-class-un-autoload)
7084         (eieio-unbind-method-implementations, defmethod)
7085         (eieio-validate-slot-value, eieio-validate-class-slot-value)
7086         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7087         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7088         (eieio-slot-originating-class-p, eieio-slot-name-index)
7089         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7090         (constructor, initialize-instance, no-next-method, object-print)
7091         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7092         Fix typos in docstrings.
7093         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7094         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7095         (next-method-p): Doc fixes.
7096         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7097         Fix typos in error messages.
7098         (eieio-defmethod): Fix typo in description of generic method.
7100         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7101         (eieio-persistent-save-interactive, slot-missing):
7102         Fix typos in docstrings.
7103         (eieio-instance-inheritor-slot-boundp): Doc fix.
7105         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7106         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7108         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7109         (eieio-custom-object-apply-reset):
7110         Fix typos in docstrings and error messages.
7112         * emacs-lisp/eieio-datadebug.el (data-debug-show):
7113         Fix typo in docstring.
7115         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7116         (eieio-browse-tree): Doc fix.
7117         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7118         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7119         Fix typos in docstrings.
7121         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7122         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7123         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7124         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7125         Reflow docstrings.
7127 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
7129         * vc-hg.el (log-view-vc-backend): Declare for compiler.
7130         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7131         Set log-view-vc-backend so that diff can work.
7133         * log-view.el (log-view-diff): Use vc-diff-internal instead of
7134         vc-version-diff.
7135         (vc-diff-internal): Autoload this instead of vc-version-diff.
7137 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7139         * simple.el (eval-expression): Doc fix.
7141         * progmodes/cwarn.el (cwarn-mode): Doc fix.
7143 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
7145         * files.el (directory-files-no-dot-files-regexp): New defconst.
7146         (delete-directory): Use it.
7147         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
7149         * net/tramp.el (tramp-verbose): Fix docstring.
7150         (tramp-methods): Add recursive option to `tramp-copy-args'.
7151         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
7152         "scp1_old", "scp2_old", "rsync", "rsyncc".
7153         (tramp-default-method): Check also for `auth-source-user-or-password'.
7154         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7155         Add handler for `copy-directory'.
7156         (tramp-handle-copy-directory): New defun.
7157         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7158         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7159         Optimize sent command.
7161 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7163         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7164         window if necessary.
7166         * calendar/calendar.el (calendar-basic-setup): Don't call
7167         switch-to-buffer in a dedicated window.
7169 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
7171         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7172         don't do anything related to relocating, just return nil.
7173         (bookmark-error-no-filename): New error.
7174         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7175         bookmark has no file.  Don't even attempt to handle things that
7176         are not files; the whole point of custom handlers is to keep that
7177         knowledge elsewhere anyway.  Tighten some comments.
7178         (bookmark-file-or-variation-thereof): Remove now-unused function.
7179         (bookmark-location): Doc string fix.
7180         (Bug#4250)
7182 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7184         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7185         don't use a file dialog, because they usually don't know how to read
7186         a directory target from the user.  (Bug#4230)
7187         Also, make sure the prompt can display directories as well as files.
7189 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7191         * bookmark.el (bookmark-set, bookmark-buffer-name):
7192         Improve doc strings.  (Bug#1193)
7194 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7196         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7197         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7198         (bookmark-get-annotation, bookmark-set-annotation)
7199         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7200         (bookmark-set-position, bookmark-get-front-context-string)
7201         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7202         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7203         (bookmark-jump-other-window, bookmark-handle-bookmark)
7204         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7205         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7206         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7207         Improve doc strings to say whether bookmark can be a string or
7208         a record or both, and make other consistency and clarity fixes.
7209         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7210         (bookmark-default-annotation-text, bookmark-yank-word)
7211         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7212         (bookmark-import-new-list, bookmark-maybe-rename)
7213         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7214         (bookmark-bmenu-bookmark): Give these doc strings.
7215         (bookmark-bmenu-check-position): Give this a doc string, but also
7216         add a FIXME comment about how the function may be pointless.
7217         (bookmark-default-handler): Rework doc string and change a
7218         parameter name, to clarify that this takes a bookmark record
7219         not a bookmark name.
7220         (bookmark-set): Change a parameter name to indicate its meaning,
7221         and improve the doc string a bit.
7222         (Bug#4188)
7224 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7226         * bookmark.el (bookmark-alist): Document the new `handler' element
7227         in the param alist.
7228         (bookmark-make-record-function): Adjust documentation for above.
7229         (Bug#4193)
7231 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7233         * info.el (Info-bookmark-make-record): Document this function.
7234         (Info-bookmark-jump): Document with a doc string, not just a comment.
7235         (Bug#4203)
7237 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7239         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7240         (semantic-new-buffer-fcn): Call parser setup functions here.
7241         (semantic-mode): Don't call parser setup functions here, it's done
7242         in semantic-new-buffer-fcn now.
7243         (semantic-mode): Parse all existing buffers when enabled.
7245         * cedet/srecode/compile.el (srecode-compile-file):
7246         Call semantic-new-buffer-fcn if the buffer has not been parsed.
7248 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7250         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7252         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7253         (proj-comp-insert-variable-once): New macro, renamed from
7254         ede-pmake-insert-variable-once in ede/pmake.edl.
7255         (ede-proj-makefile-insert-variables): Use it.
7257 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7259         * files.el (copy-directory): New defun.
7261         * dired-aux.el (dired-copy-file-recursive): Use it.
7263 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7265         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7266         (makefile-end-of-command):
7267         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7268         (semantic-end-of-context): Fix previous change.  Doc fixes.
7270 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7272         * files-x.el (modify-dir-local-variable)
7273         (copy-dir-locals-to-file-locals-prop-line):
7274         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7275         (makefile-end-of-command):
7276         * cedet/semantic/lex.el (semantic-lex-token):
7277         * cedet/semantic/analyze/fcn.el
7278         (semantic-analyze-dereference-metatype-1):
7279         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7280         (semantic-lex-cpp-undef):
7281         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7282         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7283         (semantic-end-of-context): Fix typos in docstrings.
7285         * recentf.el (recentf-unload-function): New function.
7287 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7289         * cedet/ede.el (ede-project-placeholder-cache-file):
7290         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7291         * cedet/srecode/map.el (srecode-map-save-file):
7292         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
7294 2009-10-04  Glenn Morris  <rgm@gnu.org>
7296         * window.el (window-full-height-p): Add doc string.
7298 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7300         * window.el (window-full-height-p): New function.  (Bug#4543)
7302 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
7304         * cedet/srecode/insert.el: Require srecode/args.
7306         * cedet/srecode/args.el: Require srecode/dictionary instead of
7307         srecode/insert.
7309         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7311         * files.el (auto-mode-alist): Add .srt and Project.ede.
7313         * cedet/semantic.el (semantic-mode):
7314         Handle srecode-template-mode-hook as well.
7315         (semantic-mode): Use js-mode-hook for Javascript hook.
7317         * cedet/srecode/template.el: Remove hook variable.
7319         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7321         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7322         projects exist.
7323         (ede-project-placeholder-cache-file): Default to a file in
7324         user-emacs-directory.
7326         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7327         templates in data-directory.
7328         (srecode-map-save-file): Default to a file in user-emacs-directory.
7330         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7331         directory.
7333 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7335         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7336         Doc fix.
7338         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7339         Only insert each variable once.
7341         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7342         (ede-pmake-insert-variable-shared): Use it.
7344         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7345         for lexical table iff table is nil.
7347 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7349         * vc.el: Remove commented out code.
7350         (vc-derived-from-dir-mode): Remove, unused.
7351         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7353 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7355         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7356         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7357         there could be recursive loading when `default-directory' is a
7358         remote file name.  (Bug#4614)
7360 2009-10-03  Glenn Morris  <rgm@gnu.org>
7362         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7363         the frame is wide.
7364         (calendar-generate-window): Test for shrinkability rather than width.
7366         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7367         declaration, currently false.
7369         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7370         reusing existing buffers, in case we happen to visit two files with the
7371         same basename.  (Bug#4593)
7373 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7375         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7376         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7377         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7378         subdirs of cedet as well.
7379         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7381 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7383         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7384         Obey advertised-signature-table.
7386         * help-fns.el (help-function-arglist): Don't check
7387         advertised-signature-table.
7388         (describe-function-1): Do it here instead so it also applies to subrs.
7390 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7392         * simple.el (start-file-process): Say in the doc-string, that file
7393         handlers might not support pty association, if PROGRAM is nil.
7395         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7396         HOST and USER are strings.  They are nil, when there are
7397         incomplete entries in ~/.netrc, for example.
7398         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7399         root directory ("device busy" error otherwise).
7401         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7402         Flush file properties of created directory.
7404 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7406         * makefile.w32-in (WINS_BASIC): Remove cedet.
7407         (WINS_CEDET): Add cedet.
7408         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7410 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7412         * net/browse-url.el (browse-url): Pass any symbol in
7413         browse-url-browser-function to `apply', since if you've mistakenly put
7414         an unbound symbol then the error is clearer.  (Bug#4531)
7416 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7418         * allout.el (allout-init, allout-back-to-current-heading)
7419         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7420         (allout-ascend, allout-up-current-level, allout-end-of-level)
7421         (allout-previous-visible-heading, allout-forward-current-level)
7422         (allout-backward-current-level, allout-show-children):
7423         * apropos.el (apropos-describe-plist):
7424         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7425         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7426         * completion.el (add-completion, add-permanent-completion):
7427         * descr-text.el (describe-text-category, describe-char):
7428         * desktop.el (desktop-lazy-abort):
7429         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7430         * dired.el (dired-build-subdir-alist):
7431         * ediff.el (ediff-version):
7432         * elide-head.el (elide-head, elide-head-show):
7433         * emerge.el (emerge-version):
7434         * env.el (getenv):
7435         * face-remap.el (variable-pitch-mode):
7436         * faces.el (describe-face):
7437         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7438         (dired-at-point):
7439         * files.el (find-file-existing, auto-save-mode):
7440         * font-lock.el (font-lock-fontify-buffer):
7441         * help-fns.el (describe-function, describe-variable)
7442         (describe-syntax, describe-categories):
7443         * help.el (view-lossage, describe-bindings, describe-key)
7444         (describe-mode):
7445         * hexl.el (hexl-current-address):
7446         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7447         * info.el (Info-goto-emacs-key-command-node):
7448         * log-edit.el (log-edit-insert-cvs-template)
7449         (log-edit-insert-cvs-rcstemplate):
7450         * menu-bar.el (menu-bar-mode):
7451         * mouse.el (mouse-appearance-menu):
7452         * newcomment.el (comment-indent-new-line):
7453         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7454         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7455         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7456         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7457         * recentf.el (recentf-mode):
7458         * savehist.el (savehist-mode, savehist-save):
7459         * shadowfile.el (shadow-copy-files):
7460         * simple.el (kill-ring-save, next-line, previous-line)
7461         (normal-erase-is-backspace-mode):
7462         * strokes.el (strokes-update-window-configuration)
7463         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7464         (strokes-xpm-for-stroke):
7465         * time.el (emacs-uptime, emacs-init-time):
7466         * tutorial.el (tutorial--describe-nonstandard-key)
7467         (tutorial--detailed-help):
7468         * type-break.el (type-break-mode)
7469         (type-break-mode-line-message-mode, type-break-query-mode)
7470         (type-break-guesstimate-keystroke-threshold):
7471         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7472         * version.el (emacs-version):
7473         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7474         * winner.el (winner-mode):
7475         * calendar/timeclock.el (timeclock-in, timeclock-out)
7476         (timeclock-status-string, timeclock-change)
7477         (timeclock-workday-remaining-string)
7478         (timeclock-workday-elapsed-string)
7479         (timeclock-when-to-leave-string):
7480         * calendar/todo-mode.el (todo-add-category):
7481         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7482         * emacs-lisp/autoload.el (update-file-autoloads):
7483         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7484         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7485         (checkdoc-message-text, checkdoc-defun):
7486         * emacs-lisp/debug.el (debugger-list-functions):
7487         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7488         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7489         (eieio-describe-generic):
7490         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7491         * emacs-lisp/shadow.el (list-load-path-shadows):
7492         * emulation/cua-base.el (cua-mode):
7493         * emulation/edt.el (edt-set-scroll-margins):
7494         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7495         (tpu-toggle-regexp, tpu-toggle-search-direction)
7496         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7497         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7498         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7499         (viper-set-parsing-style-toggling-macro)
7500         (viper-set-emacs-state-searchstyle-macros):
7501         * emulation/viper.el (viper-set-hooks):
7502         * eshell/esh-mode.el (eshell-truncate-buffer):
7503         * international/mule-cmds.el (prefer-coding-system)
7504         (describe-input-method, describe-language-environment):
7505         * international/mule-diag.el (list-character-sets)
7506         (describe-character-set, describe-coding-system)
7507         (describe-fontset, list-fontsets, list-input-methods):
7508         * mail/sendmail.el (mail-signature):
7509         * net/ange-ftp.el (ange-ftp-copy-file):
7510         * net/browse-url.el (browse-url):
7511         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7512         * net/quickurl.el (quickurl-add-url):
7513         * net/rcirc.el (names, topic):
7514         * net/xesam.el (xesam-mode):
7515         * play/5x5.el (5x5-new-game):
7516         * play/yow.el (apropos-zippy):
7517         * progmodes/ada-mode.el (ada-mode-version):
7518         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7519         (f90-end-of-block)
7520         (f90-beginning-of-block):
7521         * progmodes/fortran.el (fortran-end-of-block)
7522         (fortran-beginning-of-block):
7523         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7524         * progmodes/python.el (python-describe-symbol, python-shell):
7525         * term/ns-win.el (ns-print-buffer):
7526         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7527         * textmodes/flyspell.el (flyspell-mode-on):
7528         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7529         (pages-directory-for-addresses):
7530         * textmodes/table.el (table-recognize-cell)
7531         (table-query-dimension, table-generate-source)
7532         (table-insert-sequence, table--warn-incompatibility):
7533         * textmodes/tex-mode.el (tex-validate-buffer):
7534         * textmodes/texinfmt.el (texinfmt-version)
7535         (texinfo-format-buffer):
7536         Use `called-interactively-p' instead of `interactive-p'.
7538 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7540         * image-mode.el (image-toggle-display):
7541         * emacs-lisp/elp.el (elp-instrument-function):
7542         * emacs-lisp/advice.el (ad-make-advised-definition):
7543         * emacs-lisp/easy-mmode.el (define-minor-mode):
7544         * net/browse-url.el (browse-url-maybe-new-window):
7545         * progmodes/sh-script.el (sh-learn-buffer-indent):
7546         Pass new argument 'any to `called-interactively-p'.
7548 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7550         * international/uni-bidi.el:
7551         * international/uni-category.el:
7552         * international/uni-combining.el:
7553         * international/uni-comment.el:
7554         * international/uni-decimal.el:
7555         * international/uni-decomposition.el:
7556         * international/uni-digit.el:
7557         * international/uni-lowercase.el:
7558         * international/uni-mirrored.el:
7559         * international/uni-name.el:
7560         * international/uni-numeric.el:
7561         * international/uni-old-name.el:
7562         * international/uni-titlecase.el:
7563         * international/uni-uppercase.el:
7564         Regenerate from Unicode 5.2.0 data.
7566 2009-10-01  Glenn Morris  <rgm@gnu.org>
7568         * Makefile.in (ELCFILES): Regenerate.
7570 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7572         * subr.el (interactive-p): Mark obsolete.
7573         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7574         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7575         advertised-signature-table for subroutines as well.
7577         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7578         (set-advertised-calling-convention): New function.
7579         (make-obsolete, define-obsolete-function-alias)
7580         (make-obsolete-variable, define-obsolete-variable-alias):
7581         Make the optional-ness of `when' obsolete.
7582         (define-obsolete-face-alias): Make `when' non-optional.
7583         * help-fns.el (help-function-arglist):
7584         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7585         Use advertised-signature-table.
7587 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7589         * files.el (delete-directory): New defun.  The original function
7590         in fileio.c has been renamed to `delete-directory-internal'.
7592         * dired.el (dired-delete-file): Call `delete-directory' with
7593         RECURSIVE parameter.
7595         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7596         parameter RECURSIVE.  Implementation is missing.
7598         * net/tramp.el (tramp-handle-make-directory): Flush upper
7599         directory's file properties.
7600         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7601         (tramp-handle-dired-recursive-delete-directory): Flush directory
7602         properties after the remove command only.
7604         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7605         Handle optional parameter RECURSIVE.
7607         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7608         Handle optional parameter RECURSIVE.
7610         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7611         connection timeout.
7612         (tramp-smb-handle-delete-directory): Handle optional parameter
7613         RECURSIVE.
7615 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7618         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7619         (byte-compile-defmacro): Use backquotes.
7621         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7623         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7624         has no associated file.
7625         (vc-resynch-buffer): Use vc-dir-buffers.
7627 2009-10-01  Glenn Morris  <rgm@gnu.org>
7629         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7630         (chart-file-count):
7631         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7632         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7633         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7634         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7635         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7636         (eieio-copy-parents-into-subclass, make-instance, class-children)
7637         (eieio-generic-form):
7638         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7639         * cedet/cedet-idutils.el (cedet-idutils-search)
7640         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7641         (cedet-idutils-version-check):
7642         * cedet/cedet.el (cedet-version):
7643         * cedet/data-debug.el (data-debug-insert-overlay-button)
7644         (data-debug-insert-overlay-list-button)
7645         (data-debug-insert-buffer-button)
7646         (data-debug-insert-buffer-list-button)
7647         (data-debug-insert-process-button, data-debug-insert-ring-button)
7648         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7649         (data-debug-insert-stuff-vector-button)
7650         (data-debug-insert-symbol-button, data-debug-insert-string)
7651         (data-debug-insert-number, data-debug-insert-lambda-expression)
7652         (data-debug-insert-nil, data-debug-insert-simple-thing)
7653         (data-debug-insert-custom, data-debug-edebug-expr):
7654         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7655         (global-ede-mode-map, ede-new, ede-debug-target)
7656         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7657         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7658         (semantic-fetch-tags, semantic-submode-list)
7659         (semantic-default-submodes):
7660         * cedet/ede/source.el (ede-source-match):
7661         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7662         (project-am-package-info):
7663         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7664         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7665         * cedet/ede/proj-comp.el (ede-current-build-list):
7666         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7667         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7668         * cedet/ede/cpp-root.el (initialize-instance):
7669         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7670         (autoconf-parameter-strip, autoconf-insert-new-macro):
7671         * cedet/semantic/wisent.el (wisent-lex-eoi):
7672         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7673         (semantic-show-parser-state-mode):
7674         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7675         * cedet/semantic/tag.el (semantic-tag-new-variable)
7676         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7677         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7678         (semantic--tag-deep-copy-tag-list)
7679         (semantic-tag-components-with-overlays-default):
7680         * cedet/semantic/symref.el (semantic-symref-find-text):
7681         * cedet/semantic/senator.el (senator-yank-tag)
7682         (senator-transpose-tags-up):
7683         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7684         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7685         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7686         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7687         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7688         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7689         * cedet/semantic/lex-spp.el
7690         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7691         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7692         * cedet/semantic/idle.el
7693         (semantic-idle-summary-current-symbol-info-brutish)
7694         (semantic-idle-summary-current-symbol-info-default):
7695         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7696         (semantic--grammar-macro-compl-dict):
7697         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7698         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7699         (semantic-format-tag-canonical-name-default):
7700         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7701         (semantic-find-tags-for-completion)
7702         (semantic-find-tags-by-scope-protection-default)
7703         (semantic-deep-find-tags-for-completion):
7704         * cedet/semantic/edit.el
7705         (semantic-edits-incremental-reparse-failed-hook)
7706         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7707         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7708         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7709         * cedet/semantic/dep.el (semantic-dependency-include-path):
7710         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7711         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7712         (semanticdb-project-roots):
7713         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7714         (semanticdb-find-adebug-insert-scanned-tag-cons)
7715         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7716         (semanticdb-brute-deep-find-tags-for-completion):
7717         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7718         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7719         (semantic-end-of-context-default)
7720         (semantic-ctxt-current-function-default)
7721         (semantic-ctxt-scoped-types-default):
7722         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7723         (semantic-complete-inline-tag-engine)
7724         (semantic-complete-inline-custom-type)
7725         (semantic-complete-read-tag-analyzer):
7726         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7727         (semantic-chart-database-size):
7728         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7729         (semantic-analyze-current-context):
7730         * cedet/semantic/symref/list.el (semantic-symref)
7731         (semantic-symref-hide-buffer, semantic-symref-symbol):
7732         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7733         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7734         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7735         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7736         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7737         (semantic-c-dereference-template):
7738         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7739         (semantic--analyze-refs-full-lookup-with-parents)
7740         (semantic--analyze-refs-full-lookup-simple):
7741         * cedet/semantic/analyze/complete.el
7742         (semantic-analyze-possible-completions):
7743         * cedet/srecode/table.el (srecode-mode-table-new):
7744         * cedet/srecode/srt.el (srecode-read-variable-name):
7745         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7746         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7747         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7748         * cedet/srecode/map.el (srecode-current-map):
7749         * cedet/srecode/insert.el (srecode-insert)
7750         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7751         (srecode-template-inserter-point-override)
7752         (srecode-insert-include-lookup):
7753         * cedet/srecode/getset.el (srecode-auto-choose-class):
7754         * cedet/srecode/extract.el (srecode-inserter-extract):
7755         * cedet/srecode/document.el
7756         (srecode-document-autocomment-return-last-alist)
7757         (srecode-document-autocomment-param-type-alist)
7758         (srecode-document-insert-function-comment)
7759         (srecode-document-insert-variable-one-line-comment)
7760         (srecode-document-function-name-comment):
7761         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7762         (srecode-compound-toString):
7763         * cedet/srecode/compile.el (srecode-flush-active-templates):
7764         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7765         Doc/message fixes.
7767         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7768         match-data.  (Bug#4555).
7770         * cedet/semantic/bovine/gcc.el
7771         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7772         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7774         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7775         rather than parsing it as a regexp.  This relaxes the layout
7776         requirements and makes errors easier to detect.
7777         (check-declare-verify): Check file is regular.
7778         (check-declare-directory): Doc fix.
7779         * subr.el (declare-function): Doc fix.
7781         * ibuffer.el (ibuffer-format-qualifier):
7782         * isearch.el (hi-lock-regexp-okay):
7783         * calc/calc.el (math-zerop):
7784         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7785         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7786         Remove unused declarations.
7788 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7790         * cedet/semantic/wisent/javat-wy.el
7791         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7793 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7795         * cedet/srecode/expandproto.el: Fix provide statement.
7797 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7799         * emacs-lisp/eieio.el (boolean-p): Delete.
7801 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7803         * cedet/ede/srecode.el: Fix provide statement.
7805 2009-09-30  Glenn Morris  <rgm@gnu.org>
7807         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7808         * cedet/ede/proj-aux.el (ede-aux-source):
7809         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7810         (ede-misc-source):
7811         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7812         (semantic-mrub-switch-tags): Fix doc typos.
7814         * cedet/semantic/db-global.el (data-debug-new-buffer)
7815         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7816         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7818         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7820         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7821         use of CL function `remove-if-not'.
7823         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7825         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7826         filename is not a string.
7828 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7830         * files.el (safe-local-eval-forms): Fix typo.
7832 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7834         * vc-hooks.el (vc-dir-buffers): New var.
7835         (vc-state-refresh): New function.
7836         (vc-state): Use it.
7837         (vc-after-save): Always ask the backend to recompute the new state.
7838         Always call vc-dir if necessary, using vc-dir-buffers.
7839         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7840         Use vc-dir-buffers.
7841         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7842         (vc-dir-prepare-status-buffer, vc-dir-update)
7843         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7844         Don't call expand-file-name on default-directory.
7846 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7848         * speedbar.el (speedbar-item-delete):
7849         * calc/calc-prog.el (calc-kbd-if):
7850         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7852         * epa.el (epa-key-list-mode-map):
7853         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7855         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7856         (hs-show-hook): Fix typo in docstring.
7858 2009-09-29  Glenn Morris  <rgm@gnu.org>
7860         * cedet/semantic/symref/idutils.el:
7861         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7863         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7865         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7866         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7867         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7868         Mark declarations not understood by check-declare.
7870         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7871         file-name-nondirectory call preventing location of cedet files.
7872         (check-declare-verify): Use literal search rather than re-search.
7873         Add basic defmethod and defclass, and define-overloadable-function.
7875         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7876         Use tramp-compat-file-attributes rather than nonexistent
7877         tramp-compat-handle-file-attributes.
7879         * Makefile.in (lisptagsfiles4): New.
7880         (AUTOGENEL): Add cedet loaddefs files.
7881         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7882         (update-elclist, compile-always, backup-compiled-files)
7883         (bootstrap-clean): Add yet another directory level.
7884         (update-elclist): Use LC_COLLATE rather than COLLATE.
7885         (ELCFILES): Update, via `make update-elclist'.
7887 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7889         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7890         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7891         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7893 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7895         * Makefile.in (lisptagsfiles3): Define.
7896         (TAGS, TAGS-LISP): Use it.
7897         (update-elclist): Add third directory level to look for elc files.
7898         (compile-always): Likewise.
7899         (backup-compiled-files): Likewise.
7900         (bootstrap-clean): Likewise.
7901         (ELCFILES): Update.
7903 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7905         * Makefile.in (ELCFILES): Add CEDET files.
7907 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7909         CEDET (development tools) package merged.
7911         * cedet/*.el:
7912         * cedet/ede/*.el:
7913         * cedet/semantic/*.el:
7914         * cedet/srecode/*.el: New files.
7916 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7918         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7920         * net/tramp.el (top): Require tramp-imap.
7922         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7923         Use `tramp-compat-handle-file-attributes'.
7925 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7927         * net/tramp-imap.el: New package.
7929 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7931         * emacs-lisp/chart.el:
7932         * emacs-lisp/eieio-base.el:
7933         * emacs-lisp/eieio-comp.el:
7934         * emacs-lisp/eieio-custom.el:
7935         * emacs-lisp/eieio-datadebug.el:
7936         * emacs-lisp/eieio-opt.el:
7937         * emacs-lisp/eieio-speedbar.el:
7938         * emacs-lisp/eieio.el: New files.
7940         * cedet/cedet-cscope.el:
7941         * cedet/cedet-files.el:
7942         * cedet/cedet-global.el:
7943         * cedet/cedet-idutils.el:
7944         * cedet/data-debug.el:
7945         * cedet/inversion.el:
7946         * cedet/mode-local.el:
7947         * cedet/pulse.el: New files.
7949 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7951         * whitespace.el (whitespace-trailing-regexp)
7952         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7953         Fix doc string.
7955 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7957         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7958         menu.
7960         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7961         menu-bar-ediff-menu.
7963         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7964         define-overloadable-function.
7966         * progmodes/autoconf.el: Provide autoconf as well, so that this
7967         file can be `require'd.
7969         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7971         * emacs-lisp/autoload.el (generated-autoload-feature)
7972         (generated-autoload-load-name): New vars.
7973         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7974         (make-autoload): Recognize define-overloadable-function and
7975         defclass forms (for EIEIO).
7977         * Makefile.in (update-subdirs): Exclude cedet directory.
7979 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7981         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7983         * faces.el: Default light-background background for region face to
7984         ns_selection_color under NS.
7986 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7988         * net/imap-hash.el: New library, see NEWS.
7990         * Makefile.in (ELCFILES): Add imap-hash.el.
7992 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7995         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7996         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7997         definition where the docstring could be taken for the return value.
7999 2009-09-26  Glenn Morris  <rgm@gnu.org>
8001         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8002         Add option to only show images below a certain size.
8003         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8004         save-excursion calls.
8006 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
8008         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8009         subdirectories) and eieio.
8011 2009-09-26  Alan Mackenzie  <acm@muc.de>
8013         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
8014         buggy bracketing.  (Bug#4289)
8016         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8017         character constants (as case labels).  (Bug#4289)
8019 2009-09-25  Juri Linkov  <juri@jurta.org>
8021         * files.el (safe-local-eval-forms): Allow time-stamp in
8022         before-save-hook (Bug#4554).
8024 2009-09-25  Drew Adams  <drew.adams@oracle.com>
8026         * menu-bar.el (list-buffers-directory): Doc fix.
8028 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8031         Try and avoid copying twice the same paragraph.
8032         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8033         Remove save-excursion.
8034         (log-edit-changelog-entry): Do it here instead.
8036 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
8038         * bs.el (bs--get-file-name): Use `list-buffers-directory'
8039         when available, instead of hardcoding mode names.  Doc fix.
8041         * menu-bar.el (list-buffers-directory): Add docstring.
8042         Make automatically buffer-local.
8044         * dired.el (dired-mode):
8045         * files.el (cd-absolute):
8046         * pcvs.el (cvs-temp-buffer):
8047         * pcvs-util.el (cvs-get-buffer-create):
8048         * shell.el (shell-mode):
8049         * vc-dir.el (vc-dir-mode):
8050         Don't make `list-buffers-directory' buffer local.
8052 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
8054         * comint.el (comint-exec, comint-run, make-comint):
8055         Doc fixes (Bug#4542).
8057 2009-09-25  Glenn Morris  <rgm@gnu.org>
8059         * mail/rmailmm.el (rmail-mime): New custom group.
8060         Move all defcustoms in this file into this group.
8061         (rmail-mime-media-type-handlers-alist): Revert previous change.
8062         (rmail-mime-show-images): New option.
8063         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8064         references to it, since it wasn't actually used for anything.
8065         (rmail-mime-insert-image): New function.
8066         (rmail-mime-image): Use rmail-mime-insert-image.
8067         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8068         obey the value of `rmail-mime-show-images' option.  Print the size of
8069         attachments.
8071 2009-09-25  David Engster  <deng@randomsample.de>
8073         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
8075 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8077         * whitespace.el: Does not highlight trailing spaces While point is
8078         at end of line.  Does not highligt spaces at beginning of buffer
8079         while point is at beginning of buffer.  Does not highlight spaces
8080         at end of buffer while point is at end of buffer.  (Bug#4177)
8081         New version 12.0.
8082         (whitespace-display-mappings): Adjust initialization.
8083         (whitespace-point, whitespace-font-lock-refontify): New vars.
8084         (whitespace-color-on, whitespace-color-off): Adjust code.
8085         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8086         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8087         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8089 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
8091         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8093         * textmodes/sgml-mode.el: Remove xml-mode alias.
8095         * files.el (auto-mode-alist, conf-mode-maybe)
8096         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8098 2009-09-24  Alan Mackenzie  <acm@muc.de>
8100         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8101         c-forward-conditionals, but it doesn't move point and doesn't set
8102         the mark.
8103         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8104         (c-down-conditional-with-else, c-backward-conditional)
8105         (c-forward-conditional): Refactor to use c-scan-conditionals.
8107 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8109         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8110         (help-default-arg-highlight): Remove.
8111         (help-highlight-arg): New function.
8112         (help-do-arg-highlight): Use it.
8113         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
8115 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * term.el (term-set-scroll-region, term-handle-ansi-escape):
8118         Undo last change, which didn't fix the problem and introduced others.
8120 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
8122         * progmodes/gdb-mi.el: Don't require speedbar.
8123         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8125 2009-09-24  Glenn Morris  <rgm@gnu.org>
8127         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8129         * term/ns-win.el (ns-reg-to-script): Define for compiler.
8131         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8132         there is no newline after the final mime boundary.  (Bug#4539)
8133         Move markers on insertion so that any buttons inserted don't end up in
8134         the next part of a multipart message.
8135         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
8136         (rmail-mime-bulk-handler): Optionally handle images.
8137         (rmail-mime-image): New button action.
8138         (rmail-mime-image-handler): New function.
8139         (rmail-mime-mode): New mode.
8140         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
8142 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8145         than just dropping elements from it (bug#4504).
8147         * term.el (term-set-scroll-region): Don't move cursor any more.
8148         (term-handle-ansi-escape): Call term-goto here instead.
8149         Suggested by Ivan Kanis <apple@kanis.eu>.
8151         * term.el: Require CL.
8152         (term-ansi-reset): New function.
8153         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8154         (term-handle-colors-array): Simplify.
8156 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8158         * allout.el (allout-overlay-interior-modification-handler)
8159         (allout-obtain-passphrase):
8160         * epa-file.el (epa-file-write-region):
8161         * ps-print.el (ps-begin-job):
8162         * vc-hooks.el (vc-toggle-read-only):
8163         * vc-rcs.el (vc-rcs-rollback):
8164         * vc-sccs.el (vc-sccs-rollback):
8165         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8166         (vc-version-diff, vc-revert, vc-rollback):
8167         * wdired.el (wdired-check-kill-buffer):
8168         * emacs-lisp/authors.el (authors):
8169         * net/socks.el (socks-open-connection):
8170         * net/zeroconf.el (zeroconf-service-add-hook):
8171         * obsolete/vc-mcvs.el (vc-mcvs-register):
8172         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8173         (gdb-select-frame):
8174         * progmodes/grep.el (lgrep, rgrep):
8175         * progmodes/idlw-help.el (idlwave-help-check-locations)
8176         (idlwave-help-html-link, idlwave-help-assistant-open-link):
8177         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8178         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8179         (reftex-toc-rename-label): Fix typos in error messages.
8181         * dired-aux.el (dired-do-shell-command): Reflow docstring.
8182         (dired-copy-how-to-fn): Doc fix.
8183         (dired-files-attributes, dired-read-shell-command):
8184         Fix typos in docstrings.
8186         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8187         (dired-x-find-file-other-window): Reflow docstrings.
8188         (dired-omit-marker-char, dired-read-shell-command)
8189         (dired-x-submit-report): Fix typos in docstrings.
8191         * shell.el (shell-mode-hook):
8192         * view.el (View-scroll-line-forward):
8193         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8194         Fix typos in docstrings.
8196         * net/dig.el (dig-invoke): Fix typo in docstring.
8197         (query-dig): Reflow docstring.
8199         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8200         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8201         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8202         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8203         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8204         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8205         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8206         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8207         (idlwave-completion-map, idlwave-current-indent)
8208         (idlwave-custom-ampersand-surround, idlwave-customize)
8209         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8210         (idlwave-define-abbrev, idlwave-determine-class-special)
8211         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8212         (idlwave-end-block-reg, idlwave-end-of-statement)
8213         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8214         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8215         (idlwave-explicit-class-listed, idlwave-file-header)
8216         (idlwave-fill-paragraph, idlwave-find-class-definition)
8217         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8218         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8219         (idlwave-in-quote, idlwave-indent-action-table)
8220         (idlwave-indent-expand-table, idlwave-indent-line)
8221         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8222         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8223         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8224         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8225         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8226         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8227         (idlwave-outlawed-buffers, idlwave-popup-select)
8228         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8229         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8230         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8231         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8232         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8233         (idlwave-statement-type, idlwave-struct-skip)
8234         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8235         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8236         (idlwave-what-module-find-class): Fix typos in docstrings.
8237         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8238         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8239         (idlwave-find-module, idlwave-find-structure-definition)
8240         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8241         (idlwave-list-load-path-shadows, idlwave-next-statement)
8242         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8243         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8244         (idlwave-template): Reflow docstrings.
8246         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8247         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8248         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8249         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8250         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8251         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8252         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8253         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8254         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8255         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8256         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8257         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8258         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8259         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8260         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8261         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8262         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8263         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8264         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8265         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8266         Fix typos in docstrings.
8267         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8268         (idlwave-shell-hide-output, idlwave-shell-mode)
8269         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8270         Reflow docstrings.
8272         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8274 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8276         * term.el (term-bold-attribute): New var.
8277         (term-handle-colors-array): Use it.
8279 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8281         * progmodes/gdb-mi.el (gdb-version): New variable.
8282         (gdb-non-stop-handler): Set gdb-version.
8283         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8284         Condition "--thread" option on gdb-version.
8285         (gdb-invalidate-threads): Remove unused argument.
8287 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8290         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8292 2009-09-23  Glenn Morris  <rgm@gnu.org>
8294         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8295         replying to mail without References or Message-Id.  (Bug#4525)
8297 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8299         * term/ns-win.el (ns-reg-to-script): New variable.
8301 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8303         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8305 2009-09-22  Sam Steingold  <sds@gnu.org>
8307         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8308         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8309         to 1 because hg returns status 1 when nothing is found.
8310         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8312 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * textmodes/fill.el: Convert to utf-8 encoding.
8315         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8316         pre-unicode days.
8318         * add-log.el (change-log-fill-forward-paragraph): New function.
8319         (change-log-mode): Use it so fill-region DTRT.
8320         Set fill-indent-according-to-mode here rather than in
8321         change-log-fill-paragraph.
8322         (change-log-fill-paragraph): Remove.
8324 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8326         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8327         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8329 2009-09-22  Glenn Morris  <rgm@gnu.org>
8331         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8332         the scroll-bar scroll the calendar window rather than the buffer.
8334         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8335         commands that move point (as opposed to scrolling).
8337         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8339         * emacs-lisp/elint.el (elint): New custom group.
8340         (elint-log-buffer): Make it a defcustom.
8341         (elint-scan-preloaded, elint-ignored-warnings)
8342         (elint-directory-skip-re): New options.
8343         (elint-builtin-variables): Doc fix.
8344         (elint-preloaded-env): New variable.
8345         (elint-unknown-builtin-args): Add an entry for encode-time.
8346         (elint-extra-errors): Make it a variable rather than a constant.
8347         (elint-preloaded-skip-re): New constant.
8348         (elint-directory): Skip files matching elint-directory-skip-re.
8349         (elint-features): New variable, local to linted buffers.
8350         (elint-update-env): Initialize elint-features.  Possibly add
8351         elint-preloaded-env to the buffer's environment.
8352         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8353         Skip quoted forms.
8354         (elint-init-form): New function, extracted from elint-init-env.
8355         Make non-list forms a warning rather than an error.
8356         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8357         easy-menu-define, put that adds an error-condition, and provide.
8358         When requiring cl, also require cl-macs.  Really require cl, to handle
8359         some cl macros.  Store required libraries in the list elint-features,
8360         so as not to re-load them.  Treat cc-require like require.
8361         (elint-init-env): Call elint-init-form to do the work.
8362         Handle eval-and-compile and such like.
8363         (elint-add-required-env): Do not clear messages.
8364         (elint-special-forms): Add handlers for function, defalias, if, when,
8365         unless, and, or.
8366         (elint-form): Add optional argument to ignore elint-special-forms,
8367         useful to prevent recursive calls from handlers.  Doc fix.
8368         Respect elint-ignored-warnings.
8369         (elint-form): Respect elint-ignored-warnings.
8370         (elint-bound-variable, elint-bound-function): New variables.
8371         (elint-unbound-variable): Respect elint-bound-variable.
8372         (elint-get-args): Respect elint-bound-function.
8373         (elint-check-cond-form): Add some simple handling for (f)boundp and
8374         featurep tests.
8375         (elint-check-defalias-form): New handler.
8376         (elint-check-let-form): Make an empty let a warning rather than an
8377         error.
8378         (elint-check-setq-form): Make an empty setq a warning rather than an
8379         error.  Respect elint-ignored-warnings.
8380         (elint-check-defvar-form): Accept null doc-strings.
8381         (elint-check-conditional-form): New handler.  Does some simple-minded
8382         checking of featurep and (f)boundp tests.
8383         (elint-put-function-args): New function.
8384         (elint-initialize): Use elint-scan-doc-file rather than
8385         elint-find-builtin-variables.  Use elint-put-function-args.
8386         Possibly scan preloaded-file-list.
8387         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8388         extend to handle functions as well.
8390 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8392         * linum.el (linum-delete-overlays, linum-update-window):
8393         Do not modify the right margin.  (Bug#3971)
8395 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8397         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8398         nxml-mode instead of xml-mode.
8400 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8402         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8404 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8406         * net/dig.el (dig-mode): Use define-derived-mode.
8408 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8410         * vc-dispatcher.el (vc-do-command): Return the process object in
8411         the asynchronous case.  Use when instead of if.  Do not run
8412         vc-exec-after to display a message if not enabled.  (Bug#4463)
8414         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8415         properties to the stash strings.
8416         (vc-git-stash-list): Return a list of strings.
8417         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8418         (vc-git-stash-show-at-point): New functions.
8419         (vc-git-stash-map): New keymap.
8421         * register.el (ctl-x-r-map): Define the keys here instead of
8422         using autoload.
8424 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8426         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8427         list, to workaround performance problem (bug#4485).
8429 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8431         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8433 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8435         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8436         Document that this option is not recommended to use.
8438 2009-09-19  Glenn Morris  <rgm@gnu.org>
8440         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8441         variable `var'.
8443         * calc/calc-alg.el (var):
8444         * calc/calcalg2.el (var): Define for compiler.
8446 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8448         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8449         Doc fix (Bug#3932).
8451         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8453         * time-stamp.el (time-stamp-month-dd-yyyy)
8454         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8455         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8456         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8457         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8458         Remove functions that have been obsolete since 1995 (Bug#4436).
8460         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8461         indent buffer only if called interactively (Bug#4452).
8463 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8464             Eli Zaretskii  <eliz@gnu.org>
8466         This fixes bug#4197 (merged to bug#865, though not identical).
8467         * server.el (server-auth-dir): Add docstring note about FAT32.
8468         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8469         but warn against using them.
8471 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8473         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8474         older GDB where there is no has_more field.
8476 2009-09-19  Glenn Morris  <rgm@gnu.org>
8478         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8480 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8482         * files.el (auto-mode-alist): Change default for XML files to nXML
8483         mode (Bug#4169).
8485 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8487         * server.el (server-ensure-safe-dir): Pass 'integer
8488         to `file-attributes', as suggested.
8490 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8492         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8493         (dired-query): Use read-key.
8495 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8497         * cus-start.el (ns-use-qd-smoothing): Remove.
8499 2009-09-18  Glenn Morris  <rgm@gnu.org>
8501         * allout.el (top-level): Remove unnecessary progn.
8503         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8505         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8506         definition of abbrev table.
8508         * speedbar.el (speedbar-track-mouse):
8509         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8510         * net/eudc.el (eudc-expand-inline):
8511         * net/newst-backend.el (newsticker--cache-read-feed):
8512         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8513         condition-case handlers.
8515 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8517         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8518         (gdb-var-list): Add an element for has_more field.
8519         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8520         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8521         (gdb-var-update-handler-1): Parse output of dynamic variable
8522         objects (STL containers).
8523         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8524         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8526         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8527         gdb-var-list.
8528         (gud-speedbar-buttons): Make node expandable if expression "has more"
8529         children.
8531 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8533         * startup.el (emacs-quick-startup): Remove variable and all uses.
8534         (command-line): Set `inhibit-x-resources' instead.
8535         (command-line-1): Use `inhibit-x-resources' instead.
8537 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8539         * subr.el: Fix last change to avoid using the `unless' macro,
8540         which breaks bootstrapping.
8542 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8544         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8545         extended definitions, in case we reload subr.el after having
8546         loaded CL.
8547         (eval-next-after-load): Mark as obsolete.
8549 2009-09-17  Juri Linkov  <juri@jurta.org>
8551         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8552         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8553         (menu-bar-showhide-menu, menu-bar-tools-menu)
8554         (menu-bar-describe-menu, menu-bar-help-menu)
8555         (minibuffer-local-completion-map, minibuffer-local-map):
8556         Fix list quoting.
8558 2009-09-17  Glenn Morris  <rgm@gnu.org>
8560         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8561         arguments, whether or not it has a handler.
8563         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8565         * simple.el (hard-newline): Give it a doc-string.
8567         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8568         (lisp-mode-syntax-table): Give them doc-strings.
8570 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8572         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8573         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8574         (menu-bar-options-menu, menu-bar-showhide-menu)
8575         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8576         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8577         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8578         (menu-bar-options-menu, menu-bar-tools-menu)
8579         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8580         (menu-bar-help-menu):
8581         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8582         string arguments.
8584         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8585         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8586         calls for the menu names and :help.
8588 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8590         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8591         to :minor-mode-function (bug#4455).
8593 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * startup.el (command-line): Initialize the window-system after
8596         processing the command-line.
8598         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8599         page-delimiter matches the empty string.
8601 2009-09-16  Glenn Morris  <rgm@gnu.org>
8603         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8604         byte-compile-not-obsolete-var.  It's a list now.
8605         (byte-compile-not-obsolete-funcs): New variable.
8606         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8607         byte-compile-not-obsolete-funcs.
8608         (byte-compile-variable-ref, byte-compile-defvar): Update for
8609         byte-compile-not-obsolete-vars name-change and list nature.
8610         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8611         and variables behind (f)boundp tests.
8612         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8614 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8616         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8618 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8620         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8621         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8622         Don't autoload.
8624 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8626         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8627         the virtual-buffers, use the name of the buffer specified by
8628         find-file-noselect, as the match may be a symlink.  (This was a
8629         problem if the target and the symlink had different names.)
8631 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8635         * desktop.el (desktop-path): Check user-emacs-directory.
8637         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8639         * loadup.el: Use after-load-functions to GC after loading each file.
8640         Remove the explicit GC calls that used to be sprinkled around.
8642         * subr.el (after-load-functions): New hook.
8643         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8644         `obsolete' packages, rather than painfully extracting the relevant
8645         directory name.
8647 2009-09-15  Glenn Morris  <rgm@gnu.org>
8649         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8650         free variable `doc'.
8652         * dired.el (dired-mode-map): Add menu entry for async shell command.
8654         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8655         variables, also consider the .elc files, since the .el files are
8656         normally gzipped (subsequent code locates the .el.gz from the .elc).
8658         * calc/calc-prog.el (arglist): Define for compiler.
8660         * calendar/diary-lib.el (diary-display-function): Change the default to
8661         fancy display.
8662         (body): Define for compiler.
8664         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8665         (byte-compile-file-form, byte-compile-lambda)
8666         (byte-compile-top-level-body, byte-compile-form)
8667         (byte-compile-variable-ref, byte-compile-setq)
8668         (byte-compile-setq-default, byte-compile-body)
8669         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8670         (batch-byte-compile): Give some more local variables with common names
8671         a "bytecomp-" prefix to avoid masking warnings about free variables.
8673         * startup.el (command-line-1): Give local variables with common names a
8674         distinguishing prefix, so as not to hide free variable warnings during
8675         bootstrap.
8677         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8678         clever and add a suffix to make a unique name, just let the user decide
8679         whether or not to overwrite it.  If the input is a directory, write the
8680         default filename to that directory.  (Bug#4388)
8681         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8682         is a filename-as-a-directory.
8684 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8686         * textmodes/page.el (what-page): Don't move to beginning of line.
8687         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8689 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8691         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8693 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8695         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8696         * help.el (help-for-help-internal): Add purecopy calls for text.
8698         * vc.el (top): print-log method now takes an optional SHORTLOG
8699         argument.  Add a new method: root.
8700         (vc-root-diff, vc-print-root-log): New functions.
8701         (vc-log-short-style): New variable.
8702         (vc-print-log-internal): Add support for showing short logs.
8704         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8705         vc-print-root-log and vc-print-root-diff.
8707         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8708         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8709         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8710         short logs.
8712         * vc-cvs.el (vc-cvs-print-log):
8713         * vc-mtn.el (vc-mtn-print-log):
8714         * vc-rcs.el (vc-rcs-print-log):
8715         * vc-sccs.el (vc-sccs-print-log):
8716         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8717         that is ignored for now.
8719         * vc-mtn.el (vc-mtn-annotate-command):
8720         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8722 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8725         to function-key-map, and give them ascii-character property.
8726         * term/x-win.el (x-alternatives-map):
8727         * term/ns-win.el (ns-alternatives-map):
8728         * term/internal.el (msdos-key-remapping-map):
8729         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8731 2009-09-14  Glenn Morris  <rgm@gnu.org>
8733         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8734         temp-buffers (2009-09-12).
8736 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8739         the new read-key function.
8741 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8743         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8744         is defined (Bug#4405).
8746 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8748         * recentf.el (recentf-cleanup): Use a hash table to find
8749         duplicates (Bug#4407).
8751 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8753         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8754         kp-0 to ascii equivalents (Bug#4325).
8756 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8758         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8760         * eshell/em-hist.el:
8761         * eshell/em-dirs.el (eshell-complete-user-reference):
8762         Declare pcomplete functions and variables to avoid compiler warnings.
8764 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8766         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8767         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8768         * eshell/em-alias.el (eshell-aliases-file):
8769         * eshell/em-hist.el (eshell-history-file-name):
8770         Use expand-file-name instead of concat to make file names (Bug#4308).
8772 2009-09-13  Glenn Morris  <rgm@gnu.org>
8774         * ediff-merg.el (ediff-do-merge):
8775         * filesets.el (filesets-run-cmd):
8776         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8777         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8778         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8779         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8780         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8781         Replace empty `let's with `progn'.
8783 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8785         * mail/sendmail.el (send-mail-function):
8786         * tooltip.el (tooltip-mode):
8787         * simple.el (transient-mark-mode):
8788         * rfn-eshadow.el (file-name-shadow-mode):
8789         * frame.el (blink-cursor-mode):
8790         * font-core.el (global-font-lock-mode):
8791         * files.el (temporary-file-directory)
8792         (small-temporary-file-directory, auto-save-file-name-transforms):
8793         * epa-hook.el (auto-encryption-mode):
8794         * composite.el (global-auto-composition-mode):
8795         Use custom-initialize-delay.
8796         * startup.el (command-line): Don't explicitly call
8797         custom-reevaluate-setting for all the above vars.
8798         * custom.el (custom-initialize-safe-set)
8799         (custom-initialize-safe-default): Delete.
8801 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * term/x-win.el (x-initialize-window-system):
8804         * term/w32-win.el (w32-initialize-window-system):
8805         * term/ns-win.el (ns-initialize-window-system): Don't call
8806         mouse-wheel-mode since it's enabled globally by default already.
8808         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8809         actually define the variable, but only silences the byte-compiler.
8810         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8811         before looking it up.
8812         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8813         is changed.
8815 2009-09-12  Glenn Morris  <rgm@gnu.org>
8817         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8818         1000.
8819         (elint-add-required-env): Don't beep on error.
8820         (elint-forms): In case of error, return ENV unchanged.
8821         (elint-init-env): Skip non-list forms.
8822         (elint-log): Handle unknown file positions.
8824 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8826         * epg.el (epg-make-context): Add autoload cookie.
8827         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8828         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8829         (epg-verify-string, epg-start-sign, epg-sign-file)
8830         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8831         (epg-encrypt-string, epg-start-export-keys)
8832         (epg-export-keys-to-file, epg-export-keys-to-string)
8833         (epg-start-import-keys, epg-import-keys-from-file)
8834         (epg-import-keys-from-string, epg-start-receive-keys)
8835         (epg-receive-keys, epg-import-keys-from-server)
8836         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8837         (epg-sign-keys, epg-start-generate-key)
8838         (epg-generate-key-from-file, epg-generate-key-from-string):
8839         Remove autoload cookie.
8841 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8843         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8844         reevaluation of trash-directory.
8846         * mwheel.el: Fix last change.
8847         (mouse-wheel-mode): New defvar.
8848         (mouse-wheel-mode): Remove autoload cookie.
8850 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8852         * mwheel.el (mwheel-installed-bindings): New var.
8853         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8854         the bindings we set last time.  Use custom-initialize-delay.
8855         * loadup.el: Load mwheel after term/*-win.el.
8856         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8857         and mouse-wheel-up-event now that their first evaluation is done
8858         sufficiently late to be correct.
8860         * startup.el (tutorial-directory): Make it a defcustom.
8861         Use custom-initialize-delay rather than eval-at-startup to set it.
8862         * image.el (image-load-path): Make it a defcustom.
8863         Use custom-initialize-delay rather than eval-at-startup to set it.
8864         * subr.el (eval-at-startup): Remove.
8865         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8867         * subr.el (do-after-load-evaluation): Warn the user after loading an
8868         obsolete package.
8870 2009-09-12  Glenn Morris  <rgm@gnu.org>
8872         * proced.el (proced-mark-alt): Remove alias.
8873         (proced-mode-map): Remove proced-mark-alt.
8875         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8876         Elint file and directory.  Remove initialization entry.
8878         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8879         commands.
8880         (elint-current-buffer): Set mode-line-process.
8881         (elint-init-env): Handle define-derived-mode.
8882         Fix declare-function with unspecified arglist.  Guard against odd
8883         defalias statements (eg iso-insert's 8859-1-map).
8884         (elint-add-required-env): Use a temp buffer.
8885         (elint-form): Just print the function/macro name, not the whole form.
8886         Return env unchanged if we fail to parse a macro.
8887         (elint-forms): Guard against parse errors.
8888         (elint-output): New function, to handle batch mode.
8889         (elint-log-message): Add optional argument.  Use elint-output.
8890         (elint-set-mode-line): New function.
8892 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8894         * emacs-lisp/elp.el (elp-not-profilable): Add more
8895         functions (Bug#4233).
8897 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8899         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8900         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8902 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8904         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8905         (gdb-var-list-children): Use json parsing.
8907 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8909         * progmodes/js.el (js--proper-indentation): Handle the case where
8910         char-before is null.  Reported by Deniz Dogan.
8912 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8914         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8916 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8918         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8919         (epg-digest-algorithm-alist): Add SHA224.
8920         (epg-context-set-passphrase-callback)
8921         (epg-context-set-progress-callback): Add description about
8922         callback function.
8924 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8926         * custom.el (custom-delayed-init-variables): New var.
8927         (custom-initialize-delay): New function.
8928         * startup.el (command-line): "Re"evaluate all vars in
8929         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8930         explicitly any more.
8931         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8932         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8934         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8936 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8938         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8939         (gdb-var-update-handler): Use json parsing.
8941 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8943         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8944         decode annotated text, regardless of language environment.  (Bug#2741)
8946 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8948         * Makefile.in (autoloads): Make rmail.el writable as well.
8950 2009-09-11  Glenn Morris  <rgm@gnu.org>
8952         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8953         loaddefs.el.
8954         * dired.el: Regenerate with extracted autoloads.
8955         * Makefile.in (autoloads): Make dired.el writable.
8957         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8958         * ibuffer.el: Regenerate with extracted autoloads.
8959         * Makefile.in (autoloads): Make ibuffer.el writable.
8961         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8962         * version.el (emacs-copyright, emacs-major-version)
8963         (emacs-minor-version): Reformat doc-strings for make-docfile.
8965         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8966         functions and variables, since they must be stuff specific to some other
8967         platform.
8968         (apropos-print): Make mouse-click message less specific about button.
8970         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8971         that records where a macro was defined.
8972         * help-fns.el (describe-function-1): Mention if a function has a
8973         compiler-macro.
8974         * help-mode.el (help-function-cmacro): New button.
8976         * locate.el (top-level): Always require dired.
8977         (locate-mode-map): Initialize inside the defvar.
8979         * net/ange-ftp.el (dired-compress-file): Declare.
8980         (ange-ftp-dired-compress-file): Add doc string.
8982         * term/ns-win.el (x-display-name, x-setup-function-keys):
8983         Unify doc-strings with X versions.
8985 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8987         * emulation/crisp.el (crisp-mode-map): Move initialization
8988         into declaration.
8989         (crisp-mode): Use define-minor-mode.
8991         * progmodes/xscheme.el (xscheme-evaluation-commands):
8992         Put a :advertised-binding property rather than using
8993         advertised-xscheme-send-previous-expression.
8994         (advertised-xscheme-send-previous-expression): Declare obsolete.
8995         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8996         `advertised-undo'.
8997         (crisp-mode): Add corresponding bindings to
8998         undo's :advertised-binding instead.
8999         * dired.el (dired-mode-map): Put a :advertised-binding property rather
9000         than using dired-advertised-find-file.
9001         (dired-advertised-find-file):
9002         * simple.el (advertised-undo):
9003         * wid-edit.el (advertised-widget-backward): Declare obsolete.
9004         (widget-keymap): Put a :advertised-binding property rather
9005         than using advertised-widget-backward.
9006         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9007         than using advertised-undo.
9008         * tutorial.el (tutorial--default-keys): Adjust accordingly.
9010 2009-09-10  Simon South  <ssouth@slowcomputing.org>
9012         * progmodes/delphi.el (delphi-tab): Indent region when Transient
9013         Mark mode is enabled and region is active; otherwise indent or
9014         insert TAB as usual.
9015         (delphi-mode): Update description of TAB-key binding.
9017 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * subr.el (define-key-rebound-commands): Mark obsolete.
9020         * startup.el (precompute-menubar-bindings): Remove.
9021         (normal-top-level): Remove obsolete code that tried to precompute
9022         menubar bindings.
9023         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9024         define-key-rebound-commands and precompute-menubar-bindings.
9026 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9028         * net/imap.el (imap-interactive-login): Better messages.
9029         (imap-open): Fix bug with renamed buffer on reconnect.
9030         (imap-authenticate): Add buffer-local imap-last-authenticator variable
9031         for easier debugging and cleaner code.  On successful (guessed based on
9032         server capabilities) secondary authentication, set imap-state
9033         correctly.
9034         (imap-last-authenticator): Define imap-last-authenticator as a variable
9035         to avoid warnings.
9037 2009-09-10  Glenn Morris  <rgm@gnu.org>
9039         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9041         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9042         (byte-compile-file-form-autoload): Don't warn about unknown functions
9043         where the autoload statement comes after the use.
9044         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9045         that any handlers inside the body (eg require) are in turn respected.
9047         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9048         effects.
9050         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9051         and syntax and abbrev tables basic docs, if they don't have any.
9053         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9055         * international/mule-cmds.el (top-level): Require cl when compiling.
9056         (view-hello-file): Use default-value rather than
9057         default-enable-multibyte-characters.
9059         * progmodes/fortran.el: Move all safe and risky properties into the
9060         defcustoms.
9062         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9063         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9064         * mail/undigest.el:
9065         Put autoloads in rmail.el rather than loaddefs.el.
9066         * mail/rmail.el: Regenerate with extracted autoloads.
9068         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9069         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9071 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
9073         Reported in thread for Bug#4375.
9074         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9075         "-data-evaluate-expression" instead of print.
9076         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9077         (gdb-tooltip-print): Parse output from above MI command.
9078         (gdb): Revert 2009-08-11 change.  User should detach inferior
9079         manually.
9081         Remove the word "separate" from IO functions as inferior
9082         output is now never displayed in the GUD buffer.
9084 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
9086         * startup.el (command-line-normalize-file-name): On Windows and
9087         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9089 2009-09-10  Juri Linkov  <juri@jurta.org>
9091         * isearch.el (isearch-text-char-description): Propertize escape
9092         character sequences with the `escape-glyph' face.  (Bug#4344)
9094         * simple.el (shell-command): Set asynchronous process filter to
9095         `comint-output-filter'.  (Bug#4343)
9097         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9098         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
9099         the list.  Move "asm" to the bottom.
9100         (grep-find-ignored-directories): Add `choice' with nil value
9101         to empty the list easily.
9102         (grep-find-ignored-files): New option.
9103         (grep-files-history): Set to nil by default instead of '("ch" "el").
9104         (grep-compute-defaults): Add "<X>" to `grep-template'.
9105         (grep-read-files): Bind new local variables `default-alias' and
9106         `default-extension'.  Use a list of default values for the file prompt.
9107         (lgrep): Add `--exclude=' command line options composed from
9108         `grep-find-ignored-files'.
9109         (rgrep): Add `-name' command line options composed from
9110         `grep-find-ignored-files'.  (Bug#4301)
9112 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9115         (bug#4368).
9117 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9119         * calendar/time-date.el (autoload):
9120         Expand define-obsolete-function-alias into defalias and make-obsolete
9121         for old Emacsen that Gnus supports.
9122         (with-no-warnings): Define it for old Emacsen.
9123         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9124         is available.
9125         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9126         float-time is available; suppress compile warning for time-to-seconds.
9128 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
9130         * net/imap.el (imap-message-map): Docstring fix.
9132 2009-09-09  Glenn Morris  <rgm@gnu.org>
9134         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9135         line numbers too.  (Bug#4374)
9137 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * smerge-mode.el (smerge-remove-props, smerge-refine):
9140         Use with-silent-modifications (bug#4342).
9142         * subr.el (with-silent-modifications): New macro.
9144 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
9146         * files.el (top-level): Require `cl' when compiling.
9148 2009-09-07  Glenn Morris  <rgm@gnu.org>
9150         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9152         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9153         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
9155 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
9157         * vc-git.el (vc-git-annotate-command): Use separator to parse
9158         arguments correctly.
9160 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
9162         * proced.el (proced-mode): Doc fix.
9164 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
9166         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9167         lstat fails.
9168         (tramp-do-file-attributes-with-ls): Check for file existence at
9169         remote end.
9170         (tramp-do-file-attributes-with-stat): Likewise.
9171         (tramp-convert-file-attributes): Return nil when attr is nil.
9173 2009-09-05  Glenn Morris  <rgm@gnu.org>
9175         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9176         properties to this button.
9177         (diary-fancy-display): Don't extend the button to the final newline.
9178         (diary-fancy-display-mode): Continue to define "q" as a local key.
9180         * calendar/cal-china.el (holiday-chinese): Make it slightly more
9181         efficient.
9183         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9185         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9186         (byte-compile-dest-file-function): New option.
9187         (byte-compile-dest-file): Doc fix.
9188         Obey byte-compile-dest-file-function.
9189         (byte-compile-cl-file-p): New function.
9190         (byte-compile-eval): Only suppress noruntime warnings about cl functions
9191         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
9192         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9193         than for file being previously loaded.
9194         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9195         (byte-compile-file-form-require): Handle the case where requiring a file
9196         indirectly causes CL to be loaded.
9198 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9200         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9201         before killing the old buffer, since by the time `kill-buffer' is
9202         run so many buffer variables have been set to nil that it may not
9203         behave as expected.  (Bug#4061)
9205 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9207         * files.el (find-alternate-file): If the old buffer is modified
9208         and visiting a file, behave similarly to `kill-buffer' when
9209         killing it, thus reverting to the pre-1.878 behavior; see
9210         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9211         for discussion.  Also, consult `buffer-file-name' as a variable
9212         not as a function, for consistency with the rest of the code.
9214 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9216         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9217         also when adding a new directory.
9219         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9220         defun.
9222 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * files.el (locate-file-completion-table): Make it provide boundary
9225         information, so partial-completion works better.
9227 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9229         * mail/footnote.el (Footnote-text-under-cursor):
9230         Check footnote-text-marker-alist before using it (bug#4324).
9232 2009-09-04  Glenn Morris  <rgm@gnu.org>
9234         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9235         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9236         * play/solitaire.el, play/tetris.el:
9237         Remove leading * from defcustom and defface docs.
9239         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9240         necessary.
9241         (diary-fancy-overriding-map): New variable.
9242         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9243         Use view-mode.
9245         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9246         goto-line.
9248 2009-09-03  Glenn Morris  <rgm@gnu.org>
9250         * arc-mode.el (archive-mode):
9251         * dos-fns.el (set-default-process-coding-system):
9252         * man.el (Man-getpage-in-background):
9253         * menu-bar.el (menu-bar-describe-menu):
9254         * server.el (server-process-filter):
9255         * startup.el (command-line):
9256         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9257         * w32-fns.el (set-default-process-coding-system):
9258         * x-dnd.el (x-dnd-handle-file-name):
9259         * international/mule-cmds.el (mule-menu-keymap)
9260         (set-default-coding-systems, language-info-alist, set-language-info)
9261         (set-language-environment, standard-display-european-internal)
9262         (set-locale-environment):
9263         * international/mule-diag.el (mule-diag):
9264         * mail/emacsbug.el (report-emacs-bug):
9265         * mail/rmail.el (rmail-mode):
9266         * mail/sendmail.el (mail-setup):
9267         Use default-value rather than default-enable-multibyte-characters.
9269         * progmodes/f90.el: Move all safe properties into the defcustoms.
9270         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9272         * calendar/appt.el (appt-check):
9273         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9274         (diary-check-diary-file, diary-list-entries)
9275         (diary-include-other-diary-files, diary-simple-display)
9276         (diary-fancy-display, diary-print-entries)
9277         (diary-mark-included-diary-files, diary-make-entry):
9278         Don't call substitute-in-file-name on diary-file.
9280 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9281             Stefan Monnier  <monnier@iro.umontreal.ca>
9283         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9284         (footnote-mode-map): Move initialization into the declaration.
9285         (footnote-minor-mode-map): Define it rather than changing global-map.
9286         (footnote-mode): Use define-minor-mode.
9288 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9290         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9291         (tramp-do-file-attributes-with-perl)
9292         (tramp-do-file-attributes-with-stat): Rename from
9293         `tramp-handle-file-attributes-with-*'.
9294         (tramp-handle-file-attributes): Use them.
9295         (tramp-do-directory-files-and-attributes-with-perl)
9296         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9297         `tramp-handle-directory-files-and-attributes-with-*'.
9298         (tramp-handle-directory-files-and-attributes): Use them.
9299         (tramp-method-out-of-band-p): Additional parameter SIZE.
9300         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9301         (tramp-handle-write-region): Use it.
9302         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9303         (tramp-handle-vc-registered): Check, whether the first run did
9304         return files to be tested.
9305         (tramp-advice-make-auto-save-file-name): Do not call directly
9306         `tramp-handle-make-auto-save-file-name', because this would bypass
9307         the locking mechanism.
9309         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9310         (file-remote-p, process-file, start-file-process, set-file-times)
9311         (tramp-compat-file-attributes): Compatibility functions shall not
9312         call directly `tramp-handle-*', because this would bypass the
9313         locking mechanism.
9314         (tramp-compat-number-sequence): New defun.
9316 2009-09-02  Glenn Morris  <rgm@gnu.org>
9318         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9319         alias for float-time.
9320         (time-to-number-of-days): In Emacs, use float-time.
9321         * net/newst-backend.el (time-add): Suppress warnings from compat
9322         function.
9323         * time.el (emacs-uptime, emacs-init-time):
9324         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9325         Use float-time rather than time-to-seconds.
9327         * minibuffer.el (completion-initials-expand): Fix typo.
9329         * faces.el (modeline, modeline-inactive, modeline-highlight)
9330         (modeline-buffer-id):
9331         * info.el (info-menu-5): Mark these face aliases as obsolete.
9333 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9335         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9336         space ...
9337         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9338         no "--thread" option.
9339         (gdb-stopped): Don't print "Switched to thread" message when it is
9340         unchanged.
9342 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9344         * minibuffer.el (completion-try-completion)
9345         (completion-all-completions): Remove ill-defined (and
9346         mistakenly installed and luckily never used nor documented)
9347         `completion-styles' property.
9348         (completion-initials-expand, completion-initials-all-completions)
9349         (completion-initials-try-completion): New functions.
9350         (completion-styles-alist): Add doc to each entry.
9351         Add new `initials' entry.
9353 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9355         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9356         MI command -var-evaluate-expression.
9357         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9358         and tweak for case of string child.
9359         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9361 2009-09-01  Glenn Morris  <rgm@gnu.org>
9363         * add-log.el (change-log-date-face, change-log-name-face)
9364         (change-log-email-face, change-log-file-face, change-log-list-face)
9365         (change-log-conditionals-face, change-log-function-face)
9366         (change-log-acknowledgement-face):
9367         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9368         (custom-modified-face, custom-set-face, custom-changed-face)
9369         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9370         (custom-documentation-face, custom-state-face, custom-comment-face)
9371         (custom-comment-tag-face, custom-variable-tag-face)
9372         (custom-variable-button-face, custom-face-tag-face)
9373         (custom-group-tag-face-1, custom-group-tag-face):
9374         * diff-mode.el (diff-header-face, diff-file-header-face)
9375         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9376         (diff-added-face, diff-changed-face, diff-function-face)
9377         (diff-context-face, diff-nonexistent-face):
9378         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9379         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9380         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9381         (Info-title-4-face):
9382         * isearch.el (isearch-lazy-highlight-face):
9383         * log-view.el (log-view-file-face, log-view-message-face):
9384         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9385         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9386         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9387         (cvs-msg-face):
9388         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9389         (smerge-base-face, smerge-markers-face):
9390         * wid-edit.el (widget-documentation-face, widget-button-face)
9391         (widget-field-face, widget-single-line-field-face)
9392         (widget-inactive-face, widget-button-pressed-face):
9393         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9394         (woman-addition-face):
9395         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9396         (eshell-ls-executable-face, eshell-ls-readonly-face)
9397         (eshell-ls-unreadable-face, eshell-ls-special-face)
9398         (eshell-ls-missing-face, eshell-ls-archive-face)
9399         (eshell-ls-backup-face, eshell-ls-product-face)
9400         (eshell-ls-clutter-face):
9401         * eshell/em-prompt.el (eshell-prompt-face):
9402         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9403         * obsolete/old-whitespace.el (whitespace-highlight-face):
9404         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9405         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9406         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9407         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9408         (antlr-font-lock-literal-face):
9409         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9410         (ebrowse-root-class-face, ebrowse-file-name-face)
9411         (ebrowse-default-face, ebrowse-member-attribute-face)
9412         (ebrowse-member-class-face, ebrowse-progress-face):
9413         * progmodes/make-mode.el (makefile-space-face):
9414         * progmodes/sh-script.el (sh-heredoc-face):
9415         * textmodes/flyspell.el (flyspell-incorrect-face)
9416         (flyspell-duplicate-face):
9417         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9418         * textmodes/texinfo.el (texinfo-heading-face):
9419         Mark face aliases with "-face" suffix as obsolete.
9421         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9422         compiler.
9424         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9425         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9426         easy-menu-define wants to modify these.
9428         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9430         * net/browse-url.el (browse-url-file-url):
9431         * term/internal.el (dos-codepage-setup):
9432         Use default-value rather than default-enable-multibyte-characters.
9434         * progmodes/etags.el (etags-goto-tag-location):
9435         * progmodes/flymake.el (flymake-highlight-line)
9436         (flymake-goto-file-and-line, flymake-goto-line):
9437         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9438         (gdb-goto-breakpoint):
9439         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9440         * progmodes/python.el (python-find-function)
9441         (python-pdbtrack-track-stack-file):
9442         * progmodes/verilog-mode.el (verilog-surelint-off):
9443         * term/ns-win.el (ns-open-file-select-line):
9444         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9445         Use forward-line rather than goto-line.
9447         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9448         * textmodes/reftex-index.el (reftex-display-index):
9449         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9450         * textmodes/reftex-toc.el (reftex-toc):
9451         Remove unnecessary bindings of default-major-mode (all are followed by
9452         major-mode check and possible mode switch).
9454 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9456         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9457         Handle watchpoints (bug#4282).
9458         (def-gdb-thread-buffer-command): Enable thread to be selected by
9459         clicking without selecting threads buffer first.
9460         (gdb-current-context-command): Use selected frame so that "up",
9461         "down" etc work in the GUD buffer.
9462         (gdb-update): Find selected frame before rendering stack buffer.
9463         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9465 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9467         * progmodes/sym-comp.el (displayed-completions): Remove.
9468         (symbol-complete): Use minibuffer-complete.
9470 2009-08-31  Glenn Morris  <rgm@gnu.org>
9472         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9474         * apropos.el (apropos-symbols-internal):
9475         Handle (obsolete) face aliases.
9477         * faces.el (describe-face): Adjust the output format to be more like
9478         describe-variable, and to mention (obsolete) face aliases.
9479         Adjust the whitespace so that help-setup-xref works.
9481         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9482         * calendar/diary-lib.el (diary-button-face):
9483         Mark these face aliases as obsolete.
9485         * calendar/calendar.el (calendar-today): Doc fix.
9487 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9489         * progmodes/gdb-mi.el (gdb-control-all-threads)
9490         (gdb-control-current-thread): Force tool bar update.
9491         (gdb-non-stop-handler): New function.
9492         (gdb-init-1): Use it to test if non-stop mode is supported.
9493         Remove unused gdbmi buffer type.
9495 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9497         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9498         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9500 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9502         * comint.el (comint-exec-1): Check command is non-null first.
9503         Part of gdb-mi.el change (2009-08-28).
9505 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9507         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9509 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9511         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9512         instead of `dolist' to avoid a recursive require when bootstrapping.
9514 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9516         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9518         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9520         * net/imap.el (imap-send-command): Simplify.
9521         (imap-wait-for-tag): point-max -> buffer-size.
9523         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9525         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9526         with constant argument.
9528         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9530         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9532         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9533         Change default, since most of our files don't have a history.
9534         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9535         the user.
9537         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9538         Add comint-run.
9540         * calc/calc.el: Improve commenting convention.
9541         (calc-digit-map, toplevel): Simplify.
9543         * comint.el (comint-insert-input): Be careful to only set point if we
9544         don't delegate to some other command.
9546         * proced.el (proced-signal-list): Make it an alist.
9547         (proced-grammar-alist): Capitalize names.
9548         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9549         Disable undo manually and make it read-only.
9550         Use completion-annotate-function.
9552         * minibuffer.el (minibuffer-message): If the current buffer is not
9553         a minibuffer, insert the message in the echo area rather than at the
9554         end of the buffer.
9555         (completion-annotate-function): New variable.
9556         (minibuffer-completion-help): Use it.
9557         (completion--embedded-envvar-table): Environment vars are
9558         always case-sensitive.
9560 2009-08-30  Glenn Morris  <rgm@gnu.org>
9562         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9563         from fortran-current-defun.
9564         (fortran-beginning-of-subprogram): Be more precise about finding the
9565         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9566         (fortran-end-of-subprogram): Simplify.
9567         (fortran-current-defun): Use fortran-start-prog-re.
9569 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9571         * subr.el (do-after-load-evaluation): Simplify.
9573 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9575         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9577         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9578         (vc-rcs-print-log): Use it.
9580         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9582 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9584         * paths.el (abbrev-file-name): Move to abbrev.el.
9585         * abbrev.el (abbrev-file-name): Move from paths.el.
9586         Obey user-emacs-directory.
9587         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9588         user-emacs-directory.
9589         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9590         abbrev-file-name and calc-settings-file any more.
9591         * startup.el (command-line): Recompute abbrev-file-name and
9592         abbreviated-home-dir.
9593         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9594         of the special code for when C-h bindings haven't been changed.
9595         (display-startup-echo-area-message): Use with-current-buffer.
9596         (command-line-1): Use a list of strings, rather than a list of lists
9597         of strings for longopts.
9599         * files.el (get-free-disk-space): Use / for default-directory.
9601         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9602         Use with-current-buffer.
9604         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9605         Recognize immutable variables like most-positive-fixnum.
9606         (byte-compile-setq-default): Check and warn if trying to assign
9607         to an immutable variable, or a non-variable.
9609         * progmodes/cc-vars.el (c-comment-continuation-stars):
9610         * progmodes/cc-engine.el (c-looking-at-bos):
9611         * progmodes/cc-cmds.el (c-toggle-auto-state)
9612         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9613         (c-comment-line-break-function): Add version of obsolescence.
9615 2009-08-28  Juri Linkov  <juri@jurta.org>
9617         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9618         associated with `archive-mode'.
9620         * image.el (image-type-header-regexps): Use only JPEG magic number
9621         to determine JPEG images, and don't use `image-jpeg-p' because
9622         Emacs can display non-JFIF non-Exif JPEG images.
9624 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9626         * arc-mode.el (archive-mode):
9627         * emacs-lisp/re-builder.el (re-builder-unload-function):
9628         Protect against the default value of `major-mode' being nil.
9630 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9632         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9633         Fix typos in docstrings.
9635         * progmodes/js.el (js--macro-decl-re): Doc fix.
9636         (js--plain-method-re, js--split-name): Refloc docstring.
9637         (js--class-styles, js--make-merged-item, js--splice-into-items):
9638         Fix typos in docstrings; reflow docstrings.
9639         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9640         (js--variable-decl-matcher, js--inside-pitem-p)
9641         (js--parse-state-at-point, js--get-all-known-symbols)
9642         (js--symbol-history, js-find-symbol, js--js-references)
9643         (js--moz-interactor, js--js-encode-value, js--read-tab):
9644         Fix typos in docstrings.
9646 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9648         * textmodes/reftex.el (reftex-get-file-buffer-force):
9649         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9650         * emulation/viper.el (viper-go-away, viper-set-hooks):
9651         * emacs-lisp/re-builder.el (re-builder-unload-function):
9652         * emacs-lisp/bytecomp.el (byte-compile-file):
9653         * ses.el (ses-unload-function):
9654         * hexl.el (hexl-find-file):
9655         * files.el (normal-mode):
9656         * ehelp.el (with-electric-help):
9657         * autoinsert.el (auto-insert-alist):
9658         * arc-mode.el (archive-mode):
9659         Use (default-value 'major-mode) instead of default-major-mode.
9661         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9662         * international/mule.el (load-with-code-conversion):
9663         * emacs-lisp/debug.el (debug):
9664         * ediff-vers.el (ediff-rcs-get-output-buffer):
9665         * dired.el (dired-internal-noselect): Don't let-bind
9666         default-major-mode around code that doesn't use it.
9667         E.g. buffer creation via get-buffer-create doesn't use it.
9669 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9671         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9672         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9673         when writing the temp file.  Otherwise, epa-file gets confused.
9674         (tramp-register-file-name-handlers): Make it a defun.  Move also
9675         `epa-file-handler' to the front of `file-name-handler-alist'.
9677 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9680         start right after a ^M.
9681         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9682         (tramp-completion-file-name-regexp-separate)
9683         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9684         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9685         Don't modify last-coding-system-used by accident.
9686         (tramp-completion-file-name-handler): Apply the checks here,
9687         instead during registration.
9688         (tramp-register-file-name-handlers): Renamed from
9689         `tramp-register-file-name-handler'.  Register both
9690         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9691         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9693 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9695         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9696         Remove variable ...
9697         (gdb-init-1, gdb-display-separate-io-buffer)
9698         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9699         references to it.
9700         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9701         (gdb-inferior-filter): Use comint-output-filter to stop
9702         echoing and remove ^M characters.
9704 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         * emulation/viper-init.el (viper-restore-cursor-type):
9707         * emulation/cua-base.el (cua--update-indications):
9708         Replace default-cursor-type with (default-value 'cursor-type).
9710         * mail/sendmail.el (mail-recover-1):
9711         * international/mule-diag.el (describe-current-coding-system-briefly)
9712         (describe-current-coding-system):
9713         * international/mule-cmds.el (select-safe-coding-system)
9714         (select-message-coding-system)
9715         (set-language-environment-coding-systems, set-locale-environment):
9716         * hexl.el (hexl-insert-multibyte-char):
9717         * dos-w32.el (find-buffer-file-type-coding-system):
9718         * simple.el (what-cursor-position):
9719         Replace uses of default-buffer-file-coding-system
9720         with (default-value 'buffer-file-coding-system).
9722         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9723         Replace uses of default-cursor-in-non-selected-windows
9724         with (default-value 'cursor-in-non-selected-windows).
9725         Use with-current-buffer.
9727         * mail/feedmail.el: Use CL macros.
9728         (feedmail-run-the-queue, feedmail-send-it-immediately):
9729         * dos-w32.el (find-buffer-file-type): Replace uses of
9730         default-buffer-file-type with (default-value 'buffer-file-type).
9732 2009-08-28  Glenn Morris  <rgm@gnu.org>
9734         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9735         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9736         Use default-value of major-mode rather than default-major-mode.
9738 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9740         * Makefile.in (update-elcfiles): Report left over elc files.
9742         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9743         expand-file-name and with-current-buffer.
9744         (mail-get-names, mail-directory): Use with-current-buffer.
9746         * vc.el (vc-read-revision): New function.
9747         (vc-version-diff, vc-merge): Use it.
9749 2009-08-27  Sam Steingold  <sds@gnu.org>
9751         * simple.el (kill-do-not-save-duplicates): New user option.
9752         (kill-new): When it is non-nil, and the new string is the same as
9753         the latest kill, set replace to t to avoid duplicates in kill-ring.
9755 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9757         * net/tramp.el (tramp-handle-process-file): Do not flush all
9758         caches when `process-file-side-effects' is set.
9759         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9760         instead of `tramp-find-file-exists-command'.
9761         Unset `process-file-side-effects'.
9763 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9765         * net/tramp.el (tramp-methods): New method "rsyncc".
9766         (top): Add completion function for "rsyncc".
9767         (tramp-message-show-message): New defvar.
9768         (tramp-message, tramp-error): Use it.
9769         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9770         remote copying.
9771         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9772         `tramp-methods' entry `copy-env' of "rsyncc".
9773         (tramp-vc-registered-read-file-names): New defconst.
9774         (tramp-vc-registered-file-names): New defvar.
9775         (tramp-handle-vc-registered): Implement optimization strategy.
9776         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9777         (tramp-vc-file-name-handler): New defun.
9778         (tramp-get-ls-command, tramp-get-test-command)
9779         (tramp-get-file-exists-command, tramp-get-remote-ln)
9780         (tramp-get-remote-perl, tramp-get-remote-stat)
9781         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9783         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9784         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9785         timestamps.
9786         (tramp-get-file-property): Check for timestamps in
9787         `tramp-cache-inhibit-cache'.
9788         (tramp-set-file-property): Write timestamp.
9790 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9792         * language/japan-util.el (japanese-symbol-table): Add entries for
9793         cp932-2-byte.
9795         * international/characters.el: Add category `j' to cp932-2-byte.
9797 2009-08-27  Kenichi Handa  <handa@m17n.org>
9799         * international/fontset.el (build-default-fontset-data): New macro.
9800         (setup-default-fontset): Use build-default-fontset-data for CJK,
9801         tibetan, ethiopic, and ipa.
9803 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9805         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9806         (enable-multibyte-characters): Not customizable any more.
9808         * subr.el (default-mode-line-format, default-header-line-format)
9809         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9810         (default-direction-reversed, default-truncate-lines)
9811         (default-left-margin, default-tab-width, default-case-fold-search)
9812         (default-left-margin-width, default-right-margin-width)
9813         (default-left-fringe-width, default-right-fringe-width)
9814         (default-fringes-outside-margins, default-scroll-bar-width)
9815         (default-vertical-scroll-bar, default-indicate-empty-lines)
9816         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9817         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9818         (default-scroll-down-aggressively, default-fill-column)
9819         (default-cursor-type, default-buffer-file-type)
9820         (default-cursor-in-non-selected-windows)
9821         (default-buffer-file-coding-system, default-major-mode)
9822         (default-enable-multibyte-characters): Mark as obsolete.
9824 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9826         * vc-dir.el (vc-dir-update): Remove debug helper.
9828         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9830 2009-08-26  Sam Steingold  <sds@gnu.org>
9832         * simple.el (save-interprogram-paste-before-kill): New user option.
9833         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9834         save the interprogram-paste into kill-ring before overriding it
9835         with the Emacs kill.
9837 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9839         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9840         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9841         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9842         and move to vc-rcs.el.
9843         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9844         move to vc-rcs.el.
9845         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9846         (vc-rcs-update-changelog): Remove.
9847         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9848         and move to vc-rcs.el.
9850         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9851         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9852         renaming.
9853         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9854         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9855         vc.el, renamed to be RCS specific.
9857         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9858         New functions.
9859         (vc-cvs-update-changelog): Move here from vc.el.
9861         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9862         New functions.
9864 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9868 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9870         * vc-git.el (vc-git-register): Use "git add" for directories.
9871         (vc-git-stash, vc-git-stash-show): New functions.
9872         (vc-git-extra-menu-map): Bind them.
9874         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9875         directory correctly in case the item is a directory itself.
9877         * vc.el: Document the desired behavior for reverted files in the
9878         `added' state.
9879         (vc-default-prettify-state-info): Remove function, unused.
9881         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9883 2009-08-26  Glenn Morris  <rgm@gnu.org>
9885         * bindings.el (standard-mode-line-format): Reposition dashes in
9886         which-func entry.  (Bug#4217)
9888         * files.el (enable-local-variables, enable-local-eval)
9889         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9890         the defcustoms.
9891         (auto-mode-alist, ignored-local-variables)
9892         (save-some-buffers-action-alist): Move risky declarations to the
9893         definitions.
9894         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9895         (font-lock-defaults, format-alist, imenu--index-alist)
9896         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9897         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9898         (mode-line-modified, mode-line-mule-info, mode-line-position)
9899         (mode-line-process, mode-line-remote, outline-level)
9900         (parse-time-rules, rmail-output-file-alist)
9901         (special-display-buffer-names, vc-mode):
9902         Move risky declarations to the relevant files.
9903         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9904         (mode-line-modified, mode-line-process, mode-line-position)
9905         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9906         * font-core.el (font-lock-defaults):
9907         * format.el (format-alist):
9908         * vc-hooks.el (vc-mode):
9909         * window.el (special-display-buffer-names):
9910         * international/mule-cmds.el (input-method-alist):
9911         Define riskiness here (dumped file) rather than in files.el.
9912         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9913         * imenu.el (imenu-generic-expression, imenu--index-alist):
9914         * outline.el (outline-level):
9915         * time.el (display-time-string):
9916         * calendar/parse-time.el (parse-time-rules):
9917         * mail/rmailout.el (rmail-output-file-alist):
9918         Autoload riskiness here, rather than placing in files.el.
9920 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9922         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9924 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9926         * simple.el (process-file-side-effects): New defvar.
9928         * dired-aux.el (dired-show-file-type):
9929         * vc.el (vc-diff-internal):
9930         * vc-arch.el (vc-arch-diff):
9931         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9932         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9933         * vc-git.el (vc-git-registered, vc-git-working-revision)
9934         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9935         (vc-git--empty-db-p):
9936         * vc-hooks.el (vc-user-login-name):
9937         * vc-svn.el (vc-svn-registered, vc-svn-state)
9938         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9939         * progmodes/grep.el (grep-probe): Let-bind
9940         `process-file-side-effects' with nil.
9942         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9944         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9945         daemon.  Replace ping by checking for running service for bluez
9946         and zeroconf.  (Bug#4239)
9948 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9950         * net/dig.el (dig): Add autoload cookie.
9952 2009-08-25  Glenn Morris  <rgm@gnu.org>
9954         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9955         load-history for absolute file-names.
9956         (byte-compile-file-form-require): Warn about use of the cl package.
9958         * format.el (format-alist): Doc fix.
9960         * play/bubbles.el (top-level): Don't require cl at run-time.
9962         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9963         run-time cl).
9965 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9967         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9968         from cl package.
9969         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9971 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9973         * calc/calc-alg.el (math-trig-rewrite)
9974         (math-hyperbolic-trig-rewrite): New functions.
9975         (calc-simplify): Simplify trig functions when asked.
9977 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9981 2009-08-24  Kenichi Handa  <handa@m17n.org>
9983         * language/ind-util.el (mapthread): Delete it.
9984         (combinatorial): New function.
9985         (indian--puthash-cv): Use combinatorial instead of mapthread.
9987 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9989         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9990         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9991         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9992         Clarify docstring that the value is strings not symbols.
9993         (checkdoc-list-of-strings-p): New function.
9995 2009-08-22  Glenn Morris  <rgm@gnu.org>
9997         * files.el (auto-mode-alist):
9998         * hippie-exp.el (he-concat-directory-file-name):
9999         * lpr.el (lpr-windows-system, printer-name):
10000         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10001         * ps-print.el (ps-windows-system):
10002         * startup.el (command-line):
10003         * emulation/viper-ex.el (viper-glob-function):
10004         * international/mule-cmds.el (set-language-environment-coding-systems):
10005         * net/ange-ftp.el (ange-ftp-write-region):
10006         * obsolete/fast-lock.el (fast-lock-cache-name):
10007         Remove code for defunct system-types emx, macos, mswindows, next-mach,
10008         unisoft-unix, vax-vms, win32, w32.
10010         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10011         given name if the pattern is not more specific.
10013         * calendar/lunar.el (lunar-phase-names): New option.
10014         (lunar-phase): Doc fix.
10015         (lunar-cycles-per-year): New constant.
10016         (lunar-index): New function.
10017         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10018         (lunar-phase-name): Use lunar-phase-names.
10019         (calendar-lunar-phases): Use format.
10020         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10022         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10023         Copy imenu-example--name-and-position function here for own use.
10024         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10026         * bs.el (bs--redisplay):
10027         * cus-edit.el (custom-redraw):
10028         * ibuffer.el (ibuffer-bury-buffer):
10029         * server.el (server-goto-line-column):
10030         * startup.el (command-line-1):
10031         * strokes.el (strokes-xpm-for-stroke):
10032         * term.el (term-display-buffer-line):
10033         * view.el (View-goto-line):
10034         * calc/calc.el (calc-do, calc-trail-buffer):
10035         * play/gamegrid.el (gamegrid-add-score-insecure):
10036         * progmodes/ada-mode.el (ada-compile-goto-error):
10037         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10038         (ebrowse-select-1st-to-9nth):
10039         * progmodes/cperl-mode.el (cperl-time-fontification):
10040         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10041         * progmodes/gud.el (gud-display-line):
10042         (idlwave-shell-display-line):
10043         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10044         * progmodes/make-mode.el (makefile-browser-toggle):
10045         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10046         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10047         * textmodes/picture.el (picture-draw-rectangle):
10048         * textmodes/reftex-index.el (reftex-index-goto-letter):
10049         (reftex-select-jump-to-previous):
10050         * textmodes/reftex-sel.el (reftex-find-start-point)
10051         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10052         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10053         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10054         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10055         * textmodes/two-column.el (2C-associated-buffer):
10056         Use forward-line rather than goto-line.
10058         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10059         goto-line.
10061         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10062         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10063         (quick-check-list-to-regexp): Declare.
10065         * progmodes/make-mode.el (makefile-browser-insert-selection):
10066         Use goto-char rather than goto-line.
10068         * progmodes/prolog.el (compilation-error-regexp-alist)
10069         (compilation-forget-errors): Declare.
10071 2009-08-22  Juri Linkov  <juri@jurta.org>
10073         * progmodes/grep.el (lgrep, rgrep): At the beginning
10074         set `dir' to `default-directory' unless `dir' is a non-nil
10075         readable directory.  (Bug#4052)
10076         (lgrep, rgrep): Change a weird way to report an error
10077         from using `read-string' to using `error'.
10078         Instead of using interactive arguments in the function body,
10079         add new argument `confirm'.
10081 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10083         * textmodes/remember.el (remember-buffer):
10084         * progmodes/cperl-mode.el (cperl-vc-header-alist):
10085         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10086         (icalendar-extract-ical-from-buffer):
10087         * net/newst-treeview.el (newsticker-groups-filename):
10088         * net/newst-backend.el (newsticker-cache-filename):
10089         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10090         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10091         (speedbar-add-ignored-path-regexp, speedbar-line-path)
10092         (speedbar-buffers-line-path, speedbar-path-line)
10093         (speedbar-buffers-line-path):
10094         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10095         (epg-sign-keys):
10096         * epa.el (epa-display-verify-result):
10097         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10099 2009-08-21  Glenn Morris  <rgm@gnu.org>
10101         * progmodes/js.el (inferior-moz-process): Fix declaration.
10103         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10105         * obsolete/rnewspost.el (news-mail-reply):
10106         Use goto-char rather than goto-line.
10108         * term/ns-win.el (ns-open-file-select-line):
10109         Use line-beginning-position rather than goto-line.
10111         * apropos.el (apropos-command):
10112         * ehelp.el (electric-helpify):
10113         * printing.el (pr-show-setup):
10114         * strokes.el (strokes-help):
10115         * tutorial.el (tutorial--describe-nonstandard-key)
10116         (tutorial--detailed-help):
10117         * woman.el (woman-mini-help, woman-display-extended-fonts):
10118         * calc/calc-help.el (calc-describe-key):
10119         * emulation/edt.el (edt-electric-helpify):
10120         * international/mule-diag.el (mule-diag):
10121         * play/yow.el (apropos-zippy):
10122         * progmodes/python.el (python-describe-symbol):
10123         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10124         * textmodes/table.el (*table--cell-describe-mode)
10125         (*table--cell-describe-bindings):
10126         Use help-print-return-message rather than the now obsolete alias.
10128         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10129         (calendar-cursor-to-visible-date):
10130         * play/5x5.el (5x5-position-cursor):
10131         * play/decipher.el (decipher):
10132         * play/gomoku.el (gomoku-goto-xy):
10133         * play/landmark.el (lm-goto-xy):
10134         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10135         (mpuz-paint-digit):
10136         Use forward-line, not goto-line.
10138         * mail/rmail.el (rmail-obsolete): Delete custom group.
10139         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10140         (rmail-remote-password, rmail-remote-password-required):
10141         Remove unneeded :set-after and :set properties.
10143 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
10145         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10147 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
10149         * loadup.el: Remove leftover macos code.
10151         * vc-git.el (vc-git-annotate-command): Run asynchronously.
10152         Explicitly pass the date format to git blame so that user local
10153         so that the output format can be parsed.
10155 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10157         * net/dbus.el (top): Don't check for (getenv
10158         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
10160 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
10162         * log-edit.el (log-edit-strip-single-file-name): New var.
10163         (log-edit-insert-changelog): Use it.  Bug#3571
10165 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * subr.el (read-passwd): Use read-key so keypad keys work as well.
10168         Bug#3287
10170         * help.el (help-print-return-message): Rename from
10171         print-help-return-message.
10173         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10174         cvs-mode-map parent hack.
10175         (log-view-mode): Derive from special-mode.
10177         * linum.el (linum-mode): window-size-change-functions is redundant.
10178         Adapt to new window-configuration-change-hook behavior.
10179         (linum-after-size, linum-after-config): Remove.
10181         * imenu.el (imenu-example--name-and-position)
10182         (imenu-example--lisp-extract-index-name)
10183         (imenu-example--create-lisp-index, imenu-example--create-c-index):
10184         Mark as obsolete.
10186         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10187         (inferior-prolog-mode): Use it.
10188         (inferior-prolog-load-file): Reset list of errors.
10190 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10192         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10194         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10196 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10198         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10199         is running already.
10201 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10203         * subr.el (listify-key-sequence-1): Use normal syntax since those
10204         integers are nowadays always represented by the same (positive) number
10205         on all platforms.
10206         (read-key-empty-map): New const.
10207         (read-key-delay): New var.
10208         (read-key): New function.
10209         (force-mode-line-update): Use with-current-buffer.
10210         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10211         (start-process-shell-command, start-file-process-shell-command):
10212         Discourage the use of command-args.
10214 2009-08-19  Glenn Morris  <rgm@gnu.org>
10216         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10218 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10220         * simple.el (choose-completion-string): Don't rely on
10221         minibuffer-completing-file-name and ad-hoc checks to decide whether
10222         to continue completion or not.
10224         * minibuffer.el (minibuffer-hide-completions): New function.
10225         (completion--do-completion): Use it.
10226         (completions-annotations): New face.
10227         (completion--insert-strings): Use it.
10228         (completion-pcm--delim-wild-regex): Add docstring.
10229         (completion-pcm--string->pattern): Add support for 0-width delimiters
10230         in completion-pcm--delim-wild-regex.
10232 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10235         Remove unused var `buffer-modified-p'.
10237         * minibuffer.el (completion--do-completion): Move point for the #b001
10238         case as well (bug#4176).
10239         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10241 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10243         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10244         and :session buses.
10246 2009-08-18  Kenichi Handa  <handa@m17n.org>
10248         * international/ucs-normalize.el (ucs-normalize-version):
10249         Change to 1.1.
10250         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10251         (utf-8-hfs): Make it perform normalization on encoding too.
10253         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10254         (sentence-end-without-space): Delete duplicated chars.
10255         (sentence-end-base): Likewise.
10257         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10258         (html-mode): Delete duplicated chars from sentence-end-base.
10260         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10261         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10263 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10265         * files.el (hack-one-local-variable): If the mode function is for
10266         a minor mode, pass it an argument (Bug#4148).
10268 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10270         * net/tramp.el (tramp-register-completion-file-name-handler):
10271         Check also for (member 'partial-completion completion-styles).
10273 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10275         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10276         abbrev (Bug#3943).
10278 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10280         * progmodes/cperl-mode.el: Merge upstream 6.2.
10281         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10282         (cperl-forward-re): Check cperl-brace-recursing.
10283         (cperl-highlight-charclass): New function.
10284         (cperl-find-pods-heres): Use it.
10285         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10286         (cperl-beautify-regexp-piece): Fix column calculation.
10287         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10288         (cperl-beautify-level): Don't process entire regexp.
10289         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10290         calling man.
10291         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10292         (cperl-init-faces): Build a list in the normal way.
10294 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10296         * calendar/parse-time.el (parse-time-string-chars): Save match
10297         data.
10299 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10301         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10302         (sql-product): Use it.
10303         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10304         (sql-set-product): Add completion.
10305         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10306         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10307         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10308         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10309         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10310         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10311         (sql-highlight-db2-keywords): Remove.
10312         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10313         (sql-highlight-product): Use derived-mode-p.
10314         (sql-set-sqli-buffer): Use with-current-buffer.
10315         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10316         Simplify.
10318         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10320         * term.el: Fix commenting convention, turn comments into docstrings.
10322 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10324         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10326 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10328         * calendar/parse-time.el (parse-time-string-chars): Compute using
10329         character classes, to handle non-ascii characters (Bug#3190).
10331 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10333         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10334         another heredoc if the user adds another < (Bug#3226).
10336         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10337         Don't initialize based on window-system (Bug#4124).
10339         * facemenu.el (facemenu-read-color): Use a completion function
10340         that accepts any defined color, such as RGB triplets (Bug#3677).
10342         * files.el (get-free-disk-space): Change fallback default
10343         directory to /.  Expand DIR argument before switching to fallback.
10344         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10346 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10348         * files.el (load-library): Doc fix.
10350 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10352         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10353         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10354         incremental search string.
10356         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10357         XEmacs.
10359         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10360         (ediff-merge-region-is-non-clash)
10361         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10362         Also check if the job is really a merge job.
10364         * ediff.el (ediff-current-file): New function.
10366 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10368         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10369         conventions.
10370         (js-insert-and-indent): Delete function.
10371         (js-mode-map): Don't bind keys to js-insert-and-indent.
10372         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10373         (js-end-of-defun): Rename from js--end-of-defun.
10374         (js-auto-indent-flag): Delete variable.
10376 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10378         * progmodes/js.el: Remove proclaim statement.
10379         Defvar which-func-imenu-joiner-function to silence compiler.
10381         * files.el (auto-mode-alist): Use js-mode for .js files.
10383         * progmodes/js2-mode.el: Remove file.
10385         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10387         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10389         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10391 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10392             Karl Landstrom  <karl.landstrom@brgeight.se>
10394         * progmodes/js.el: New file.
10396 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10398         * timezone.el (timezone-parse-date): Add ability to understand ISO
10399         basic format (minimal separators) dates in addition to the
10400         already-supported extended format dates.
10402 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10404         * international/ucs-normalize.el: Add a `coding' file variable.
10406         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10408 2009-08-14  Sam Steingold  <sds@gnu.org>
10410         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10412 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10414         * faces.el (help-argument-name): Define it here instead of
10415         help-fns.el, because in daemon mode help-fns.el may be loaded when
10416         faces are still uninitialized (Bug#1078).
10418         * help-fns.el (help-argument-name): Move defface to faces.el.
10420 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10422         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10423         create buffer with a pty but no process so that GDB can make the
10424         inferior the controlling process.
10426 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10428         * international/ucs-normalize.el: New file.
10430 2009-08-13  Richard Stallman  <rms@gnu.org>
10432         * mail/rmail.el (rmail-get-attr-names):
10433         Accept an attribute header that is too short.
10435         * mail/rmail.el (rmail-forget-messages):
10436         Ignore nil elt in rmail-message-vector.  Use dotimes.
10438         * progmodes/compile.el (compilation-goto-locus):
10439         Use next-error-move-function.
10441         * simple.el (next-error-move-function): New variable.
10443 2009-08-12  Juri Linkov  <juri@jurta.org>
10445         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10446         always non-nil.  (Bug#4052)
10448         * replace.el (read-regexp): Return empty string when
10449         `default-value' is nil.
10450         (keep-lines-read-args): Don't use empty string as the
10451         default value for `read-regexp'.  (Bug#2495)
10453 2009-08-12  Juri Linkov  <juri@jurta.org>
10455         * international/mule-cmds.el (ucs-insert): Change arguments
10456         from `arg' to `character', `count', `inherit' to be the same
10457         as in `insert-char'.  Doc fix.  (Bug#4039)
10459         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10461 2009-08-12  Juri Linkov  <juri@jurta.org>
10463         * files-x.el: New file.
10465         * files.el: Move code that deals with adding/deleting
10466         file/directory-local variables to files-x.el.
10468         * Makefile.in (ELCFILES): Add files-x.elc.
10470 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10472         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10473         to use `goto-line'.
10474         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10475         `goto-line'.
10476         (gdb-invalidate-disassembly): Do not refresh upon receiving
10477         'update signal.  Instead, update all disassembly buffers only after
10478         threads list.
10479         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10480         (gdb-starting): Moved -data-list-register-names...
10481         (gdb-stopped): ...here so it's sent when first thread stops.
10482         (gdb-registers-handler-custom): Do nothing if register names are
10483         unknown yet.
10485         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10486         from `gdb-mi.el' to avoid extra tangling.
10488         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10489         change which breaks `gud-def' definitions used in `gdb'.
10490         (gdb-update-gud-running): No extra fuss for updating frame number.
10492 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10494         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10495         (describe-language-environment-map, setup-language-environment-map)
10496         (set-coding-system-map): Move initialization into declaration.
10497         (set-language-info-alist): Last arg to define-key-after can be skipped.
10499         * international/quail.el (quail-completion-1): Simplify.
10500         (quail-define-rules): Use slightly more compact code.
10501         (quail-insert-decode-map): Propertize keys, compact columns.
10503         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10504         Add goto-line.
10506 2009-08-10  Miles Bader  <miles@gnu.org>
10508         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10509         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10510         (js2-instance-member, js2-private-member, js2-private-function-call)
10511         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10512         (js2-magic-paren, js2-external-variable):
10513         Remove "-face" suffix from face names.
10514         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10515         (js2-highlight-undeclared-vars, js2-peek-token)
10516         (js2-parse-function-params, js2-mode-show-errors)
10517         (js2-mode-show-warnings, js2-make-magic-delimiter)
10518         (js2-mode-highlight-magic-parens): Update to use new face names.
10520 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10522         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10523         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10525 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10527         * subr.el: Provide hashtable-print-readable.
10529         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10530         hs-c-like-adjust-block-beginning.
10531         (hs-hide-block-at-point): Stop hiding at the beginning of
10532         hs-block-end-regexp (Bug#700).
10534 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10536         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10537         a macro.
10538         (gdb-registers-handler-custom): Do not fail when register names
10539         are unavailable.
10541 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10543         * progmodes/gdb-mi.el (gdb-control-all-threads)
10544         (gdb-control-current-thread): Interactive setters for
10545         `gdb-gud-control-all-threads' to use in menu.
10546         (gdb-show-run-p): Show «Go» when process is not active.
10547         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10548         gud/thread.xpm and gud/all.xpm.
10550 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10552         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10553         (nslookup-font-lock-keywords): Make it a variable.
10554         (net-utils-mode): New mode for viewing diagnostic network output.
10555         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10556         (net-utils-run-simple): New function.
10557         (ifconfig, iwconfig, netstat, arp, route): Use it.
10559 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10561         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10562         (gdb-memory-set-address, def-gdb-set-positive-number)
10563         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10564         after changing settings.
10565         (gdb-invalidate-disassembly): Update when first shown.
10566         (gdb-edit-locals-value): Fixed.
10567         (gdb-registers-handler-custom): Print registers in right order and
10568         allow changing register values (only for current thread yet).
10569         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10570         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10571         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10572         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10573         info in mode name.
10574         (gdb-registers-mode-map): TAB to switch to locals.
10576 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10578         * mail/rmail.el (rmail-add-mbox-headers)
10579         (rmail-set-message-counters-counter): Search for
10580         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10582 2009-08-08  Glenn Morris  <rgm@gnu.org>
10584         * Makefile.in (ELCFILES): Update.
10586 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10588         * mail/sendmail.el (mail-yank-original): Set
10589         buffer-file-coding-system from the one used by the message whose
10590         text is yanked.
10592         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10593         to "windows" when "pgnuplot" is used.
10594         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10595         call accept-process-output if "pgnuplot" is used.
10596         (calc-graph-init): Don't send -display and -geometry to
10597         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10598         running "pgnuplot -V" with shell-command-to-string.
10600         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10601         the default.
10603 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10605         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10606         org/org-latex.elc.
10608 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10610         * vc-dispatcher.el (vc-resynch-window): Update comment.
10612         * term.el (term-handle-ansi-escape): Add comments with the
10613         terminfo capabilities implemented.
10615 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10617         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10618         (gdb-var-create-handler): Rewritten using JSON parser.
10619         (gdb-propertize-header): Moved earlier.
10620         (gdb-set-header): Removed to avoid duplication.
10621         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10622         Refresh disassembly buffers only after threads list have been
10623         update.
10624         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10625         variables.
10627 2009-08-04  Juri Linkov  <juri@jurta.org>
10629         * files.el: Commands to add/delete file/directory-local variables.
10630         (read-file-local-variable, read-file-local-variable-value)
10631         (read-file-local-variable-mode, modify-file-local-variable)
10632         (modify-file-local-variable-prop-line)
10633         (modify-dir-local-variable): New functions.
10634         (add-file-local-variable, delete-file-local-variable)
10635         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10636         (add-dir-local-variable, delete-dir-local-variable)
10637         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10638         (copy-dir-locals-to-file-locals-prop-line): New commands.
10640 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10642         * abbrev.el (insert-abbrev-table-description): Prettify output.
10643         Suggested by Karl Chen.
10645 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10647         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10648         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10649         (gdb-overlay-arrow-position, gdb-thread-position)
10650         (gdb-disassembly-position): Declare variables.
10651         (gdb-wait-for-pending): Function now.
10652         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10653         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10654         compilation goes smoothly.
10655         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10656         (gdb-non-stop-setting): New customization setting which replaces
10657         `gdb-non-stop' so changing it doesn't break active GDB session.
10658         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10659         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10660         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10661         (gdb-show-threads-by-default): New customization options.
10662         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10663         routines.
10664         (gdb-get-buffer-create): Send buffers update signal when they are
10665         created.
10666         (gdb-invalidate-locals, gdb-invalidate-registers)
10667         (gdb-invalidate-breakpoints)
10668         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10669         (gdb-invalidate-memory): Accept update signal.
10670         (gdb-current-context-command): Use --frame option.
10671         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10672         Implement `gdb-frame-number' selection logic.
10673         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10674         whether to show GUD toolbar buttons.
10675         (gdb-thread-exited): Unselect current thread when it exits.
10676         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10677         (gdb-mark-line): Routine which sets overlay arrow or inverses
10678         video on fringeless displays.
10679         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10680         to build aligned columns of data in GDB buffers and set text
10681         properties line-by-line.
10682         (gdb-invalidate-breakpoints)
10683         (gdb-breakpoints-list-handler-custom)
10684         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10685         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10686         (gdb-registers-handler-custom): Align data columns.
10687         (gdb-locals-handler-custom): Now prints data like in variable
10688         declarations.
10689         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10690         Removed confusing buttons.
10691         (gdb-invalidate-threads): Append --frame.
10692         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10693         between breakpoints/threads buffers.
10694         (gdb-set-window-buffer): Now can ignore dedicated windows.
10695         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10696         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10697         (def-gdb-thread-buffer-gud-command): Replaces
10698         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10699         for fine thread control.
10700         (gdb-preempt-existing-or-display-buffer): New function used to
10701         display bound buffers without breaking window layout.
10702         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10703         (gdb-select-frame): New version of `gdb-frames-select' which now
10704         sets `gdb-frame-number' so commands may use --frame option instead
10705         of inner debugger state.
10706         (gdb-frame-handler): Do not set `gdb-frame-number'.
10707         (gdb-threads-mode-map): Select threads with mouse.
10709         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10710         avoid compilation warning.
10711         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10712         `gdb-show-stop-p`.
10714         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10715         Argument `key' renamed to `buffer-type'.
10716         (gdb-current-context-buffer-name): Do not add thread info to
10717         buffer name when no thread is selected.
10718         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10719         command (bug 3794).
10720         (gdb-thread-selected): Handle `=thread-selected' notification.
10721         (gdb-wait-for-pending): New macro to deal with congestion problems.
10722         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10723         breakpoints.
10724         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10725         This fixes problem similar to one described in bug 3947.
10726         (gud-menu-map): More menu items.
10727         (gdb-init-1): Reset `gdb-thread-number' to nil.
10729         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10730         non-stop settings.
10732         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10733         (gdb-current-context-command): Do not append --thread if
10734         `gdb-thread-number' is nil.
10735         (gdb-running-threads-count, gdb-stopped-threads-count): New
10736         variables.
10737         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10738         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10739         customization options.
10740         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10741         GUD commands.
10742         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10743         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10744         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10745         set `gdb-thread-number' and update `gud-running' properly.
10746         (gdb-running): Update threads list when new threads appear.
10747         (gdb-stopped): Support non-stop operation and new thread switching
10748         logic.
10749         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10750         (gdb-json-partial-output): New set of JSON routines.
10751         (def-gdb-auto-update-trigger): New `signal-list' optional
10752         argument.
10753         (gdb-thread-list-handler-custom): Update `gud-running',
10754         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10755         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10756         (gdb-continue-thread, gdb-step-thread): New commands for fine
10757         thread execution control.
10758         (gud-menu-map): New menu items to switch non-stop options.
10759         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10760         (gdb-send): Mimic RET properly (bug 3794).
10762         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10763         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10764         gdb-buffer-rules.
10765         (def-gdb-auto-update-handler): New nopreserve optional argument.
10766         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10768         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10769         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10770         (gdb-parent-mode): New mode to derive other GDB modes from.
10771         (gdb-display-disassembly-for-thread)
10772         (gdb-frame-disassembly-for-thread): New commands for threads
10773         buffer.
10775         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10776         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10777         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10778         (gdb-update): We now store all GDB buffers in a list so that they
10779         can be updated by traversing a list instead of calling invalidate
10780         triggers explicitly.
10781         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10782         pair for GDB buffer.
10783         (gdb-stack-buffer-name): Add thread information.
10784         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10785         handle pending triggers.
10786         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10787         (def-gdb-thread-buffer-simple-command)
10788         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10789         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10790         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10791         New commands which show buffers bound to thread.
10792         (gdb-stack-list-locals-regexp): Removed unused regexp.
10794         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10795         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10796         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10797         to (gud-comint-buffer) in *-buffer-name functions
10798         because (gdb-get-target-string) already does that.
10799         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10800         (gdb-changed-registers-handler): Rewritten without regexps.
10802         * progmodes/gdb-mi.el: Basic thread selection support.
10803         (gdb-thread-number): New variable.
10804         (gdb-current-context-command): New macro which adds --thread
10805         option to command.
10806         (gdb-threads-mode-map): Select thread with SPC.
10807         (gdb-thread-list-handler-custom): Mark current thread with overlay
10808         arrow.  Synchronize GDB thread and Emacs thread.
10809         (gdb-select-thread): New command which selects current thread.
10810         (gdb-invalidate-frames, gdb-invalidate-locals)
10811         (gdb-invalidate-registers): Use --thread option.
10813 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10815         * net/tramp.el (top): Make check for tramp-gvfs loading more
10816         robust.  (Bug#3977)
10817         (tramp-handle-insert-file-contents): `unwind-protect' must be
10818         inside `with-parsed-tramp-file-name'.
10820         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10821         fails.
10823 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10825         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10826         directory if CLASSPATH is not set.
10828 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10830         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10831         New defconst.
10832         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10834 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10836         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10837         Update freshmeat link.  Delete newsforge.com as it seems gone.
10839 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10841         * select.el (x-set-selection): Doc fix (Bug#4021).
10843         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10845         * help-fns.el (describe-variable): Treat list return values from
10846         dir-locals-find-file properly (Bug#4005).
10848 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10850         * net/tramp.el (tramp-debug-message): Print also microseconds.
10852 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10854         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10855         or END is non-nil.
10856         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10857         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10858         format.
10860         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10861         (tramp-get-file-property): Use it.
10863         * autorevert.el (auto-revert-handler): Allow
10864         `auto-revert-tail-mode' for remote files.
10866 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10868         * minibuffer.el (read-file-name): Treat confirm options to
10869         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10871 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10873         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10874         (font-lock-variable-name-face, font-lock-constant-face): Darken
10875         the colors for light backgrounds.
10877 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10879         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10880         month names.  (Bug#3987)
10882 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10884         * simple.el (line-move-finish): Pass whole number to
10885         line-move-to-column.
10886         (line-move-visual): Perform hscroll to the recorded position.
10888 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10890         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10892 2009-07-29  Alan Mackenzie  <acm@muc.de>
10894         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10896 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10898         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10899         (gdb-place-breakpoints): Use full path when setting breakpoints.
10901 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10903         * calc/calc.el (calc-mode-map): Add keybinding for
10904         `calc-transpose-lines'.
10906 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10908         * calc/calc-misc.el (calc-transpose-lines): New function.
10910 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10912         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10913         Simplify check for out-of-band methods.
10914         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10915         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10917 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10919         * vc-git.el (vc-git-checkin): Fix typo.
10921 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10923         * progmodes/js2-mode.el: New file.
10925 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10927         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10928         (gud-menu-map): Adjust tooltip accordingly.
10930 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10932         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10933         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10935         * add-log.el (change-log-mode-map): Add a menu.
10937 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10939         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10940         function returns nil.
10941         (dbus-handle-event): Handle special return value :ignore.
10942         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10944 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10946         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10947         it's not needed.
10949 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10951         Fix Bug#3888:
10953         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10955         * term/pc-win.el (x-display-name, x-colors)
10956         (x-select-enable-clipboard, x-select-text): Doc fix.
10958         * term/common-win.el (x-display-name, x-colors): Doc fix.
10960         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10961         (xw-defined-colors): Doc fix.
10963         * w32-fns.el (x-select-text, x-setup-function-keys)
10964         (x-get-selection, x-set-selection): Doc fix.
10966         * term/x-win.el (x-select-text, x-setup-function-keys)
10967         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10969         * select.el (x-set-selection): Doc fix.
10971 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10973         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10974         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10975         "IsNSSSupportAvailable" method is not available.  Reported by
10976         Steve Youngs <steve@sxemacs.org>.
10978 2009-07-24  Kenichi Handa  <handa@m17n.org>
10980         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10981         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10982         (build-unicode-category-table): Fix range checks.
10984 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10986         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10987         the buffer we try to sync is current when calling
10988         vc-resynch-buffer.
10990         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10991         not show up to date files.
10993 2009-07-24  Glenn Morris  <rgm@gnu.org>
10995         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10996         Add autoload cookies.  If necessary, initialize.
10997         (elint-log): Handle non-file buffers.
10998         (elint-initialize): Add optional argument to reinitialize.
10999         (elint-find-builtin-variables): Save excursion.
11001 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
11003         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11004         for Lint.
11006 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11008         * vc.el (vc-print-log-internal): New function, split out from ...
11009         (vc-print-log): ... here.
11010         (vc-dir-move-to-goal-column): Declare.
11012         * vc-git.el (vc-git-add-signoff): New variable.
11013         (vc-git-checkin): Use it.
11014         (vc-git-toggle-signoff): New function.
11015         (vc-git-extra-menu-map): Bind it to menu.
11016         (vc-git--run-command-string): Accept a nil FILE argument.
11017         (vc-git-stash-list): New function.
11018         (vc-git-dir-extra-headers): Use it.
11020 2009-07-23  Glenn Morris  <rgm@gnu.org>
11022         * help-fns.el (describe-variable): Describe ignored and risky local
11023         variables in a similar way to that in which we describe safe ones.
11025         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11026         (byte-compile-output-file-form, byte-compile-output-docform)
11027         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11028         Give some more local variables with common names a "bytecomp-" prefix,
11029         so as not to shadow things during compilation.
11030         * emacs-lisp/cl-macs.el (load-time-value)
11031         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11032         `outbuffer' to `bytecomp-outbuffer'.
11034         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11035         since the next two variables cover them automatically now.
11036         (elint-builtin-variables, elint-autoloaded-variables): New.
11037         (elint-unknown-builtin-args): Remove all members, since they can be
11038         parsed automatically now.
11039         (elint-extra-errors): New.
11040         (elint-env-add-env, elint-env-add-macro): Use cadr.
11041         (elint-current-buffer): Use or.  Change final message.
11042         (elint-get-top-forms): Use line-end-position.
11043         (elint-init-env): Use cadr.  Handle autoload, declare-function,
11044         and defalias.
11045         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
11046         (regexp-assoc): Remove unused function.
11047         (elint-top-form): Set elint-current-pos, to record the start of the
11048         top-level form, for compilation-mode.
11049         (elint-form): Trap errors in macro expansion.  Use dolist.
11050         (elint-unbound-variable): Use elint-builtin-variables and
11051         elint-autoloaded-variables.
11052         (elint-get-args): Use cadr, or.
11053         (elint-check-cond-form): Use dolist, cadr.
11054         (elint-check-condition-case-form): Doc fix.  Use cadr.
11055         Use elint-extra-errors.
11056         (elint-log): New function.
11057         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11058         Distinguish errors and warnings.
11059         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
11060         Use a bytecomp-style format.
11061         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
11062         (elint-get-log-buffer): Use compilation mode.  Disable undo.
11063         Don't truncate lines.
11064         (elint-initialize): Set builtin and autoloaded variable lists.
11065         Only process elint-unknown-builtin-args if non-nil.
11066         (elint-find-builtin-variables, elint-find-autoloaded-variables):
11067         New functions.
11068         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
11070 2009-07-22  Kevin Ryde  <user42@zip.com.au>
11072         * net/newst-backend.el (newsticker--parse-atom-1.0)
11073         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11074         (newsticker--parse-rss-1.0):
11075         * progmodes/idlwave.el (idlwave-mode):
11076         * progmodes/idlw-shell.el (idlwave-shell-mode):
11077         * progmodes/vera-mode.el (vera-mode):
11078         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11079         * progmodes/vhdl-mode.el (vhdl-mode):
11080         * textmodes/table.el (table-generate-source)
11081         (table--warn-incompatibility):
11082         Hyperlink urls in docstrings with URL `...'.
11084 2009-07-22  Glenn Morris  <rgm@gnu.org>
11086         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11087         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11088         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11089         Remove leading * from defcustom docs.
11091         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
11093         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11094         defcustom doc.
11095         (list-load-path-shadows): Optionally, just return shadows as a string.
11097         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11099 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11101         * mail/rmailedit.el (rmail-edit-mode): Use
11102         auto-save-include-big-deletions.
11104         * mail/rmail.el (rmail-variables): Use
11105         auto-save-include-big-deletions.
11107         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11108         changes.
11110 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
11112         * calc/calc.el (calc-undo-length): New variable.
11113         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11115 2009-07-21  Richard Stallman  <rms@gnu.org>
11117         * files.el (auto-save-mode): Handle buffer-save-size = -2
11118         for toggling mode.
11120 2009-07-21  Glenn Morris  <rgm@gnu.org>
11122         * textmodes/ispell.el (ispell-looking-back): Update declaration.
11124         * calendar/todo-mode.el (calendar-current-date): Update declaration.
11126         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11127         silence compiler.  Instead...
11128         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11129         (ps-print-ensure-fontified): Update for above function name changes.
11131         * printing.el (pr-mh-get-msg-num, pr-mh-show)
11132         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11133         silence compiler.  Instead...
11134         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11135         (mh-show-buffer): Only define for compiler.
11136         (pr-mh-current-message): Update for above function name changes.
11138         * files.el (abort-if-file-too-large): Explicitly pass `filename'
11139         as an argument.
11140         (find-file-noselect, insert-file-1): Update for above change.
11142         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11144         * mail/mailclient.el (mailclient-send-it): Fix message.
11146         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11147         (edebug-eval): Check cl-debug-env is bound.
11148         (print-level, print-circle): Don't redefine built-in variables.
11150         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11151         (custom-print-vectors): Remove old comments from doc.
11153         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11154         (emerge-version): Make the variable an obsolete alias for the
11155         emacs-version variable.  Make the function obsolete.
11156         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11157         Emerge options, rather than merging in into the main Options menu.
11158         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
11159         and auto advance modes.  Disable edit/fast items when not relevant.
11161 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
11163         * term/vt420.el (terminal-init-vt420): Fix typo.
11165 2009-07-20  Sam Steingold  <sds@gnu.org>
11167         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11168         variable (removed from compile.el on 2004-03-11).
11170 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
11172         * files.el (hack-local-variables-filter): Fix last change.
11174 2009-07-19  Juri Linkov  <juri@jurta.org>
11176         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11177         (dir-local-variables-alist): New buffer-local variable.
11178         (hack-local-variables-filter): If variable is not dir-local,
11179         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11180         because file-local overrides dir-local.
11181         (c-postprocess-file-styles) <declare-function>:
11182         Remove obsolete declaration.
11183         (hack-dir-local-variables): Add dir-local variable/value pair to
11184         `dir-local-variables-alist' and remove duplicates.  Doc fix.
11186         * help-fns.el (describe-variable): Add information about
11187         file-local and dir-local variables.
11189 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
11191         * files.el (hack-local-variables-filter): Rewrite.
11193 2009-07-19  Glenn Morris  <rgm@gnu.org>
11195         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11196         Silence compiler by only defining on XEmacs.
11198         * international/mule.el (auto-coding-regexp-alist): Only match
11199         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11201         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11202         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11203         (cal-menu-context-mouse-menu): Doc fix.
11205         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11207         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11209 2009-07-18  Juri Linkov  <juri@jurta.org>
11211         * info.el: Virtual Info keyword finder.
11212         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11213         (Info-finder-file): New variable.
11214         (Info-finder-find-file): New function.
11215         (finder-known-keywords, finder-package-info)
11216         (find-library-name, lm-commentary): Use defvar and
11217         declare-function to silence compiler warnings.
11218         (Info-finder-find-node): New function.
11219         (info-finder): New command.
11221         * subr.el (process-kill-buffer-query-function): New function.
11222         (add-hook)<kill-buffer-query-functions>: Add hook
11223         `process-kill-buffer-query-function'.
11225 2009-07-18  Alan Mackenzie  <acm@muc.de>
11227         * progmodes/cc-mode.el (c-before-hack-hook)
11228         (c-postprocess-file-styles): Give invocation of `c-set-style'
11229         DONT-OVERRIDE parameter of t.  Already set style variables will
11230         thus not be overridden by style settings given by `c-file-syle'.
11232         * files.el (hack-local-variables-filter): Remove entries with
11233         duplicate keys from `file-local-variables-alist'.
11235 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11237         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11238         x-set-selection if display-selections-p returns nil for the
11239         current frame.
11241 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11243         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11245 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11247         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11248         Accept nil in addition to a regexp.
11249         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11250         Accept nil in addition to a regexp.
11251         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11252         buffers that have an associated file.  Handle nil values of
11253         desktop-buffers-not-to-save and desktop-files-not-to-save.
11254         (Bug#3833)
11256         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11257         (x-disown-selection-internal): New functions.
11259 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11261         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11262         warning.
11263         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11264         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11266 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11268         * simple.el (set-mark): Revert last change.
11270 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11272         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11273         rendering of pngs is not possible instead of messaging a long
11274         description.
11276 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11278         * w32-fns.el (x-selection-owner-p): New function.
11280         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11281         (mouse-yank-at-click, mouse-yank-primary): If
11282         select-active-regions is non-nil, deactivate the mark before
11283         insertion.
11285         * simple.el (deactivate-mark, set-mark): Only save selection if we
11286         own it.
11288 2009-07-17  Kenichi Handa  <handa@m17n.org>
11290         * case-table.el (describe-buffer-case-table): Fix for the case
11291         that KEY is a cons.
11293 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11295         * vc-rcs.el (vc-rcs-find-file-hook):
11296         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11298 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11300         * net/tramp.el (tramp-wait-for-output): Handle the case when
11301         commands do not return a newline but a null byte before the shell
11302         prompt.  (Bug#3858)
11304 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11306         * term/ns-win.el (ns-set-alpha): Don't declare.
11307         (ns-set-background-alpha): Remove function.
11309 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11311         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11312         y-or-n-p, for safety.
11314 2009-07-16  Richard Stallman  <rms@gnu.org>
11316         * files.el (auto-save-mode): If buffer-saved-size is -2,
11317         don't clobber it.
11319         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11320         (rmail-retry-ignored-headers): Add more uninteresting fields.
11322 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11324         * net/rcirc.el (rcirc): Use history variables.
11325         (rcirc-server-name-history, rcirc-nick-name-history)
11326         (rcirc-server-port-history): New variables.
11328 2009-07-15  Kenichi Handa  <handa@m17n.org>
11330         * international/mule-cmds.el (set-language-environment-charset):
11331         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11332         ignore them.
11334         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11335         Delete unibyte-display.
11337 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11339         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11341 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11343         * simple.el (deactivate-mark): Optional argument FORCE.
11344         (set-mark): Use deactivate-mark.
11346         * info.el (Info-search): No need to check transient-mark-mode
11347         before calling deactivate-mark.
11349         * select.el (x-set-selection): Doc fix.
11350         (x-valid-simple-selection-p): Allow buffer values.
11351         (xselect--selection-bounds): Handle buffer values.  Suggested by
11352         David De La Harpe Golden.
11354         * mouse.el (mouse-set-region, mouse-drag-track): Call
11355         copy-region-as-kill before setting the mark, to let
11356         select-active-regions work.
11358 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11360         * simple.el (deactivate-mark): If select-active-regions is
11361         non-nil, copy the selection data into a string.
11362         (activate-mark): If select-active-regions is non-nil, set the
11363         selection to the current buffer.
11364         (set-mark): Update selection if select-active-regions is non-nil.
11366         * select.el (x-valid-simple-selection-p): Allow buffer values.
11368 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11371         and more featureful message-mode.
11373 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11375         * select.el (x-set-selection): Doc fix.
11376         (x-valid-simple-selection-p): Disallow selection data consisting
11377         of a list or cons of integers, since that is not used.
11378         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11379         (xselect-convert-to-string, xselect-convert-to-length)
11380         (xselect-convert-to-filename, xselect-convert-to-charpos)
11381         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11383 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11385         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11386         output in -break-info command (Emacs bug #3794).
11388 2009-07-14  Glenn Morris  <rgm@gnu.org>
11390         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11391         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11392         (edebug-print-length, edebug-print-level, edebug-print-circle)
11393         (edebug-sit-for-seconds, edebug-view-outside)
11394         (edebug-bounce-point, edebug-set-global-break-condition)
11395         (edebug-Go-nonstop-mode, edebug-trace-mode)
11396         (edebug-Trace-fast-mode, edebug-continue-mode)
11397         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11398         (edebug-visit-eval-list): Doc fixes.
11400         * subr.el (def-edebug-spec): Doc fix.
11402 2009-07-14  Kenichi Handa  <handa@m17n.org>
11404         * international/characters.el: Fix setting of category ?C.
11406 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11408         * term/ns-win.el (x-select-font): defalias x-select-font to
11409         ns-popup-font-panel instead of generate-fontset-menu.
11411 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11413         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11415 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11417         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11418         the PK\003\004 header (Bug#3770).
11420 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11422         * pcomplete.el (pcomplete-comint-setup): Check for
11423         shell-dynamic-complete-filename too.
11425 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11427         * simple.el (temporary-goal-column): Change the value for
11428         line-move-visual to a cons cell.
11429         (line-move-visual): Record or set the window hscroll, if
11430         necessary (Bug#3494).
11431         (line-move-1): Handle cons value of temporary-goal-column.
11433 2009-07-11  Kenichi Handa  <handa@m17n.org>
11435         * international/mule-diag.el (describe-character-set): Don't show
11436         width.
11438 2009-07-10  Sam Steingold  <sds@gnu.org>
11440         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11441         Omake sometimes indents the errors it prints, so allow all
11442         regexps to start with spaces.
11444 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11446         * cus-edit.el (customize-changed-options-previous-release):
11447         Bump value to 22.1.  (Bug#3804)
11449 2009-07-08  Sam Steingold  <sds@gnu.org>
11451         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11452         to be a cons cell (test . ignored-directory) to selectively ignore
11453         some directories depending on the location of the search.
11455 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11457         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11458         remote user is root, on the local host.
11459         (tramp-local-host-p): Either the local user or the remote user
11460         must be root.  (Bug#3771)
11462 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11464         * progmodes/gdb-mi.el (gdb): Remove description of
11465         gdb-use-separate-io-buffer.
11466         (menu): Don't allow toggling of or enable
11467         gdb-use-separate-io-buffer from menubar.
11469 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11471         * mail/unrmail.el (unrmail): Make sure the message ends with two
11472         newlines (Bug#3769).
11474 2009-07-08  Glenn Morris  <rgm@gnu.org>
11476         * calendar/calendar.el (calendar-current-date): Rework previous change.
11478 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11480         * calendar/calendar.el (calendar-current-date):
11481         Add an optional argument giving an offset from today.
11483 2009-07-08  Glenn Morris  <rgm@gnu.org>
11485         * tutorial.el (tutorial--describe-nonstandard-key):
11486         Adjust the message for when a key has been unbound.
11487         (help-with-tutorial): Hide the arch-tag.
11489 2009-07-08  Kenichi Handa  <handa@m17n.org>
11491         * international/fontset.el (setup-default-fontset): For each
11492         script, append (not set) font-specs.
11494         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11495         docstring.
11497 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11499         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11500         -data-list-register-names to ...
11501         (gdb-starting): ... here because GDB 7.0 requires execution to
11502         have started when using this MI command.
11503         (gdb-set-header): New function to distinguish select and
11504         unselected tabs in gdb buffers.
11505         (gdb-propertize-header): New macro that uses gdb-set-header.
11506         (gdb-breakpoints-header, gdb-locals-header): Use it.
11507         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11509 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11511         * Makefile.in (ELCFILES): Remove fadr.elc.
11513 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11515         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11516         may contain frame information, so `string-match' should be used.
11517         (gdb-update): Disassembly is invalidated through
11518         `gdb-get-selected-frame'.
11519         (gdb-pad-string): New function to pad string with spaces.
11520         (gdb-invalidate-disassembly): Invalidate only if the buffer
11521         exists.
11522         (gdb-disassembly-handler-custom): Column alignment.
11523         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11524         placing new ones.
11525         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11526         end of line, too.
11527         (gdb-frame-handler): Match convention to for disassembly buffer
11528         mode name.
11529         (gdb-stack-list-frames-handler): Rewritten without regexps.
11530         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11531         not highlight breakpoints without line information.
11532         (gdb-input): Add trailing newline to command.
11534         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11535         buffer properly.
11536         (gdb-breakpoints-list-handler-custom): Replacement for
11537         `gdb-break-list-handler'.  Using real parser instead of regexps
11538         now.
11539         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11540         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11541         to place breakpoints.
11542         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11543         functions.
11544         (gdb-disassembly-handler-custom): Show overlay arrow.
11545         (gdb-disassembly-place-breakpoints): Show breakpoints in
11546         disassembly buffer.
11547         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11548         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11549         instead of parsing breakpoints buffer.  Fixed old menu references
11550         in `gud-menu-map'.
11552         * fadr.el: Remove.
11554         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11555         (gdb-memory-address): New variable which holds top address of
11556         memory page shown in memory buffer.
11557         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11558         customization variables.
11559         New functions:
11560         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11561         display the memory buffer.
11562         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11563         buffer display parameters.
11564         (def-gdb-memory-format, gdb-memory-format-binary)
11565         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11566         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11567         Functions for setting memory buffer format.
11568         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11569         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11570         unit size used in memory buffer.
11571         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11572         to next/previous page of memory buffer.
11573         Now using (bindat-get-field) instead of fadr functions.
11575 2009-07-07  Sam Steingold  <sds@gnu.org>
11577         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11578         non-top-level files.
11580 2009-07-07  Kenichi Handa  <handa@m17n.org>
11582         * international/mule-cmds.el (reset-language-environment): Put
11583         the highset priority to the charset iso-8859-1.
11585 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11587         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11588         to the end of the line when locating the block (Bug#700).
11590 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11592         * net/tramp.el (tramp-handle-write-region): Flush file properties
11593         in case of short track.
11595 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11597         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11598         Coded custom representation of verilog error regular expressions
11599         to work with Emacs-22's new format.
11600         (verilog-error-regexp-xemacs-alist): Coded custom representation
11601         of verilog error regular expressions to work with XEmacs format.
11602         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11603         error recognition into XEmacs.
11604         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11605         error recognition into Emacs-22.
11607 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11609         * woman.el: Remove stand-alone closing parentheses.
11610         (woman-file-name, woman2-format-paragraphs)
11611         (woman-leave-blank-lines): Code cleanup.
11612         (woman-use-own-frame): Change default to nil.
11613         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11614         defaults to inherit from default faces.
11615         (woman2-process-escapes): Consume the newline after a stand-alone
11616         filler character (Bug#3651).
11618 2009-07-06  Glenn Morris  <rgm@gnu.org>
11620         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11621         (top-level): Move provide to the end.
11622         (ffap): Remove defunct URL from custom group.
11624         * subr.el (eval-after-load): Doc fix.
11626 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11628         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11629         `calc-embedded-word' is called twice.
11631 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11633         * files.el (find-alternate-file-other-window, find-alternate-file):
11634         Obey confirm-nonexistent-file-or-buffer.
11636 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11638         * dired-aux.el (dired-show-file-type): Handle remote files.
11640 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11642         * desktop.el (desktop-globals-to-save):
11643         Add file-name-history (Bug#2750).
11645 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11647         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11649 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11651         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11652         property on entire argument since this is what eshell-lisp-command
11653         expects.
11655 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11657         * net/tramp-gvfs.el (tramp-gvfs-methods)
11658         (tramp-gvfs-zeroconf-domain)
11659         (tramp-bluez-discover-devices-timeout): Add version flag.
11660         (tramp-gvfs-handler-mounted-unmounted)
11661         (tramp-gvfs-connection-mounted-p): Polish handling of
11662         incompatibilities between GVFS 0.2 and 1.0.
11664 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11666         * cus-start.el (all): Add make-pointer-invisible.
11668 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11670         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11671         formatted correctly.
11673 2009-07-02  Juri Linkov  <juri@jurta.org>
11675         * info.el: Virtual Info files and nodes.
11676         (Info-virtual-files, Info-virtual-nodes): New variables.
11677         (Info-current-node-virtual): New variable.
11678         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11679         New functions.
11680         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11681         to check for a virtual file instead of checking a fixed list
11682         of node names.
11683         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11684         instead of ad-hoc processing of "dir" and (apropos history toc).
11685         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11686         instead of ad-hoc processing of "dir" and (apropos history toc).
11687         Reread a file when moving from a virtual node.
11688         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11689         (Info-directory-toc-nodes, Info-directory-find-file)
11690         (Info-directory-find-node): New functions.
11691         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11692         (Info-history): Move part of code to
11693         `Info-history-find-node'.
11694         (Info-history-toc-nodes, Info-history-find-file)
11695         (Info-history-find-node): New functions.
11696         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11697         (Info-toc): Move part of code to `Info-toc-find-node'.
11698         (Info-toc-find-node): New function.
11699         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11700         the current Info file name to references because now the node
11701         "*TOC*" belongs to the same Info manual.
11702         (Info-toc-build): Rename from `Info-build-toc'.
11703         (Info-toc-nodes): Rename input argument `file' to `filename'.
11704         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11705         instead of ad-hoc processing of ("dir" apropos history toc).
11706         (Info-index-nodes): Use Info-virtual-file-p
11707         to check for a virtual file instead of checking a fixed list
11708         of node names.
11709         (Info-index-node): Add check for `Info-current-node-virtual'.
11710         Raise `save-match-data' higher up the tree to contain
11711         `search-forward' too (bug fix).
11712         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11713         (Info-virtual-index-nodes): New variable.
11714         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11715         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11716         (Info-apropos-file, Info-apropos-nodes): New variables.
11717         (Info-apropos-toc-nodes, Info-apropos-find-file)
11718         (Info-apropos-find-node, Info-apropos-matches): New functions.
11719         (info-apropos): Move part of code to `Info-apropos-find-node' and
11720         `Info-apropos-matches'.
11721         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11722         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11723         for a virtual file instead of checking a fixed list of node names.
11725         * simple.el (async-shell-command): New command.
11727         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11729         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11730         instead of `mount-info'.
11732 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11734         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11735         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11737 2009-07-02  Kenichi Handa  <handa@m17n.org>
11739         * international/mule.el (set-keyboard-coding-system): Force *-unix
11740         coding-system to avoid eol conversion.
11742 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11744         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11745         Add handler for `process-file', `shell-command' and
11746         `start-file-process'.
11747         (tramp-gvfs-handle-shell-command)
11748         (tramp-gvfs-handle-start-file-process)
11749         (tramp-gvfs-handle-process-file): New defuns.
11750         (tramp-synce-list-devices): Simplify check for existence of property.
11752 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11754         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11756 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11758         * language/korean.el (set-language-info-alist): Add korean-cp949,
11759         cp949 to spec.
11761 2009-07-01  Kenichi Handa  <handa@m17n.org>
11763         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11765         * international/encoded-kb.el: Deleted.
11767         * international/mule.el (set-keyboard-coding-system): Perform the
11768         necessary setup here instead of calling encoded-kbd-setup-display.
11770 2009-07-01  Glenn Morris  <rgm@gnu.org>
11772         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11774 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11776         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11778 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11780         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11781         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11782         (tramp-default-file-modes): Remove execute permissions.
11784         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11785         (top): Add a default for "synce" in `tramp-default-user-alist'.
11786         Add completion function for "synce" method.
11787         (tramp-hal-service, tramp-hal-path-manager)
11788         (tramp-hal-interface-manager, tramp-hal-interface-device):
11789         New defconst.
11790         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11791         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11792         New defuns.
11794         * net/trampver.el: Update release number.
11796 2009-06-30  Kenichi Handa  <handa@m17n.org>
11798         * international/fontset.el (setup-default-fontset): Add CJK fonts
11799         for symbols and the other miscellaneous characters.
11801         * language/korea-util.el (setup-korean-environment-internal):
11802         Make char-width-table suitable for Korean environments.
11803         (exit-korean-environment): Cancel above.
11805         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11806         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11807         setup-function to make char-width-table suitable for respective
11808         environments, and an exit-function to cancel that.
11810         * language/japan-util.el (setup-japanese-environment-internal):
11811         Call use-cjk-char-width-table with arg `ja_JP'.
11813         * international/characters.el (cjk-char-width-table): Delete it.
11814         (cjk-char-width-table-list): New variable.
11815         (use-cjk-char-width-table): New arg local-name.
11816         (use-default-char-width-table): Fix for the case that Emacs is
11817         already using the default char-width-table.
11819 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11821         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11822         modes mandatory.  (Bug#3712)
11824 2009-06-29  Alan Mackenzie  <acm@muc.de>
11826         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11827         correction between the visible width of TABs and their number of bytes.
11829 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11831         * server.el (server-buffer-done): Prevent kill-buffer from
11832         prompting by clearing the buffer modification flag (Bug#3696).
11834 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11836         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11837         (verilog-endcomment-reason-re): Support unique case and priority case.
11838         (verilog-basic-complete-re): Support localparam lineup.
11839         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11840         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11841         commenting.
11842         (verilog-leap-to-case-head): Now support *nested* unique &
11843         priority case statements.
11844         (verilog-auto-lineup): Make just declarations the default (as it
11845         had been).
11846         (verilog-leap-to-case-head): Support priority/unique case statements.
11847         (verilog-auto-lineup): Rework to give users radio buttons to
11848         select the various styles of automatic lineup.
11849         (verilog-error-regexp-alist): Rework to support the XEmacs style
11850         of error regular expressions from compilers, lint tools &
11851         simulators.  Note that GNU Emacs has made it impossible for a mode
11852         to load such things.
11853         (electric-verilog-terminate-line, verilog-indent-declaration)
11854         (verilog-auto-wiure): Rework for radio button selection of
11855         auto-lineup selection of specification of auto lineup.
11856         (verilog-beg-of-statement-1): Redesign to support proper operation
11857         in additional code, based on testing with auto-lineup.
11858         (verilog-calculate-indent, assignments & declarations)
11859         (verilog-backward-token): Enhance to support auto-lineup of
11860         assignments & declarations.
11861         (verilog-in-directive-p, verilog-at-struct-p): New function for
11862         easy test of whether we are.
11863         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11864         to support safe execution at almost anyline.
11865         (verilog-calc-1): Properly support indenting deep inside generate
11866         blocks.
11867         (verilog-init-font): Remove definition & use of verilog-init-font,
11868         as it is redundant with font-lock-defaults.
11869         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11870         to avoid circular calls if syntax-ppss is a function (as is the
11871         case now in 22.x GNU Emacs) as that function would sometimes call
11872         itself, leading to (nearly) infinite recursion.
11873         (verilog-ovm-begin-re, verilog-ovm-end-re)
11874         (verilog-ovm-statement-re, verilog-leap-to-head)
11875         (verilog-backward-token): Add support for OVM macros.  Some are
11876         complete statements, and others open and close scopes like begin
11877         and end.
11878         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11879         (verilog-defun-level-generate-only-re): Really fix the defun-list
11880         compilation issue.
11881         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11882         coverpoint, constraint and cross statements.
11883         (verilog-defun-level-list, verilog-generate-defun-level-list)
11884         (verilog-all-defun-level-list): Redo these specifications - it is
11885         too hard to support eval-when compile aggregation of lists also
11886         built at when-compile time.
11887         (verilog-defun-level-list): Place defconsts of variables used in
11888         building regular expressions which are built in eval-when-compile
11889         bodies in the same eval-when-compile body to facilitate compile
11890         without load.
11891         (verilog-beg-block-re-ordered): Support indenting
11892         virtual/protected tasks and functions.
11893         (verilog-defun-level-list, verilog-in-generate-region-p)
11894         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11895         indentation of some module items (generate items).
11896         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11897         across virtual/protected tasks and functions.
11899 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11901         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11902         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11903         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11904         in concatenations.  Reported by Yishay Belkind.
11905         (verilog-auto-ascii-enum): Support one-hot state machines in
11906         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11907         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11908         modport in AUTOINST and add vl-modport for users.  Reported by
11909         David Rogoff.
11910         (verilog-auto-inout-module, verilog-auto-inst)
11911         (verilog-decls-get-interfaces, verilog-insert-definition)
11912         (verilog-insert-one-definition, verilog-read-decls)
11913         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11914         (verilog-sig-modport, verilog-signals-combine-bus)
11915         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11916         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11917         Suggested by David Rogoff.
11918         (verilog-repair-open-comma): Fix non-insertion of comma when
11919         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11920         (verilog-make-width-expression): Simplify [A-1:0] expression
11921         widths to just {A{1'b0}}.
11922         (verilog-mode): Cleanup checkdoc warnings.
11923         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11924         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11925         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11926         (next-error-last-buffer): Fix byte-compiler warning.
11927         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11928         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11929         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11930         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11931         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11932         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11933         in AUTOINOUT.  Reported by Matthew Lovell.
11934         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11935         causing use of <= assignments.  Reported by Alex Reed.
11936         (verilog-read-decls): Fix triand, trior, wand, wor to be
11937         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11938         (verilog-extended-complete-re): Support import "DPI-C" functions.
11939         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11940         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11941         (verilog-insert-date, verilog-insert-year)
11942         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11943         Windows systems.  Reported by Michael Potts.
11944         (verilog-read-module-name): Fix AUTOINST when the child module
11945         declaration's name is a tick define.  Reported by Elliot Mednick.
11946         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11947         passed to next parameter's definition.  Reported by Bruce T.
11948         (verilog-read-decls): Fix detecting "parameter int" when using
11949         AUTOINSTPARAM.  Reported by Bruce T.
11950         (verilog-goto-defun): Fix goto not finding modules unless first
11951         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11952         (verilog-mode): Expand -f flag arguments on entry to mode so
11953         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11954         (verilog-getopt): Expand environment variables in -f file
11955         arguments.  Suggested by Lawrence Butcher.
11956         (verilog-set-define): Fix "Symbol's value as variable is void"
11957         when reading enumerations.
11958         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11959         Suggested by Stephen Peltan.
11960         (verilog-read-defines): Fix reading of enumerations in include
11961         files.  Reported by Steve Peltan.
11963 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11965         * files.el (trash-directory): Fix defcustom type.
11967 2009-06-28  Juri Linkov  <juri@jurta.org>
11969         * help-fns.el (describe-function-1): Correctly locate adviced
11970         functions in hyperlink (Bug#2438).
11972 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11974         * files.el (trash-directory): Change default to nil.
11975         (move-file-to-trash): If trash-directory is nil and
11976         system-move-file-to-trash is unbound, perform freedesktop-style
11977         trashing.
11979 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11981         * files.el (move-file-to-trash): Add freedesktop trash
11982         support (Bug#973).
11984 2009-06-28  Glenn Morris  <rgm@gnu.org>
11986         * autorevert.el (global-auto-revert-non-file-buffers)
11987         (global-auto-revert-mode): Doc fixes.
11989 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11991         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11993 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11995         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11996         opened an X connection before calling x-get-resource (Bug#3194).
11998         * play/doctor.el: Remove reference to obsolete website.
11999         (make-doctor-variables): Correct grammar mistake (Bug#2633).
12001 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
12003         Remove find-file-not-found-hook VC method.  (Bug#2757)
12004         * vc-hooks.el (vc-file-not-found-hook)
12005         (vc-default-find-file-not-found-hook): Remove functions.
12006         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12007         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12008         * vc.el:
12009         * vc-hg.el:
12010         * vc-git.el: Do not mention find-file-not-found-hook VC method.
12012 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
12014         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12015         compatibility function for `looking-back'.
12017         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12018         Use `ispell-looking-back'.
12020 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
12022         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12023         rather than `filename'.
12025 2009-06-23  Miles Bader  <miles@gnu.org>
12027         * face-remap.el (text-scale-set): New function.
12029 2009-06-23  Glenn Morris  <rgm@gnu.org>
12031         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12033         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12035         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12037         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12039         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12040         Simplify Persian conditionals.
12042         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12043         variable `filename'.
12045         * comint.el (comint-insert-input): Doc fix.
12047         * Makefile.in (ELCFILES): Fix typo in previous change.
12049 2009-06-23  Miles Bader  <miles@gnu.org>
12051         * cus-start.el: Add entry for `recenter-redisplay'.
12053 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12055         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12056         Add an optional argument for the backend, use it instead of
12057         calling vc-backend.
12058         (vc-mode-line): Add an optional argument for the backend.
12059         Pass the backend to vc-state and vc-working-revision.  Move code for
12060         special handling for vc-state being a buffer to ...
12062         * vc-rcs.el (vc-rcs-find-file-hook):
12063         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
12065         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12066         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12067         vc-stay-local-p and vc-mode-line calls.
12069         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12070         (vc-cvs-diff, vc-cvs-annotate-command)
12071         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12072         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12073         vc-mode-line calls.
12075         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12076         direct comparison.
12077         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12078         backend when calling vc-mode-line.
12079         (vc-register): Do not create a closure for calling the vc register
12080         function, call it directly.
12082 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
12084         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12085         to make it obvious item can be clicked.
12087         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12089 2009-06-23  Kenichi Handa  <handa@m17n.org>
12091         * language/korea-util.el (korean-key-bindings): Change the binding
12092         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
12093         same command.
12095 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
12097         Sync with Tramp 2.1.16.
12099         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12101         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
12102         when a loading of a package fails.  Completion function for rsync
12103         is `tramp-completion-function-alist-ssh'.
12104         (all): Replace all calls of `split-string' and
12105         `tramp-split-string' by `tramp-compat-split-string'.
12106         (tramp-default-method): Use `tramp-compat-process-running-p'.
12107         (tramp-default-proxies-alist): Allow also Lisp forms.
12108         (tramp-remote-path): Add choice "Private Directories".
12109         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12110         (tramp-domain-regexp): Allow also "-", "_" and ".".
12111         (tramp-end-of-output): Remove newlines, and add "$" at the end.
12112         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12113         (tramp-debug-message): Insert header line in debug buffer.
12114         (tramp-handle-directory-files-and-attributes-with-stat):
12115         Care about filenames with spaces, or starting with "-".
12116         (tramp-handle-dired-uncache): New defun.
12117         (tramp-handle-insert-directory): Don't flush the directory from
12118         cache, this is handled by `dired-uncache' now.
12119         (tramp-handle-insert-file-contents): Improve error handling.
12120         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12121         Quote `tramp-end-of-output'.
12122         (tramp-action-password): Improve trace message.
12123         (tramp-check-for-regexp): Both echoes must be present, before removing.
12124         (tramp-open-connection-setup-interactive-shell): Trace coding system.
12125         (tramp-compute-multi-hops): Eval cons cells of
12126         `tramp-default-proxies-alist'.
12127         (tramp-maybe-open-connection): Use the same command pattern for
12128         first hop and further hops.
12129         (tramp-wait-for-output): Remove handling of newlines.
12130         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12131         (tramp-split-string): Remove function.  It is handled in
12132         tramp-compat now.
12134         * net/tramp-cmds.el (tramp-bug):
12135         Recommend `tramp-cleanup-all-connections' in the bug mail.
12137         * net/tramp-compat.el (tramp-compat-split-string)
12138         (tramp-compat-process-running-p): New defuns.
12140         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12141         for `dired-uncache'.
12143         * net/tramp-gvfs.el: New package.
12145         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12146         Add handler for `dired-uncache'.
12147         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12149         * net/trampver.el: Update release number.  Make version check fit
12150         for SXEmacs 22.
12152 2009-06-22  Jim Meyering  <meyering@redhat.com>
12154         Automatically handle .xz suffix (XZ-compressed files), too.
12155         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12156         XZ is the successor to LZMA: <http://tukaani.org/xz/>
12158 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
12159             Nick Roberts  <nickrob@snap.net.nz>
12161         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12162         repository (http://sphinx.net.ru/hg/gdb-mi/).
12164 2009-06-22  Glenn Morris  <rgm@gnu.org>
12166         * files.el (dir-locals-collect-mode-variables): Allow for any number of
12167         `mode' and `eval' entries.  (Bug#3430)
12169         * Makefile.in (ELCFILES): Add fadr.elc.
12171         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12172         differing behavior of \n and ^ in strings.  (Bug#3385)
12174         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12176         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12177         property.
12178         (lisp-indent-function): Make it a defcustom.
12180 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
12182         * progmodes/gdb-ui.el: Replace with ...
12183         * progmodes/gdb-mi.el: ... this file.
12184         * progmodes/gud.el: Modify for gdb-mi.el.
12186 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
12188         * fadr.el: New file.
12190 See ChangeLog.14 for earlier changes.
12192 ;; Local Variables:
12193 ;; coding: utf-8
12194 ;; End:
12196     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12198   This file is part of GNU Emacs.
12200   GNU Emacs is free software: you can redistribute it and/or modify
12201   it under the terms of the GNU General Public License as published by
12202   the Free Software Foundation, either version 3 of the License, or
12203   (at your option) any later version.
12205   GNU Emacs is distributed in the hope that it will be useful,
12206   but WITHOUT ANY WARRANTY; without even the implied warranty of
12207   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12208   GNU General Public License for more details.
12210   You should have received a copy of the GNU General Public License
12211   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12213 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1