Fix Bug#5840.
[emacs.git] / lisp / ChangeLog
blob8b743adb1b0bc1b06744c50b3614af9f117ee8f5
1 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
3         Fix Bug#5840.
4         * ido.el (ido-file-name-all-completions-1):
5         * minibuffer.el (minibuffer-completion-help):
6         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10         * simple.el (non-essential): New var.
12         Add a new field `location' to bookmarks for non-file bookmarks.
13         * bookmark.el (bookmark-location): Use the new field, if present.
14         (bookmark-insert-location): Undo last change, not needed any more.
15         * man.el (Man-bookmark-make-record):
16         * woman.el (woman-bookmark-make-record): Add `location' field.
18 2010-04-14  Juri Linkov  <juri@jurta.org>
20         * simple.el (scroll-error-top-bottom): New defcustom.
21         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
23         * emulation/pc-select.el (pc-select-override-scroll-error):
24         Obsolete in favor of `scroll-error-top-bottom'.
26 2010-04-14  Juri Linkov  <juri@jurta.org>
28         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
29         `scroll-up-command' and `M-v' to `scroll-down-command'.
31         * emulation/cua-rect.el (cua--init-rectangles):
32         * forms.el (forms--change-commands):
33         * image-mode.el (image-mode-map):
34         Remap scroll-down-command and scroll-up-command
35         in addition to scroll-down and scroll-up.
37 2010-04-14  Juri Linkov  <juri@jurta.org>
39         * mwheel.el (scroll-preserve-screen-position-commands):
40         Add mwheel-scroll to this list of commands.
42         * simple.el (scroll-preserve-screen-position-commands):
43         Add scroll-up-command, scroll-down-command, scroll-up-line,
44         scroll-down-line to this list of commands.
46 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
48         * obsolete/complete.el: Move from lisp/complete.el.
50         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
52         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
53         to the minor mode function now turns the mode ON unconditionally.
55 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * vc-dir.el (vc-dir-kill-line): New command.
58         (vc-dir-mode-map): Bind it to C-k.
60         * bookmark.el (bookmark-insert-location): Handle a nil filename.
62         * woman.el: Add bookmark declarations to silence the compiler.
63         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
64         step to compatibility between man and woman bookmarks.
65         Adjust for Man-default-bookmark-title renaming.
66         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
68         * man.el: Add bookmark declarations to silence the compiler.
69         (Man-name-local-regexp): Make it match NAME as well.
70         (Man-getpage-in-background): Return the buffer.
71         (Man-notify-when-ready): Use `case'.
72         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
73         Don't hardcode "NAME".  Simplify.
74         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
75         Rename from Man-bookmark-make-record.
76         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
77         we have the actual man-args.  Use Man-getpage-in-background rather
78         than `man' since the arg is already processed.  Let bookmark.el do the
79         window handling.  Only wait for the relevant process.
80         Don't forget to autoload.
82         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
84 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
86         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
87         New functions.
88         (woman-mode): Setup bookmark support.
90         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
91         (man-bookmark-jump): New functions.
92         (Man-mode): Setup bookmark support.
94 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
96         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
97         recognize ssh-keygen prompt (Bug#2817).
99 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
101         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
103 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
105         Synchronize with Tramp repository.
107         * net/tramp.el (tramp-completion-function-alist)
108         (tramp-file-name-regexp, tramp-chunksize)
109         (tramp-local-coding-commands, tramp-remote-coding-commands):
110         Fix docstring.
111         (tramp-remote-process-environment): Use `format' instead of `concat'.
112         (tramp-handle-directory-files-and-attributes)
113         (tramp-get-remote-path): Use `copy-tree'.
114         (tramp-handle-file-name-all-completions): Backward/ XEmacs
115         compatibility: Use `completion-ignore-case' if
116         `read-file-name-completion-ignore-case' does not exist.
117         (tramp-do-copy-or-rename-file-directly): Do not use
118         `tramp-handle-file-remote-p'.
119         (tramp-do-copy-or-rename-file-out-of-band):
120         Use `tramp-compat-delete-directory'.
121         (tramp-do-copy-or-rename-file-out-of-band)
122         (tramp-compute-multi-hops, tramp-maybe-open-connection):
123         Use `format-spec-make'.
124         (tramp-find-foreign-file-name-handler)
125         (tramp-advice-make-auto-save-file-name)
126         (tramp-set-auto-save-file-modes): Remove superfluous check for
127         `stringp'.  This is done inside `tramp-tramp-file-p'.
128         (tramp-debug-outline-regexp): New defconst.
129         (tramp-get-debug-buffer): Use it.
130         (tramp-check-for-regexp): Use (forward-line 1).
131         (tramp-set-auto-save-file-modes): Adapt version check.
133         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
134         Wrap call of `featurep' for 2nd argument.
135         (tramp-compat-make-temp-file): Simplify fallback implementation.
136         (tramp-compat-copy-tree): Remove function.
137         (tramp-compat-delete-directory): Provide implementation for older
138         Emacsen.
140         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
141         Do not use `tramp-fish-handle-file-attributes.
143         * net/trampver.el: Update release number.
145 2010-04-10  Glenn Morris  <rgm@gnu.org>
147         * progmodes/compile.el (compilation-save-buffers-predicate):
148         Add missing :version tag.
150 2010-04-09  Sam Steingold  <sds@gnu.org>
152         * progmodes/compile.el (compilation-save-buffers-predicate):
153         Remove the "autoload" cookie.
155         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
156         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
157         and `bug-reference-prog-mode' can be used in hooks directly.
159 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
161         Add --author support to git commit.
162         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
163         (vc-git-log-edit-mode): New minor mode.
164         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
165         New declarations.
167 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
169         * vc-hooks.el, vc-git.el: Improve documentation comments.
171 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
173         Fix some of the problems in defsubst* (bug#5728).
174         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
175         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
177 2010-04-07  Sam Steingold  <sds@gnu.org>
179         * progmodes/compile.el (compilation-save-buffers-predicate):
180         New custom variable.
181         (compile, recompile): Pass it to `save-some-buffers'.
183 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
185         * wid-edit.el (widget-choose): Move cursor to the second line of
186         the buffer (Bug#5695).
188 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
190         Add new VC methods: vc-log-incoming and vc-log-outgoing.
191         * vc.el (vc-print-log-setup-buttons): New function split out from
192         vc-print-log-internal.
193         (vc-log-internal-common): New function, a parametrized version of
194         vc-print-log-internal.
195         (vc-print-log-internal): Just call vc-log-internal-common with the
196         right arguments.
197         (vc-incoming-outgoing-internal):
198         (vc-log-incoming, vc-log-outgoing): New functions.
199         (vc-log-view-type): New permanent local variable.
201         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
203         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
204         of the dynamic bound vc-short-log.
205         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
207         * vc-git.el (vc-git-log-outgoing): New function.
208         (vc-git-log-view-mode): Use vc-log-view-type instead
209         of the dynamic bound vc-short-log.
211         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
212         of the dynamic bound vc-short-log.  Highlight the tag.
213         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
214         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
215         (vc-hg-incoming-mode): Remove.
216         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
218 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
220         Fix default-directory for vc-root-diff.
221         * vc.el (vc-root-diff): Bind default-directory to the root
222         directory for the diff command.
224 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
226         * progmodes/verilog-mode.el (verilog-forward-sexp):
227         (verilog-calc-1): Support "disable fork" and "fork wait" multi
228         word keywords, suggested by Steve Pearlmutter.
229         (verilog-pretty-declarations): Support lineup of declarations in
230         port lists.
231         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
232         fix bug for /* / comments
233         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
234         Speed up and simplfy as this is never called with a bound.
235         (verilog-pretty-declarations): Enhance to line up declarations
236         inside a parameter list, suggested by Alan Morgan.
237         (verilog-pretty-expr): Tune assignment regular expression match
238         string for corner cases; also use markers instead of character
239         number as indent changes the later.
241 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
243         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
244         keyword.
245         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
246         causing truncation of AUTOWIRE signals.  Reported by Bruce
247         Tennant.
248         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
249         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
250         Tennant.
251         (verilog-keywords):
252         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
253         1800-2009 keywords, including "global.".
255 2010-04-06  John Wiegley  <jwiegley@gmail.com>
257         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
258         appearing in buffer list (if a live buffer name matched a recentf
259         file basename).  Should use uniquify to offer a real solution.
261 2010-04-06  John Wiegley  <jwiegley@gmail.com>
263         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
264         comment to code, and add a :version tag.
265         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
267 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
269         Enable recentf-mode if using virtual buffers.
270         * ido.el (recentf-list): Declare for byte-compiler.
271         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
272         (ido-make-buffer-list): Simplify.
273         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
275 2010-04-05  Juri Linkov  <juri@jurta.org>
277         Scrolling commands which scroll a line instead of full screen.
278         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
280         * simple.el (scroll-up-line, scroll-down-line): New commands.
281         Put property isearch-scroll=t on them.
283         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
284         Remove commands.
286 2010-04-05  Juri Linkov  <juri@jurta.org>
288         Scrolling commands which do not signal errors at top/bottom.
289         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
291         * simple.el (scroll-up-command, scroll-down-command): New commands.
292         Put property isearch-scroll=t on them.
294         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
295         `scroll-down-command' and [next] from `scroll-up' to
296         `scroll-up-command'.
298         * emulation/cua-base.el: Put property CUA=move on
299         `scroll-up-command' and `scroll-down-command'.
300         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
301         and `scroll-down-command' to `cua-scroll-down'.
303 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
305         * help.el (describe-mode): Return nil.
307 2010-04-04  John Wiegley  <jwiegley@gmail.com>
309         * ido.el (ido-use-virtual-buffers): New variable to indicate
310         whether "virtual buffer" support is enabled for IDO.
311         (ido-virtual): Face used to indicate virtual buffers in the list.
312         (ido-buffer-internal): If a buffer is chosen, and no such buffer
313         exists, but a virtual buffer of that name does (which would be why
314         it was in the list), recreate the buffer by reopening the file.
315         (ido-make-buffer-list): If virtual buffers are being used, call
316         `ido-add-virtual-buffers-to-list' before the make list hook.
317         (ido-virtual-buffers): New variable which contains a copy of the
318         current contents of the `recentf-list', albeit pared down for the
319         sake of speed, and with proper faces applied.
320         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
321         create a list of "virtual buffers" to present to the user in
322         addition to the currently open set.  Note that this logic could
323         get rather slow if that list is too large.  With the default
324         `recentf-max-saved-items' of 200, there is little speed penalty.
326 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * font-lock.el: Require CL when compiling.
329         (font-lock-turn-on-thing-lock): Use `case'.
331 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
333         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
334         Zaretskii.
336 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
338         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
339         (semantic-create-imenu-directory-index): Fix typos in docstrings.
340         (semantic-imenu-goto-function): Reflow docstring.
342 2010-04-02  Juri Linkov  <juri@jurta.org>
344         * ehelp.el (electric-help-orig-major-mode):
345         New buffer-local variable.
346         (electric-help-mode): Set it to original major-mode.  Doc fix.
347         (with-electric-help): Use `electric-help-orig-major-mode' instead
348         of (default-value 'major-mode).  Doc fix.
349         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
351 2010-04-02  Sam Steingold  <sds@gnu.org>
353         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
354         `vc-hg-command' with a list of flags.
356         * progmodes/bug-reference.el (bug-reference-bug-regexp):
357         Also accept "patch" and "RFE".
358         (bug-reference-fontify): `bug-reference-url-format' can also be a
359         function to be able to handle the bug kind.
360         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
362 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
364         * tmm.el (tmm-get-keymap): Check with symbolp before passing
365         value to fboundp, it may not be a symbol.
367 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
369         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
371 2010-03-31  Juri Linkov  <juri@jurta.org>
373         * simple.el (next-line, previous-line): Re-throw a signal
374         with `signal' instead of using `ding'.
375         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
377 2010-03-31  Juri Linkov  <juri@jurta.org>
379         * simple.el (keyboard-escape-quit): Raise deselecting the active
380         region higher than exiting the minibuffer.
381         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
383 2010-03-31  Juri Linkov  <juri@jurta.org>
385         * image.el (image-animated-p): Use `image-metadata' instead of
386         `image-extension-data'.  Get GIF extenstion data from metadata
387         property `extension-data'.
389 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * simple.el (append-to-buffer): Simplify.
393 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
395         * textmodes/artist.el (artist-mode): Fix typo in docstring.
396         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
398 2010-03-31  Kenichi Handa  <handa@m17n.org>
400         * language/sinhala.el (composition-function-table): Fix regexp for
401         the new Unicode specification.
403         * language/indian.el (devanagari-composable-pattern)
404         (tamil-composable-pattern, kannada-composable-pattern)
405         (malayalam-composable-pattern): Adjust for the new Unicode
406         specification.
407         (bengali-composable-pattern, gurmukhi-composable-pattern)
408         (gujarati-composable-pattern, oriya-composable-pattern)
409         (telugu-composable-pattern): New variables to cope with the new
410         Unicode specification.  Use them in composition-function-table.
412 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
414         Make tmm-menubar work for the Buffers menu again.
415         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
416         vectors rather than cons cells, as used in menu-bar-update-buffers.
418 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
420         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
421         (js-insert-and-indent): Revert 2009-08-15 change, restoring
422         electric punctuation for "{}();,:" (Bug#5586).
424         * mail/sendmail.el (mail-default-directory): Doc fix.
426 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
428         * mail/sendmail.el (mail-default-directory): Doc fix.
430 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
432         * subr.el (version-regexp-alist, version-to-list)
433         (version-list-<, version-list-=, version-list-<=)
434         (version-list-not-zero, version<, version<=, version=): Doc fix.
435         (Bug#5744).
437 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
439         * vc.el (vc-root-diff): Doc fix.
441 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
443         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
445         * simple.el (append-to-buffer): Fix last change.
447 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
449         * simple.el (append-to-buffer): Ensure that point is preserved if
450         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
451         (Bug#5749)
453 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * files.el (auto-mode-case-fold): Change default to t.
457 2010-03-30  Juri Linkov  <juri@jurta.org>
459         * dired-x.el (dired-omit-mode): Doc fix.
461 2010-03-30  Juri Linkov  <juri@jurta.org>
463         * replace.el (occur-accumulate-lines): Move occur-engine related
464         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
465         to be located after `occur-engine'.
467 2010-03-30  Juri Linkov  <juri@jurta.org>
469         Make occur handle multi-line matches cleanly with context.
470         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
472         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
473         (occur-engine): Add local variables `ret', `prev-after-lines',
474         `prev-lines'.  Use more arguments for `occur-context-lines'.
475         Set first elem of its returned list to `data', and the second elem
476         to `prev-after-lines'.  Don't print the separator line.
477         In the end, print remaining context after-lines.
478         (occur-context-lines): Add new arguments `begpt', `endpt',
479         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
480         after-lines of the previous match with before-lines of the
481         current match and not overlap them.  Return a list with two
482         values: the output line and the list of context after-lines.
484 2010-03-30  Juri Linkov  <juri@jurta.org>
486         * replace.el (occur-accumulate-lines): Fix a bug where the first
487         context line at the beginning of the buffer was missing.
489 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
491         * files.el: Make bidi-display-reordering safe variable for boolean
492         values.
494 2010-03-29  Phil Hagelberg  <phil@evri.com>
495             Chong Yidong  <cyd@stupidchicken.com>
497         * subr.el: Extend progress reporters to perform "spinning".
498         (progress-reporter-update, progress-reporter-do-update):
499         Handle non-numeric value arguments.
500         (progress-reporter--pulse-characters): New var.
502 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
504         * progmodes/compile.el (compilation-start): Fix regexp detection
505         of initial cd command (Bug#5771).
507 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
509         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
511 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
513         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
514         * lisp/progmodes/gdb-mi.el: Restore.
515         * lisp/progmodes/gdb-ui.el: Remove.
516         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
518 2010-03-25  Glenn Morris  <rgm@gnu.org>
520         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
521         all dired buffers, even tramp ones.  (Bug#5755)
523 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
525         Add "union tags" in mpc.el.
526         * mpc.el: Remove backward compatibility code.
527         (mpc-browser-tags): Change default.
528         (mpc--find-memoize-union-tags): New var.
529         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
530         (mpc-cmd-find): Handle the case where the playlist does not exist.
531         Handle union-tags.
532         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
533         (mpc-cmd-add): Use mpc-cmd-flush.
534         (mpc-tagbrowser-tag-name): New fun.
535         (mpc-tagbrowser-buf): Use it.
536         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
538 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
540         Misc cleanup.
541         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
542         Use replace-regexp-in-string.
543         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
544         (makefile-imake-mode-syntax-table): Move init into defvar.
545         (makefile-mode): Use define-derived-mode.
547         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
548         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
549         not be present any more.
551 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
553         * faces.el (set-face-attribute): Fix typo in docstring.
554         (face-valid-attribute-values): Reflow docstring.
556         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
558 2010-03-24  Glenn Morris  <rgm@gnu.org>
560         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
562 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
564         * indent.el (indent-for-tab-command): Doc fix.
566 2010-03-24  Alan Mackenzie  <acm@muc.de>
568         * progmodes/cc-engine.el (c-remove-stale-state-cache):
569         Fix off-by-one error.  Fixes bug #5747.
571 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
573         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
574         (image-dired-read-comment): Doc fix.
576         * json.el (json-object-type, json-array-type, json-key-type)
577         (json-false, json-null, json-read-number):
578         * minibuffer.el (completion-in-region-functions):
579         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
580         (cal-tex-cursor-week):
581         * emacs-lisp/trace.el (trace-function):
582         * eshell/em-basic.el (eshell/printnl):
583         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
584         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
585         * obsolete/levents.el (allocate-event, event-key, event-object)
586         (event-point, event-process, event-timestamp, event-to-character)
587         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
588         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
589         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
590         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
591         (reftex-highlight-selection): Fix typos in docstrings.
593 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
595         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
597 2010-03-24  Glenn Morris  <rgm@gnu.org>
599         * mail/rmail.el (rmail-highlight-face): Restore option deleted
600         2008-02-13 without comment; mark it obsolete.
601         (rmail-highlight-headers): Use rmail-highlight-face once more.
603 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
605         * woman.el (woman2-process-escapes): Only consume the newline if
606         the filler character is on a line by itself (Bug#5729).
608 2010-03-24  Kenichi Handa  <handa@m17n.org>
610         * language/indian.el (devanagari-composable-pattern): Add more
611         consonants.
613 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
615         * net/trampver.el: Update release number.
617 2010-03-24  Glenn Morris  <rgm@gnu.org>
619         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
621 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
623         * net/tramp.el (tramp-find-executable):
624         Use `tramp-get-connection-buffer'.  Make the regexp for checking
625         output of "wc -l" more robust.
626         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
627         (tramp-open-connection-setup-interactive-shell): Remove workaround
628         for OpenSolaris bug, it is not needed anymore.
630 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
632         * cedet/semantic/imenu.el: New file, from the CEDET repository
633         (Bug#5412).
635 2010-03-24  Glenn Morris  <rgm@gnu.org>
637         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
639 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
641         * files.el (auto-mode-alist): Accept more verilog file patterns.
643 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
647 2010-03-24  Glenn Morris  <rgm@gnu.org>
649         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
650         log-edit-before-checkin-process.
652         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
654         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
656         * vc-dispatcher.el (vc-start-logentry): Doc fix.
657         (log-view-process-buffer, log-edit-extra-flags): Declare.
659         * log-edit.el (log-edit-before-checkin-process): Doc fix.
661         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
662         Consistently check ede-object is bound throughout.
664         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
666 2010-03-23  Sam Steingold  <sds@gnu.org>
668         Fix bug#5620: recalculate all markers on compilation buffer
669         modifications, not on file modifications.
670         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
671         the buffer modification time, for buffers not associated with files.
672         (compilation-mode): Create it.
673         (compilation-filter): Update it.
674         (compilation-next-error-function): Use it instead of
675         `visited-file-modtime' for timestamp.
677 2010-03-23  Juri Linkov  <juri@jurta.org>
679         Implement Occur multi-line matches.
680         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
682         * replace.el (occur): Doc fix.
683         (occur-engine): Set `begpt' to the beginning of the first line.
684         Set `endpt' to the end of the last match line.  At first, count
685         line numbers between `origpt' and `begpt'.  Split out code from
686         `out-line' variable to new let-bindings `match-prefix' and
687         `match-str'.  In `out-line' add non-numeric prefix to all
688         non-first lines of multi-line matches.  Finally, count lines
689         between `begpt' and `endpt' and add to `lines'.
691 2010-03-23  Juri Linkov  <juri@jurta.org>
693         * replace.el (occur-accumulate-lines, occur-engine):
694         Use `occur-engine-line' instead of duplicate code.
695         (occur-engine-line): New function created from duplicate code
696         in `occur-accumulate-lines' and `occur-engine'.
698         * replace.el (occur-engine-line): Add optional arg `keep-props'.
699         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
701 2010-03-23  Juri Linkov  <juri@jurta.org>
703         * finder.el: Remove TODO tasks.
705         * info.el (Info-finder-find-node): Add node "all"
706         with all package info.  Handle a list of multiple keywords
707         separated by comma.
708         (info-finder): In interactive use with a prefix argument,
709         use `completing-read-multiple' to read a list of keywords
710         separated by comma.
712 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
714         Add a new completion style `substring'.
715         * minibuffer.el (completion-basic--pattern): New function.
716         (completion-basic-try-completion, completion-basic-all-completions):
717         Use it.
718         (completion-substring--all-completions)
719         (completion-substring-try-completion)
720         (completion-substring-all-completions): New functions.
721         (completion-styles-alist): New style `substring'.
723 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
725         Get rid of .elc files after removal of the corresponding .el.
726         * Makefile.in (compile-clean): New target.
727         (compile-main): Use it.
729 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
731         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
732         don't do make there.  When compiling with separate object dir, there
733         is no Makefile there.
735 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
737         Get rid of the ELCFILES abomination, again.
738         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
739         (all, compile): Don't call compile-last.
740         (compile-main): Build the "elcfiles" list dynamically.
741         (compile-targets): New (internal) target.
743 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
745         * Makefile.in (top_srcdir): Define.
746         (abs_top_builddir): Define.
747         (srcdir): Don't append `/..'.
748         (EMACS): Use ${abs_top_builddir}.
749         (all, compile, compile-always, compile-last): Don't set emacswd.
750         (update-subdirs, update-authors): Use $(top_srcdir) instead of
751         $(srcdir).
752         (lisp): Use $(srcdir) instead of @srcdir@.
754 2010-03-21  Juri Linkov  <juri@jurta.org>
756         Fix message of multi-line occur regexps and multi-buffer header lines.
757         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
759         * replace.el (occur-1): Don't display regexp if it is longer
760         than window-width.  Use `query-replace-descr' to display regexp.
761         (occur-engine): Don't display regexp in the buffer header for
762         multi-buffer occur.  Display a separate header line with total
763         match count and regexp for multi-buffer occur.
764         Use `query-replace-descr' to display regexp.
766 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
768         * net/secrets.el: Fix parenthesis.
769         (secrets-enabled): Fix parenthesis.
771 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
773         Use more relative file and directory names.
774         * Makefile.in (EMACS): Arrange for it to work when we chdir.
775         (setwins, setwins_almost, setwins_for_subdirs):
776         Don't `cd'; output relative names.
777         (all, compile, compile-always, compile-last): Set emacswd.
778         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
779         Just cd to the lisp source dir so we can use relative file names.
781         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
783 2010-03-20  Glenn Morris  <rgm@gnu.org>
785         * textmodes/rst.el: Use faces for font-lock customization, and make the
786         old -face variables obsolete.
787         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
788         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
789         (rst-block-face, rst-external-face, rst-definition-face)
790         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
791         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
792         Make obsolete.
793         (rst-font-lock-keywords-function): Update for above changes.
795 2010-03-20  Juri Linkov  <juri@jurta.org>
797         * s-region.el:
798         * obsolete/s-region.el: Move to obsolete.
800 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
802         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
804 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
806         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
808 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
810         Add special markup processing for commit logs.
811         * log-edit.el (log-edit-extra-flags): New variable.
812         (log-edit): Add new argument MODE.  Use that mode when non-nil
813         instead of the log-view-mode.
814         (log-view-process-buffer): New function.
816         * vc.el: Document that the checkin method takes optional
817         arguments.  Document new backend specific method: log-view-mode.
818         (vc-default-log-edit-mode): New function.
819         (vc-checkin): Use a backend specific log-view-mode.
820         Pass extra arguments to the checkin method.
821         (vc-modify-change-comment): Pass a dummy extra argument.
823         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
824         log-edit.
825         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
826         (vc-finish-logentry): Process the log buffer before passing it
827         down.  Pass log-edit-extra-flags.
829         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
830         command.
831         (log-edit-extra-flags, log-edit-before-checkin-process):
832         New declarations.
834         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
835         command.
836         (log-edit-extra-flags, log-edit-before-checkin-process):
837         New declarations.
838         (vc-hg-log-edit-mode): New derived mode.
840         * vc-arch.el (vc-arch-checkin):
841         * vc-cvs.el (vc-cvs-checkin):
842         * vc-git.el (vc-git-checkin):
843         * vc-mtn.el (vc-mtn-checkin):
844         * vc-rcs.el (vc-rcs-checkin):
845         * vc-sccs.el (vc-sccs-checkin):
846         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
848 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
851         parent typo).
853 2010-03-19  Glenn Morris  <rgm@gnu.org>
855         * password-cache.el (password-cache, password-cache-expiry): Autoload.
857 2010-03-18  Glenn Morris  <rgm@gnu.org>
859         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
861         * replace.el (query-replace-history): Give it a doc string.
862         (map-query-replace-regexp): Use query-replace-from-history-variable
863         and query-replace-to-history-variable.
865         * mail/hashcash.el (declare-function): Remove duplicate definition.
867         * mail/emacsbug.el (report-emacs-bug-pretest-address):
868         Make it an obsolete alias for report-emacs-bug-address.
869         (message-strip-special-text-properties): Declare.
870         (report-emacs-bug): Remove test for a pretest bug address.
871         Combine message-mode-specific code.
873         * mail/supercite.el: Don't require sendmail.
874         (mh-in-header-p): Declare rather than using with-no-warnings.
875         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
876         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
878         * calendar/cal-french.el: Convert to utf-8.
880         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
881         Emacs scripts.
883 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
885         * net/secrets.el (secrets-enabled): New variable.  Use it instead
886         of a subfeature.
888 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
890         * net/secrets.el (top): Register the D-Bus signals only when the
891         service "org.freedesktop.secrets" can be pinged.
892         Provide subfeature `enabled'.
894 2010-03-14  Juri Linkov  <juri@jurta.org>
896         Add finder unknown keywords.
898         * finder.el (finder-unknown-keywords): New function.
900         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
901         to create a Finder node with unknown keywords.
903 2010-03-14  Juri Linkov  <juri@jurta.org>
905         * finder.el (finder-compile-keywords): Replace `princ' with
906         `prin1' on a list of symbols interned from keyword strings.
908         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
909         a comma, then split keywords using a comma and optional whitespace.
910         Otherwise, split by whitespace.
912         * complete.el:
913         * face-remap.el:
914         * log-view.el:
915         * net/hmac-def.el:
916         * net/hmac-md5.el:
917         * net/netrc.el:
918         * progmodes/mixal-mode.el: Fix keywords.
920 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
922         * Makefile.in (ELCFILES): Add net/secrets.elc.
924         * net/secrets.el: New file.
926 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
928         * facemenu.el (list-colors-display, list-colors-print): New arg
929         callback.  Use it to allow selecting colors.
931         * wid-edit.el (widget-image-insert): Insert image prop even if the
932         current display is non-graphic.
933         (widget-field-value-set): New fun.
934         (editable-field): Use it.
935         (widget-field-value-get): Clean up unused var.
936         (widget-color-value-create, widget-color--choose-action):
937         New funs.  Allow using list-colors-display to choose color.
939 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
941         * cus-edit.el: Resort topmost custom groups.
942         (custom-buffer-sort-alphabetically): Default to t.
943         (customize-apropos): Use apropos-parse-pattern.
944         (custom-search-field): New var.
945         (custom-buffer-create-internal): Add custom-apropos search field.
946         (custom-add-parent-links): Don't display parent doc.
947         (custom-group-value-create): Don't sort top-level custom group.
948         (custom-magic-value-create): Show visibility button before option name.
950         (custom-variable-state): New fun, from custom-variable-state-set.
951         (custom-variable-state-set): Use it.
952         (custom-group-value-create): Hide options with standard values
953         using the :hidden-states property.  Use progress reporter.
955         (custom-show): Simplify.
956         (custom-visibility): Disable images by default.
957         (custom-variable): New property :hidden-states.
958         (custom-variable-value-create): Enable images for
959         custom-visibility widgets.  Use :hidden-states property to
960         determine initial visibility.
962         * wid-edit.el (widget-image-find): Give images center ascent.
963         (visibility): Add :on-image and :off-image properties.
964         (widget-visibility-value-create): Use them.
966 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
968         * cus-edit.el (processes): Remove from development group.
969         (oop, hypermedia): Delete group.
970         (comm): Promote to top-level group.
972         * net/browse-url.el (browse-url):
973         * net/xesam.el (xesam):
974         * net/tramp.el (tramp):
975         * net/goto-addr.el (goto-address):
976         * net/ange-ftp.el (ange-ftp): Put in comm group.
978         * view.el (view): Remove from editing group.
980         * uniquify.el (uniquify): Put in files group.
982         * net/browse-url.el (browse-url):
983         * ps-print.el (postscript): Put in external group.
985         * cus-edit.el (outlines):
986         * textmodes/text-mode.el (text-mode-hook):
987         * textmodes/table.el (table):
988         * textmodes/picture.el (picture):
989         * outline.el (outlines): Put in wp group.
991         * nxml/nxml-mode.el (nxml): Remove from wp group.
993         * net/tramp-imap.el (tramp-imap): Put in tramp group.
995         * mail/metamail.el (metamail): Remove from hypermedia group.
997         * cus-edit.el (abbrev):
998         * whitespace.el (whitespace):
999         * vcursor.el (vcursor):
1000         * reveal.el (reveal):
1001         * hl-line.el (hl-line): Put in convenience group.
1003         * epg-config.el (epg): Put in data group.
1005         * emulation/pc-select.el (pc-select): Put in emulations group.
1007         * calculator.el (calculator): Put in applications group.
1009 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
1011         Add .dir-locals.el support for file-less buffers.
1012         * files.el (hack-local-variables): Split out code to apply local
1013         variable settings ...
1014         (hack-local-variables-apply): ... here.  New function.
1015         (hack-dir-local-variables): Use the default directory for when the
1016         buffer does not have an associated file.
1017         (hack-dir-local-variables-non-file-buffer): New function.
1018         * diff-mode.el (diff-mode):
1019         * vc-annotate.el (vc-annotate-mode):
1020         * vc-dir.el (vc-dir-mode):
1021         * log-edit.el (log-edit-mode):
1022         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1024 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
1026         Add support for shelving snapshots and for showing shelves.
1027         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1028         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1029         New functions.
1030         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1031         (vc-bzr-extra-menu-map): Map them.
1033 2010-03-11  Glenn Morris  <rgm@gnu.org>
1035         * cus-edit.el (customize-changed-options-previous-release):
1036         Bump to 23.1.
1038         * image.el (image-animate-max-time): Fix :version tag.
1040 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1042         * Branch for 23.2.
1044 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * vc-git.el (vc-git-revision-table): Include remote branches.
1048 2010-03-10  Kim F. Storm  <storm@cua.dk>
1050         Animated image API.
1051         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1053         * image.el (image-animate-max-time): New defcustom.
1054         (image-animated-types): New defconst.
1055         (create-animated-image, image-animate-timer)
1056         (image-animate-start, image-animate-stop, image-animate-timeout)
1057         (image-animated-p): New functions.
1059         * image-mode.el (image-toggle-display-image):
1060         Replace `create-image' with `create-animated-image'.
1062 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
1064         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1065         instead of "format:"; this ensures that the output is
1066         newline-terminated.
1068 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1070         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1071         that all errors are caught, and that the return value is always a
1072         list (Bug#5692).
1074 2010-03-08  Kenichi Handa  <handa@m17n.org>
1076         * language/misc-lang.el (windows-1256): New coding system.
1077         (cp1256): New alias of windows-1256 (bug#5690).
1079 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1081         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1082         call to rfc822-bad-address.  (Bug#5692)
1084 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1086         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1087         Use vc-git-root as default directory for revision path (Bug#5657).
1089 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1091         * calculator.el (calculator): Don't bind split-window-keep-point
1092         (Bug#5674).
1094 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * vc-git.el: Re-flow to fit into 80 columns.
1097         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1098         Remove spurious `quote' element in each case alternative.
1099         (vc-git-show-log-entry): Use prog1.
1100         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1102 2010-03-06  Glenn Morris  <rgm@gnu.org>
1104         * cedet/semantic/grammar.el (semantic-grammar-header-template):
1105         Update template copyright to GPLv3+.
1107 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1111 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1113         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1114         definition, not the name (Bug#5481).
1116 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1118         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1119         argument with a local variable.  (Bug#5670)
1121 2010-03-02  Juri Linkov  <juri@jurta.org>
1123         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1125 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1127         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1128         error when FILENAME and NEWNAME are existing remote directories.
1130         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1131         parameter DIR-FLAG.
1133 2010-03-02  Glenn Morris  <rgm@gnu.org>
1135         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1136         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1138 2010-03-01  Alan Mackenzie  <acm@muc.de>
1140         * progmodes/cc-engine.el (c-remove-stale-state-cache):
1141         Correct previous patch.
1143 2010-03-01  Kenichi Handa  <handa@m17n.org>
1145         * language/burmese.el (burmese-composable-pattern): Rename from
1146         myanmar-composable-pattern.
1148         * international/characters.el (script-list):
1149         * international/fontset.el (script-representative-chars):
1150         Change myanmar to burmese.
1151         (otf-script-alist): Likewise.
1152         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1154 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
1156         * cc-engine.el (c-remove-stale-state-cache): Take account of when
1157         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
1159 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1161         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1163 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1165         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1167 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1169         * net/tramp.el (tramp-handle-write-region): START can be a string.
1170         Take care in the checks.  Reported by Dan Davison
1171         <davison@stats.ox.ac.uk>.
1173 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1175         * net/dbus.el (dbus-introspect, dbus-get-property)
1176         (dbus-set-property, dbus-get-all-properties):
1177         Use `dbus-call-method' when noninteractive.  (Bug#5645)
1179 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1181         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1182         * emacs-lisp/elint.el (elint-add-required-env):
1183         * cedet/semantic/db-find.el
1184         (semanticdb-find-translate-path-brutish-default):
1185         * cedet/ede/make.el (ede-make-check-version):
1186         * calendar/icalendar.el (icalendar--add-diary-entry):
1187         * calc/calcalg2.el (math-tracing-integral):
1188         * files.el (recover-session-finish): Use with-current-buffer
1189         instead of save-excursion.
1191 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         Fix in-buffer completion when after-change-functions modify the buffer.
1194         * minibuffer.el (completion--replace): New function.
1195         (completion--do-completion): Use it and use relative movement.
1197 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1199         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1201 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1203         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1204         Allow the characters _<> in the stack entry (Bug#5653).
1206 2010-02-26  Kenichi Handa  <handa@m17n.org>
1208         * language/burmese.el: Fix entries in composition-function-table.
1209         (myanmar-composable-pattern): New variable.
1211         * international/fontset.el (setup-default-fontset): Add an entry
1212         for myanmar.
1214         * international/characters.el (script-list): Add Myanmar
1215         Extended-A.
1217 2010-02-26  Glenn Morris  <rgm@gnu.org>
1219         * custom.el (custom-initialize-delay): Doc fix.
1221         * mail/sendmail.el (send-mail-function): Autoload the call
1222         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1224 2010-02-25  Alan Mackenzie  <acm@muc.de>
1226         * progmodes/cc-engine.el (c-clear-<-pair-props)
1227         (c-clear->-pair-props): Correct to wipe category text props, not
1228         syntax-table ones.
1230         * progmodes/cc-mode.el (c-after-change): Remove any hard
1231         syntax-table properties for <, > which, e.g., C-y has
1232         inopportunely converted from category properties.
1234 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1236         * files.el (hack-local-variables-filter): For eval forms, also
1237         check safe-local-variable-p (Bug#5636).
1239 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1241         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1242         and use c(ad)r of cddr (Bug#5640).
1244 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1246         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1247         setting the modes by `ignore-errors'.  It might fail, for example
1248         if the file is not owned by the user but the group.
1249         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1251 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1253         * files.el (directory-listing-before-filename-regexp): Use
1254         stricter matching for iso-style dates, to avoid false matches with
1255         date-like filenames (Bug#5597).
1257         * htmlfontify.el (htmlfontify): Doc fix.
1259         * eshell/eshell.el (eshell): Doc fix.
1261         * startup.el (fancy-about-screen): In mode-line, apply
1262         mode-line-buffer-id face only to the buffer name (Bug#5613).
1264 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1266         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1267         In `watcom' anchor regexp to start of line, to avoid slowness
1268         (Bug#5599).
1270 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1272         * subr.el (remove-yank-excluded-properties): Explain in a comment
1273         why `category' property is removed.
1275 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1277         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1278         2010-02-17 change.
1280 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1282         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1283         (icalendar--convert-weekly-to-ical)
1284         (icalendar--convert-yearly-to-ical)
1285         (icalendar--convert-block-to-ical)
1286         (icalendar--convert-cyclic-to-ical)
1287         (icalendar--convert-anniversary-to-ical): Take care of time
1288         specifications where hour has 1-digit only (Bug#5549).
1290 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1292         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1293         of disassemble output in GDB 7.1.
1295 2010-02-19  Glenn Morris  <rgm@gnu.org>
1297         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1298         property.  (Bug#5593)
1300 2010-02-18  Sam Steingold  <sds@gnu.org>
1302         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1304 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1306         Use abbreviated file names in bookmarks (bug#5591).
1307         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1308         calls to expand-file-name.
1309         (bookmark-relocate): Use abbreviated file names in bookmarks.
1310         (bookmark-load): Use abbreviated file names in messages.
1312 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1314         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1315         expand "." and "..".  Reported by Thierry Volpiatto
1316         <thierry.volpiatto@gmail.com>.
1318 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1320         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1321         permissions of the temporary file to "0600".  In case the remote
1322         file has no read permissions for the owner, there might be
1323         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1325 22010-02-18  Glenn Morris  <rgm@gnu.org>
1327         * emacs-lisp/authors.el (authors-renamed-files-alist):
1328         Add entries for INSTALL.CVS.
1330 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1332         * vc-bzr.el: Fix typo in Known Bugs section.
1334         * isearch.el (isearch-update-post-hook): New hook.
1335         (isearch-update): Use the new hook.
1337 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1339         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1340         Fix errors in copying directories.
1341         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1342         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1343         (tramp-handle-delete-file)
1344         (tramp-handle-dired-recursive-delete-directory)
1345         (tramp-handle-write-region): Flush also the cache for the upper
1346         directory.
1348 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1350         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1352         * cus-edit.el (hardware): Doc fix.
1354         * man.el (man): Add to external custom group.
1356         * delim-col.el (columns): Move to wp custom group.
1358         * doc-view.el (doc-view): Add to data custom group.
1360         * cedet/data-debug.el (data-debug): Move to extensions group.
1362         * cedet/ede.el (ede):
1363         * cedet/srecode.el (srecode):
1364         * cedet/semantic.el (semantic): Put in tools and extensions group.
1366         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1368         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1369         by ispell-parse-output (Bug#5575).
1371 2010-02-16  Kenichi Handa  <handa@m17n.org>
1373         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1374         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1375         (skkdic-convert): Use `euc-japan' coding system for writing.
1377 2010-02-16  Glenn Morris  <rgm@gnu.org>
1379         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1380         tex-main-file before using it.  (Bug#5562)
1382 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1384         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1385         warnings, since it is annoying for the user to see them each time he
1386         runs the code.
1388 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1390         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1391         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1392         instead of PROC for caching "first-password-request".  Otherwise,
1393         new processes would not profit from passwords already entered.
1395         * net/tramp-cache.el (tramp-dump-connection-properties):
1396         Don't save "first-password-request" property.
1398 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1400         * outline.el (outline-head-from-level):
1401         * simple.el (with-wrapper-hook):
1402         * cedet/ede.el (ede-run-target, project-delete-target)
1403         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1404         (ede-adebug-project, ede-adebug-project-parent)
1405         (ede-adebug-project-root):
1406         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1407         (elint-defun, elint-buffer-env, elint-top-form-logged)
1408         (elint-unbound-variable):
1409         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1410         Fix typos in docstrings.
1412 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1414         * files.el (insert-directory): When WILDCARD-REGEXP and
1415         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1416         whole directory.  (Bug#5551)
1418         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1419         dired's alignment sanity.  (Bug#5516)
1421 2010-02-14  Juri Linkov  <juri@jurta.org>
1423         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1424         Remove remaining ^H with their preceding chars.  (Bug#5566)
1426 2010-02-13  Glenn Morris  <rgm@gnu.org>
1428         * simple.el (transpose-subr): Give it a doc-string.
1430         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1431         Doc fixes.
1433 2010-02-12  Juri Linkov  <juri@jurta.org>
1435         * arc-mode.el (archive-unique-fname): Make directories for nested
1436         archives.  (Bug#5540)
1438 2010-02-12  Juri Linkov  <juri@jurta.org>
1440         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1442 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1444         * subr.el (copy-overlay): Handle deleted overlays.
1446         * man.el (Man-completion-table): Don't signal an error if we can't run
1447         manual-program (bug#4056).
1449 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1451         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1453 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1455         * info.el (Info-bookmark-jump): Simplify.
1457         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1458         (bookmark-default-handler): Accept new bookmark field `buffer'.
1460 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1462         * iswitchb.el (iswitchb-completions): Revert last change.
1464 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1466         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1467         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1468         This prevents file names like "~/" being listed literally.
1470 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1472         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1473         Remove dead code.  (Bug#5546)
1475 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1477         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1478         correctly (Bug#5548).
1480 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1482         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1483         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1485 2010-02-08  Kenichi Handa  <handa@m17n.org>
1487         * international/mule-util.el (with-coding-priority): Add autoload
1488         cookie for putting `lisp-indent-function'.
1490 2010-02-07  Glenn Morris  <rgm@gnu.org>
1492         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1493         Move F2003 named interfaces from keywords-2 to keywords-1, and
1494         use function-name-face rather than constant-face.
1495         Simplify "abstract interface" regexp.
1497 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1499         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1500         ID-FORMAT.  Pass it to `file-attributes'.
1502         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1504 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1506         * faces.el (set-face-attribute): Allow calling
1507         internal-set-lisp-face-attribute with 'unspecified family and
1508         foundry argument (Bug#5536).
1510 2010-02-07  Glenn Morris  <rgm@gnu.org>
1512         * progmodes/f90.el (f90-font-lock-keywords-2)
1513         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1514         Handle F2003 named interfaces.
1516 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1518         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1519         beg and end before calling c-get-state-before-change-functions.
1521 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1523         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1525 2010-02-05  Juri Linkov  <juri@jurta.org>
1527         * doc-view.el (doc-view-mode):
1528         * image-mode.el (image-mode): Put property mode-class=special.
1529         (Bug#4896)
1531 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1533         * vc-svn.el (vc-svn-revision-table): New function.
1535 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1537         * net/ange-ftp.el (ange-ftp-insert-directory):
1538         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1539         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1540         Handle also directories.  (Bug#5478)
1542 2010-02-05  Glenn Morris  <rgm@gnu.org>
1544         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1546 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1548         * startup.el (command-line-1): Convert options beginning with a
1549         single dash as well (Bug#5519).
1551 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1553         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1554         * minibuffer.el (completion-initials-expand): Only check the presence
1555         of delims *within* the boundaries, since otherwise the / delim is
1556         always found for files.
1558         Fix up various corner case problems.
1559         * doc-view.el (doc-view-last-page-number): New function.
1560         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1561         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1562         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1563         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1564         (doc-view-convert-current-doc): Don't create the resolution.el file
1565         here any more.
1566         (doc-view-pdf/ps->png): Do it here instead.
1567         (doc-view-already-converted-p): Check that resolution.el is present.
1568         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1569         windows that are not yet showing images.
1571 2010-02-04  Alan Mackenzie  <acm@muc.de>
1573         Change strategy for marking < and > as template delimiters: mark
1574         them strictly in matching pairs.
1576         * cc-mode.el (c-before-change):
1577         Use c-get-state-before-change-functions.
1578         (c-common-init): Adapt to use
1579         c-get-state-before-change-functions (note plural).
1581         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1582         for searching syntactically for matching <s and >s.
1583         (c-get-state-before-change-functions): New language variable (note
1584         the plural) which supersedes c-get-state-before-change-function.
1586         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1587         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1588         (c-clear->-pair-props-if-match-before)
1589         (c-before-change-check-<>-operators): New functions.
1590         (c-after-change-check-<>-operators): Use macro
1591         c-unmark-<->-as-paren.
1593         * cc-defs.el (c-search-backward-char-property): New macro.
1595         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1596         and > any more.  (These will be handled by font locking.)
1598 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1600         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1601         `dired-uncache' for every elemnt which is an absolute file name.
1603         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1604         directory, handle its directory component.
1605         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1606         function is called permanently and creates noise, otherwise.
1608         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1609         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1610         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1612 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1614         * macros.el (apply-macro-to-region-lines):
1615         Minor simplification.  (Bug#5485)
1617 2010-02-04  Glenn Morris  <rgm@gnu.org>
1619         * mail/rmail.el (rmail-show-message-1): Handle malformed
1620         quoted-printable text.  (Bug#5441)
1622         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1624         * simple.el (visual-line-mode): Capitalize lighter.
1626 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1628         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1629         list of files considered for "virtual buffer" completions.
1631 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1633         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1634         also in case of (and (not full) (not wildcard)). This is needed,
1635         when dired is called with a list of files, which are not in
1636         `default-directory'.  (Bug#5478)
1638 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1640         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1642 2010-02-02  Juri Linkov  <juri@jurta.org>
1644         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1645         from unidiff to allow function-line after @@.
1647 2010-02-02  Juri Linkov  <juri@jurta.org>
1649         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1650         '(RCS SCCS) with inverted condition.
1652 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1654         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1655         messages.
1657 2010-02-01  Juri Linkov  <juri@jurta.org>
1659         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1660         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1661         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1662         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1664 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1667         (doc-view-revert-buffer): New command.
1668         (doc-view-mode-map): Use it.
1670 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1672         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1673         pending merge is detected.
1675 2010-01-31  Juri Linkov  <juri@jurta.org>
1677         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1678         beginning of interactive spec like all other grep commands do.
1679         Put "all" in front of "gz".  (Bug#5260)
1681 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1683         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1685 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1687         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1688         regexp is incorrect (Bug#5476).
1690 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1692         * net/tramp.el (tramp-handle-insert-directory): Handle also
1693         symlinks, when FILENAME is not in `default-directory'.
1695 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1697         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1698         FILE is not in `default-directory'.  (Bug#5478)
1700         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1701         of SWITCHES.  Handle the case, FILENAME is not in
1702         `default-directory'.  (Bug#5478)
1703         (tramp-register-file-name-handlers): Add safe-magic property.
1705 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1707         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1708         unzip (Bug#5475).
1710 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1712         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1713         (flymake-master-make-header-init): Add other C++ filename masks.
1714         (flymake-find-possible-master-files)
1715         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1717 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1719         Fix some busybox annoyances.
1721         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1722         not responding." string.
1723         (tramp-open-connection-setup-interactive-shell): Dump stty
1724         settings.  Enable "neveropen" arg for all `tramp-send-command'
1725         calls.  Handle "=" in variable values properly.
1726         (tramp-find-inline-encoding): Raise an error, when no encoding is
1727         found.
1728         (tramp-wait-for-output): Check, whether PROC buffer is available.
1729         Remove spurious " ^H" sequences, sent by busybox.
1730         (tramp-get-ls-command): Suppress coloring, if possible.
1732 2010-01-28  Glenn Morris  <rgm@gnu.org>
1734         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1736         * log-edit.el (log-edit-strip-single-file-name): Add missing
1737         :safe, :group, and :version tags.
1739 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1741         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1742         buffers.  (Bug#5477)
1744 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1746         * files.el (delete-directory): Handle moving to trash without
1747         first doing recursion (Bug#5436).
1749 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1751         * vc-hooks.el (vc-path): Mark as obsolete.
1753 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1755         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1756         names too.
1758         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1759         for the short log.
1760         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1762 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1764         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1766         * vc-bzr.el (vc-bzr-revision-table): New function.
1768 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1770         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1771         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1773 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1775         Remove support for adding --signoff on commit.
1776         Future support will use an incompatible generic mechanism.
1777         * vc-git.el (vc-git-add-signoff): Remove variable.
1778         (vc-git-toggle-signoff): Remove function.
1779         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1781         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1782         from xterm-set-background-mode.  Return t if the background mode
1783         was set.
1784         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1785         earlier, call it again in case the background mode has changed.
1787 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1789         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1790         (Bug#3541).
1792 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1794         * emacs-lisp/assoc.el (aelement): Doc fix.
1795         (aput, adelete, amake): Use lexical-let (Bug#5450).
1797 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1799         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1800         is the same as subprogram call, not declaration.  (Bug#5435).
1802 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1804         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1805         (tramp-smb-maybe-open-connection): Use it.
1807 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1809         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1811 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1814         just because we see "encoding: 8bit".
1815         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1817 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1819         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1821 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1823         * jka-compr.el (jka-compr-load): If load-file is not in
1824         load-history, try its file-truename version.  (bug#5447)
1826 2010-01-21  Alan Mackenzie  <acm@muc.de>
1828         Fix a situation where deletion of a cpp construct throws an error.
1829         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1830         invoking c-with-all-but-one-cpps-commented-out, check that the
1831         special cpp construct is still in the buffer.
1832         (c-parse-state): Record the special cpp with markers, not numbers.
1834 2010-01-21  Kenichi Handa  <handa@m17n.org>
1836         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1837         process last-command-event, as it is now decoded first (Bug#5380).
1839 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1841         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1843 2010-01-20  Glenn Morris  <rgm@gnu.org>
1845         * indent.el (tab-always-indent): Fix custom-type.
1847 2010-01-19  Alan Mackenzie  <acm@muc.de>
1849         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1850         buffer throws "args out of range".
1851         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1852         playing the role of delimiter.
1854 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1856         * progmodes/ada-mode.el: Fix bug#5400.
1857         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1858         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1859         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1860         Improve comments in "is" portion.  Handle null procedure declaration.
1861         (ada-move-to-end): Improve doc string.
1863 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1865         * ido.el (ido-cur-list): Initialize to nil.
1866         Remove obsolete information from commentary.
1867         (ido-choice-list): Initialize to nil.
1868         (ido-get-bufname): Reject minibuffers.
1869         (ido-make-buffer-list): If "default" is a nonexistent
1870         buffer, ignore it, as per the function's comment.
1871         (ido-kill-buffer-internal): New function.
1872         (ido-kill-buffer-at-head): Use it.
1873         (ido-visit-buffer): Likewise.
1875 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1877         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1879 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1881         * cedet/ede/locate.el (ede-locate-file-in-project)
1882         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1883         (ede-enable-locate-on-project): Fix typos in error messages.
1885         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1886         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1887         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1888         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1889         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1890         Fix typos in menu help.
1892         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1893         Fix typos in chart titles.
1895         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1896         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1897         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1898         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1899         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1900         (semantic-parse-stream, semantic-parse-region)
1901         (semantic-parse-region-default, semantic--set-buffer-cache)
1902         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1903         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1904         (semantic-default-submodes):
1905         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1906         (semanticdb-create-ebrowse-database)
1907         (semanticdb-find-tags-for-completion-method)
1908         (semanticdb-find-tags-by-class-method)
1909         (semanticdb-deep-find-tags-by-name-method)
1910         (semanticdb-deep-find-tags-for-completion-method):
1911         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1912         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1913         (semanticdb-find-tags-for-completion-method)
1914         (semanticdb-find-tags-by-class-method)
1915         (semanticdb-deep-find-tags-for-completion-method):
1916         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1917         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1918         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1919         (semanticdb-find-tags-by-name-method)
1920         (semanticdb-find-tags-by-name-regexp-method)
1921         (semanticdb-find-tags-for-completion-method)
1922         (semanticdb-find-tags-by-class-method)
1923         (semanticdb-find-tags-external-children-of-type-method)
1924         (semanticdb-find-tags-subclasses-of-type-method)
1925         (semanticdb-deep-find-tags-by-name-method)
1926         (semanticdb-deep-find-tags-by-name-regexp-method)
1927         (semanticdb-deep-find-tags-for-completion-method):
1928         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1929         (semanticdb-enable-gnu-global-in-buffer)
1930         (semanticdb-find-tags-for-completion-method)
1931         (semanticdb-deep-find-tags-by-name-method)
1932         (semanticdb-deep-find-tags-for-completion-method):
1933         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1934         (javascript-mode, semanticdb-find-translate-path)
1935         (semanticdb-find-tags-for-completion-method)
1936         (semanticdb-find-tags-by-class-method)
1937         (semanticdb-deep-find-tags-by-name-method)
1938         (semanticdb-deep-find-tags-for-completion-method)
1939         (semanticdb-find-tags-external-children-of-type-method):
1940         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1941         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1942         (global-semantic-idle-scheduler-mode):
1943         * cedet/srecode/dictionary.el (srecode-field-value)
1944         (srecode-dictionary-add-section-dictionary):
1945         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1946         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1947         (describe-class, eieio-describe-generic, describe-generic):
1948         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1949         (eieio-speedbar-expand):
1950         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1951         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1952         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1953         (viper-del-backward-char-in-replace, viper-backward-indent)
1954         (viper-brac-function, viper-register-to-point, viper-submit-report):
1955         * net/tramp.el (tramp-remote-coding-commands):
1956         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1957         Fix typos in docstrings.
1959 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1961         * mail/sendmail.el (mail-yank-original): Set the mark if the
1962         specified function for yanking does not do it.
1964 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1966         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1968         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1969         resyncing a directory.
1971 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1973         * progmodes/ada-mode.el: Fix bug#1920.
1974         (ada-ident-re): Delete ., allow multibyte characters.
1975         (ada-goto-label-re): New; matches goto labels.
1976         (ada-block-label-re): New; matches block labels.
1977         (ada-label-re): New; matches both.
1978         (ada-named-block-re): Deleted; callers changed to use
1979         `ada-block-label-re' instead.
1980         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1981         Use `ada-block-label-re'.
1982         (ada-indent-on-previous-lines): Improve handling of goto labels.
1983         (ada-get-indent-block-start): Special-case block label.
1984         (ada-get-indent-label): Split into `ada-indent-block-label' and
1985         `ada-indent-goto-label'.
1986         (ada-goto-stmt-start, ada-goto-next-non-ws):
1987         Optionally ignore goto labels.
1988         (ada-goto-next-word): Simplify.
1989         (ada-indent-newline-indent-conditional): Insert newline before
1990         trying to fix indentation; doc fix.
1992 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1994         * calc/calc.el (calc-command-flags): Give it an initial value.
1996 2010-01-17  Glenn Morris  <rgm@gnu.org>
1998         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2000 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2002         * cedet/semantic.el (semantic-mode):
2003         * files.el (minibuffer-with-setup-hook):
2004         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2005         (artist-key-draw-continously, artist-key-do-continously-continously)
2006         (artist-key-set-point-continously, artist-mouse-draw-continously):
2007         Fix typos in docstrings.
2009 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2011         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2012         return t (Bug#3898).
2014 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2016         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2017         can parse the output of the external commands (Bug#5279).
2019 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2021         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2023 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2025         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2027         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2029         * startup.el (command-line): Remove unused --icon-type arg.
2030         Handle --display arg, passing it to command-line-1 (Bug#5392).
2032 2010-01-16  Mario Lang  <mlang@delysid.org>
2034         * cedet/ede/cpp-root.el (ede-cpp-root-project):
2035         * cedet/ede/files.el (ede-expand-filename):
2036         * cedet/ede/simple.el (ede-simple-project):
2037         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2038         (semantic-complete-inline-tag-engine):
2039         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2040         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2041         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2042         * cedet/semantic/db.el (semanticdb-equivalent-mode):
2043         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2044         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2045         * emacs-lisp/chart.el (chart-translate-namezone):
2046         * textmodes/artist.el (artist-compute-popup-menu-table):
2047         Remove duplicated words in doc-strings.
2049 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2051         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2052         to mairix-search to suppress threading (Bug#5342).
2054 2010-01-15  Kenichi Handa  <handa@m17n.org>
2056         * international/mule-cmds.el (canonicalize-coding-system-name):
2057         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2059 2010-01-15  Glenn Morris  <rgm@gnu.org>
2061         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2063         * wid-edit.el (widget-keymap): Doc fix.
2065         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2066         former seems to be more widely accepted by various svn versions.
2068 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2070         * find-cmd.el (find-constituents):
2071         * vc-arch.el (vc-arch-root):
2072         * window.el (window-body-height, pop-up-frames):
2073         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2074         (semantic-no-reparse-needed-change-hook):
2075         * cedet/srecode/insert.el (srecode-resolve-argument-list)
2076         (srecode-template-inserter-blank, srecode-template-inserter-variable)
2077         (srecode-template-inserter-ask, srecode-template-inserter-width)
2078         (srecode-template-inserter-section-start)
2079         (srecode-template-inserter-section-end, srecode-insert-method):
2080         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2081         * progmodes/ada-stmt.el (ada-if):
2082         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2083         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2084         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2085         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2087         * progmodes/flymake.el (flymake-post-syntax-check):
2088         Fix typo in error message.
2090 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2092         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2093         which is always a string.  (Bug#5313)
2095 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2097         * progmodes/ada-xref.el (ada-default-prj-properties):
2098         Simplify previous change.
2100 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2102         * progmodes/ada-xref.el (ada-default-prj-properties):
2103         Default ada_project_path to $ADA_PROJECT_PATH.
2105 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2107         * progmodes/ada-mode.el (ada-create-keymap):
2108         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2110 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2112         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2113         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2114         (ada-get-current-indent, ada-imenu-generic-expression)
2115         (ada-which-function): Check for it.
2117 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2119         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2120         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2122 2010-01-14  Glenn Morris  <rgm@gnu.org>
2124         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2126 2010-01-14  Kenichi Handa  <handa@m17n.org>
2128         * composite.el (auto-composition-mode): Make it a buffer local
2129         variable (permanent-local).
2130         (auto-composition-function): Set the default value to
2131         auto-compose-chars.
2132         (auto-composition-mode): Make it a simple function, not a minor mode.
2133         (global-auto-composition-mode): Likewise.
2134         (turn-on-auto-composition-if-enabled): Delete it.
2136 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2138         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2140 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2142         * files.el (copy-directory): Compute target for recursive
2143         directories with identical names.  (Bug#5343)
2145 2010-01-12  Glenn Morris  <rgm@gnu.org>
2147         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2148         it to bug-gnu-emacs rather than emacs-pretest-bug.
2150 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2152         * cedet/data-debug.el (data-debug): Fix customization group reference.
2154 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2156         * cedet/semantic/analyze.el (semantic-analyze-push-error)
2157         (semantic-analyze-context, semantic-analyze-context-assignment)
2158         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2159         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2160         (semantic-java-doc-keywords-map):
2161         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2162         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2163         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2164         (semantic-c-classname, semantic-format-tag-uml-prototype)
2165         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2166         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2167         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2168         (semantic-get-local-variables, semantic-end-of-command)
2169         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2170         (lisp-mode):
2171         * cedet/semantic/bovine/make.el (makefile-mode):
2172         * cedet/semantic/wisent/python.el (wisent-python-string-re)
2173         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2174         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2175         (semantic-lex, semantic-get-local-variables, python-mode):
2176         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2177         * cedet/srecode/extract.el (srecode-extract-state-set)
2178         (srecode-extract-method): Fix typos in docstrings.
2180 2010-01-11  Sam Steingold  <sds@gnu.org>
2182         * imenu.el (imenu-default-create-index-function): Detect infinite
2183         loops caused by imenu-prev-index-position-function.
2185 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2187         * htmlfontify.el (htmlfontify-load-rgb-file)
2188         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2189         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2190         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2191         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2192         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2193         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2194         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2195         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2196         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2197         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2198         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2199         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2200         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2201         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2202         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2203         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2204         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2205         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2206         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2207         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2208         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2209         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2210         backslash-quoting from parentheses, etc.
2212 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2214         * progmodes/js.el: Autoload javascript-mode alias.
2216 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2218         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2219         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2220         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2221         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2222         Fix typos in docstrings.
2223         (ffap-url-regexp): Doc fix.
2224         (ffap-at-mouse): Fix typo in message.
2226 2010-01-11  Glenn Morris  <rgm@gnu.org>
2228         * version.el (emacs-copyright): Set copyright year to 2010.
2230 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2232         * format.el (format-annotate-function): Only set
2233         write-region-post-annotation-function after running to-fn so as not to
2234         affect nested write-region calls (bug#5273).
2236 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2238         * cedet/semantic.el (semantic-new-buffer-setup-functions):
2239         Add python parser.
2241         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2242         wisent/python.el.
2244 2010-01-10  Richard Kim  <emacs18@gmail.com>
2246         * cedet/semantic/wisent/python-wy.el:
2247         * cedet/semantic/wisent/python.el: New files.
2249 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2251         * man.el (Man-goto-section): Signal error if the section is not
2252         found (Bug#5317).
2254 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2256         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2257         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2259 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2261         * progmodes/compile.el: Don't treat compile-command as safe if
2262         compilation-read-command might be nil (Bug#4218).
2264 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2266         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2267         NS options.
2269 2010-01-08  Kenichi Handa  <handa@m17n.org>
2271         * international/fontset.el (build-default-fontset-data):
2272         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2274 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2276         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2277         to `create-file-buffer' as it expects, not just a buffer name.
2278         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2279         to help uniquify.  (Bug#3224)
2281 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2283         * font-setting.el (font-setting-change-default-font): Use user-spec
2284         instead of name.
2286 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2288         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2290 2010-01-05  Tom Tromey  <tromey@redhat.com>
2292         * progmodes/python.el (python-font-lock-keywords):
2293         Handle qualified decorators (Bug#881).
2295 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2297         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2298         in a lightweight checkout.
2300 2010-01-05  Kenichi Handa  <handa@m17n.org>
2302         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2304 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2306         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2308 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2310         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2311         checkouts.  (Bug#618)
2312         (vc-bzr-log-view-mode): Also highlight the author.
2313         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2314         (vc-bzr-shelve-menu-map):
2315         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2316         (vc-bzr-shelve-apply): Make prompt more explicit.
2318 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2320         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2321         They are valid characters in URL paths (rfc3986), and at least
2322         Firefox does not understand the encoded version (Bug#3166).
2324 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2326         * progmodes/octave-mod.el (octave-end-keywords)
2327         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2328         Add "end" keyword (Bug#3061).
2329         (octave-end-as-array-index-p): New function.
2330         (calculate-octave-indent): Use it.
2332 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2334         * bookmark.el: Consistently put the text property on the bookmark name.
2335         (bookmark-bmenu-marks-width): Bump back to 2, to include
2336         annotation marks.
2337         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2338         property on the bookmark name, instead of not putting it at all.
2339         (bookmark-bmenu-list): Fix where we put the text property.
2341 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2343         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2344         for showing buffer modified state (as added in the previous change).
2346 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2348         * bookmark.el: Show modified state of bookmark buffer more accurately.
2349         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2350         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2351         (with-buffer-modified-unmodified): New macro.
2352         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2353         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2354         Use new macro to preserve the buffer modified state.
2356 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2358         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2359         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2360         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2361         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2362         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2363         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2364         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2366 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2368         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2369         Make the lines in the generated doc string shorter.  (Bug#4668)
2371 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2373         * net/rcirc.el: Add follow-link binding (Bug#4738).
2375 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2377         * Makefile.in (bzr-update): Rename from cvs-update.
2378         (cvs-update): New target for backward compatibility.
2380         * makefile.w32-in (bzr-update): Rename from cvs-update.
2381         (cvs-update): New target for backward compatibility.
2383 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2385         * bookmark.el: Remove gratuitous gratitude.
2387 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2389         * bookmark.el (bookmark-bmenu-any-marks): New function
2390         (bookmark-bmenu-save): Clear buffer modification if no marks.
2392 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2394         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2395         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2396         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2397         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2399         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2400         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2401         To: emacs-devel {_AT_} gnu.org
2402         Subject: bookmark.el bug report
2403         Date: Mon, 28 Dec 2009 14:19:16 +0800
2404         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2406 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2408         * bookmark.el: Improvements suggested by Drew Adams:
2409         (bookmark-bmenu-ensure-position): New name for
2410         `bookmark-bmenu-check-position'.  Just ensure the position,
2411         don't return any meaningful value.
2412         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2413         New constants.
2415 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2417         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2418         (bookmark-yank-point, bookmark-bmenu-check-position):
2419         Fix typos in docstrings.
2420         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2421         (bookmark-name-from-full-record, bookmark-get-position)
2422         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2423         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2424         Remove useless quoting of parenthesis, etc. in docstrings.
2426         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2427         (ediff-append-custom-diff): Fix typo in error message.
2428         (ediff-meta-mark-equal-files): Fix typos in messages.
2430         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2432         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2433         Fix typo in docstring.
2435         * net/imap-hash.el (imap-hash-make): Doc fix.
2436         (imap-hash-test): Fix typo in error message; reflow docstring.
2437         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2438         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2439         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2440         Fix typos in docstrings.
2441         (imap-hash-open-connection): Fix typo in error message.
2443         * play/gomoku.el (gomoku): Fix typos in docstring.
2445         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2446         (gdb-jsonify-buffer): Fix typos in docstring.
2447         (gdb-goto-breakpoint): Fix typo in error message.
2448         ("Display Other Windows"): Fix typo in help message.
2449         (gdb-speedbar-expand-node): Fix typo in question.
2451         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2452         (idlwave-html-system-help-location, idlwave-html-help-location)
2453         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2454         (idlwave-help-browser-generic-args, idlwave-help-directory)
2455         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2456         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2457         (idlwave-online-help, idlwave-help-html-link)
2458         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2459         Fix typos in docstrings.
2460         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2461         Reflow docstrings.
2462         (idlwave-help-assistant-start): Fix typo in error message.
2464         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2465         (octave-electric-space): Fix typos in docstrings.
2467 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2469         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2471 2010-01-01  Juri Linkov  <juri@jurta.org>
2473         * comint.el (comint-input-ring-size): Make it a defcustom and
2474         increase the default to 500 (Bug#5148).
2476 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2478         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2479         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2480         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2482 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2484         Show working revision correctly for mercurial.
2485         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2486         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2488 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2490         Declare some functions for the byte-compiler.
2491         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2492         (speedbar-timer-fn, speedbar-change-expand-button-char)
2493         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2495 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2497         This changeset reverts GDB Graphical Interface to use annotations.
2498         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2500 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2502         Make vc-dir work on subdirectories of the bzr root.
2503         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2504         file names relative to it.
2505         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2506         relative directory to vc-bzr-after-dir-status.
2508 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2510         * font-lock.el (font-lock-refresh-defaults): New function, which
2511         can be used to let font-lock react to external changes in
2512         variables like font-lock-defaults and keywords.
2513         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2515 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2517         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2519         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2521 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2523         Supersede color.diff settings in git log (bug#5211).
2525         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2526         escape chars in its output when the user has color.diff set to `always'.
2527         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2529 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2531         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2532         node.  Keep previous "Index" name to work with past coreutils too.
2534         * man.el (man): Revise docstring a bit to show -a and -l as
2535         examples.  Add -k description since support for it has otherwise
2536         been a secret.  (Further to bug#3717.)
2537         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2538         "no matches" rather than "Can't find manpage", as the latter reads
2539         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2541 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2543         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2544         switches.  Check also for //SUBDIRED// line.
2546 2009-12-25  Kenichi Handa  <handa@m17n.org>
2548         * language/indian.el (devanagari-composable-pattern): Fixed to
2549         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2550         Devanagari.
2551         (malayalam-composable-pattern): Fix previous change.
2553 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2555         * ps-print.el (ps-face-attributes): It was not returning the
2556         attribute face for faces specified as string.  Reported by harven
2557         <harven@free.fr>.
2558         (ps-print-version): New version 7.3.5.
2560 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2562         * calendar/icalendar.el (icalendar--convert-tz-offset):
2563         Fix timezone names.
2564         (icalendar--convert-tz-offset): Fix the "last-day-problem".
2565         (icalendar--add-diary-entry): Remove the trailing blank that
2566         diary-make-entry inserts.
2568 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2570         Make `file-expand-wildcards' work for remote files.
2572         * files.el (file-expand-wildcards): In case of remote files, check
2573         only local file name part for wildcards.  Provide feature 'files
2574         and subfeature 'remote-wildcards.  (Bug#5198)
2576         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2577         if there is already an established connection.
2578         (tramp-advice-file-expand-wildcards): Remove it.
2580         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2581         (tramp-advice-file-expand-wildcards): Move from tramp.el.
2582         Activate advice for older GNU Emacs versions.  (Bug#5237)
2584 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2586         Some doc fixes (more needed).
2588         * find-cmd.el (find-constituents): Reflow docstring.
2589         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2590         (find-generic): Doc fix.
2592 2009-12-17  Juri Linkov  <juri@jurta.org>
2594         Fix regression from 23.1 to allow multiple modes in Local Variables.
2596         * files.el (hack-local-variables-filter): While ignoring duplicates,
2597         don't take `mode' into account.
2598         (hack-local-variables-filter, hack-dir-local-variables):
2599         Don't remove duplicate `mode' from local-variables-alist (like `eval').
2601 2009-12-17  Juri Linkov  <juri@jurta.org>
2603         Make `dired-diff' safer.  (Bug#5225)
2605         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2606         `current' or when `file' is a directory of the `current' file.
2608 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2610         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2611         unconditionally preloaded files.
2613 2009-12-16  Juri Linkov  <juri@jurta.org>
2615         Revert to old 23.1 logic of using the file at the mark as default.
2616         * dired-aux.el (dired-diff): Use the file at the mark as default
2617         if it's not the same as the current file, and the target dir is
2618         the current dir or the mark is active.  Add the current file
2619         as the arg of `dired-dwim-target-defaults'.  Use the default file
2620         in the prompt.  (Bug#5225)
2622 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2624         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2625         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2626         (tramp-check-for-regexp): Check also, when an echoing shell stops
2627         to echo sent commands.
2629 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2631         * Makefile.in: Revert last change (Bug#5191).
2633 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2635         * vc-hg.el (vc-hg-print-log): Fix argument order.
2636         (vc-hg-working-revision): Make sure the command is executed in a
2637         known environment so that we can parse the output.  (Bug#4417)
2639 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2641         * progmodes/python.el (python-symbol-completions): Remove text
2642         properties from symbol string before calling python-send-receive.
2644 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2646         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2647         when there are values for both file and line.  (Bug#5060)
2649 2009-12-14  Juri Linkov  <juri@jurta.org>
2651         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2652         whitespace after the file name of the first line of unified format,
2653         because git-diff doesn't output whitespace and file modification time
2654         after the file name.
2656 2009-12-14  David Kastrup  <dak@gnu.org>
2658         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2659         check if it already has the `display' property added by
2660         `Info-display-images-node', and not put the `invisible' property
2661         in this case.
2663 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2665         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2666         (semantic-mru-bookmark-mode): Doc fixes.
2668         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2669         of assert.
2671 2009-12-13  Glenn Morris  <rgm@gnu.org>
2673         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2674         (report-emacs-bug): In message-mode, sort manually before storing
2675         original report text.  (Bug#5178)
2676         Remove superfluous save-excursion.
2678 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2680         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2681         when responding to "GetAll" properties.
2683 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2685         * simple.el (compose-mail): Remove mail-setup-with-from from
2686         customization checks.
2688 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2690         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2691         RAR archives created on Unix systems.
2693 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2695         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2696         the varalias that was accidentally removed by the 2009-11-19 change
2697         (bug#5186).
2699 2009-12-12  Kenichi Handa  <handa@m17n.org>
2701         * language/indian.el (indian-compose-regexp): New function.
2702         (malayalam-composable-pattern): Fix the pattern.
2703         (composition-function-table): Set malayalam-composable-pattern for
2704         Malayalam characters.
2706 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2708         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2709         rather than down-mouse-1, based on follow-link conventions.
2711         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2712         are compiled.
2714 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2716         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2717         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2718         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2719         (verilog-leap-to-head, verilog-backward-token):
2720         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2722 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2724         * progmodes/verilog-mode.el (verilog-auto-lineup)
2725         (verilog-nameable-item-re): Cleanup user-visible spelling and
2726         documentation errors.  One reported by Gary Delp.
2727         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2728         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2729         package, bug195.  Reported by Pierre-David Pfister.
2731 2009-12-11  Glenn Morris  <rgm@gnu.org>
2733         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2735         * mail/emacsbug.el: No longer require sendmail.
2736         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2737         (report-emacs-bug-orig-text): Doc fix.
2738         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2739         New local variables, to adapt to different mail-user-agents.
2740         (report-emacs-bug): Fix test for a gnu.org address.
2741         Use overlays for emphasis, since font-lock defeats 'face property.
2742         Pretest bugs also end up at the newsgroup these days.
2743         Stop message-mode stripping text properties.
2744         Set and use the new buffer-local variables.
2745         (report-emacs-bug-hook): Add doc-string.
2746         Remove some unnecessary save-excursions and simplify.
2747         Use the appropriate hook and send-command.
2749         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2750         capitalization of some menu entries.
2752 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2754         * whitespace.el (whitespace-display-char-on): Ensure
2755         `buffer-display-table' is unique when two or more windows are
2756         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2757         New version 12.1.
2759 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2761         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2762         characters in the Attribute field.
2764 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2766         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2768 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2770         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2771         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2772         Disregard autoload-excludes.
2773         (update-directory-autoloads): Obey autoload-excludes here instead.
2774         But don't store its contents in no-autoloads and remove entries that
2775         refer to excludes files.
2777 2009-12-10  Glenn Morris  <rgm@gnu.org>
2779         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2780         (expand-mail-aliases): Define for compiler.
2782         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2783         Define for compiler.
2785         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2786         appropriate for the mail-user-agent in use.
2788 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2790         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2792 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2794         Fix short log parsing and fontification.
2795         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2796         Fix fontification for the [merge] label.
2798 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2800         Drop some properties to avoid surprises (bug#5002).
2801         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2802         (hfy-fontify-buffer): Use it.
2804 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         Minor cleanup.
2807         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2808         Adjust all callers.
2809         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2810         args compulsory.  Adjust callers.
2811         (ffap-gopher-at-point): Remove unused var `name'.
2813         Get rid of the ELCFILES abomination.
2814         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2815         (compile-elcfiles): New phony target.
2816         (compile-main): Compute ELCFILES dynamically.
2817         (compile-clean): New target to remove left-over elc files.
2818         (compile, all): Use it.
2820 2009-12-09  Kenichi Handa  <handa@etlken>
2822         * international/mule-diag.el: Require help-mode instead of help-fns.
2824 2009-12-09  Kenichi Handa  <handa@m17n.org>
2826         * international/mule-cmds.el (ucs-names): Supply sufficiently
2827         fine ranges instead of pre-calculating accurate ranges.
2828         Iterate with bigger gc-cons-threshold.
2830 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2832         Add support for stashing a snapshot of the current tree.
2833         * vc-git.el (vc-git-stash-snapshot): New function.
2834         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2836 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2838         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2839         instead of `(beginning|end)-of-line'.
2841 2009-12-08  Glenn Morris  <rgm@gnu.org>
2843         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2845         * Makefile.in (ELCFILES): Regenerate.
2847 2009-12-07  Juri Linkov  <juri@jurta.org>
2849         Don't lazy-highlight the comint output in history Isearch mode.
2851         * comint.el (comint-history-isearch-search): Instead of
2852         `comint-line-beginning-position', use `comint-after-pmark-p'
2853         to check if point if before the process mark, and go to
2854         `process-mark' in this case.
2856 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * textmodes/tex-mode.el (latex-complete)
2859         (latex-indent-or-complete): Remove.
2860         (latex-mode): Set completion-at-point-functions instead.
2862         Provide a standard completion command and hook it into TAB.
2863         * minibuffer.el (completion-at-point-functions): New var.
2864         (completion-at-point): New command.
2865         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2866         * progmodes/python.el (python-mode-map): Use completion-at-point.
2867         (python-completion-at-point): Rename from python-partial-symbol and
2868         adjust for use in completion-at-point-functions.
2869         (python-mode): Setup completion-at-point for Python completion.
2870         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2871         extracted from lisp-complete-symbol.
2872         (lisp-complete-symbol): Use it.
2873         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2874         setup completion-at-point for Elisp completion.
2875         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2876         Use completion-at-point.
2877         * ielm.el (ielm-map): Use completion-at-point.
2878         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2879         * progmodes/sym-comp.el: Move to...
2880         * obsolete/sym-comp.el: Move from progmodes.
2882 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2884         Prevent save-buffer in Rmail buffers from using the coding-system
2885         of the current message, and from clobbering the encoding mnemonics
2886         in the mode line (Bug#4623).
2888         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2889         flag, too.
2890         (rmail-message-encoding): New variable.
2891         (rmail-write-region-annotate): Record the encoding of the current
2892         message in rmail-message-encoding.
2893         (rmail-after-save-hook): New function, restores the encoding of
2894         the current message after the message collection is saved.
2896 2009-12-07  Juri Linkov  <juri@jurta.org>
2898         * progmodes/grep.el (grep-read-files): Use `completing-read'
2899         instead of `read-string'.  Set its `collection' arg to
2900         `read-file-name-internal'.  (Bug#4301)
2902 2009-12-07  Juri Linkov  <juri@jurta.org>
2904         Correctly restore original Isearch point.  (Bug#4994)
2906         * isearch.el (isearch-mode): Move `isearch-push-state' after
2907         `(run-hooks 'isearch-mode-hook)'.
2908         (isearch-cancel): When `isearch-push-state-function' is defined,
2909         let-bind `isearch-cmds' to the first state (the last element of
2910         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2911         function and restores the original point).  Otherwise, move point
2912         to `isearch-opoint'.
2914 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2917         chars that don't have names, so the table can be built much faster at
2918         run-time.
2920 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2922         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2923         change.  Suggested by David Kastrup.
2925         * simple.el (compose-mail): Check for incompatibilities and warn.
2926         (compose-mail-user-agent-warnings): New option.
2928 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2930         Support showing a single log entry from vc-annotate.
2931         * vc.el (print-log): Add a new argument: START-REVISION.
2932         (vc-print-log-internal): Add a new optional argument and
2933         pass it to the backend.
2934         (vc-print-log, vc-print-root-log): Adjust callers.
2935         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2936         buffer already displays the requested log entry, use it.
2937         Otherwise display only the log entry in question.
2938         * vc-svn.el (vc-svn-print-log):
2939         * vc-mtn.el (vc-mtn-print-log):
2940         * vc-hg.el (vc-hg-state):
2941         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2942         (vc-git-show-log-entry): Return t on success.
2943         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2944         (vc-bzr-show-log-entry): Return t on success.
2945         * vc-rcs.el (vc-rcs-print-log):
2946         * vc-sccs.el (vc-sccs-print-log):
2947         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2949 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2951         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2952         Add menus to the meta mode.  (Bug#5043)
2954 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2956         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2957         event-key.
2959         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2961 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2963         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2964         Berbain <raphael.berbain@gmail.com>.
2966         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2967         characters.
2968         (tramp-initial-end-of-output): New defconst.
2969         (tramp-methods, tramp-find-shell)
2970         (tramp-open-connection-setup-interactive-shell)
2971         (tramp-maybe-open-connection): Use it.
2972         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2973         existence of `#' and `$'.
2975         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2976         `tramp-initial-end-of-output'.
2978 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2980         Get the background mode from the terminal for xterm, and set
2981         faces accordingly.
2982         * term/xterm.el (xterm-set-background-mode): New function.
2983         (terminal-init-xterm): Use it in case xterm supports background
2984         color queries.  Recompute faces after getting the background
2985         color.
2987 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2989         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2990         number comment back on its own line, for easier parsing.
2992 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2994         Make it work for non-file buffers (bug#5102).
2995         * doc-view.el (doc-view-current-cache-dir):
2996         Use doc-view-buffer-file-name rather than buffer-file-name.
2997         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2999 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3001         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3002         author field is too short.
3004 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3006         * vc-git.el (vc-git-print-log): Handle a limit argument.
3007         Display the short log in graph form and with labels.
3008         (vc-git-log-view-mode): Handle labels.
3010         Make vc-revert change VC state from 'added to 'unregistered.
3011         * vc-git.el (vc-git-revert): Call git reset first.
3013 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3015         * net/newst-backend.el, net/newst-plainview.el:
3016         * net/newst-reader.el, net/newst-ticker.el:
3017         * net/newst-treeview.el, net/newsticker.el:
3018         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3020 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3022         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3024         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3025         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3026         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3027         Update annotation regexp.
3029         * simple.el (beginning-of-visual-line): Constrain to field
3030         boundaries (Bug#5106).
3032 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3034         * xml.el (xml-substitute-numeric-entities): Move
3035         newsticker--decode-numeric-entities in newst-backend.el to
3036         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3037         * net/newst-backend.el (newsticker--parse-generic-feed)
3038         (newsticker--parse-generic-items)
3039         (newsticker--decode-numeric-entities): Move
3040         newsticker--decode-numeric-entities in newst-backend.el to
3041         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3043 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3045         * progmodes/js.el (js--js-not): Add null to the list of values.
3047 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3049         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3051 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3053         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3054         delimiter if it is at the end of the current line.
3055         (bibtex-generate-url-list): Fix docstring.
3057 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3059         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3060         minibuffer's content with itself.
3061         Fold the confirm-after-completion case into the `confirm' case.
3062         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3064 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3066         * ffap.el (ffap-rfc-path): Make this a defcustom since
3067         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3069         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3070         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3072 2009-12-05  Juri Linkov  <juri@jurta.org>
3074         Save and restore dired buffer's point positions too.  (Bug#4880)
3076         * dired.el (dired-save-positions): Return in the first element
3077         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3078         Doc fix.
3079         (dired-restore-positions): First restore buffer's position.
3080         While restoring window's positions, check if window still displays
3081         the original buffer.
3083 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3085         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3086         if possible.
3088         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3089         Make argument optional.
3091         * shell.el (shell): Require ansi-color (Bug#5113).
3093         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3095         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3097 2009-12-05  Alan Mackenzie  <acm@muc.de>
3099         * progmodes/cc-mode.el (c-before-hack-hook)
3100         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3101         `c-file-style' to work again.  This reversion restores the current
3102         software to its state in Emacs 23.1.  (Bug#4146)
3104 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3106         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3107         comment-start-skip to comment-end-skip as comment (Bug#4781).
3109 2009-12-05  Juri Linkov  <juri@jurta.org>
3111         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3112         for virtual nodes.  (Bug#4147)
3113         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3114         when moving from a virtual node.
3115         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3116         (Info-mode): Add `Info-virtual-index' to the docstring.
3118 2009-12-05  Eric Ludlam  <zappo@gnu.org>
3120         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3121         Describe project macro symbols.
3123         * cedet/semantic/complete.el (semantic-complete-do-completion):
3124         Don't call semantic-collector-current-exact-match.
3126         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3127         ede-objects as targets.
3129         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3130         a target's object list even if compiler vars are already in the
3131         Makefile.
3133         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3134         list of headers producing necessary macros.
3136 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3138         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3139         track of the buffer position of the end of a BibTeX entry as this
3140         position may change during reformatting.
3141         (bibtex-format-entry): Remove whitespace before processing
3142         numerical fields so that we recognize the latter properly.
3143         (bibtex-reformat): Do not use push which changes the global value
3144         of bibtex-entry-format.
3145         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3146         (bibtex-field-re-init): Replace only space characters by regexp
3147         for whitespace.
3148         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3149         (bibtex-initialize): Also update bibtex-strings.
3150         (bibtex-kill-field): Preserve white space at end of entry.
3151         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3152         Update bibtex-reference-keys.
3154 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3157         point after a star, if that's the only place where modifications can
3158         make progress.
3160 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3162         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3163         in docstrings.
3165 2009-12-04  Juri Linkov  <juri@jurta.org>
3167         * proced.el (proced): Call `(proced-update t)' to update process
3168         information instead of only running proced-post-display-hook.
3169         (proced-send-signal): Add a leading space to the buffer name
3170         " *Marked Processes*" to make this buffer ephemeral.
3172 2009-12-04  Juri Linkov  <juri@jurta.org>
3174         * dired.el (dired-auto-revert-buffer): New defcustom.
3175         (dired-internal-noselect): Use it.
3177 2009-12-04  Juri Linkov  <juri@jurta.org>
3179         Change roles of modes and functions in image-mode.el (Bug#5062).
3181         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3182         in `auto-mode-alist'.
3183         (image-mode-previous-major-mode): New variable.
3184         (image-minor-mode-map): Rename from `image-mode-text-map'.
3185         (image-mode): Move graceful error-handling code from
3186         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3187         (image-minor-mode): Remove all image-handling code.
3188         Replace `image-mode-text-map' with `image-minor-mode-map'.
3189         Check for `image-type' in mode-line format string.
3190         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3191         (image-mode-as-text): New function with most code from
3192         `image-mode-maybe'.
3193         (image-toggle-display-text): Move code that removes image
3194         properties from `image-toggle-display' to here.
3195         (image-toggle-display-image): New function with code that adds
3196         image properties copied from `image-toggle-display'.
3197         (image-toggle-display): Remove most code with leaving only code
3198         that toggles between `image-mode-as-text' and `image-mode'.
3200 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3202         * net/newst-treeview.el
3203         (newsticker--treeview-list-highlight-start): Restored call to
3204         save-excursion: Selected item was stuck.
3205         (newsticker--treeview-list-select): New.
3206         (newsticker--treeview-item-show-text)
3207         (newsticker--treeview-item-show)
3208         (newsticker--treeview-item-update): Use new
3209         newsticker-treeview-item-mode.
3210         (newsticker-treeview-update): Keep current item.
3211         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3212         (newsticker--treeview-first-feed): Doc change.
3213         (newsticker-treeview-list-menu)
3214         (newsticker-treeview-item-menu): Added menu entries.
3215         (newsticker-treeview-item-mode): New.
3217         * net/newst-backend.el (newsticker-customize): Delete other
3218         windows.
3220 2009-12-04  Sam Steingold  <sds@gnu.org>
3222         * log-view.el (log-view-mode-map): "q" calls quit-window,
3223         like in all the other non-self-insert buffers.
3225 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         Minor cleanup.
3228         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3229         key decoding rather than do it manually via last-input-event +
3230         ascii-character.
3231         (term-exec): Use delete-and-extract-region.
3232         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3233         (term-process-pager): Remove unused var `i'.
3234         (term-dynamic-simple-complete): Make obsolete.
3235         (serial-update-config-menu): Remove unused vars `y' and `str'.
3236         (term-update-mode-line): Remove unused var `temp'.
3238 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3240         Limit the number of log entries displayed by default.
3241         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3242         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3243         using a prefix argument.
3245 2009-12-03  Glenn Morris  <rgm@gnu.org>
3247         * progmodes/idlwave.el (class): Restore still useful declaration.
3249 2009-12-03  Alan Mackenzie  <acm@muc.de>
3251         Enhance `c-parse-state' to run efficiently in "brace deserts".
3253         * progmodes/cc-mode.el (c-basic-common-init):
3254         Call c-state-cache-init.
3255         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3256         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3257         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3259         * progmodes/cc-langs.el (c-before-font-lock-function):
3260         c-extend-and-neutralize-syntax-in-CPP has been renamed
3261         c-neutralize-syntax-in-and-mark-CPP.
3263         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3264         with `category' properties now, not `syntax-table' ones.
3266         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3267         enhanced (but slower) version of c-end-of-macro that won't land
3268         inside a literal or on another awkward character.
3269         (c-state-cache-too-far, c-state-cache-start)
3270         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3271         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3272         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3273         (c-state-min-scan-pos, c-state-brace-pair-desert)
3274         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3275         buffer local variables.
3276         (c-state-literal-at, c-state-lit-beg)
3277         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3278         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3279         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3280         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3281         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3282         (c-renarrow-state-cache)
3283         (c-append-lower-brace-pair-to-state-cache)
3284         (c-state-push-any-brace-pair, c-append-to-state-cache)
3285         (c-remove-stale-state-cache)
3286         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3287         (c-invalidate-state-cache-1, c-parse-state-1)
3288         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3289         (c-parse-state): Enhance and refactor.
3290         (c-debug-parse-state): Amend to deal with all the new variables.
3292         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3293         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3294         modify to use category text properties rather than syntax-table ones.
3295         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3296         to switch off/on the syntactic paren property of C++ template
3297         delimiters using the category property.
3298         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3299         template delims suppressed.
3300         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3301         New constant/macros which apply category properties to the start
3302         and end of preprocessor constructs.
3303         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3304         "comment out" the syntactic value of characters in preprocessor
3305         constructs.
3306         (c-with-cpps-commented-out)
3307         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3308         with characters in all or all but one preprocessor constructs
3309         "commented out".
3311 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3313         * proced.el (proced-filter-alist): Use regexp-quote.
3315 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3317         Cleanup.
3318         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3319         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3320         arguments.  Expand `default-directory'.
3322         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3323         the benefit of returning an expanded localname.
3324         (tramp-tramp-file-p): Handle the case NAME is not a string.
3326 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3328         Add support for bzr shelve/unshelve.
3329         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3330         (vc-bzr-extra-menu-map): New variables.
3331         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3332         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3333         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3334         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3335         (vc-bzr-dir-extra-headers): Display shelves.
3337         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3339 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * textmodes/bibtex.el (bibtex-complete-internal):
3342         Use completion-in-region.
3343         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3345 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3347         Support applying stashes.  Improve UI.
3348         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3349         (vc-git-stash-apply, vc-git-stash-pop)
3350         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3351         (vc-git-stash-menu): New functions.
3352         (vc-git-stash-menu-map): New variable.
3353         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3355 2009-12-03  Glenn Morris  <rgm@gnu.org>
3357         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3358         (vc-print-log-internal): Fix previous change.
3359         (vc-revert): Correct pluralization.
3361 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3363         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3364         it to be an alist any more.
3365         (makefile-complete): Use completion-in-region.
3367         * progmodes/octave-mod.el (octave-complete-symbol):
3368         Use completion-in-region.
3370         Misc cleanup.
3371         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3372         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3373         (idlwave-complete-class): Don't quote lambda.
3374         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3375         (idlwave-mode-map): Move initialization into declaration.
3376         (idlwave-action-and-binding): Use backquotes.
3377         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3378         Simplify.
3379         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3380         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3381         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3382         `parts', and `all-parts'.
3383         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3384         (idlwave-convert-xml-system-routine-info): Remove unused string
3385         `version-string'.
3386         (idlwave-display-user-catalog-widget): Use dolist.
3387         (idlwave-scanning-lib): Declare dynamically-scoped var.
3388         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3389         (completion-highlight-first-word-only): Declare to silence bytecomp.
3390         (idlwave-popup-select): Tighten scope of `resp'.
3391         (idlwave-find-struct-tag): Remove unused var `beg'.
3392         (idlwave-after-load-rinfo-hook): Declare.
3393         (idlwave-sintern-class-info): Remove unused var `taglist'.
3394         (idlwave-find-class-definition): Remove unused var `list'.
3395         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3396         (idlwave-what-module-find-class): Remove unused var `classes'.
3398 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3400         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3402 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3405         buffers visited.  Remove redundant current-buffer-saving.
3407 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3409         Use completion-in-buffer and remove uses of dynamic scoping.
3410         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3411         (pascal-buffer-to-use, pascal-flag): Don't declare.
3412         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3413         (pascal-get-completion-decl, pascal-keyword-completion):
3414         Add `pascal-str' argument, save-excursion,
3415         return the found completions, and don't filter with pascal-pred.
3416         (pascal-completion-cache): New var.
3417         (pascal-completion): Don't switch buffer any more (it was never
3418         necessary).  Don't save-excursion any more (it's done by the called
3419         subroutines).  Use a cache to avoid redundant computations.
3420         Use complete-with-action rather than pascal-completion-response and
3421         let it apply the predicate as well.
3422         (pascal-complete-word): Use completion-in-buffer when
3423         pascal-toggle-completions is nil.
3424         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3425         not used any more.
3426         (pascal-comp-defun): Don't change buffer any more.
3427         Use complete-with-action rather than pascal-completion-response and
3428         let it apply the predicate as well.
3429         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3430         when neded.
3432 2009-12-02  Kenichi Handa  <handa@m17n.org>
3434         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3435         shape for all Indic scripts.
3437 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3439         Use completion-in-buffer.
3440         * wid-edit.el (widget-field-text-end): New function.
3441         (widget-field-value-get): Use it.
3442         (widget-string-complete, widget-file-complete)
3443         (widget-color-complete): Use it and completion-in-region.
3444         (widget-complete): Don't narrow the buffer.
3446 2009-12-02  Glenn Morris  <rgm@gnu.org>
3448         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3449         (rmail-select-summary): Use rmail-pop-to-buffer.
3450         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3451         rmail-pop-to-buffer, to prevent horizontal splits.
3453         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3454         save-excursion with save-current-buffer.
3455         Widen before searching.  (Bug#5093)
3456         (diary-list-sexp-entries): Remove superfluous save-excursion.
3458 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3460         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3461         name.  (Bug#5038)
3463 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3465         * ido.el (ido-file-internal): Handle filenames at point that do
3466         not have a directory part.  (Bug#5049)
3468 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3470         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3471         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3473 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3475         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3476         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3477         any more.
3479 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * comint.el (comint-insert-input): Ignore clicks to the right of
3482         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3484         * vc.el (vc-print-log-internal): Don't wait for the process to
3485         terminate before setting up the major mode.
3487         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3488         in case.
3490         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3491         the last element.
3493         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3495 2009-12-01  Glenn Morris  <rgm@gnu.org>
3497         * window.el (window--display-buffer-2): Fix previous changes.
3499 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3501         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3503 2009-12-01  Glenn Morris  <rgm@gnu.org>
3505         * Makefile.in (ELCFILES): Add mpc.elc.
3507 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * mpc.el: New file.
3511 2009-12-01  Glenn Morris  <rgm@gnu.org>
3513         * window.el (window-to-use): Define for compiler.
3515         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3516         consistent with others (no final period).
3518         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3519         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3521 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3523         Make vc-print-log buttons work.
3524         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3526 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3528         * savehist.el (savehist-autosave-interval): Allow setting to nil
3529         through customize.  (Bug#5056)
3531 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3533         Fix references to jit-lock properties.
3534         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3535         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3536         (perl-font-lock-special-syntactic-constructs):
3537         Quote jit-lock-defer-multiline property.
3539 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3541         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3543 2009-11-30  Juri Linkov  <juri@jurta.org>
3545         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3546         value `buffer' of `multi-isearch-next-buffer-current-function'.
3547         Use `(current-buffer)' when `buffer' is nil.
3548         (multi-isearch-next-buffer-from-list): Don't fallback to
3549         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3551 2009-11-30  Juri Linkov  <juri@jurta.org>
3553         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3554         of buffers with `get-buffer' to `multi-isearch-buffers'.
3555         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3556         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3557         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3558         FILES with `expand-file-name' converting relative file names
3559         to absolute.  Doc fix.  (Bug#4727)
3561 2009-11-30  Juri Linkov  <juri@jurta.org>
3563         * misearch.el (multi-isearch-read-buffers)
3564         (multi-isearch-read-matching-buffers): New functions.
3565         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3566         Use them in the `interactive' spec.  Doc fix.
3567         (multi-isearch-read-files, multi-isearch-read-matching-files):
3568         New functions.
3569         (multi-isearch-files, multi-isearch-files-regexp):
3570         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3572 2009-11-30  Juri Linkov  <juri@jurta.org>
3574         * doc-view.el (doc-view-continuous):
3575         Rename from `doc-view-continuous-mode'.
3576         (doc-view-menu): Move "Toggle display" to the top.
3577         Add submenu "Continuous" with radio buttons "Off"/"On"
3578         and "Save as Default".
3579         (doc-view-scroll-up-or-next-page)
3580         (doc-view-scroll-down-or-previous-page)
3581         (doc-view-next-line-or-next-page)
3582         (doc-view-previous-line-or-previous-page): Rename
3583         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3585 2009-11-30  Juri Linkov  <juri@jurta.org>
3587         * comint.el (comint-mode-map): Rebind `M-r' from
3588         `comint-previous-matching-input' to
3589         `comint-history-isearch-backward-regexp'.
3590         Unbind `M-s' to allow global key binding `M-s'.
3591         Add menu items for `comint-history-isearch-backward' and
3592         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3594 2009-11-30  Juri Linkov  <juri@jurta.org>
3596         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3597         For def=recenter, replace `recenter' with `recenter-top-bottom'
3598         that is called with `this-command' and `last-command' let-bound
3599         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3600         set `recenter-last-op' to nil.  (Bug#4981)
3602 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         Minor cleanup and simplification.
3605         * filecache.el (file-cache-add-directory)
3606         (file-cache-add-directory-recursively)
3607         (file-cache-add-from-file-cache-buffer)
3608         (file-cache-delete-file-regexp, file-cache-delete-directory)
3609         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3610         (file-cache-temp-minibuffer-message): Delete function.
3611         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3613         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3614         Don't signal an error when bumping into EOB in tr, s, or y.
3616 2009-11-29  Juri Linkov  <juri@jurta.org>
3618         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3619         (Bug#4960)
3621         * descr-text.el (describe-char-unidata-list): Use lowercase name
3622         for "Unicode name" like in other tags.
3624 2009-11-29  Juri Linkov  <juri@jurta.org>
3626         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3627         New compatibility macro.
3628         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3630 2009-11-29  Juri Linkov  <juri@jurta.org>
3632         Add defcustom to define the cycling order of `recenter-top-bottom'.
3633         (Bug#4981)
3635         * window.el (recenter-last-op): Doc fix.
3636         (recenter-positions): New defcustom.
3637         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3638         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3640 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3642         Improve integration of Tramp and ange-ftp in eshell.
3644         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3645         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3646         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3648         * eshell/esh-util.el (top): Require also Tramp when compiling.
3649         (eshell-directory-files-and-attributes): Check for FTP remote
3650         connection.
3651         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3652         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3653         (eshell-file-attributes): Handle ".".  Return `entry'.
3655         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3656         (ange-ftp-directory-files-and-attributes)
3657         (ange-ftp-real-directory-files-and-attributes): New defuns.
3659         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3660         shell with "exec" when possible.  This prevents trailing prompts
3661         in `start-file-process'.
3663 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         Try and remove assumptions about point-min==1.
3666         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3667         (rng-compute-mode-line-string): Show the validation percentage in
3668         terms of the narrowed text, not the widened text.
3669         (rng-do-some-validation): Don't catch internal errors when debugging.
3670         (rng-first-error): Simplify.
3671         (rng-after-change-function): Remove work around.  AFAIK the bug has
3672         been fixed a while ago.
3674         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3675         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3677         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3679         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3680         `cd' doesn't always do it for us (bug#5067).
3682         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3683         on 2009-10-25 as part of some other change (bug#5067).
3685 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3688         `suspicious'.
3689         (byte-compile-warnings): Use byte-compile-warning-types.
3690         (byte-compile-save-excursion): Warn about use of set-buffer right
3691         after save-excursion.
3693         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3694         the excursion as well.
3696 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3698         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3699         providing a Tramp related implementation of "su" and "sudo".
3700         (eshell-unix-initialize): Add "su" and "sudo".
3702 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3704         * net/socks.el (socks-send-command): Convert binary request to
3705         unibyte before sending.  This fixes mishandling of some port
3706         numbers such as 129.
3708 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3710         * help.el (describe-bindings-internal): Remove `interactive'.
3712         * man.el (Man-completion-table): Trim a terminating "(".
3713         Remove the space between name page a section.
3714         Add the command's description on the `help-echo' property.
3715         Remove `process-connection-type' binding since it's unused by
3716         call-process.
3717         Provide completion for the "<section> <name>" format as well.
3718         (Man-default-man-entry): Remove spurious var shadowing the argument.
3720 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3722         * log-view.el: Add "Keywords: tools", since its other keywords
3723         aren't in finder-known-keywords, and following vc.el.
3725         * sha1.el (sha1-string-external): default-directory "/" in case
3726         otherwise non-existent.  process-connection-type pipe for touch of
3727         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3729 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3731         Misc coding convention cleanups.
3732         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3733         hfy-init-kludge-hooks.
3734         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3735         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3736         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3737         and push.
3738         (hfy-slant, hfy-weight): Use tables rather than code.
3739         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3740         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3741         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3742         (hfy-face-to-css): Remove `nconc' with single arg.
3743         (hfy-p-to-face-lennart): Use `or'.
3744         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3745         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3746         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3747         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3748         (hfy-force-fontification): Use run-hooks.
3750 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3752         Various minor fixes.
3753         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3754         Javascript belongs in the header, not the body.
3755         (hfy-javascript): Remove.
3756         (hfy-fontify-buffer): Don't insert it any more.
3757         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3758         Fix bug in invis handling when there were no invis props in a chunk.
3760 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3764 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3766         * finder.el (finder-mode-map): Add a menu.
3768 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3770         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3771         "unsigned" structs.
3773         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3774         fork" statement better.
3776 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3778         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3779         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3780         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3781         Reported by Clay Douglass.
3783         (verilog-auto-inst, verilog-auto-star-safe)
3784         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3785         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3786         Pierre-David Pfister.
3788 2009-11-26  Glenn Morris  <rgm@gnu.org>
3790         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3791         the scope.
3793 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3795         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3796         Really use previous revision.
3798 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3800         * man.el (Man-completion-table): default-directory "/" in case
3801         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3802         not to truncate long names.  process-connection-type pipe to avoid
3803         any chance of hitting the pseudo-tty TIOCGWINSZ.
3804         (man): completion-ignore-case t for friendliness and since man
3805         itself is case-insensitive on the command line.
3806         Further to Bug#3717.
3808         * arc-mode.el: Add "Keywords: files", so the details in its
3809         commentary can be reached from finder-by-keyword.
3810         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3811         editing mode, but it's comms related and sgml-mode.el has "comm"
3812         on that basis too.
3813         * textmodes/bibtex-style.el: Add "Keywords: tex".
3814         * international/isearch-x.el, international/ja-dic-cnv.el:
3815         * international/ja-dic-utl.el, international/kkc.el:
3816         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3818 2009-11-25  Juri Linkov  <juri@jurta.org>
3820         * man.el (Man-completion-table): Modify regexp to include
3821         section names to completion strings.  (Bug#3717)
3823 2009-11-25  Juri Linkov  <juri@jurta.org>
3825         Search recursively in gzipped files.  (Bug#4982)
3827         * progmodes/grep.el (grep-highlight-matches): Add new options
3828         `always' and `auto'.  Doc fix.
3829         (grep-process-setup): Check `grep-highlight-matches' for
3830         `auto-detect' to determine the need to compute grep defaults.
3831         Move Windows/DOS specific --colors settings handling
3832         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3833         to get the value of "--color=".
3834         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3835         has the value `auto-detect'.  Move Windows/DOS specific settings
3836         from `grep-process-setup'.
3837         (zrgrep): New command with alias `rzgrep'.
3839 2009-11-25  Juri Linkov  <juri@jurta.org>
3841         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3842         to nil instead of switching off view-mode.  (Bug#4896)
3844 2009-11-25  Juri Linkov  <juri@jurta.org>
3846         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3848         * mwheel.el (mwheel-scroll-up-function)
3849         (mwheel-scroll-down-function): New defvars.
3850         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3851         `scroll-up', and `mwheel-scroll-down-function' instead of
3852         `scroll-down'.
3854         * doc-view.el (doc-view-scroll-up-or-next-page)
3855         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3856         Use this ARG in the call to image-scroll-up/image-scroll-down.
3857         Change `interactive' spec to "P".  Goto next/previous page only
3858         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3859         SPC/DEL case).  Doc fix.
3860         (doc-view-next-line-or-next-page)
3861         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3862         for consistency.
3863         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3864         `doc-view-scroll-up-or-next-page', and buffer-local
3865         `mwheel-scroll-down-function' to
3866         `doc-view-scroll-down-or-previous-page'.
3868 2009-11-25  Juri Linkov  <juri@jurta.org>
3870         Provide additional default values (directories at other Dired
3871         windows) via M-n in the minibuffer of some Dired commands.
3873         * dired-aux.el (dired-diff, dired-compare-directories)
3874         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3875         `minibuffer-default' in `minibuffer-with-setup-hook'.
3876         (dired-dwim-target-directory): Find a window that displays Dired
3877         buffer instead of failing when the next window is not Dired.
3878         Use `get-window-with-predicate' to find for the next Dired window.
3879         (dired-dwim-target-defaults): New function.
3881         * ediff-util.el (ediff-read-file-name):
3882         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3883         in `minibuffer-with-setup-hook'.
3885 2009-11-25  Juri Linkov  <juri@jurta.org>
3887         Provide additional default values (file name at point or at the
3888         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3890         * minibuffer.el (read-file-name-defaults): New function.
3891         (read-file-name): Reset `minibuffer-default' to nil when
3892         it duplicates initial input `insdef'.
3893         Bind `minibuffer-default-add-function' to lambda that
3894         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3895         (minibuffer-insert-file-name-at-point): New command.
3897         * files.el (file-name-at-point-functions): New defcustom.
3898         (find-file-default): Remove defvar.
3899         (find-file-read-args): Don't use `find-file-default'.
3900         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3901         to `read-file-name'.
3902         (find-file-literally): Use `read-file-name' with
3903         `confirm-nonexistent-file-or-buffer'.
3905         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3907         * dired.el (dired-read-dir-and-switches):
3908         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3909         to `read-file-name'.
3910         (dired-file-name-at-point): New function.
3911         (dired-mode): Add hook `dired-file-name-at-point' to
3912         `file-name-at-point-functions'.
3914 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3916         Really make the *Completions* window soft-dedicated (bug#5030).
3917         * window.el (window--display-buffer-2): Add `dedicated' argument.
3918         (display-buffer): Pass it when needed so the dedicated flag is set
3919         after calling set-window-buffer, which would otherwise reset it.
3921 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3923         * progmodes/meta-mode.el (meta-complete-symbol):
3924         * progmodes/etags.el (complete-tag):
3925         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3926         Use completion-in-region.
3928         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3929         (dabbrev-completion): Use completion-in-region.
3930         (dabbrev--abbrev-at-point): Simplify regexp.
3932         * abbrev.el (abbrev--before-point): Use word-motion functions
3933         if :regexp is not specified (bug#5031).
3935         * subr.el (string-prefix-p): New function.
3937         * man.el (Man-completion-cache): New var.
3938         (Man-completion-table): Use it.
3940         * vc.el (vc-print-log-internal): Make `limit' optional for better
3941         compatibility (e.g. with vc-annotate.el).
3943 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3945         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3946         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3948         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3949         when .el source file not found or other error.
3951 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3953         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3955 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         Handle the [back] button properly (bug#4979).
3958         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3959         Use help-setup-xref, help-buffer, and with-help-window.
3960         (describe-char): Add `buffer' argument.
3961         Pass proper command to help-setup-xref.  Don't meddle with
3962         help-xref-stack-item directly.
3963         (describe-text-category): Use with-help-window and help-buffer.
3965         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3966         for the displayed buffer (bug#4887).
3968         * man.el (Man-completion-table): New function.
3969         (man): Use it.
3971 2009-11-24  David Reitter  <david.reitter@gmail.com>
3973         * vc-git.el (vc-git-registered): Use checkout directory (where
3974         .git is) rather than the file's directory and a relative path spec
3975         to work around a bug in git.
3977 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3979         Improve handling of processes on remote hosts.
3981         * eshell/esh-util.el (eshell-path-env): New defvar.
3982         (eshell-parse-colon-path): New defun.
3983         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3985         * eshell/esh-ext.el (eshell-search-path):
3986         Use `eshell-parse-colon-path'.
3987         (eshell-remote-command): Remove argument HANDLER.
3988         (eshell-external-command): Check for FTP remote connection.
3990         * eshell/esh-proc.el (eshell-gather-process-output):
3991         Use `file-truename', in order to start also symlinked files.
3992         Apply `start-file-process' instead of `start-process'.
3993         Shorten `command' to the local file name part.
3995         * eshell/em-cmpl.el (eshell-complete-commands-list):
3996         Use `eshell-parse-colon-path'.
3998         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4000         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4001         to `eshell-directory-change-hook'.
4003 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4005         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4006         because it could be enabled automatically if view-read-only is non-nil.
4008 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4010         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4011         made on 2009-11-22.
4013 2009-11-24  Glenn Morris  <rgm@gnu.org>
4015         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4016         deleted variable bookmark-bmenu-bookmark-column.
4018         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4019         Move after definition of global-semantic-idle-tag-highlight-mode.
4021 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4025 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4027         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4028         two slashes to the "file:" prefix.
4029         (browse-url-file-url): De-munge Cygwin filenames before passing
4030         them to Windows browser.
4031         (browse-url-default-windows-browser): Use call-process.
4033 2009-11-23  Juri Linkov  <juri@jurta.org>
4035         Implement DocView Continuous mode.  (Bug#4896)
4036         * doc-view.el (doc-view-continuous-mode): New defcustom.
4037         (doc-view-mode-map): Bind C-n/<down> to
4038         `doc-view-next-line-or-next-page', C-p/<up> to
4039         `doc-view-previous-line-or-previous-page'.
4040         (doc-view-next-line-or-next-page)
4041         (doc-view-previous-line-or-previous-page): New commands.
4043 2009-11-23  Juri Linkov  <juri@jurta.org>
4045         Implement Isearch in comint input history.  (Bug#3746)
4046         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4047         `isearch-mode-hook'.
4048         (comint-history-isearch): New defcustom.
4049         (comint-history-isearch-backward)
4050         (comint-history-isearch-backward-regexp): New commands.
4051         (comint-history-isearch-message-overlay): New buffer-local variable.
4052         (comint-history-isearch-setup, comint-history-isearch-end)
4053         (comint-goto-input, comint-history-isearch-search)
4054         (comint-history-isearch-message, comint-history-isearch-wrap)
4055         (comint-history-isearch-push-state)
4056         (comint-history-isearch-pop-state): New functions.
4058 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4060         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4061         return.
4062         (tramp-handle-make-symbolic-link)
4063         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4064         Quote file names.
4065         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4066         (tramp-handle-process-file): Use it.
4068 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * window.el (move-to-window-line-last-op): Remove.
4071         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4073 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4075         Make M-r mirror the new cycling behavior of C-l.
4076         * window.el (move-to-window-line-last-op): New var.
4077         (move-to-window-line-top-bottom): New command.
4078         (global-map): Bind M-r move-to-window-line-top-bottom.
4080 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4082         * dired-x.el (dired-guess-shell-alist-default):
4083         Support xz format.  (Bug#4953)
4085 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
4087         * cedet/srecode/map.el (srecode-get-maps):
4088         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4089         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4090         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4091         (semantic-toggle-decoration-style):
4092         * cedet/semantic/decorate/include.el
4093         (semantic-decoration-include-describe)
4094         (semantic-decoration-unknown-include-describe)
4095         (semantic-decoration-unparsed-include-describe)
4096         (semantic-decoration-all-include-summary):
4097         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4098         * cedet/semantic/analyze/complete.el
4099         (semantic-analyze-possible-completions):
4100         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4101         (semantic-show-unmatched-syntax-mode)
4102         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4103         (semantic-highlight-func-mode):
4104         * cedet/semantic/util.el (semantic-describe-buffer):
4105         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4106         (semantic-symref-find-tags-by-name)
4107         (semantic-symref-find-tags-by-regexp)
4108         (semantic-symref-find-tags-by-completion)
4109         (semantic-symref-find-file-references-by-name)
4110         (semantic-symref-find-text):
4111         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4112         (senator-yank-tag):
4113         * cedet/semantic/scope.el (semantic-calculate-scope):
4114         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4115         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4116         (define-semantic-idle-service):
4117         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4118         (semantic-complete-analyze-inline-idle):
4119         * cedet/semantic/analyze.el (semantic-analyze-current-context):
4120         * cedet/mode-local.el (describe-mode-local-bindings)
4121         (describe-mode-local-bindings-in-mode):
4122         * cedet/ede/make.el (ede-make-check-version):
4123         * cedet/ede/locate.el (ede-enable-locate-on-project):
4124         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4125         (cedet-idutils-version-check):
4126         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4127         (cedet-gnu-global-version-check):
4128         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4129         (cedet-cscope-version-check): Use called-interactively-p instead
4130         of interactive-p.
4132         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4133         Use semantic-format-tag-prototype.
4135 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4137         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4138         last-command-char/last-command-event.
4139         (viper-prefix-arg-value): Do correct conversion of event-char for
4140         XEmacs.
4142         * emulation/viper-util.el, emulation/viper.el:
4143         Use viper-last-command-char instead of
4144         last-command-char/last-command-event.
4146         * ediff-init.el, ediff-mult.el, ediff-util.el:
4147         Replace last-command-char and last-command-event
4148         with (ediff-last-command-char) everywhere.
4150         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4151         created in fundamental mode.
4153         * ediff.el (ediff-version): Revert the change of interactive-p to
4154         called-interactively-p.
4156 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4158         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4159         generation from word-movement command names.
4161 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
4163         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4164         (semantic-complete-jump-local, semantic-complete-jump):
4165         Improve prompt string.
4167 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4169         * cus-start.el (all): Add native condition for font-use-system-font.
4171 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4173         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4174         Correct the patch from 2009-11-18.  (Bug#3910)
4176 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4178         * progmodes/subword.el: Rename from lisp/subword.el.
4180         * subword.el: Rename to progmodes/subword.el.
4182         * Makefile.in (ELCFILES): Adapt to subword.el move.
4184 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4185             Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4188         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4189         (bookmark-bmenu-show-filenames): Use push.
4190         (bookmark-bmenu-hide-filenames): Use local var instead of
4191         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4192         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4193         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4194         filenames now that the bookmark names are always available.
4196 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4198         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4199         (bookmark-search-pattern): Move and leave unbound.
4200         (bookmark-bmenu-mode-map): Change binding.
4201         (bookmark-read-search-input): Simplify.
4202         Don't use text-char-description.  Don't error on non-char events.
4203         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4204         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4205         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4206         Use a local var for the timer.
4207         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4208         (i.e. bookmark-bmenu-search).
4210 2009-11-21  Glenn Morris  <rgm@gnu.org>
4212         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4214 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4216         * net/browse-url.el (browse-url-default-windows-browser):
4217         Use cygstart for cygwin.
4219 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4221         * bookmark.el: Formatting and doc fixes only:
4222         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4223         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4224         Minor grammar and punctuation fixes in doc string.
4225         (bookmark-read-search-input): Adjust to fit within 80 columns.
4227 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4229         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4230         (c-backward-into-nomenclature): Adapt to subword renaming.
4232         * subword.el (subword-forward, subword-backward, subword-mark)
4233         (subword-kill, subword-backward-kill, subword-transpose)
4234         (subword-downcase, subword-upcase, subword-capitalize)
4235         (subword-forward-internal, subword-backward-internal):
4236         Rename from forward-subword, backward-subword, mark-subword,
4237         kill-subword, backward-kill-subword, transpose-subwords,
4238         downcase-subword, upcase-subword, capitalize-subword,
4239         forward-subword-internal, backward-subword-internal.
4241 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4243         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4244         New options.
4245         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4246         New vars.
4247         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4248         (bookmark-bmenu-filter-alist-by-regexp)
4249         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4250         (bookmark-bmenu-search): New command.
4251         (bookmark-bmenu-mode-map): Bind it.
4253 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4255         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4257         * cedet/semantic/idle.el (define-semantic-idle-service)
4258         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4260 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4262         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4263         backward-subword to quit the byte-compiler.
4265         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4267         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4269         * progmodes/cc-cmds.el (c-update-modeline)
4270         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4271         Refer to subword.el functions instead of cc-subword.el.
4273         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4274         subword.el functions instead of cc-subword.el.
4276         * progmodes/cc-subword.el: Rename to subword.el.
4277         * subword.el: Rename from progmodes/cc-subword.el.
4278         (subword-mode-map): Rename from c-subword-mode-map.
4279         (subword-mode): Rename from c-subword-mode.
4280         (global-subword-mode): New global minor mode.
4281         (forward-subword): Rename from c-forward-subword.
4282         (backward-subword): Rename from c-backward-subword.
4283         (mark-subword): Rename from c-mark-subword.
4284         (kill-subword): Rename from c-kill-subword.
4285         (backward-kill-subword): Rename from c-backward-kill-subword.
4286         (transpose-subwords): Rename from c-tranpose-subword.
4287         (downcase-subword): Rename from c-downcase-subword.
4288         (capitalize-subword): Rename from c-capitalize-subword.
4289         (forward-subword-internal): Rename from c-forward-subword-internal.
4290         (backward-subword-internal): Rename from c-backward-subword-internal.
4292 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4294         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4295         from a dired buffer.
4296         (vc-dired-deduce-fileset): New function.
4297         (vc-root-diff, vc-print-root-log): Use it.
4299         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4300         nil LIMIT argument to vc-print-log-internal.
4302 2009-11-20  Glenn Morris  <rgm@gnu.org>
4304         * Makefile.in (ELCFILES): Regenerate.
4306 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4308         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4310         * cedet/semantic.el: Enable idle-mode menu items only if
4311         global-semantic-idle-scheduler-mode is enabled.
4312         (semantic-default-submodes): Doc fix.
4314         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4315         When turning off, disable other idle modes.
4317 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4319         * calc/calc.el (calc-set-mode-line):
4320         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4321         (math-format-number): Rename `math-format-complement-signed' to
4322         `math-format-twos-complement'.
4324         * calc/calc-bin.el (math-format-twos-complement): Rename from
4325         math-format-complement-signed.
4326         (calc-radix): Rename `calc-complement-signed-mode' to
4327         `calc-twos-complement-mode'.
4328         (calc-octal-radix, calc-hex-radix): Add an argument for
4329         two's complement.
4331         * calc/calc-embed.el (calc-embedded-mode-vars):
4332         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4334         * calc/calc-ext.el (calc-init-extensions):
4335         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4336         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4338         * calc/calc-units.el (math-build-units-table-buffer):
4339         Let `calc-twos-complement-mode' be nil.
4341         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4342         entries.
4344         * calc/calc-vec.el (calcFunc-vunpack):
4345         * calc/calc-aent.el (calc-do-calc-eval):
4346         * calc/calc-forms.el (math-format-date):
4347         * calc/calc-graph.el (calc-graph-plot):
4348         * calc/calc-math.el (math-use-emacs-fn):
4349         * calc/calccomp.el (math-compose-expr):
4350         Let `calc-twos-complement-mode' be nil.
4352 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4355         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4356         * minibuffer.el (completion-in-region-functions): New hook.
4357         (completion-in-region): New function.
4358         * emacs-lisp/lisp.el (lisp-complete-symbol):
4359         * pcomplete.el (pcomplete-std-complete): Use it.
4361 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4364         (latex-complete-alist): New vars.
4365         (latex-string-prefix-p, latex-complete-bibtex-keys)
4366         (latex-complete-envnames, latex-complete-refkeys)
4367         (latex-complete-data): New functions.
4368         (latex-complete, latex-indent-or-complete): New commands.
4370         * window.el (display-buffer-mark-dedicated): New var.
4371         (display-buffer): Obey it.
4372         * minibuffer.el (minibuffer-completion-help): Use it.
4374         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4376         * filecache.el (file-cache-add-file): Use push and cons.
4377         (file-cache-delete-file-regexp): Use push.
4378         (file-cache-complete): Use completion-in-region.
4380         * simple.el (with-wrapper-hook): Fix thinko.
4382         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4383         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4384         Use with-current-buffer and string-to-number.
4385         (hfy-fallback-colour-values): Use assoc-string.
4386         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4387         (hfy-face-at): Remove unused var `found-face'.
4388         (hfy-compile-stylesheet): Remove unused var `css'.
4389         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4390         and `orig-buffer'.
4391         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4392         Use with-current-buffer.
4393         (hfy-text-p): Use expand-file-name and fewer setq.
4395 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4397         * htmlfontify.el, hfy-cmap.el: New files.
4399 2009-11-19  Juri Linkov  <juri@jurta.org>
4401         * minibuffer.el (completions-format): New defcustom.
4402         (completion--insert-strings): Implement vertical format.
4404         * simple.el (switch-to-completions): Move point to the first
4405         completion when point was at the beginning of the buffer.
4407 2009-11-19  Juri Linkov  <juri@jurta.org>
4409         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4411         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4413 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4415         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4416         (mail-signature): Change default to t.
4417         (mail-from-style): Deprecate `system-default' value.
4418         (mail-insert-from-field): For default value of mail-from-style,
4419         default to `angles' unless `angles' needs quoting and `parens'
4420         does not.
4421         (mail-citation-prefix-regexp): Use citation regexp from
4422         message-mode.
4424 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4426         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4427         Set variables for computing the prompt for reading password.
4429 2009-11-19  Glenn Morris  <rgm@gnu.org>
4431         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4433         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4435         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4436         (newsticker-treeview-listwindow-height): Fix custom type.
4438 2009-11-19  Kenichi Handa  <handa@m17n.org>
4440         * descr-text.el (describe-char-padded-string): Compose with TAB
4441         only if there's a font for CH.
4442         (describe-char): Fix the condition for detecting a trivial composition.
4444 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4446         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4447         more accurate version of the regexp.  (Bug#3910)
4449 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4451         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4453 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4455         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4456         (font-setting-change-default-font): Fix typo in docstring.
4458 2009-11-18  Alan Mackenzie  <acm@muc.de>
4460         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4462 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4464         * font-setting.el (font-use-system-font): Move ...
4466         * cus-start.el (all): ... to here.
4468 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4470         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4471         Don't set `ad-return-value' if `ad-do-it' doesn't.
4473         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4474         modification time.
4476 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4478         * menu-bar.el: Put "Use system font" in Option-menu.
4479         (menu-bar-options-save): Add font-use-system-font.
4481         * loadup.el: If feature system-font-setting or font-render-setting is
4482         there, load font-setting.
4484         * Makefile.in (ELCFILES): Add font-settings.el.
4485         * font-setting.el: New file.
4487 2009-11-17  Glenn Morris  <rgm@gnu.org>
4489         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4491         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4492         Preserve point in the list buffer.  (Bug#4939)
4493         Use point-at-eol.
4494         (newsticker--treeview-list-update-highlight)
4495         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4497 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4499         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4500         Remove.
4502         * calc/calc-ext.el (calc-init-extensions): Remove references to
4503         symclip.
4505         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4507         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4508         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4509         `calc-symclip'.
4511 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4513         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4514         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4516         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4517         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4518         Ignore trailing spaces by omit-nulls to split-string (fixing
4519         regression from Emacs 21 due to the incompatible split-string
4520         change).  (Bug #4928.)
4522 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4524         * vc.el (vc-log-show-limit): Default to 2000.
4525         (vc-print-log-internal): Insert buttons to request more entries
4526         when limiting the output.
4528         * vc-sccs.el (vc-sccs-print-log):
4529         * vc-rcs.el (vc-rcs-print-log):
4530         * vc-cvs.el (vc-cvs-print-log):
4531         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4532         LIMIT is non-nil.
4534 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4536         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4537         error when `tramp-gvfs-dbus-event-vector' is set.
4538         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4540 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4542         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4544 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4546         * net/dbus.el (dbus-unregister-service): New defun.
4547         (dbus-register-property): Register the handlers of
4548         "org.freedesktop.DBus.Properties" for SERVICE.
4549         (dbus-property-handler): Fix docstring.
4551 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4553         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4554         Quote doc string reference in defvaralias as it is not in special form.
4555         (byte-compile-output-docform): Doc fix.
4557 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4559         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4560         (calc-complement-signed-mode): New variables.
4561         (calc-set-mode-line): Add indicator for twos-complements.
4562         (math-format-number): Format twos-complement notation.
4564         * calc/calc-bin.el (calc-word-size): Reset the variables
4565         `math-2-word-size' and `math-half-2-word-size'.
4566         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4567         (calc-symclip): New functions.
4569         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4571         * calc/calc-embed.el (calc-embedded-mode-vars):
4572         Add `calc-complement-signed-mode' to the list of modes.
4574         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4575         (calc-b-oper-keys): Add `calc-symclip' to list.
4577         * calc/calc-ext.el (math-read-number-fancy): Read complement
4578         signed numbers.
4579         (calc-init-extensions): Add binding for `calc-symclip'.
4580         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4582         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4583         `calc-symclip'.
4584         (calc-modes-menu): Add item for twos complement mode.
4586         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4588 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4590         * register.el (jump-to-register, insert-register): Handle Semantic
4591         tags.  From commented-out advice in semantic/senator.el.
4593 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4595         * vc.el (vc-log-show-limit): New variable.
4596         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4597         when using a prefix argument.
4598         (vc-print-log-internal): Add new argument LIMIT.
4600         * vc-svn.el (vc-svn-print-log):
4601         * vc-mtn.el (vc-mtn-print-log):
4602         * vc-hg.el (vc-hg-print-log):
4603         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4604         pass it to the log command when set.  Make the BUFFER argument
4605         non-optional.
4607         * vc-sccs.el (vc-sccs-print-log):
4608         * vc-rcs.el (vc-rcs-print-log):
4609         * vc-git.el (vc-git-print-log):
4610         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4611         ignore it.  Make the BUFFER argument non-optional
4613         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4615 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4617         * dired.el (dired-mode-map): Move encryption items to "Operate"
4618         menu (Bug#4703).
4620         * strokes.el (strokes-update-window-configuration): Make strokes
4621         buffer current before erasing (Bug#4906).
4623         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4624         (semantic-idle-summary-mode): Define using define-minor-mode
4625         instead of define-semantic-idle-service.
4626         (semantic-idle-summary-mode): New function.
4627         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4628         that mouse motion does not reset the echo area.
4630 2009-11-15  Juri Linkov  <juri@jurta.org>
4632         * simple.el (set-mark-default-inactive): Add :type, :group
4633         and :version.  (Bug#4876)
4635 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4637         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4638         (archive-unique-fname): ... here.  (Bug#4929)
4640 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4643         with a real fix.
4645         * novice.el (disabled-command-function): Add useful args.
4646         Setup the help buffer so that [back] works.
4647         Remove redundant call to help-mode.
4648         (disabled-command-function): Use `case'.
4649         (en/disable-command): New function extracted from enable-command.
4650         (enable-command, disable-command): Use it.
4652 2009-11-14  Glenn Morris  <rgm@gnu.org>
4654         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4655         constants.  (Bug#4913)
4657         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4659 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4661         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4662         defined in C that have no doc-strings.  (Bug#1063)
4664 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4666         * cus-edit.el (data, files):
4667         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4669 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4671         * simple.el (shell-command): Doc fix (Bug#4891).
4673         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4675 2009-11-14  Glenn Morris  <rgm@gnu.org>
4677         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4678         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4679         If they are already loaded, eval-after-load will do the right thing.
4681         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4682         compiling.
4684         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4686         * simple.el (x-selection-owner-p): Declare.
4687         (read-mail-command): Use custom radio type rather than choice.
4688         (completion-no-auto-exit): Doc fix.
4690         * custom.el (defgroup):
4691         * epg-config.el (epg): Doc fixes.
4693 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4695         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4696         * international/ccl.el (define-ccl-program): Do not purecopy the
4697         docstring, defconst does it anyway.
4699 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4702         a second time.
4704         * x-dnd.el (x-dnd-maybe-call-test-function):
4705         * window.el (split-window-vertically):
4706         * whitespace.el (whitespace-help-on):
4707         * vc-rcs.el (vc-rcs-consult-headers):
4708         * userlock.el (ask-user-about-lock-help)
4709         (ask-user-about-supersession-help):
4710         * type-break.el (type-break-force-mode-line-update):
4711         * time-stamp.el (time-stamp-conv-warn):
4712         * terminal.el (te-set-output-log, te-more-break, te-filter)
4713         (te-sentinel, terminal-emulator):
4714         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4715         (term-write-input-ring, term-check-source, term-start-output-log):
4716         (term-display-buffer-line, term-dynamic-list-completions):
4717         (term-ansi-make-term, serial-term):
4718         * subr.el (selective-display):
4719         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4720         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4721         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4722         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4723         (speedbar-remove-localized-speedbar-support)
4724         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4725         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4726         (speedbar-buffers-line-directory):
4727         * simple.el (shell-command-on-region, append-to-buffer)
4728         (prepend-to-buffer):
4729         * shadowfile.el (shadow-save-todo-file):
4730         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4731         (scroll-bar-maybe-set-window-start):
4732         * sb-image.el (speedbar-image-dump):
4733         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4734         (load-save-place-alist-from-file):
4735         * ps-samp.el (ps-print-message-from-summary):
4736         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4737         (ps-background-image, ps-begin-job, ps-do-despool):
4738         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4739         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4740         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4741         (pr-call-process, pr-file-list, pr-interface-save):
4742         * novice.el (disabled-command-function)
4743         (enable-command, disable-command):
4744         * mouse.el (mouse-buffer-menu-alist):
4745         * mouse-copy.el (mouse-kill-preserving-secondary):
4746         * macros.el (kbd-macro-query):
4747         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4748         * informat.el (batch-info-validate):
4749         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4750         * hippie-exp.el (try-expand-dabbrev-visible):
4751         * help-mode.el (help-make-xrefs):
4752         * help-fns.el (describe-variable):
4753         * generic-x.el (bat-generic-mode-run-as-comint):
4754         * finder.el (finder-mouse-select):
4755         * find-dired.el (find-dired-sentinel):
4756         * filesets.el (filesets-file-close):
4757         * files.el (list-directory):
4758         * faces.el (list-faces-display, describe-face):
4759         * facemenu.el (list-colors-display):
4760         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4761         * epg.el (epg--process-filter, epg-cancel):
4762         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4763         (epa--read-signature-type):
4764         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4765         (emerge-file-names):
4766         * ehelp.el (electric-helpify):
4767         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4768         * ediff-vers.el (rcs-ediff-view-revision):
4769         * ediff-util.el (ediff-setup):
4770         * ediff-mult.el (ediff-append-custom-diff):
4771         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4772         (ediff-wordify):
4773         * echistory.el (Electric-command-history-redo-expression):
4774         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4775         * disp-table.el (describe-display-table):
4776         * dired.el (dired-find-buffer-nocreate):
4777         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4778         * dabbrev.el (dabbrev--same-major-mode-p):
4779         * chistory.el (list-command-history):
4780         * apropos.el (apropos-documentation):
4781         * allout.el (allout-obtain-passphrase):
4782         (allout-copy-exposed-to-buffer):
4783         (allout-verify-passphrase): Use with-current-buffer.
4785 2009-11-13  Glenn Morris  <rgm@gnu.org>
4787         * Makefile.in (ELCFILES): Regenerate.
4789 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4791         * net/dbus.el (dbus-registered-objects-table): Rename from
4792         `dbus-registered-functions-table', because it contains also properties.
4793         (dbus-unregister-object): Unregister also properties.
4794         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4795         Use a timeout of 500 msec, in order to not block.
4796         (dbus-register-property, dbus-property-handler): New defuns.
4798 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * simple.el (minibuffer-default-add-completions): Drop deprecated
4801         4th arg.
4803 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4805         * textmodes/artist.el (artist-mouse-choose-operation):
4806         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4807         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4808         (artist-compute-up-event-key): New function.
4809         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4811 2009-11-13  Kenichi Handa  <handa@m17n.org>
4813         * language/japan-util.el: Make sure that the value of jisx0208
4814         property is jisx0208 character.
4816 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4818         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4819         car or each item, not the whole list.
4821 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * minibuffer.el (minibuffer-completion-help):
4824         Use minibuffer-hide-completions.
4826 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4828         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4829         (dired-revert): Use them (bug#4880).
4831 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4833         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4835 2009-11-12  Juri Linkov  <juri@jurta.org>
4837         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4838         New functions.
4839         (find-file-literally-at-point): Alias of `ffap-literally'.
4841 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4843         * textmodes/ispell.el (ispell-skip-region-alist):
4844         * textmodes/css-mode.el (auto-mode-alist):
4845         * progmodes/compile.el (auto-mode-alist):
4846         * international/mule.el (ctext-non-standard-encodings-alist)
4847         (ctext-non-standard-encodings-regexp):
4848         * simple.el (shell-command-switch, text-read-only):
4849         * replace.el (occur-mode-map):
4850         * paths.el (rmail-file-name):
4851         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4852         * find-file.el (ff-special-constructs):
4853         * files.el (file-name-handler-alist):
4854         * composite.el: Purecopy strings.
4856         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4858 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4860         * widget.el (define-widget): Purecopy the docstring.
4861         * international/mule-cmds.el (charset): Do not purecopy the
4862         docstring here, define-widget does it.
4864         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4865         * textmodes/bibtex-style.el (auto-mode-alist):
4866         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4867         * progmodes/compile.el (compile-command):
4868         * language/korea-util.el (default-korean-keyboard):
4869         * international/mule-conf.el (file-coding-system-alist):
4870         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4871         * tooltip.el (tooltip-frame-parameters):
4872         * newcomment.el (comment-end, comment-padding):
4873         * dired.el (dired-trivial-filenames):
4874         * comint.el (comint-file-name-prefix): Purecopy initial values.
4876 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4878         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4879         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4880         `tramp-unload'.
4881         (tramp-advice-make-auto-save-file-name)
4882         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4883         after removing the advice.
4885 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4887         * progmodes/grep.el (grep-regexp-alist):
4888         * international/mule-cmds.el (iso-2022-control-alist):
4889         * emacs-lisp/timer.el (timer-duration-words):
4890         * subr.el (version-separator, version-regexp-alist):
4891         * minibuffer.el (completion-styles-alist):
4892         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4893         Change defvars to defconsts.
4895         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4896         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4897         * international/mule-conf.el: Allow to be byte compiled.
4899         * international/mule.el (define-charset): Purecopy props.
4900         (load-with-code-conversion): Purecopy doc string and file name.
4901         (put-charset-property): Purecopy strings.
4902         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4904         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4905         (define-char-code-property): Correctly purecopy the table.
4907         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4909         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4911         * subr.el (add-hook): Purecopy strings.
4912         (eval-after-load): Purecopy load-history-regexp and the form.
4914         * custom.el (custom-declare-group): Purecopy load-file-name.
4916         * subr.el (menu-bar-separator): New defconst.
4917         * net/eudc.el (eudc-tools-menu):
4918         * international/mule-cmds.el (set-coding-system-map)
4919         (mule-menu-keymap):
4920         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4921         * vc-hooks.el (vc-menu-map):
4922         * replace.el (occur-mode-map):
4923         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4924         (menu-bar-edit-menu, menu-bar-goto-menu)
4925         (menu-bar-custom-menu, menu-bar-showhide-menu)
4926         (menu-bar-options-menu, menu-bar-tools-menu)
4927         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4928         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4929         (menu-bar-help-menu):
4930         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4931         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4933         * term/x-win.el (x-gtk-stock-map):
4934         * progmodes/vera-mode.el (auto-mode-alist):
4935         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4936         (inferior-lisp-program, inferior-lisp-load-command):
4937         * progmodes/hideshow.el (hs-special-modes-alist):
4938         * progmodes/gud.el (same-window-regexps):
4939         * progmodes/grep.el (grep-program, find-program, xargs-program):
4940         * net/telnet.el (same-window-regexps):
4941         * net/rlogin.el (same-window-regexps):
4942         * language/ethiopic.el (font-ccl-encoder-alist):
4943         * vc-sccs.el (vc-sccs-master-templates):
4944         * vc-rcs.el (vc-rcs-master-templates):
4945         * subr.el (cl-assertion-failed):
4946         * simple.el (next-error-overlay-arrow-position):
4947         * lpr.el (lpr-command):
4948         * locate.el (locate-ls-subdir-switches):
4949         * info.el (same-window-regexps, info)
4950         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4951         * image-mode.el (image-mode, auto-mode-alist):
4952         * hippie-exp.el (hippie-expand-ignore-buffers):
4953         * format.el (format-alist):
4954         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4955         (find-name-arg):
4956         * facemenu.el (facemenu-keybindings):
4957         * dired.el (dired-listing-switches, dired-chown-program):
4958         * diff.el (diff-switches, diff-command):
4959         * cus-edit.el (same-window-regexps):
4960         * bindings.el (mode-line-mule-info)
4961         (mode-line-buffer-identification): Purecopy strings.
4963 2009-11-11  Juri Linkov  <juri@jurta.org>
4965         * simple.el (dired-get-filename) <declare-function>:
4966         Tell the byte-compiler about dired-get-filename.
4967         (shell-command): In Dired mode, get filename from the current line
4968         as the default value.
4970 2009-11-10  Glenn Morris  <rgm@gnu.org>
4972         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4973         * calendar/holidays.el, progmodes/cperl-mode.el:
4974         Update x-popup-menu declarations.
4976         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4977         (list-load-path-shadows): Use dolist.
4978         (list-load-path-shadows): Use with-current-buffer.
4980 2009-11-10  Juri Linkov  <juri@jurta.org>
4982         * minibuffer.el (read-file-name): Support a list of default values
4983         in `default-filename'.  Use the first file name where only one
4984         element is required.  Doc fix.
4986 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4988         * net/dbus.el (dbus-unregister-object): Release service, if no
4989         other method is registered for it.
4991 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4993         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4994         bookmark-sort-flag is non-nil (Bug#4653).
4996 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4998         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4999         the progress reporter entirely.
5001         * emulation/cua-base.el: Add CUA property to some CC mode commands
5002         (Bug#4100).
5004 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5006         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5007         at end of sentence (Bug#4818).
5009 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
5011         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5012         Handle "see declaration of" MSFT statements (Bug#4100).
5014 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5016         * net/tramp.el (tramp-advice-make-auto-save-file-name)
5017         (tramp-advice-file-expand-wildcards): Unload via
5018         `ad-remove-advice'.
5020         * net/trampver.el: Update release number.
5022 2009-11-08  Kevin Ryde  <user42@zip.com.au>
5024         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5025         `ad-do-it'.
5027 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
5029         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5030         in order to keep context in SELinux.
5032 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
5034         * dired-aux.el (dired-query): Place cursor in echo area and allow
5035         C-g.
5037         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5038         menu item if not on a directory (Bug#4701).
5040 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5042         Sync with Tramp 2.1.17.
5044         * net/tramp.el (tramp-handle-copy-directory): Don't use
5045         `file-remote-p' (due to compatibility).
5047         * net/tramp-compat.el (tramp-compat-copy-directory)
5048         (tramp-compat-delete-directory): New defuns.
5050         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5051         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5052         `tramp-compat-delete-directory'.
5054         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5055         (tramp-smb-handle-delete-directory): Use
5056         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5058         * net/trampver.el: Update release number.
5060 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
5062         * tar-mode.el (tar-copy): Call write-region on the right buffer
5063         (Bug#4857).
5065         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5066         by hand, if necessary (Bug#4878).
5068 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5070         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5071         align size column (Bug#4839).
5073         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5074         statement.
5076 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5078         * progmodes/ld-script.el (auto-mode-alist):
5079         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5081         * cus-face.el (custom-declare-face): Purecopy face spec.
5083 2009-11-06  Kenichi Handa  <handa@m17n.org>
5085         * international/uni-bidi.el: Re-generated.
5086         * international/uni-category.el: Re-generated.
5087         * international/uni-combining.el: Re-generated.
5088         * international/uni-mirrored.el: Re-generated.
5090 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5092         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5093         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5094         (tex-start-options, slitex-run-command, latex-run-command)
5095         (tex-run-command, tex-directory):
5096         * textmodes/ispell.el (ispell-html-skip-alists)
5097         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5098         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5099         (adaptive-fill-regexp):
5100         * textmodes/dns-mode.el (auto-mode-alist):
5101         * progmodes/python.el (interpreter-mode-alist):
5102         * progmodes/etags.el (tags-compression-info-list):
5103         * progmodes/etags.el (tags-file-name):
5104         * net/browse-url.el (browse-url-galeon-program)
5105         (browse-url-firefox-program):
5106         * mail/sendmail.el (mail-signature-file)
5107         (mail-citation-prefix-regexp):
5108         * international/mule-conf.el (eight-bit):
5109         * international/latexenc.el (latex-inputenc-coding-alist):
5110         * international/fontset.el (x-pixel-size-width-font-regexp):
5111         * emacs-lisp/warnings.el (warning-type-format):
5112         * emacs-lisp/trace.el (trace-buffer):
5113         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5114         (emacs-lisp-mode-map):
5115         * calendar/holidays.el (holiday-solar-holidays)
5116         (holiday-bahai-holidays, holiday-islamic-holidays)
5117         (holiday-christian-holidays, holiday-hebrew-holidays)
5118         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5119         (hebrew-holidays-1, holiday-oriental-holidays)
5120         (holiday-general-holidays):
5121         * x-dnd.el (x-dnd-known-types):
5122         * tool-bar.el (tool-bar):
5123         * startup.el (site-run-file):
5124         * shell.el (shell-dumb-shell-regexp):
5125         * rfn-eshadow.el (file-name-shadow-tty-properties)
5126         (file-name-shadow-properties):
5127         * paths.el (remote-shell-program, news-directory):
5128         * mouse.el ([C-down-mouse-3]):
5129         * menu-bar.el (menu-bar-tools-menu):
5130         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5131         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5132         (jka-compr-compression-info-list):
5133         * isearch.el (search-whitespace-regexp):
5134         * image-file.el (image-file-name-extensions):
5135         * find-dired.el (find-ls-option):
5136         * files.el (directory-listing-before-filename-regexp)
5137         (directory-free-space-args, insert-directory-program)
5138         (list-directory-brief-switches, magic-fallback-mode-alist)
5139         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5140         (automount-dir-prefix):
5141         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5142         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5143         (face-font-registry-alternatives, face-font-registry-alternatives)
5144         (face-font-family-alternatives):
5145         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5146         (facemenu-foreground-menu, facemenu-face-menu):
5147         * epa-hook.el (epa-file-name-regexp):
5148         * dnd.el (dnd-protocol-alist):
5149         * textmodes/rst.el (auto-mode-alist):
5150         * button.el (default-button): Purecopy strings.
5152 2009-11-06  Glenn Morris  <rgm@gnu.org>
5154         * Makefile.in (ELCFILES): Update.
5156 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5158         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5159         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5161         * nxml/xsd-regexp.el (xsdre-gen-categories):
5162         * nxml/xmltok.el (xmltok-parse-entity):
5163         * nxml/rng-parse.el (rng-parse-validate-file):
5164         * nxml/rng-maint.el (rng-format-manual)
5165         (rng-manual-output-force-new-line):
5166         * nxml/rng-loc.el (rng-save-schema-location-1):
5167         * nxml/rng-cmpct.el (rng-c-parse-file):
5168         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5169         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5171 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5173         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5174         Remove extra save-excursions and make-variable-buffer-local's.
5175         Suggested by Stefan Monnier.
5177         (verilog-getopt-file, verilog-module-inside-filename-p)
5178         (verilog-set-define): Merge GNU 1.35 and repair changes from
5179         switching to using with-current-buffer.
5181         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5182         being treated as a number and confusing AUTORESET.
5183         Reported by Dan Dever.
5185         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5186         Add verilog-auto-ignore-concat to fix backward compatibility with
5187         older verilog-modes.  Reported by Dan Katz.
5189         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5190         containing closing anchors "...$".
5192         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5193         Reported by Wade Smith.
5195         (verilog-batch-execute-func): Comment on function usage.
5197 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5199         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5200         for labels.
5202         (verilog-label-re, verilog-calc-1): Support proper indent of named
5203         asserts.
5205         (verilog-backward-token, verilog-basic-complete-re)
5206         (verilog-beg-of-statement, verilog-indent-re): Support proper
5207         indent of the assert statement at the beginning of a block of text.
5209         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5210         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5211         tokens as begins.
5213 2009-11-05  Glenn Morris  <rgm@gnu.org>
5215         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5216         Emacs 19.  (Bug#1531)
5217         (byte-compile-fix-header): Update for the above change.
5218         Drop test for epoch::version.
5220         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5221         * cus-dep.el (custom-make-dependencies):
5222         * finder.el (finder-compile-keywords):
5223         Use autoload-rubric's feature argument.
5225         * calendar/diary-lib.el (top-level): Make load behave more like require.
5227         * vc-git.el (vc-git-stash-map): Move definition before use.
5229 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5231         * custom.el (custom-declare-group): Purecopy standard-value.
5232         (custom-declare-group): Purecopy custom-prefix.
5234         * international/mule.el (load-with-code-conversion):
5235         Call do-after-load-evaluation unconditionally.
5237         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5239 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5241         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5243 2009-11-04  Glenn Morris  <rgm@gnu.org>
5245         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5246         (byte-compile-compatibility): Remove option.
5247         (byte-compile-close-variables, byte-compile-fix-header)
5248         (byte-compile-insert-header, byte-compile-output-docform)
5249         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5250         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5251         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5252         (byte-compile-insert, byte-compile-defun):
5253         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5254         (byte-defop-compiler19): Remove.
5255         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5256         used by anything.  Replace all calls with byte-defop-compiler.
5258 2009-11-04  Juri Linkov  <juri@jurta.org>
5260         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5261         (menu-bar-options-menu): Don't quote the `prop' arg of
5262         `menu-bar-make-mm-toggle'.
5264 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5266         * calendar/calendar.el (cal-loaddefs):
5267         * calendar/diary-lib.el (diary-loaddefs):
5268         * calendar/holidays.el (hol-loaddefs):
5269         * eshell/esh-module.el (esh-groups): Load rather than require.
5271 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5274         point-min==1.
5275         (todo-top-priorities): Only display-buffer when called interactively.
5276         (todo-item-start): Don't save excursion point.
5277         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5278         (todo-insert-item-here, todo-file-item, todo-remove-item):
5279         Adjust uses of todo-item-start and todo-item-end.
5281         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5282         (autoload-rubric): Don't use any more.
5283         * cedet/semantic/fw.el (semantic/loaddefs):
5284         * cedet/srecode.el (srecode/loaddefs):
5285         * cedet/ede.el (ede/loaddefs): Load rather than require.
5286         * cedet/ede/cpp-root.el:
5287         * cedet/ede/emacs.el:
5288         * cedet/ede/files.el:
5289         * cedet/ede/linux.el:
5290         * cedet/ede/locate.el:
5291         * cedet/ede/make.el:
5292         * cedet/ede/shell.el:
5293         * cedet/ede/speedbar.el:
5294         * cedet/ede/system.el:
5295         * cedet/ede/util.el:
5296         * cedet/semantic/analyze.el:
5297         * cedet/semantic/bovine.el:
5298         * cedet/semantic/complete.el:
5299         * cedet/semantic/ctxt.el:
5300         * cedet/semantic/db-file.el:
5301         * cedet/semantic/db-find.el:
5302         * cedet/semantic/db-global.el:
5303         * cedet/semantic/db-mode.el:
5304         * cedet/semantic/db-typecache.el:
5305         * cedet/semantic/db.el:
5306         * cedet/semantic/debug.el:
5307         * cedet/semantic/dep.el:
5308         * cedet/semantic/doc.el:
5309         * cedet/semantic/edit.el:
5310         * cedet/semantic/find.el:
5311         * cedet/semantic/format.el:
5312         * cedet/semantic/html.el:
5313         * cedet/semantic/ia-sb.el:
5314         * cedet/semantic/ia.el:
5315         * cedet/semantic/idle.el:
5316         * cedet/semantic/lex-spp.el:
5317         * cedet/semantic/lex.el:
5318         * cedet/semantic/mru-bookmark.el:
5319         * cedet/semantic/scope.el:
5320         * cedet/semantic/senator.el:
5321         * cedet/semantic/sort.el:
5322         * cedet/semantic/symref.el:
5323         * cedet/semantic/tag-file.el:
5324         * cedet/semantic/tag-ls.el:
5325         * cedet/semantic/tag-write.el:
5326         * cedet/semantic/tag.el:
5327         * cedet/semantic/util-modes.el:
5328         * cedet/semantic/analyze/complete.el:
5329         * cedet/semantic/analyze/refs.el:
5330         * cedet/semantic/bovine/c.el:
5331         * cedet/semantic/bovine/gcc.el:
5332         * cedet/semantic/bovine/make.el:
5333         * cedet/semantic/bovine/scm.el:
5334         * cedet/semantic/decorate/include.el:
5335         * cedet/semantic/decorate/mode.el:
5336         * cedet/semantic/symref/cscope.el:
5337         * cedet/semantic/symref/global.el:
5338         * cedet/semantic/symref/grep.el:
5339         * cedet/semantic/symref/idutils.el:
5340         * cedet/semantic/symref/list.el:
5341         * cedet/semantic/wisent/java-tags.el:
5342         * cedet/semantic/wisent/javascript.el:
5343         * cedet/srecode/compile.el:
5344         * cedet/srecode/cpp.el:
5345         * cedet/srecode/document.el:
5346         * cedet/srecode/el.el:
5347         * cedet/srecode/expandproto.el:
5348         * cedet/srecode/getset.el:
5349         * cedet/srecode/insert.el:
5350         * cedet/srecode/java.el:
5351         * cedet/srecode/map.el:
5352         * cedet/srecode/mode.el:
5353         * cedet/srecode/template.el:
5354         * cedet/srecode/texi.el: Remove the file-local setting of
5355         generated-autoload-feature.
5357         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5358         and only put a prop if it is non-nil.
5360 2009-11-03  Juri Linkov  <juri@jurta.org>
5362         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5363         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5365         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5366         and "Menu" to make top-level menu item visually one unit (like
5367         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5368         multi-word menu items).  Fix :help string for quit-window.
5370 2009-11-03  Glenn Morris  <rgm@gnu.org>
5372         * cedet/mode-local.el (with-mode-local): Doc fix.
5374         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5375         (byte-compile-file-form-define-abbrev-table)
5376         (byte-compile-file-form-custom-declare-variable)
5377         (byte-compile-variable-ref, byte-compile-defvar):
5378         Whether or not a warning is enabled should only affect whether we issue
5379         the warning, not whether or not we collect the relevant data.
5380         Eg warnings can be turned on and off throughout the course of a file.
5382         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5383         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5385 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5388         * play/mpuz.el (mpuz-create-buffer):
5389         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5390         (lm-print-y,s,noise, lm-print-w0, lm-init):
5391         * play/gomoku.el (gomoku-prompt-for-move):
5392         * play/fortune.el (fortune-in-buffer):
5393         * play/dissociate.el (dissociated-press):
5394         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5395         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5396         * mail/supercite.el (sc-eref-show):
5397         * mail/smtpmail.el (smtpmail-send-it):
5398         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5399         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5400         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5401         (rmail-summary-goto-msg, rmail-summary-expunge)
5402         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5403         (rmail-summary-add-label, rmail-summary-output-menu)
5404         (rmail-summary-output-body):
5405         * mail/rfc822.el (rfc822-addresses):
5406         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5407         * mail/mailpost.el (post-mail-send-it):
5408         * mail/hashcash.el (hashcash-generate-payment):
5409         * mail/feedmail.el (feedmail-run-the-queue)
5410         (feedmail-queue-send-edit-prompt-help-first)
5411         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5412         (feedmail-deduce-address-list):
5413         * eshell/esh-ext.el (eshell-remote-command):
5414         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5415         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5416         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5417         (viper-save-string-in-file, viper-valid-marker):
5418         * emulation/viper-keym.el (viper-toggle-key):
5419         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5420         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5421         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5422         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5423         (viper-exec-form-in-emacs, viper-brac-function):
5424         * emulation/viper.el (viper-delocalize-var):
5425         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5426         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5427         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5428         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5429         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5430         * emulation/edt.el (edt-electric-helpify):
5431         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5432         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5433         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5434         (cua-indent-to-global-mark-column):
5435         * calendar/diary-lib.el (calendar-mark-1):
5436         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5437         Use with-current-buffer.
5438         * emulation/viper.el (viper-delocalize-var): Use dolist.
5440 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5442         * comint.el (comint-replace-by-expanded-history-before-point):
5443         Replace !! with the previous input string literally (Bug#1795).
5445 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5447         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5448         to be made up of whitespace.
5450 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5452         * minibuffer.el (read-file-name): Don't use file dialogs for
5453         remote directories (Bug#99).
5455 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5457         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5459 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5461         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5462         instead of deleting the window or frame.
5464 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5466         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5467         Support face colors.
5469         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5470         New function.  Support face colors (Bug#1168).
5471         (tex-common-initialization): Use it.
5473         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5474         mode allows it (Bug#1168).
5476 2009-10-31  Juri Linkov  <juri@jurta.org>
5478         * facemenu.el (list-colors-display): Don't mark buffer as
5479         modified (Bug#3948).
5481 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5483         * international/mule-diag.el (list-character-sets-1): Minor
5484         message fix (Bug#3526).
5486         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5487         face property (Bug#4834).
5488         (etags-list-tags, etags-tags-apropos-additional)
5489         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5490         property.
5492         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5493         items.
5495         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5496         items.
5498         * cedet/ede.el (ede-minor-mode):
5499         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5501 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5503         * textmodes/two-column.el (2C-split):
5504         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5505         * textmodes/tex-mode.el (tex-set-buffer-directory):
5506         * textmodes/spell.el (spell-region, spell-string):
5507         * textmodes/reftex.el (reftex-erase-buffer):
5508         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5509         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5510         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5511         (reftex-select-item):
5512         * textmodes/reftex-ref.el (reftex-label-info-update)
5513         (reftex-offer-label-menu):
5514         * textmodes/reftex-index.el (reftex-index-change-entry)
5515         (reftex-index-phrases-info):
5516         * textmodes/reftex-global.el (reftex-create-tags-file)
5517         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5518         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5519         (reftex-view-crossref-from-bibtex):
5520         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5521         (reftex-extract-bib-entries-from-thebibliography)
5522         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5523         * textmodes/refbib.el (r2b-capitalize-title):
5524         (r2b-convert-buffer, r2b-help):
5525         * textmodes/page-ext.el (pages-directory)
5526         (pages-directory-goto-with-mouse):
5527         * textmodes/bibtex.el (bibtex-validate-globally):
5528         * textmodes/bib-mode.el (bib-capitalize-title):
5529         * textmodes/artist.el (artist-clear-buffer, artist-system):
5530         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5531         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5532         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5533         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5534         (xscheme-send-control-g-interrupt, xscheme-start-process)
5535         (xscheme-process-sentinel, xscheme-cd):
5536         * progmodes/verilog-mode.el (verilog-read-always-signals)
5537         (verilog-set-define, verilog-getopt-file)
5538         (verilog-module-inside-filename-p):
5539         * progmodes/sh-script.el:
5540         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5541         (python-pdbtrack-grub-for-buffer, python-execute-file):
5542         * progmodes/octave-inf.el (inferior-octave):
5543         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5544         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5545         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5546         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5547         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5548         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5549         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5550         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5551         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5552         (idlwave-shell-examine-display, idlwave-shell-run-region)
5553         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5554         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5555         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5556         (idlwave-help-get-help-buffer):
5557         * progmodes/gud.el (gud-basic-call, gud-find-class)
5558         (gud-tooltip-activate-mouse-motions-if-enabled):
5559         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5560         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5561         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5562         (ebrowse-tags-next-file):
5563         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5564         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5565         (ebnf-eps-finish-and-write):
5566         * progmodes/cpp.el (cpp-edit-save):
5567         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5568         * progmodes/cc-defs.el (c-emacs-features):
5569         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5570         (antlr-directory-dependencies):
5571         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5572         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5573         (ada-find-any-references, ada-make-filename-from-adaname)
5574         (ada-make-body-gnatstub):
5575         * obsolete/rnews.el (news-list-news-groups):
5576         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5577         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5578         * net/rcirc.el (rcirc-debug):
5579         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5580         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5581         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5582         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5583         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5584         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5585         (newsticker--treeview-list-clear-highlight)
5586         (newsticker--treeview-list-update-highlight)
5587         (newsticker--treeview-list-highlight-start)
5588         (newsticker--treeview-tree-update-highlight)
5589         (newsticker--treeview-get-selected-item)
5590         (newsticker-treeview-mark-list-items-old)
5591         (newsticker--treeview-set-current-node):
5592         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5593         * net/newst-backend.el (newsticker--get-news-by-funcall)
5594         (newsticker--get-news-by-wget, newsticker--image-get)
5595         (newsticker--image-sentinel):
5596         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5597         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5598         (eudc-ph-close-session):
5599         * net/eudc.el (eudc-save-options):
5600         * language/thai-word.el (thai-update-word-table):
5601         * language/japan-util.el (japanese-string-conversion):
5602         * international/titdic-cnv.el (tsang-quick-converter)
5603         (ziranma-converter, ctlau-converter):
5604         * international/mule-cmds.el (describe-language-environment):
5605         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5606         (skkdic-convert-postfix, skkdic-convert-prefix):
5607         (skkdic-convert-okuri-nasi, skkdic-convert):
5608         * emacs-lisp/re-builder.el (reb-update-overlays):
5609         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5610         * emacs-lisp/gulp.el (gulp-send-requests):
5611         * emacs-lisp/find-gc.el (trace-call-tree):
5612         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5613         (eieio-describe-generic):
5614         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5615         * emacs-lisp/edebug.el (edebug-outside-excursion):
5616         * emacs-lisp/debug.el (debugger-make-xrefs):
5617         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5618         * emacs-lisp/chart.el (chart-new-buffer):
5619         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5620         Use with-current-buffer.
5621         * textmodes/artist.el (artist-system): Don't call
5622         copy-sequence on a fresh string.
5623         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5625 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5627         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5628         is no item to edit.  (Bug#4820)
5629         (todo-top-priorities): Restore point and restore narrowing in Todo
5630         buffer.  (Bug#4820)
5632 2009-10-31  Glenn Morris  <rgm@gnu.org>
5634         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5635         (comint-last-output-start, comint-last-input-start)
5636         (comint-last-input-end): Don't defvar when compiling.
5637         (ange-ftp-process-file): Use bound-and-true-p.
5639         * pcmpl-rpm.el (top-level): Move provide statement to end.
5640         (pcmpl-rpm): Remove unused custom group.
5642         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5644         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5646         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5647         (byte-compile-warnings): Add `constants' as an option.
5648         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5649         (display-call-tree): Update for byte-compile-fdefinition possibly
5650         returning `(macro lambda ...)'.  (Bug#4778)
5651         (byte-compile-variable-ref, byte-compile-setq-default):
5652         Respect `constants' member of byte-compile-warnings.
5654         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5655         Use mapc rather than mapcar because the return value is never used.
5657         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5658         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5659         * cedet/semantic/html.el:
5660         Suppress harmless warnings about setting up semantic-imenu (not
5661         part of Emacs) variables.
5663 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5665         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5666         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5667         to "submit:".
5669         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5670         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5671         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5672         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5673         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5674         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5675         (semantic-analyzer-debug-global-symbol)
5676         (semantic-analyzer-debug-missing-innertype)
5677         (semantic-analyzer-debug-insert-include-summary):
5678         * cedet/semantic/util.el (semantic-file-tag-table):
5679         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5680         (semantic-recursive-find-nonterminal-by-name):
5681         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5682         * cedet/semantic/tag-file.el (semantic-prototype-file):
5683         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5684         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5685         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5686         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5687         (semantic-idle-summary-maybe-highlight):
5688         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5689         (semantic-ia-sb-tag-info):
5690         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5691         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5692         * cedet/semantic/ede-grammar.el (project-compile-target):
5693         (ede-proj-makefile-insert-variables):
5694         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5695         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5696         (semantic-debug-mode, semantic-debug):
5697         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5698         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5699         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5700         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5701         (semanticdb-find-translate-path-includes--internal)
5702         (semanticdb-reset-log, semanticdb-find-log-activity):
5703         * cedet/semantic/db-file.el (object-write):
5704         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5705         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5706         (semanticdb-create-ebrowse-database):
5707         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5708         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5709         (semantic-collector-calculate-completions-raw)
5710         (semantic-complete-read-tag-analyzer):
5711         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5712         * cedet/ede/util.el (ede-update-version-in-source):
5713         * cedet/ede/proj.el (project-delete-target):
5714         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5715         (ede-proj-flush-autoconf):
5716         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5717         (ede-proj-configure-synchronize):
5718         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5719         * cedet/ede/linux.el (ede-linux-version):
5720         * cedet/ede/emacs.el (ede-emacs-version):
5721         * cedet/ede/dired.el (ede-dired-add-to-target):
5722         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5723         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5724         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5725         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5726         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5727         (cedet-idutils-version-check):
5728         * cedet/cedet-global.el (cedet-gnu-global-call):
5729         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5730         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5731         * cedet/cedet-cscope.el (cedet-cscope-call)
5732         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5733         Use with-current-buffer.
5734         * cedet/ede.el (ede-make-project-local-variable)
5735         (ede-set-project-variables, ede-set): Use dolist.
5737 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5739         * textmodes/ispell.el (ispell-skip-region-alist):
5740         * international/mule-conf.el (eight-bit):
5741         * international/fontset.el (font-encoding-alist):
5742         * startup.el (pure-space-overflow-message):
5743         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5744         * paths.el (gnus-nntp-service, rmail-spool-directory)
5745         (term-file-prefix):
5746         * files.el (save-some-buffers-action-alist):
5747         * cmuscheme.el (same-window-buffer-names):
5748         * ielm.el (same-window-buffer-names):
5749         * shell.el (same-window-buffer-names):
5750         * mail/sendmail.el (same-window-buffer-names):
5751         * progmodes/inf-lisp.el (same-window-buffer-names):
5752         * bindings.el (mode-line-client)
5753         (mode-line-column-line-number-mode-map):
5754         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5755         (tibetan-precomposed-regexp): Purecopy string arguments.
5757 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5760         (calcDigit-nondigit):
5761         * calc/calc-yank.el (calc-copy-to-buffer):
5762         * calc/calc-units.el (calc-invalidate-units-table):
5763         * calc/calc-trail.el (calc-trail-yank):
5764         * calc/calc-store.el (calc-insert-variables):
5765         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5766         * calc/calc-prog.el (calc-read-parse-table):
5767         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5768         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5769         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5770         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5771         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5772         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5773         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5774         * calc/calc-ext.el (calc-realign):
5775         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5776         (calc-embedded-finish-edit, calc-embedded-make-info)
5777         (calc-embedded-finish-command, calc-embedded-stack-change):
5778         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5780         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5781         (overload-docstring-extension): Use that info.
5782         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5783         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5784         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5785         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5786         (semantic-nonterminal-full-name): Add the new `when' info.
5787         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5788         `assert'.
5790         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5791         shell-dynamic-complete-filename in preference to
5792         comint-dynamic-complete-filename.
5794         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5795         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5796         Don't consider whether the display supports colors.
5797         (bookmark-import-new-list): Use dolist.
5798         (bookmark-bmenu-mode-map): Move initialization into declaration.
5799         (bookmark-bmenu-list): Use dolist, simplify.
5800         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5801         (menu-bar-final-items): Use push.
5803 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5805         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5806         it works on remote files.
5807         (vc-hg-diff): Don't pass any `--cwd' argument.
5809 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5811         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5812         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5813         (Further to Bug#3921).
5815 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5817         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5818         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5819         calling `tramp-imap-put-file'.  Add file size to the call.
5820         (tramp-imap-get-file-entries): Compute also user name, file size,
5821         and date.
5822         (tramp-imap-handle-insert-directory): Insert uid and gid.
5823         (tramp-imap-handle-file-attributes): Transform uid and gid
5824         according to `id-format'.
5825         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5826         size in header X-Size.
5828 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5830         * simple.el (transpose-subr): Give clearer error when the mark
5831         is not set.  (Bug#4807)
5833 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5835         * net/tramp.el (tramp-perl-file-truename): New defconst.
5836         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5837         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5838         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5839         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5841         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5842         Ignore `dired-call-process'.
5843         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5845 2009-10-26  Julian Scheid  <julians37@gmail.com>
5847         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5848         (tramp-get-remote-readlink): New defun.
5849         (tramp-handle-file-truename): Use it.
5850         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5851         file exists if cache value present.
5852         (tramp-check-cached-permissions): New defun.
5853         (tramp-handle-file-readable-p): Use it.
5854         (tramp-handle-file-writable-p): Likewise.
5855         (tramp-handle-file-executable-p): Likewise.
5856         (tramp-handle-file-name-all-completions): Try using Perl to get
5857         partial completions.  When perl not available, combine `cd' and
5858         `ls' into single remote operation and use shell expansion to get
5859         partial remote directory contents.  Set `file-exists-p' cache for
5860         directory and any files returned by ls.  Change cache handling to
5861         support partial directory contents.  Use error message emitted by
5862         remote `cd' or Perl code for local tramp-error.
5863         (tramp-do-copy-or-rename-file-directly): Avoid separate
5864         tramp-send-command-and-check call.
5865         (tramp-handle-process-file): Merge three remote ops into one.
5866         Do not flush all caches when `process-file-side-effects' is set.
5867         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5868         file-attributes shows uid/gid to be set already.
5870 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5872         * textmodes/tex-mode.el (tex-dvi-view-command)
5873         (tex-show-queue-command, tex-open-quote):
5874         * progmodes/ruby-mode.el (auto-mode-alist)
5875         (interpreter-mode-alist): Purecopy strings.
5877         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5879         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5880         string for the hook, keymap and abbrev table.
5882         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5884         * x-dnd.el (x-dnd-xdnd-to-action):
5885         * startup.el (fancy-startup-text, fancy-about-text): Change to
5886         defconst from defvar.
5888         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5890         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5891         Purecopy initialization strings.
5893         * mail/sendmail.el (mail-header-separator)
5894         (mail-personal-alias-file):
5895         * mail/rmail.el (rmail-default-dont-reply-to-names)
5896         (rmail-ignored-headers, rmail-retry-ignored-headers)
5897         (rmail-highlighted-headers, rmail-secondary-file-directory)
5898         (rmail-secondary-file-regexp):
5899         * files.el (null-device, file-name-invalid-regexp)
5900         (locate-dominating-stop-dir-regexp)
5901         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5902         (interpreter-mode-alist): Use mapcar instead of mapc.
5904         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5906         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5907         (completion-ignored-extensions):
5908         (debug-ignored-errors): Purecopy strings.
5910 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5913         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5914         (pcomplete--here): Use push.
5916         * subr.el (all-completions): Declare the 4th arg obsolete.
5918 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5920         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5921         (pcomplete-unquote-argument): New function.
5922         (pcomplete--common-suffix): Always pay attention to case.
5923         (pcomplete--table-subvert): Quote and unquote the text.
5924         (pcomplete--common-quoted-suffix): New function.
5925         (pcomplete-std-complete): Use it and pcomplete-begin.
5927         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5928         we're inside a dedicated or minibuffer window.
5930 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5932         * cedet/semantic/fw.el (semantic-alias-obsolete)
5933         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5934         (define-mode-overload-implementation):
5935         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5936         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5937         * cedet/semantic/util.el (semantic-file-token-stream)
5938         (semantic-something-to-stream):
5939         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5940         (semantic-expand-nonterminal):
5941         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5942         (semantic-find-dependency, semantic-find-nonterminal)
5943         (semantic-find-dependency):
5944         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5945         (semantic-flex-text, semantic-flex-make-keyword-table)
5946         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5947         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5948         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5949         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5950         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5951         (semantic-after-idle-scheduler-reparse-hooks):
5952         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5953         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5954         * cedet/semantic.el (semantic-toplevel-bovine-table)
5955         (semantic-toplevel-bovine-cache)
5956         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5957         (semantic-init-mode-hooks, semantic-init-db-hooks)
5958         (semantic-bovination-working-type): Provide the `when' arg.
5960 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5962         * bookmark.el: Update documentation, especially documentation
5963         of `bookmark-alist' and of the bookmark file format.
5964         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5966 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5968         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5969         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5970         window to buffer.
5972         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5973         (global-whitespace-mode, global-whitespace-newline-mode)
5974         (whitespace-toggle-options, global-whitespace-toggle-options):
5975         Doc fix (Bug#3660).
5977         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5978         of xmltok-start before the end tag was inserted (Bug#2840).
5980         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5981         patterns that are preceded by an open-paren (Bug#1320).
5983 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5985         * files.el (delete-directory): Delete symlinks to directories with
5986         delete-file (Bug#4739).
5988 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5990         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5991         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5992         argument to make-obsolete.
5994         * cedet/semantic/fw.el (semantic-alias-obsolete)
5995         (semantic-varalias-obsolete): Add optional WHEN argument.
5997 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5999         * vc.el (vc-backend-for-registration): Rename from
6000         vc-get-backend-for-registration.  Update callers.
6002         * international/mule-cmds.el (set-language-info-alist):
6003         Purecopy lang-env.
6004         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6005         (charset): Purecopy the name.
6006         (define-char-code-property): Purecopy string arguments.
6008         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6009         Purecopy string arguments.
6011         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6012         * ediff-hook.el (menu-bar-ediff-menu):
6013         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6014         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6016 2009-10-24  Glenn Morris  <rgm@gnu.org>
6018         * comint.el (comint-dynamic-list-completions):
6019         * term.el (term-dynamic-list-completions): Use choose-completion rather
6020         than obsolete alias mouse-choose-completion.
6022         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6023         file-cache-choose-completion.
6024         (file-cache-choose-completion): Handle an optional event argument.
6025         (file-cache-mouse-choose-completion): Make it an obsolete alias.
6027         * progmodes/octave-mod.el (octave-complete-symbol):
6028         Use choose-completion if mouse-choose-completion is ever removed.
6030         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6031         use.
6033         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6034         compiler.
6036         * vc-hooks.el (vc-responsible-backend): Fix declaration.
6038 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6040         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6041         Ignore `pred' now that we receive one.
6042         Handle test-completion specially.
6044 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6046         * vc.el (vc-responsible-backend): Throw an error if not backend is
6047         found.  Remove the REGISTER argument.  Move the code dealing with
6048         REGISTER ...
6049         (vc-get-backend-for-registration): ... here.  New function.
6050         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6051         of vc-responsible-backend, pass the file name instead of the
6052         directory name.
6054 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6056         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6057         New funs.
6058         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6059         (pcomplete-comint-setup): Don't modify a global var via
6060         accidental side-effects.
6061         (pcomplete-shell-setup): Adjust call accordingly.
6062         (pcomplete-parse-comint-arguments): Use push.
6064 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
6066         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6067         Allow uncapitalized info node names (Bug#3921).
6069         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6070         to the DEBUG file (Bug#3781).
6072 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
6074         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6075         dictionary entry (Bug#4579).
6077 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
6079         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6080         from `rfn-eshadow-update-overlay-hook' when unloading.
6081         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6082         "rsyncc".  Adjust doc string.
6083         (tramp-temp-buffer-file-name): New buffer-local defvar.
6084         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6085         Keep temporary file when indicated by method ("rsync" and
6086         "rsyncc").
6087         (tramp-handle-write-region): Handle APPEND.
6088         (tramp-delete-temp-file-function): New defun.  Added to
6089         `kill-buffer-hook'.
6091 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
6093         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6095 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
6097         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6098         (color-name-rgb-alist, tty-standard-colors)
6099         (tty-color-mode-alist): Change to defconst.
6101         * simple.el (mark-inactive): Purecopy message.
6103         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6104         (global-map, yank-menu):
6105         * textmodes/ispell.el (ispell-menu-map):
6106         * net/eudc.el (eudc-tools-menu):
6107         * international/mule-cmds.el (describe-language-environment-map)
6108         (setup-language-environment-map, set-coding-system-map)
6109         (mule-menu-keymap):
6110         * vc-hooks.el (vc-menu-entry, vc-menu-map):
6111         * replace.el (occur-mode-map):
6112         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6114 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
6116         * calc/calc.el (math-read-number, math-read-number-simple): Use
6117         `save-match-data'.
6119 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6122         rather than fiddling with global-map bindings, since it should only
6123         affect per-terminal settings.
6124         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6126         * minibuffer.el (completion-table-with-terminator): Allow to specify
6127         the terminator-regexp.
6129         * simple.el (switch-to-completions): Look for *Completions* in other
6130         frames as well.
6132         * pcomplete.el: Allow the use of completion-tables.
6133         (pcomplete-std-complete): New command.
6134         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6135         (pcomplete--here): Use a function for `form' rather than an expression,
6136         so it can be byte-compiled.
6137         (pcomplete-here, pcomplete-here*): Adjust accordingly.
6138         Add edebug declaration.
6139         (pcomplete-show-completions): Remove unused var `curbuf'.
6140         (pcomplete-do-complete, pcomplete-stub):
6141         Don't assume `completions' is a list of strings any more.
6143 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
6145         * find-dired.el (find-name-arg): Fix typo in docstring.
6147 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6149         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6150         (pcmpl-linux-fs-types): Same, and update to new modules layout.
6152         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6153         pcomplete-entries.
6155         * comint.el (comint-read-input-ring, comint-write-input-ring)
6156         (comint-substitute-in-file-name)
6157         (comint-dynamic-complete-as-filename)
6158         (comint-dynamic-simple-complete)
6159         (comint-dynamic-list-filename-completions)
6160         (comint-dynamic-list-completions)
6161         (comint-redirect-results-list-from-process): Minor simplifications.
6163 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6165         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6166         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6167         the first form.  And insert a blank line after ";;; Code" since
6168         that's usual style.  (Bug#4612)
6170         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6172 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * minibuffer.el (completion-table-with-terminator): Properly implement
6175         boundaries, in case `terminator' appears in the suffix.
6176         (completion--embedded-envvar-table): Don't return boundaries if
6177         there's no valid completion.  Simplify.
6178         (completion-file-name-table): New completion table extracted from
6179         completion--file-name-table.
6180         (completion--file-name-table): Use it.
6181         (read-file-name-predicate): Declare obsolete.
6182         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6183         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6184         completion-file-name-table, and use the `pred' argument.
6185         * files.el (locate-file-completion-table): Use the `pred' arg rather
6186         than read-file-name-predicate.
6187         (abbreviate-file-name): Use \` rather than ^ for BOS.
6189 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
6191         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6192         vc-responsible-backend to register, it causes problems.
6194 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6196         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6198 2009-10-21  Eric Ludlam  <zappo@gnu.org>
6200         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6201         (semantic-c-debug-mode-init-pch): New functions.
6202         (semantic-c-debug-mode-init-last-mode): New var.
6203         (semantic-c-parse-lexical-token): Use them.
6205         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6206         When extracting the argument list, limit only by point-max.
6208 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
6210         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6211         (tramp-smb-handle-file-attributes): Use it.
6212         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6213         (tramp-smb-handle-insert-directory): Use `mapc' rather than
6214         `mapcar'.  Use `tramp-smb-get-stat-capability'.
6215         Add `dired-filename' text properties.
6216         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6217         (tramp-smb-maybe-open-connection): Simplify check for smbclient
6218         version.
6220 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6222         * subr.el (read-key-delay): Reduce to 0.01.
6223         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6224         (bug#4751).
6226 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6230         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6231         (Info-menu): Remove unused vars `last' and `completions'.
6232         (Info-index-nodes): Remove unused var `node'.
6234         * info.el (Info-complete-menu-item): Use complete-with-action.
6236 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
6238         Make vc-annotate work through copies and renames.
6239         * vc-annotate.el (vc-annotate-extract-revision-at-line):
6240         Return the file name too.
6241         (vc-annotate-revision-at-line)
6242         (vc-annotate-find-revision-at-line)
6243         (vc-annotate-revision-previous-to-line)
6244         (vc-annotate-show-log-revision-at-line): Update to get the file
6245         name from vc-annotate-extract-revision-at-line.
6246         (vc-annotate-show-diff-revision-at-line-internal): Change the
6247         argument to mean whether to show a file diff or not.  Get the file
6248         name from vc-annotate-extract-revision-at-line.
6249         (vc-annotate-show-diff-revision-at-line):
6250         Update vc-annotate-show-diff-revision-at-line call.
6251         (vc-annotate-warp-revision): Add an optional file argument.
6253         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6254         (vc-git-annotate-extract-revision-at-line): Also return the file
6255         name if found.
6257         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6258         command.  Remove unused code.
6259         (vc-hg-annotate-re): Update to match --follow output.
6260         (vc-hg-annotate-extract-revision-at-line): Also return the file
6261         name if found.
6263         * vc.el: Update annotate-extract-revision-at-line documentation.
6265 2009-10-18  Kevin Ryde  <user42@zip.com.au>
6267         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6268         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6270         * net/browse-url.el (browse-url): Identify alist with "consp and
6271         not functionp" and let all other things go down the `apply' leg,
6272         as suggested by Stefan.  (Further to bug#4531.)
6274 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
6276         * minibuffer.el (read-file-name): Check for repeat before putting
6277         a default argument in file-name-history (Bug#4657).
6279         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6280         read syntax (Bug#4737).
6282         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6284 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6286         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6287         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6288         entries and make note of obsolete tags.
6290 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6294 2009-10-18  Glenn Morris  <rgm@gnu.org>
6296         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6297         grep, so that binary files (eg international/uni-bidi.el) can match.
6298         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6299         now, and in any case the file header format has changed.
6301 2009-10-17  Glenn Morris  <rgm@gnu.org>
6303         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6304         (flyspell-get-word, flyspell-large-region)
6305         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6307 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6309         * Makefile.in (ELCFILES): Add ede/shell.
6311 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6313         * term/common-win.el (x-colors): Purecopy it.
6315 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6318         permissive for when the buffer is empty.
6319         (tar-header-block-tokenize): Decode the username and groupname.
6320         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6322 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6324         * cedet/srecode/srt.el:
6325         * cedet/srecode/compile.el:
6326         * cedet/semantic/mru-bookmark.el:
6327         * cedet/semantic/debug.el:
6328         * cedet/semantic/complete.el:
6329         * cedet/semantic/analyze.el: Require CL when compiling.
6331 2009-10-17  Eric Ludlam  <zappo@gnu.org>
6333         * cedet/semantic/scope.el
6334         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6335         tmpscope so that the regular scope will continue to work.
6337         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6338         Use semantic-idle-summary-highlight-face as the highlighting.
6340         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6341         contains multibyte characters, choose first applicable coding
6342         system automatically.
6344         * cedet/ede/project-am.el (project-run-target): New method.
6345         (project-run-target): New method.
6347         * cedet/ede.el (ede-target): Add run target menu item.
6348         (ede-project, ede-minor-keymap): Add ede-run-target binding.
6349         (ede-run-target): New function.
6350         (ede-target::project-run-target): New method.
6352         * cedet/ede/proj.el (project-run-target): New method.
6354         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6355         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
6356         Add :rules.
6357         (ede-proj-target-makefile-shared-object): Only libtool compilers
6358         now available.  Add linkers for libtool.
6359         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6360         (ede-proj-makefile-target-name): Always use .la extension.
6362         * cedet/ede/proj-prog.el (project-run-target): New method.
6364         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6365         (ede-g++-linker): Change Change link lines.
6367         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6368         When searching for old variables, go to the end of the buffer and
6369         search backward from there.
6370         (ede-proj-makefile-automake-insert-subdirs)
6371         (ede-proj-makefile-automake-insert-extradist): New methods.
6372         (ede-proj-makefile-create): Use them.
6374         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6375         Force FILE to expand to the current target.  Use file-exists-p to
6376         check that it exists.
6378         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6379         (ede-linux-load): Wrap dir in file-name-as-directory.
6380         Set :version slot.
6382         * cedet/ede/files.el (ede-get-locator-object): When enabling
6383         locate, do so on "top".
6385         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6386         file-name-as-directory during compare.
6387         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6388         Get version number from different places.  Don't call egrep.
6389         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6390         to set the directory.
6392         * cedet/ede/shell.el: New file.
6394         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6395         alpha/beta variants.
6397 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * international/mule-cmds.el (select-safe-coding-system): If the file
6400         has a coding cookie, use it regardless of any other setting (bug#4712).
6402 2009-10-17  Glenn Morris  <rgm@gnu.org>
6404         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6405         All errors should have messages.
6407         * foldout.el (foldout-mouse-swallow-events):
6408         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6410         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6411         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6412         (dired-keep-marker-symlink, dired-dwim-target)
6413         (dired-copy-preserve-time): Do not autoload these defcustoms.
6415         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6416         messages from messing up the file coding.  (Bug#4623)
6418 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6420         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6421         if no match is found for the current dictionary.  (Bug#4578)
6423         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6424         optional, since that is how it is documented, and this is often called
6425         with a nil argument.  (Bug#4577)
6426         (flyspell-external-point-words, flyspell-auto-correct-word)
6427         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6428         (flyspell-word-search-backward): Remove nil argument in calls to
6429         flyspell-get-word, since it is not needed now.
6431 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6433         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6435 2009-10-16  Glenn Morris  <rgm@gnu.org>
6437         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6439 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6441         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6442         (ange-ftp-file-size): New function.
6443         (ange-ftp-file-attributes): Use it.
6445 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6447         * net/tramp-smb.el (tramp-smb-version): New defvar.
6448         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6449         repeated checks.
6451 2009-10-16  Glenn Morris  <rgm@gnu.org>
6453         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6454         Maybe copy some custom properties from old to new name.  (Bug#4706)
6456 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6458         * subr.el (error, sit-for, start-process-shell-command)
6459         (start-file-process-shell-command): Set the calling convention
6460         after the function definition.
6462 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * subr.el (error, sit-for, start-process-shell-command)
6465         (start-file-process-shell-command): Use the new
6466         set-advertised-calling-convention feature.
6468 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6470         * international/ucs-normalize.el (ucs-normalize-version):
6471         Change to 1.2.
6472         (check-range): Adjust for Unicode 5.2.
6474 2009-10-15  Juri Linkov  <juri@jurta.org>
6476         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6477         to the `menu-item' format.
6479 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6481         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6482         if the environment variable does not exist.
6484         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6485         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6486         parameter.
6487         (tramp-smb-handle-add-name-to-file)
6488         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6489         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6490         (tramp-smb-handle-file-attributes)
6491         (tramp-smb-do-file-attributes-with-stat)
6492         (tramp-smb-handle-file-local-copy)
6493         (tramp-smb-handle-insert-directory)
6494         (tramp-smb-handle-make-directory)
6495         (tramp-smb-handle-make-directory-internal)
6496         (tramp-smb-handle-make-symbolic-link)
6497         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6498         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6499         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6500         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6501         Handle long file names.
6502         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6503         process is running.
6504         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6505         Read share names with "-g" option.
6507 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6509         * net/rcirc.el (rcirc-view-log-file): New command.
6510         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6511         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6512         specified.
6514 2009-10-15  Glenn Morris  <rgm@gnu.org>
6516         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6517         from the second command-line argument.
6518         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6519         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6520         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6521         w32-batch-update-autoloads.
6522         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6523         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6525         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6526         the headers cannot be located.  Simplify, subtracting superflous
6527         save-excursions.
6529 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         Replace completion-base-size by completion-base-position to fix bugs
6532         such as (bug#4699).
6533         * simple.el (completion-base-position): New var.
6534         (completion-base-size): Mark as obsolete.
6535         (choose-completion): Make it work for mouse events as well.
6536         Pass the new base-position to choose-completion-string.
6537         (choose-completion-guess-base-position): New function, extracted from
6538         choose-completion-delete-max-match.
6539         (choose-completion-delete-max-match): Use it.  Make obsolete.
6540         (choose-completion-string): Use the new base-position info.
6541         (completion-root-regexp): Delete.
6542         (completion-setup-function): Preserve completion-base-position.
6543         Eliminate obsolete base-size manipulation.
6544         * minibuffer.el (display-completion-list): Don't mess with base-size.
6545         (minibuffer-completion-help): Set completion-base-position instead.
6546         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6547         choose-completion.
6548         * textmodes/bibtex.el (bibtex-complete):
6549         * emacs-lisp/crm.el (crm--choose-completion-string):
6550         Adjust to new calling convention.
6551         * complete.el (partial-completion-mode): Use minibufferp to avoid
6552         bumping into incompatible change to choose-completion-string-functions.
6553         * ido.el (ido-choose-completion-string): Make its calling convention
6554         more permissive.
6555         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6556         base-size manipulation.
6557         (comint-dynamic-list-input-ring): Use dotimes and push.
6558         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6559         fundamental-mode.  Use `or'.
6561 2009-10-14  Juri Linkov  <juri@jurta.org>
6563         * misearch.el (multi-isearch-next-buffer-from-list)
6564         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6566 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6569         `bytecomp.el'.
6571         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6572         string we return is all made up of text from the completions rather
6573         than part from the completions and part from the input (bug#4219).
6575         * ido.el (ido-everywhere): Use define-minor-mode.
6577         * buff-menu.el (list-buffers, ctl-x-map):
6578         Mark the entry points with ;;;###autoload cookies.
6580 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6582         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6583         correctly in the detached head case.
6584         (vc-git-print-log): Remove unused binding.
6586         * vc.el (vc-responsible-backend): When a directory is passed for
6587         for registration create a VC repository if no backend is
6588         responsible for the directory argument.
6589         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6591         * vc.el: Move comments about RCS and SCCS ...
6592         * vc-rcs.el:
6593         * vc-sccs.el: ... here, respectively.
6595 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * minibuffer.el (completion--file-name-table): Return nil if there's
6598         no file completion, even if substitute-in-file-name changed
6599         the string (bug#4708).
6601 2009-10-13  Juri Linkov  <juri@jurta.org>
6603         * files-x.el (read-file-local-variable-value): Don't filter out
6604         minor modes from mode name completion (bug#4664).
6606 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6608         * international/mule-cmds.el (ucs-names): Remove exclusion of
6609         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6611 2009-10-13  Kenichi Handa  <handa@m17n.org>
6613         * international/uni-name.el: Regenerated.
6615 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6617         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6618         should be automatically buffer-local, but isn't.)
6620 2009-10-12  Sam Steingold  <sds@gnu.org>
6622         * progmodes/compile.el (compilation-next-error-function): Fix the
6623         timestamps if the buffer has been visited before.
6624         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6625         non-anchored patterns, like the perl one (bug#3928).
6627 2009-10-12  Glenn Morris  <rgm@gnu.org>
6629         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6630         Let-bind `size'.
6632 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6634         * proced.el (proced-unload-function): New function.
6636         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6637         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6638         Doc fix.
6640         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6642 2009-10-11  Juri Linkov  <juri@jurta.org>
6644         * files-x.el (read-file-local-variable-value):
6645         Provide default value only for bound variables (bug#4664).
6647 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6649         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6650         connection methods like smb.
6652         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6653         can be empty.
6655         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6656         (tramp-smb-file-name-handler-alist): Add handlers for
6657         `add-name-to-file', `make-symbolic-link'.
6658         (tramp-smb-handle-add-name-to-file)
6659         (tramp-smb-do-file-attributes-with-stat)
6660         (tramp-smb-handle-make-symbolic-link)
6661         (tramp-smb-get-cifs-capabilities): New defuns.
6662         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6663         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6664         (tramp-smb-handle-file-local-copy)
6665         (tramp-smb-handle-make-directory-internal)
6666         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6667         The file name syntax depends on cifs capabilities.
6668         (tramp-smb-handle-file-attributes):
6669         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6670         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6671         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6673 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6675         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6676         (eieio-defclass): Apply deftype handler and setf-method properties
6677         directly.
6678         (eieio-add-new-slot): Avoid union function from cl library.
6679         (eieio--typep): New function.
6680         (eieio-perform-slot-validation): Use it.
6682 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6684         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6685         Update documentation to refer to the variables documented in r1.135.
6686         (Bug#4188)
6688 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6690         * bookmark.el (Info-suffix-list): Remove this unused variable.
6691         (bookmark-current-point): Remove this obsolete variable.
6692         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6693         Adjust for removal of bookmark-current-point.
6695         (bookmarks-already-loaded, bookmark-current-buffer)
6696         (bookmark-yank-point): Document.  (Bug#4188)
6698 2009-10-10  Glenn Morris  <rgm@gnu.org>
6700         * frame.el (frame-height): Doc fix.
6702         * calendar/calendar.el (calendar-split-width-threshold): New option.
6703         (calendar-basic-setup): Use calendar-split-width-threshold.
6705 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6707         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6708         Use .la for Automake.
6710 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6712         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6713         Use "autoreconf -i".  Suggested by Andreas Schwab.
6715 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6717         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6718         Ideographic Supplement" range (U+1F200..U+1F2FF).
6720 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6722         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6723         since the list will have been rebuilt anyway.  (Bug#4349)
6725 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6727         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6728         (bookmark-bmenu-execute-deletions): Don't save here, as
6729         bookmark-delete will now do so if necessary.
6730         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6731         (Bug#4348)
6733 2009-10-09  Glenn Morris  <rgm@gnu.org>
6735         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6737 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6739         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6740         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6741         argument now, so the two function's behaviors will match.  (Bug#3645)
6743 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6745         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6746         Fix filename test.
6747         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6748         to expand file names.
6750 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6752         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6753         (tramp-file-name-real-host, tramp-file-name-port):
6754         Apply `save-match-data'.
6756         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6757         case both directories are remote.
6758         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6759         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6761 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6763         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6764         (ede-proj-target-makefile-objectcode): Use it.
6766         * cedet/ede/source.el (ede-want-any-source-files-p)
6767         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6768         Return search result.  This error was introduced while merging.
6770 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6772         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6774 2009-10-07  Glenn Morris  <rgm@gnu.org>
6776         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6777         of concat.
6779 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * files-x.el (read-file-local-variable): Include some
6782         non-user-variables in the completion table (bug#4664).
6784 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6786         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6787         message.
6789         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6790         (tramp-smb-file-name-handler-alist): Add handler for
6791         `copy-directory', `expand-file-name', `set-file-modes'.
6792         (tramp-smb-handle-copy-directory)
6793         (tramp-smb-handle-expand-file-name)
6794         (tramp-smb-handle-set-file-modes): New defuns.
6795         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6796         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6797         entry.
6798         (tramp-smb-handle-insert-directory): Don't flush the cache.
6799         (tramp-smb-maybe-open-connection): Check for samba client and
6800         server versions.
6802 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6804         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6805         to not error out of search for "^lisp=" fails.
6807 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6809         * makefile.w32-in (WINS_UPDATES): New macro.
6810         (custom-deps, finder-data, autoloads): Use it.
6812 2009-10-07  Glenn Morris  <rgm@gnu.org>
6814         * Makefile.in (autoloads): Revert previous change.
6815         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6816         the list of preloaded files passed on the command-line, get
6817         it from src/Makefile.
6819         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6820         show the original buffer rather than a random one.
6822 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6824         * help.el (describe-no-warranty): Place point in a slightly better
6825         position in the GPLv3 text.
6827 2009-10-06  Sam Steingold  <sds@gnu.org>
6829         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6830         the comm attribute is present before calling regexp-quote.
6832 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6834         * play/animate.el (animate-string): For good effect, make sure
6835         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6837         * play/animate.el (animate-sequence, animate-birthday-present):
6838         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6840 2009-10-06  Glenn Morris  <rgm@gnu.org>
6842         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6844         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6845         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6846         (batch-update-autoloads): Process a string value of autoload-excludes,
6847         set during the build process.
6848         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6850         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6851         inside with-parsed...  macro so that `v' is defined.
6853         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6854         * progmodes/fortran.el (fortran-end-of-block)
6855         (fortran-beginning-of-block):
6856         Also push mark in the macro case.
6858         * emerge.el (emerge-show-file-name):
6859         * calc/calc.el (calc-quit):
6860         * calc/calc-misc.el (calc-big-or-small):
6861         * calc/calc-graph.el (calc-graph-view):
6862         * calc/calc-ext.el (calc-reset):
6863         * calendar/calendar.el (calendar-basic-setup):
6864         Use window-full-height-p.
6866         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6867         header we don't understand, don't insert another.  (Bug#4624)
6868         If changing mime charset, insert the new one in the right place.
6870 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6872         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6873         (cal-tex-cursor-month): Correctly increment the end date for diary and
6874         holiday listing.  (Bug#4626)
6876 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6878         * help-fns.el (describe-function-1): Don't burp if the function is not
6879         a symbol.
6881 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6883         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6884         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6885         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6886         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6888         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6889         (eieio-default-superclass): Reflow docstrings.
6890         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6891         (eieio-unbind-method-implementations, defmethod)
6892         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6893         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6894         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6895         (eieio-slot-originating-class-p, eieio-slot-name-index)
6896         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6897         (constructor, initialize-instance, no-next-method, object-print)
6898         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6899         Fix typos in docstrings.
6900         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6901         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6902         (next-method-p): Doc fixes.
6903         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6904         Fix typos in error messages.
6905         (eieio-defmethod): Fix typo in description of generic method.
6907         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6908         (eieio-persistent-save-interactive, slot-missing):
6909         Fix typos in docstrings.
6910         (eieio-instance-inheritor-slot-boundp): Doc fix.
6912         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6913         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6915         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6916         (eieio-custom-object-apply-reset):
6917         Fix typos in docstrings and error messages.
6919         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6920         Fix typo in docstring.
6922         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6923         (eieio-browse-tree): Doc fix.
6924         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6925         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6926         Fix typos in docstrings.
6928         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6929         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6930         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6931         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6932         Reflow docstrings.
6934 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6936         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6937         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6938         Set log-view-vc-backend so that diff can work.
6940         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6941         vc-version-diff.
6942         (vc-diff-internal): Autoload this instead of vc-version-diff.
6944 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6946         * simple.el (eval-expression): Doc fix.
6948         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6950 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6952         * files.el (directory-files-no-dot-files-regexp): New defconst.
6953         (delete-directory): Use it.
6954         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6956         * net/tramp.el (tramp-verbose): Fix docstring.
6957         (tramp-methods): Add recursive option to `tramp-copy-args'.
6958         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6959         "scp1_old", "scp2_old", "rsync", "rsyncc".
6960         (tramp-default-method): Check also for `auth-source-user-or-password'.
6961         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6962         Add handler for `copy-directory'.
6963         (tramp-handle-copy-directory): New defun.
6964         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6965         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6966         Optimize sent command.
6968 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6971         window if necessary.
6973         * calendar/calendar.el (calendar-basic-setup): Don't call
6974         switch-to-buffer in a dedicated window.
6976 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6978         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6979         don't do anything related to relocating, just return nil.
6980         (bookmark-error-no-filename): New error.
6981         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6982         bookmark has no file.  Don't even attempt to handle things that
6983         are not files; the whole point of custom handlers is to keep that
6984         knowledge elsewhere anyway.  Tighten some comments.
6985         (bookmark-file-or-variation-thereof): Remove now-unused function.
6986         (bookmark-location): Doc string fix.
6987         (Bug#4250)
6989 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6991         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6992         don't use a file dialog, because they usually don't know how to read
6993         a directory target from the user.  (Bug#4230)
6994         Also, make sure the prompt can display directories as well as files.
6996 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6998         * bookmark.el (bookmark-set, bookmark-buffer-name):
6999         Improve doc strings.  (Bug#1193)
7001 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7003         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7004         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7005         (bookmark-get-annotation, bookmark-set-annotation)
7006         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7007         (bookmark-set-position, bookmark-get-front-context-string)
7008         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7009         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7010         (bookmark-jump-other-window, bookmark-handle-bookmark)
7011         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7012         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7013         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7014         Improve doc strings to say whether bookmark can be a string or
7015         a record or both, and make other consistency and clarity fixes.
7016         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7017         (bookmark-default-annotation-text, bookmark-yank-word)
7018         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7019         (bookmark-import-new-list, bookmark-maybe-rename)
7020         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7021         (bookmark-bmenu-bookmark): Give these doc strings.
7022         (bookmark-bmenu-check-position): Give this a doc string, but also
7023         add a FIXME comment about how the function may be pointless.
7024         (bookmark-default-handler): Rework doc string and change a
7025         parameter name, to clarify that this takes a bookmark record
7026         not a bookmark name.
7027         (bookmark-set): Change a parameter name to indicate its meaning,
7028         and improve the doc string a bit.
7029         (Bug#4188)
7031 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7033         * bookmark.el (bookmark-alist): Document the new `handler' element
7034         in the param alist.
7035         (bookmark-make-record-function): Adjust documentation for above.
7036         (Bug#4193)
7038 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
7040         * info.el (Info-bookmark-make-record): Document this function.
7041         (Info-bookmark-jump): Document with a doc string, not just a comment.
7042         (Bug#4203)
7044 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7046         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7047         (semantic-new-buffer-fcn): Call parser setup functions here.
7048         (semantic-mode): Don't call parser setup functions here, it's done
7049         in semantic-new-buffer-fcn now.
7050         (semantic-mode): Parse all existing buffers when enabled.
7052         * cedet/srecode/compile.el (srecode-compile-file):
7053         Call semantic-new-buffer-fcn if the buffer has not been parsed.
7055 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7057         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7059         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7060         (proj-comp-insert-variable-once): New macro, renamed from
7061         ede-pmake-insert-variable-once in ede/pmake.edl.
7062         (ede-proj-makefile-insert-variables): Use it.
7064 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
7066         * files.el (copy-directory): New defun.
7068         * dired-aux.el (dired-copy-file-recursive): Use it.
7070 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7072         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7073         (makefile-end-of-command):
7074         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7075         (semantic-end-of-context): Fix previous change.  Doc fixes.
7077 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7079         * files-x.el (modify-dir-local-variable)
7080         (copy-dir-locals-to-file-locals-prop-line):
7081         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7082         (makefile-end-of-command):
7083         * cedet/semantic/lex.el (semantic-lex-token):
7084         * cedet/semantic/analyze/fcn.el
7085         (semantic-analyze-dereference-metatype-1):
7086         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7087         (semantic-lex-cpp-undef):
7088         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7089         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7090         (semantic-end-of-context): Fix typos in docstrings.
7092         * recentf.el (recentf-unload-function): New function.
7094 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
7096         * cedet/ede.el (ede-project-placeholder-cache-file):
7097         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7098         * cedet/srecode/map.el (srecode-map-save-file):
7099         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
7101 2009-10-04  Glenn Morris  <rgm@gnu.org>
7103         * window.el (window-full-height-p): Add doc string.
7105 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
7107         * window.el (window-full-height-p): New function.  (Bug#4543)
7109 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
7111         * cedet/srecode/insert.el: Require srecode/args.
7113         * cedet/srecode/args.el: Require srecode/dictionary instead of
7114         srecode/insert.
7116         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7118         * files.el (auto-mode-alist): Add .srt and Project.ede.
7120         * cedet/semantic.el (semantic-mode):
7121         Handle srecode-template-mode-hook as well.
7122         (semantic-mode): Use js-mode-hook for Javascript hook.
7124         * cedet/srecode/template.el: Remove hook variable.
7126         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7128         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7129         projects exist.
7130         (ede-project-placeholder-cache-file): Default to a file in
7131         user-emacs-directory.
7133         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7134         templates in data-directory.
7135         (srecode-map-save-file): Default to a file in user-emacs-directory.
7137         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7138         directory.
7140 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7142         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7143         Doc fix.
7145         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7146         Only insert each variable once.
7148         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7149         (ede-pmake-insert-variable-shared): Use it.
7151         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7152         for lexical table iff table is nil.
7154 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
7156         * vc.el: Remove commented out code.
7157         (vc-derived-from-dir-mode): Remove, unused.
7158         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7160 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
7162         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7163         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
7164         there could be recursive loading when `default-directory' is a
7165         remote file name.  (Bug#4614)
7167 2009-10-03  Glenn Morris  <rgm@gnu.org>
7169         * calendar/calendar.el (calendar-basic-setup): Handle the case where
7170         the frame is wide.
7171         (calendar-generate-window): Test for shrinkability rather than width.
7173         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7174         declaration, currently false.
7176         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7177         reusing existing buffers, in case we happen to visit two files with the
7178         same basename.  (Bug#4593)
7180 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7182         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7183         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7184         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7185         subdirs of cedet as well.
7186         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7188 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7191         Obey advertised-signature-table.
7193         * help-fns.el (help-function-arglist): Don't check
7194         advertised-signature-table.
7195         (describe-function-1): Do it here instead so it also applies to subrs.
7197 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7199         * simple.el (start-file-process): Say in the doc-string, that file
7200         handlers might not support pty association, if PROGRAM is nil.
7202         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7203         HOST and USER are strings.  They are nil, when there are
7204         incomplete entries in ~/.netrc, for example.
7205         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
7206         root directory ("device busy" error otherwise).
7208         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7209         Flush file properties of created directory.
7211 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
7213         * makefile.w32-in (WINS_BASIC): Remove cedet.
7214         (WINS_CEDET): Add cedet.
7215         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7217 2009-10-02  Kevin Ryde  <user42@zip.com.au>
7219         * net/browse-url.el (browse-url): Pass any symbol in
7220         browse-url-browser-function to `apply', since if you've mistakenly put
7221         an unbound symbol then the error is clearer.  (Bug#4531)
7223 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7225         * allout.el (allout-init, allout-back-to-current-heading)
7226         (allout-beginning-of-current-entry, allout-ascend-to-depth)
7227         (allout-ascend, allout-up-current-level, allout-end-of-level)
7228         (allout-previous-visible-heading, allout-forward-current-level)
7229         (allout-backward-current-level, allout-show-children):
7230         * apropos.el (apropos-describe-plist):
7231         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7232         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7233         * completion.el (add-completion, add-permanent-completion):
7234         * descr-text.el (describe-text-category, describe-char):
7235         * desktop.el (desktop-lazy-abort):
7236         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7237         * dired.el (dired-build-subdir-alist):
7238         * ediff.el (ediff-version):
7239         * elide-head.el (elide-head, elide-head-show):
7240         * emerge.el (emerge-version):
7241         * env.el (getenv):
7242         * face-remap.el (variable-pitch-mode):
7243         * faces.el (describe-face):
7244         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7245         (dired-at-point):
7246         * files.el (find-file-existing, auto-save-mode):
7247         * font-lock.el (font-lock-fontify-buffer):
7248         * help-fns.el (describe-function, describe-variable)
7249         (describe-syntax, describe-categories):
7250         * help.el (view-lossage, describe-bindings, describe-key)
7251         (describe-mode):
7252         * hexl.el (hexl-current-address):
7253         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7254         * info.el (Info-goto-emacs-key-command-node):
7255         * log-edit.el (log-edit-insert-cvs-template)
7256         (log-edit-insert-cvs-rcstemplate):
7257         * menu-bar.el (menu-bar-mode):
7258         * mouse.el (mouse-appearance-menu):
7259         * newcomment.el (comment-indent-new-line):
7260         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7261         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7262         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7263         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7264         * recentf.el (recentf-mode):
7265         * savehist.el (savehist-mode, savehist-save):
7266         * shadowfile.el (shadow-copy-files):
7267         * simple.el (kill-ring-save, next-line, previous-line)
7268         (normal-erase-is-backspace-mode):
7269         * strokes.el (strokes-update-window-configuration)
7270         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7271         (strokes-xpm-for-stroke):
7272         * time.el (emacs-uptime, emacs-init-time):
7273         * tutorial.el (tutorial--describe-nonstandard-key)
7274         (tutorial--detailed-help):
7275         * type-break.el (type-break-mode)
7276         (type-break-mode-line-message-mode, type-break-query-mode)
7277         (type-break-guesstimate-keystroke-threshold):
7278         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7279         * version.el (emacs-version):
7280         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7281         * winner.el (winner-mode):
7282         * calendar/timeclock.el (timeclock-in, timeclock-out)
7283         (timeclock-status-string, timeclock-change)
7284         (timeclock-workday-remaining-string)
7285         (timeclock-workday-elapsed-string)
7286         (timeclock-when-to-leave-string):
7287         * calendar/todo-mode.el (todo-add-category):
7288         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7289         * emacs-lisp/autoload.el (update-file-autoloads):
7290         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7291         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7292         (checkdoc-message-text, checkdoc-defun):
7293         * emacs-lisp/debug.el (debugger-list-functions):
7294         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7295         * emacs-lisp/eieio-opt.el (eieio-describe-class)
7296         (eieio-describe-generic):
7297         * emacs-lisp/lisp-mnt.el (lm-synopsis):
7298         * emacs-lisp/shadow.el (list-load-path-shadows):
7299         * emulation/cua-base.el (cua-mode):
7300         * emulation/edt.el (edt-set-scroll-margins):
7301         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7302         (tpu-toggle-regexp, tpu-toggle-search-direction)
7303         (tpu-toggle-rectangle, tpu-toggle-control-keys):
7304         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7305         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7306         (viper-set-parsing-style-toggling-macro)
7307         (viper-set-emacs-state-searchstyle-macros):
7308         * emulation/viper.el (viper-set-hooks):
7309         * eshell/esh-mode.el (eshell-truncate-buffer):
7310         * international/mule-cmds.el (prefer-coding-system)
7311         (describe-input-method, describe-language-environment):
7312         * international/mule-diag.el (list-character-sets)
7313         (describe-character-set, describe-coding-system)
7314         (describe-fontset, list-fontsets, list-input-methods):
7315         * mail/sendmail.el (mail-signature):
7316         * net/ange-ftp.el (ange-ftp-copy-file):
7317         * net/browse-url.el (browse-url):
7318         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7319         * net/quickurl.el (quickurl-add-url):
7320         * net/rcirc.el (names, topic):
7321         * net/xesam.el (xesam-mode):
7322         * play/5x5.el (5x5-new-game):
7323         * play/yow.el (apropos-zippy):
7324         * progmodes/ada-mode.el (ada-mode-version):
7325         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7326         (f90-end-of-block)
7327         (f90-beginning-of-block):
7328         * progmodes/fortran.el (fortran-end-of-block)
7329         (fortran-beginning-of-block):
7330         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7331         * progmodes/python.el (python-describe-symbol, python-shell):
7332         * term/ns-win.el (ns-print-buffer):
7333         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7334         * textmodes/flyspell.el (flyspell-mode-on):
7335         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7336         (pages-directory-for-addresses):
7337         * textmodes/table.el (table-recognize-cell)
7338         (table-query-dimension, table-generate-source)
7339         (table-insert-sequence, table--warn-incompatibility):
7340         * textmodes/tex-mode.el (tex-validate-buffer):
7341         * textmodes/texinfmt.el (texinfmt-version)
7342         (texinfo-format-buffer):
7343         Use `called-interactively-p' instead of `interactive-p'.
7345 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
7347         * image-mode.el (image-toggle-display):
7348         * emacs-lisp/elp.el (elp-instrument-function):
7349         * emacs-lisp/advice.el (ad-make-advised-definition):
7350         * emacs-lisp/easy-mmode.el (define-minor-mode):
7351         * net/browse-url.el (browse-url-maybe-new-window):
7352         * progmodes/sh-script.el (sh-learn-buffer-indent):
7353         Pass new argument 'any to `called-interactively-p'.
7355 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7357         * international/uni-bidi.el:
7358         * international/uni-category.el:
7359         * international/uni-combining.el:
7360         * international/uni-comment.el:
7361         * international/uni-decimal.el:
7362         * international/uni-decomposition.el:
7363         * international/uni-digit.el:
7364         * international/uni-lowercase.el:
7365         * international/uni-mirrored.el:
7366         * international/uni-name.el:
7367         * international/uni-numeric.el:
7368         * international/uni-old-name.el:
7369         * international/uni-titlecase.el:
7370         * international/uni-uppercase.el:
7371         Regenerate from Unicode 5.2.0 data.
7373 2009-10-01  Glenn Morris  <rgm@gnu.org>
7375         * Makefile.in (ELCFILES): Regenerate.
7377 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * subr.el (interactive-p): Mark obsolete.
7380         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7381         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7382         advertised-signature-table for subroutines as well.
7384         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7385         (set-advertised-calling-convention): New function.
7386         (make-obsolete, define-obsolete-function-alias)
7387         (make-obsolete-variable, define-obsolete-variable-alias):
7388         Make the optional-ness of `when' obsolete.
7389         (define-obsolete-face-alias): Make `when' non-optional.
7390         * help-fns.el (help-function-arglist):
7391         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7392         Use advertised-signature-table.
7394 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7396         * files.el (delete-directory): New defun.  The original function
7397         in fileio.c has been renamed to `delete-directory-internal'.
7399         * dired.el (dired-delete-file): Call `delete-directory' with
7400         RECURSIVE parameter.
7402         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7403         parameter RECURSIVE.  Implementation is missing.
7405         * net/tramp.el (tramp-handle-make-directory): Flush upper
7406         directory's file properties.
7407         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7408         (tramp-handle-dired-recursive-delete-directory): Flush directory
7409         properties after the remove command only.
7411         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7412         Handle optional parameter RECURSIVE.
7414         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7415         Handle optional parameter RECURSIVE.
7417         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7418         connection timeout.
7419         (tramp-smb-handle-delete-directory): Handle optional parameter
7420         RECURSIVE.
7422 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7424         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7425         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7426         (byte-compile-defmacro): Use backquotes.
7428         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7430         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7431         has no associated file.
7432         (vc-resynch-buffer): Use vc-dir-buffers.
7434 2009-10-01  Glenn Morris  <rgm@gnu.org>
7436         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7437         (chart-file-count):
7438         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7439         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7440         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7441         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7442         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7443         (eieio-copy-parents-into-subclass, make-instance, class-children)
7444         (eieio-generic-form):
7445         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7446         * cedet/cedet-idutils.el (cedet-idutils-search)
7447         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7448         (cedet-idutils-version-check):
7449         * cedet/cedet.el (cedet-version):
7450         * cedet/data-debug.el (data-debug-insert-overlay-button)
7451         (data-debug-insert-overlay-list-button)
7452         (data-debug-insert-buffer-button)
7453         (data-debug-insert-buffer-list-button)
7454         (data-debug-insert-process-button, data-debug-insert-ring-button)
7455         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7456         (data-debug-insert-stuff-vector-button)
7457         (data-debug-insert-symbol-button, data-debug-insert-string)
7458         (data-debug-insert-number, data-debug-insert-lambda-expression)
7459         (data-debug-insert-nil, data-debug-insert-simple-thing)
7460         (data-debug-insert-custom, data-debug-edebug-expr):
7461         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7462         (global-ede-mode-map, ede-new, ede-debug-target)
7463         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7464         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7465         (semantic-fetch-tags, semantic-submode-list)
7466         (semantic-default-submodes):
7467         * cedet/ede/source.el (ede-source-match):
7468         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7469         (project-am-package-info):
7470         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7471         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7472         * cedet/ede/proj-comp.el (ede-current-build-list):
7473         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7474         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7475         * cedet/ede/cpp-root.el (initialize-instance):
7476         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7477         (autoconf-parameter-strip, autoconf-insert-new-macro):
7478         * cedet/semantic/wisent.el (wisent-lex-eoi):
7479         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7480         (semantic-show-parser-state-mode):
7481         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7482         * cedet/semantic/tag.el (semantic-tag-new-variable)
7483         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7484         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7485         (semantic--tag-deep-copy-tag-list)
7486         (semantic-tag-components-with-overlays-default):
7487         * cedet/semantic/symref.el (semantic-symref-find-text):
7488         * cedet/semantic/senator.el (senator-yank-tag)
7489         (senator-transpose-tags-up):
7490         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7491         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7492         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7493         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7494         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7495         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7496         * cedet/semantic/lex-spp.el
7497         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7498         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7499         * cedet/semantic/idle.el
7500         (semantic-idle-summary-current-symbol-info-brutish)
7501         (semantic-idle-summary-current-symbol-info-default):
7502         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7503         (semantic--grammar-macro-compl-dict):
7504         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7505         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7506         (semantic-format-tag-canonical-name-default):
7507         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7508         (semantic-find-tags-for-completion)
7509         (semantic-find-tags-by-scope-protection-default)
7510         (semantic-deep-find-tags-for-completion):
7511         * cedet/semantic/edit.el
7512         (semantic-edits-incremental-reparse-failed-hook)
7513         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7514         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7515         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7516         * cedet/semantic/dep.el (semantic-dependency-include-path):
7517         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7518         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7519         (semanticdb-project-roots):
7520         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7521         (semanticdb-find-adebug-insert-scanned-tag-cons)
7522         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7523         (semanticdb-brute-deep-find-tags-for-completion):
7524         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7525         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7526         (semantic-end-of-context-default)
7527         (semantic-ctxt-current-function-default)
7528         (semantic-ctxt-scoped-types-default):
7529         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7530         (semantic-complete-inline-tag-engine)
7531         (semantic-complete-inline-custom-type)
7532         (semantic-complete-read-tag-analyzer):
7533         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7534         (semantic-chart-database-size):
7535         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7536         (semantic-analyze-current-context):
7537         * cedet/semantic/symref/list.el (semantic-symref)
7538         (semantic-symref-hide-buffer, semantic-symref-symbol):
7539         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7540         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7541         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7542         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7543         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7544         (semantic-c-dereference-template):
7545         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7546         (semantic--analyze-refs-full-lookup-with-parents)
7547         (semantic--analyze-refs-full-lookup-simple):
7548         * cedet/semantic/analyze/complete.el
7549         (semantic-analyze-possible-completions):
7550         * cedet/srecode/table.el (srecode-mode-table-new):
7551         * cedet/srecode/srt.el (srecode-read-variable-name):
7552         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7553         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7554         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7555         * cedet/srecode/map.el (srecode-current-map):
7556         * cedet/srecode/insert.el (srecode-insert)
7557         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7558         (srecode-template-inserter-point-override)
7559         (srecode-insert-include-lookup):
7560         * cedet/srecode/getset.el (srecode-auto-choose-class):
7561         * cedet/srecode/extract.el (srecode-inserter-extract):
7562         * cedet/srecode/document.el
7563         (srecode-document-autocomment-return-last-alist)
7564         (srecode-document-autocomment-param-type-alist)
7565         (srecode-document-insert-function-comment)
7566         (srecode-document-insert-variable-one-line-comment)
7567         (srecode-document-function-name-comment):
7568         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7569         (srecode-compound-toString):
7570         * cedet/srecode/compile.el (srecode-flush-active-templates):
7571         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7572         Doc/message fixes.
7574         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7575         match-data.  (Bug#4555).
7577         * cedet/semantic/bovine/gcc.el
7578         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7579         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7581         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7582         rather than parsing it as a regexp.  This relaxes the layout
7583         requirements and makes errors easier to detect.
7584         (check-declare-verify): Check file is regular.
7585         (check-declare-directory): Doc fix.
7586         * subr.el (declare-function): Doc fix.
7588         * ibuffer.el (ibuffer-format-qualifier):
7589         * isearch.el (hi-lock-regexp-okay):
7590         * calc/calc.el (math-zerop):
7591         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7592         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7593         Remove unused declarations.
7595 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7597         * cedet/semantic/wisent/javat-wy.el
7598         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7600 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7602         * cedet/srecode/expandproto.el: Fix provide statement.
7604 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7606         * emacs-lisp/eieio.el (boolean-p): Delete.
7608 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7610         * cedet/ede/srecode.el: Fix provide statement.
7612 2009-09-30  Glenn Morris  <rgm@gnu.org>
7614         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7615         * cedet/ede/proj-aux.el (ede-aux-source):
7616         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7617         (ede-misc-source):
7618         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7619         (semantic-mrub-switch-tags): Fix doc typos.
7621         * cedet/semantic/db-global.el (data-debug-new-buffer)
7622         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7623         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7625         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7627         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7628         use of CL function `remove-if-not'.
7630         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7632         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7633         filename is not a string.
7635 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7637         * files.el (safe-local-eval-forms): Fix typo.
7639 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * vc-hooks.el (vc-dir-buffers): New var.
7642         (vc-state-refresh): New function.
7643         (vc-state): Use it.
7644         (vc-after-save): Always ask the backend to recompute the new state.
7645         Always call vc-dir if necessary, using vc-dir-buffers.
7646         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7647         Use vc-dir-buffers.
7648         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7649         (vc-dir-prepare-status-buffer, vc-dir-update)
7650         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7651         Don't call expand-file-name on default-directory.
7653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7655         * speedbar.el (speedbar-item-delete):
7656         * calc/calc-prog.el (calc-kbd-if):
7657         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7659         * epa.el (epa-key-list-mode-map):
7660         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7662         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7663         (hs-show-hook): Fix typo in docstring.
7665 2009-09-29  Glenn Morris  <rgm@gnu.org>
7667         * cedet/semantic/symref/idutils.el:
7668         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7670         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7672         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7673         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7674         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7675         Mark declarations not understood by check-declare.
7677         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7678         file-name-nondirectory call preventing location of cedet files.
7679         (check-declare-verify): Use literal search rather than re-search.
7680         Add basic defmethod and defclass, and define-overloadable-function.
7682         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7683         Use tramp-compat-file-attributes rather than nonexistent
7684         tramp-compat-handle-file-attributes.
7686         * Makefile.in (lisptagsfiles4): New.
7687         (AUTOGENEL): Add cedet loaddefs files.
7688         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7689         (update-elclist, compile-always, backup-compiled-files)
7690         (bootstrap-clean): Add yet another directory level.
7691         (update-elclist): Use LC_COLLATE rather than COLLATE.
7692         (ELCFILES): Update, via `make update-elclist'.
7694 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7696         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7697         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7698         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7700 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7702         * Makefile.in (lisptagsfiles3): Define.
7703         (TAGS, TAGS-LISP): Use it.
7704         (update-elclist): Add third directory level to look for elc files.
7705         (compile-always): Likewise.
7706         (backup-compiled-files): Likewise.
7707         (bootstrap-clean): Likewise.
7708         (ELCFILES): Update.
7710 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7712         * Makefile.in (ELCFILES): Add CEDET files.
7714 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7716         CEDET (development tools) package merged.
7718         * cedet/*.el:
7719         * cedet/ede/*.el:
7720         * cedet/semantic/*.el:
7721         * cedet/srecode/*.el: New files.
7723 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7725         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7727         * net/tramp.el (top): Require tramp-imap.
7729         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7730         Use `tramp-compat-handle-file-attributes'.
7732 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7734         * net/tramp-imap.el: New package.
7736 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7738         * emacs-lisp/chart.el:
7739         * emacs-lisp/eieio-base.el:
7740         * emacs-lisp/eieio-comp.el:
7741         * emacs-lisp/eieio-custom.el:
7742         * emacs-lisp/eieio-datadebug.el:
7743         * emacs-lisp/eieio-opt.el:
7744         * emacs-lisp/eieio-speedbar.el:
7745         * emacs-lisp/eieio.el: New files.
7747         * cedet/cedet-cscope.el:
7748         * cedet/cedet-files.el:
7749         * cedet/cedet-global.el:
7750         * cedet/cedet-idutils.el:
7751         * cedet/data-debug.el:
7752         * cedet/inversion.el:
7753         * cedet/mode-local.el:
7754         * cedet/pulse.el: New files.
7756 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7758         * whitespace.el (whitespace-trailing-regexp)
7759         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7760         Fix doc string.
7762 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7764         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7765         menu.
7767         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7768         menu-bar-ediff-menu.
7770         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7771         define-overloadable-function.
7773         * progmodes/autoconf.el: Provide autoconf as well, so that this
7774         file can be `require'd.
7776         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7778         * emacs-lisp/autoload.el (generated-autoload-feature)
7779         (generated-autoload-load-name): New vars.
7780         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7781         (make-autoload): Recognize define-overloadable-function and
7782         defclass forms (for EIEIO).
7784         * Makefile.in (update-subdirs): Exclude cedet directory.
7786 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7788         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7790         * faces.el: Default light-background background for region face to
7791         ns_selection_color under NS.
7793 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7795         * net/imap-hash.el: New library, see NEWS.
7797         * Makefile.in (ELCFILES): Add imap-hash.el.
7799 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7801         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7802         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7803         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7804         definition where the docstring could be taken for the return value.
7806 2009-09-26  Glenn Morris  <rgm@gnu.org>
7808         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7809         Add option to only show images below a certain size.
7810         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7811         save-excursion calls.
7813 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7815         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7816         subdirectories) and eieio.
7818 2009-09-26  Alan Mackenzie  <acm@muc.de>
7820         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7821         buggy bracketing.  (Bug#4289)
7823         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7824         character constants (as case labels).  (Bug#4289)
7826 2009-09-25  Juri Linkov  <juri@jurta.org>
7828         * files.el (safe-local-eval-forms): Allow time-stamp in
7829         before-save-hook (Bug#4554).
7831 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7833         * menu-bar.el (list-buffers-directory): Doc fix.
7835 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7838         Try and avoid copying twice the same paragraph.
7839         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7840         Remove save-excursion.
7841         (log-edit-changelog-entry): Do it here instead.
7843 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7845         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7846         when available, instead of hardcoding mode names.  Doc fix.
7848         * menu-bar.el (list-buffers-directory): Add docstring.
7849         Make automatically buffer-local.
7851         * dired.el (dired-mode):
7852         * files.el (cd-absolute):
7853         * pcvs.el (cvs-temp-buffer):
7854         * pcvs-util.el (cvs-get-buffer-create):
7855         * shell.el (shell-mode):
7856         * vc-dir.el (vc-dir-mode):
7857         Don't make `list-buffers-directory' buffer local.
7859 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7861         * comint.el (comint-exec, comint-run, make-comint):
7862         Doc fixes (Bug#4542).
7864 2009-09-25  Glenn Morris  <rgm@gnu.org>
7866         * mail/rmailmm.el (rmail-mime): New custom group.
7867         Move all defcustoms in this file into this group.
7868         (rmail-mime-media-type-handlers-alist): Revert previous change.
7869         (rmail-mime-show-images): New option.
7870         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7871         references to it, since it wasn't actually used for anything.
7872         (rmail-mime-insert-image): New function.
7873         (rmail-mime-image): Use rmail-mime-insert-image.
7874         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7875         obey the value of `rmail-mime-show-images' option.  Print the size of
7876         attachments.
7878 2009-09-25  David Engster  <deng@randomsample.de>
7880         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7882 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7884         * whitespace.el: Does not highlight trailing spaces While point is
7885         at end of line.  Does not highligt spaces at beginning of buffer
7886         while point is at beginning of buffer.  Does not highlight spaces
7887         at end of buffer while point is at end of buffer.  (Bug#4177)
7888         New version 12.0.
7889         (whitespace-display-mappings): Adjust initialization.
7890         (whitespace-point, whitespace-font-lock-refontify): New vars.
7891         (whitespace-color-on, whitespace-color-off): Adjust code.
7892         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7893         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7894         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7896 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7898         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7900         * textmodes/sgml-mode.el: Remove xml-mode alias.
7902         * files.el (auto-mode-alist, conf-mode-maybe)
7903         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7905 2009-09-24  Alan Mackenzie  <acm@muc.de>
7907         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7908         c-forward-conditionals, but it doesn't move point and doesn't set
7909         the mark.
7910         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7911         (c-down-conditional-with-else, c-backward-conditional)
7912         (c-forward-conditional): Refactor to use c-scan-conditionals.
7914 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7916         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7917         (help-default-arg-highlight): Remove.
7918         (help-highlight-arg): New function.
7919         (help-do-arg-highlight): Use it.
7920         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7922 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7925         Undo last change, which didn't fix the problem and introduced others.
7927 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7929         * progmodes/gdb-mi.el: Don't require speedbar.
7930         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7932 2009-09-24  Glenn Morris  <rgm@gnu.org>
7934         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7936         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7938         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7939         there is no newline after the final mime boundary.  (Bug#4539)
7940         Move markers on insertion so that any buttons inserted don't end up in
7941         the next part of a multipart message.
7942         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7943         (rmail-mime-bulk-handler): Optionally handle images.
7944         (rmail-mime-image): New button action.
7945         (rmail-mime-image-handler): New function.
7946         (rmail-mime-mode): New mode.
7947         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7949 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7951         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7952         than just dropping elements from it (bug#4504).
7954         * term.el (term-set-scroll-region): Don't move cursor any more.
7955         (term-handle-ansi-escape): Call term-goto here instead.
7956         Suggested by Ivan Kanis <apple@kanis.eu>.
7958         * term.el: Require CL.
7959         (term-ansi-reset): New function.
7960         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7961         (term-handle-colors-array): Simplify.
7963 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7965         * allout.el (allout-overlay-interior-modification-handler)
7966         (allout-obtain-passphrase):
7967         * epa-file.el (epa-file-write-region):
7968         * ps-print.el (ps-begin-job):
7969         * vc-hooks.el (vc-toggle-read-only):
7970         * vc-rcs.el (vc-rcs-rollback):
7971         * vc-sccs.el (vc-sccs-rollback):
7972         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7973         (vc-version-diff, vc-revert, vc-rollback):
7974         * wdired.el (wdired-check-kill-buffer):
7975         * emacs-lisp/authors.el (authors):
7976         * net/socks.el (socks-open-connection):
7977         * net/zeroconf.el (zeroconf-service-add-hook):
7978         * obsolete/vc-mcvs.el (vc-mcvs-register):
7979         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7980         (gdb-select-frame):
7981         * progmodes/grep.el (lgrep, rgrep):
7982         * progmodes/idlw-help.el (idlwave-help-check-locations)
7983         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7984         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7985         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7986         (reftex-toc-rename-label): Fix typos in error messages.
7988         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7989         (dired-copy-how-to-fn): Doc fix.
7990         (dired-files-attributes, dired-read-shell-command):
7991         Fix typos in docstrings.
7993         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7994         (dired-x-find-file-other-window): Reflow docstrings.
7995         (dired-omit-marker-char, dired-read-shell-command)
7996         (dired-x-submit-report): Fix typos in docstrings.
7998         * shell.el (shell-mode-hook):
7999         * view.el (View-scroll-line-forward):
8000         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8001         Fix typos in docstrings.
8003         * net/dig.el (dig-invoke): Fix typo in docstring.
8004         (query-dig): Reflow docstring.
8006         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8007         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8008         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8009         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8010         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8011         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8012         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8013         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8014         (idlwave-completion-map, idlwave-current-indent)
8015         (idlwave-custom-ampersand-surround, idlwave-customize)
8016         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8017         (idlwave-define-abbrev, idlwave-determine-class-special)
8018         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8019         (idlwave-end-block-reg, idlwave-end-of-statement)
8020         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8021         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8022         (idlwave-explicit-class-listed, idlwave-file-header)
8023         (idlwave-fill-paragraph, idlwave-find-class-definition)
8024         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8025         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8026         (idlwave-in-quote, idlwave-indent-action-table)
8027         (idlwave-indent-expand-table, idlwave-indent-line)
8028         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8029         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8030         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8031         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8032         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8033         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8034         (idlwave-outlawed-buffers, idlwave-popup-select)
8035         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8036         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8037         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8038         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8039         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8040         (idlwave-statement-type, idlwave-struct-skip)
8041         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8042         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8043         (idlwave-what-module-find-class): Fix typos in docstrings.
8044         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8045         (idlwave-calculate-cont-indent, idlwave-expand-equal)
8046         (idlwave-find-module, idlwave-find-structure-definition)
8047         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8048         (idlwave-list-load-path-shadows, idlwave-next-statement)
8049         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8050         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8051         (idlwave-template): Reflow docstrings.
8053         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8054         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8055         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8056         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8057         (idlwave-shell-display-line, idlwave-shell-display-wframe)
8058         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8059         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8060         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8061         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8062         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8063         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8064         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8065         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8066         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8067         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8068         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8069         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8070         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8071         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8072         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8073         Fix typos in docstrings.
8074         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8075         (idlwave-shell-hide-output, idlwave-shell-mode)
8076         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8077         Reflow docstrings.
8079         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8081 2009-09-24  Ivan Kanis  <apple@kanis.eu>
8083         * term.el (term-bold-attribute): New var.
8084         (term-handle-colors-array): Use it.
8086 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
8088         * progmodes/gdb-mi.el (gdb-version): New variable.
8089         (gdb-non-stop-handler): Set gdb-version.
8090         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8091         Condition "--thread" option on gdb-version.
8092         (gdb-invalidate-threads): Remove unused argument.
8094 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8096         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8097         to looking-back to avoid ridiculous slow down in large files (bug#4511).
8099 2009-09-23  Glenn Morris  <rgm@gnu.org>
8101         * mail/rmail.el (rmail-reply): Don't try to add a References header when
8102         replying to mail without References or Message-Id.  (Bug#4525)
8104 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8106         * term/ns-win.el (ns-reg-to-script): New variable.
8108 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
8110         * epg.el (epg-wait-for-status): Preserve existing 'error results.
8112 2009-09-22  Sam Steingold  <sds@gnu.org>
8114         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8115         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8116         to 1 because hg returns status 1 when nothing is found.
8117         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8119 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8121         * textmodes/fill.el: Convert to utf-8 encoding.
8122         (fill-french-nobreak-p): Remove redundant » and « inherited from our
8123         pre-unicode days.
8125         * add-log.el (change-log-fill-forward-paragraph): New function.
8126         (change-log-mode): Use it so fill-region DTRT.
8127         Set fill-indent-according-to-mode here rather than in
8128         change-log-fill-paragraph.
8129         (change-log-fill-paragraph): Remove.
8131 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
8133         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8134         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
8136 2009-09-22  Glenn Morris  <rgm@gnu.org>
8138         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8139         the scroll-bar scroll the calendar window rather than the buffer.
8141         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8142         commands that move point (as opposed to scrolling).
8144         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8146         * emacs-lisp/elint.el (elint): New custom group.
8147         (elint-log-buffer): Make it a defcustom.
8148         (elint-scan-preloaded, elint-ignored-warnings)
8149         (elint-directory-skip-re): New options.
8150         (elint-builtin-variables): Doc fix.
8151         (elint-preloaded-env): New variable.
8152         (elint-unknown-builtin-args): Add an entry for encode-time.
8153         (elint-extra-errors): Make it a variable rather than a constant.
8154         (elint-preloaded-skip-re): New constant.
8155         (elint-directory): Skip files matching elint-directory-skip-re.
8156         (elint-features): New variable, local to linted buffers.
8157         (elint-update-env): Initialize elint-features.  Possibly add
8158         elint-preloaded-env to the buffer's environment.
8159         (elint-get-top-forms): Bind elint-current-pos, for log messages.
8160         Skip quoted forms.
8161         (elint-init-form): New function, extracted from elint-init-env.
8162         Make non-list forms a warning rather than an error.
8163         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
8164         easy-menu-define, put that adds an error-condition, and provide.
8165         When requiring cl, also require cl-macs.  Really require cl, to handle
8166         some cl macros.  Store required libraries in the list elint-features,
8167         so as not to re-load them.  Treat cc-require like require.
8168         (elint-init-env): Call elint-init-form to do the work.
8169         Handle eval-and-compile and such like.
8170         (elint-add-required-env): Do not clear messages.
8171         (elint-special-forms): Add handlers for function, defalias, if, when,
8172         unless, and, or.
8173         (elint-form): Add optional argument to ignore elint-special-forms,
8174         useful to prevent recursive calls from handlers.  Doc fix.
8175         Respect elint-ignored-warnings.
8176         (elint-form): Respect elint-ignored-warnings.
8177         (elint-bound-variable, elint-bound-function): New variables.
8178         (elint-unbound-variable): Respect elint-bound-variable.
8179         (elint-get-args): Respect elint-bound-function.
8180         (elint-check-cond-form): Add some simple handling for (f)boundp and
8181         featurep tests.
8182         (elint-check-defalias-form): New handler.
8183         (elint-check-let-form): Make an empty let a warning rather than an
8184         error.
8185         (elint-check-setq-form): Make an empty setq a warning rather than an
8186         error.  Respect elint-ignored-warnings.
8187         (elint-check-defvar-form): Accept null doc-strings.
8188         (elint-check-conditional-form): New handler.  Does some simple-minded
8189         checking of featurep and (f)boundp tests.
8190         (elint-put-function-args): New function.
8191         (elint-initialize): Use elint-scan-doc-file rather than
8192         elint-find-builtin-variables.  Use elint-put-function-args.
8193         Possibly scan preloaded-file-list.
8194         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8195         extend to handle functions as well.
8197 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
8199         * linum.el (linum-delete-overlays, linum-update-window):
8200         Do not modify the right margin.  (Bug#3971)
8202 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
8204         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8205         nxml-mode instead of xml-mode.
8207 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8209         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
8211 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * net/dig.el (dig-mode): Use define-derived-mode.
8215 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
8217         * vc-dispatcher.el (vc-do-command): Return the process object in
8218         the asynchronous case.  Use when instead of if.  Do not run
8219         vc-exec-after to display a message if not enabled.  (Bug#4463)
8221         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8222         properties to the stash strings.
8223         (vc-git-stash-list): Return a list of strings.
8224         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8225         (vc-git-stash-show-at-point): New functions.
8226         (vc-git-stash-map): New keymap.
8228         * register.el (ctl-x-r-map): Define the keys here instead of
8229         using autoload.
8231 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
8233         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8234         list, to workaround performance problem (bug#4485).
8236 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
8238         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8240 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
8242         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8243         Document that this option is not recommended to use.
8245 2009-09-19  Glenn Morris  <rgm@gnu.org>
8247         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8248         variable `var'.
8250         * calc/calc-alg.el (var):
8251         * calc/calcalg2.el (var): Define for compiler.
8253 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
8255         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8256         Doc fix (Bug#3932).
8258         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8260         * time-stamp.el (time-stamp-month-dd-yyyy)
8261         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8262         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8263         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8264         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8265         Remove functions that have been obsolete since 1995 (Bug#4436).
8267         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8268         indent buffer only if called interactively (Bug#4452).
8270 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
8271             Eli Zaretskii  <eliz@gnu.org>
8273         This fixes bug#4197 (merged to bug#865, though not identical).
8274         * server.el (server-auth-dir): Add docstring note about FAT32.
8275         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8276         but warn against using them.
8278 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
8280         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8281         older GDB where there is no has_more field.
8283 2009-09-19  Glenn Morris  <rgm@gnu.org>
8285         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8287 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8289         * files.el (auto-mode-alist): Change default for XML files to nXML
8290         mode (Bug#4169).
8292 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8294         * server.el (server-ensure-safe-dir): Pass 'integer
8295         to `file-attributes', as suggested.
8297 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * dired-aux.el (dired-query-alist): Remove spurious backslash.
8300         (dired-query): Use read-key.
8302 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8304         * cus-start.el (ns-use-qd-smoothing): Remove.
8306 2009-09-18  Glenn Morris  <rgm@gnu.org>
8308         * allout.el (top-level): Remove unnecessary progn.
8310         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8312         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8313         definition of abbrev table.
8315         * speedbar.el (speedbar-track-mouse):
8316         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8317         * net/eudc.el (eudc-expand-inline):
8318         * net/newst-backend.el (newsticker--cache-read-feed):
8319         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8320         condition-case handlers.
8322 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
8324         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8325         (gdb-var-list): Add an element for has_more field.
8326         (gdb-non-stop-handler): Enable pretty printing for STL containers.
8327         (gdb-var-create-handler, gdb-var-list-children-handler-1)
8328         (gdb-var-update-handler-1): Parse output of dynamic variable
8329         objects (STL containers).
8330         (gdb-var-delete-1): Pass var1 as an explicit second argument.
8331         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
8333         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8334         gdb-var-list.
8335         (gud-speedbar-buttons): Make node expandable if expression "has more"
8336         children.
8338 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8340         * startup.el (emacs-quick-startup): Remove variable and all uses.
8341         (command-line): Set `inhibit-x-resources' instead.
8342         (command-line-1): Use `inhibit-x-resources' instead.
8344 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
8346         * subr.el: Fix last change to avoid using the `unless' macro,
8347         which breaks bootstrapping.
8349 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8351         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8352         extended definitions, in case we reload subr.el after having
8353         loaded CL.
8354         (eval-next-after-load): Mark as obsolete.
8356 2009-09-17  Juri Linkov  <juri@jurta.org>
8358         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8359         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8360         (menu-bar-showhide-menu, menu-bar-tools-menu)
8361         (menu-bar-describe-menu, menu-bar-help-menu)
8362         (minibuffer-local-completion-map, minibuffer-local-map):
8363         Fix list quoting.
8365 2009-09-17  Glenn Morris  <rgm@gnu.org>
8367         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8368         arguments, whether or not it has a handler.
8370         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8372         * simple.el (hard-newline): Give it a doc-string.
8374         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8375         (lisp-mode-syntax-table): Give them doc-strings.
8377 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8379         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8380         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8381         (menu-bar-options-menu, menu-bar-showhide-menu)
8382         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8383         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8384         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8385         (menu-bar-options-menu, menu-bar-tools-menu)
8386         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8387         (menu-bar-help-menu):
8388         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8389         string arguments.
8391         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8392         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8393         calls for the menu names and :help.
8395 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8397         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8398         to :minor-mode-function (bug#4455).
8400 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * startup.el (command-line): Initialize the window-system after
8403         processing the command-line.
8405         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8406         page-delimiter matches the empty string.
8408 2009-09-16  Glenn Morris  <rgm@gnu.org>
8410         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8411         byte-compile-not-obsolete-var.  It's a list now.
8412         (byte-compile-not-obsolete-funcs): New variable.
8413         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8414         byte-compile-not-obsolete-funcs.
8415         (byte-compile-variable-ref, byte-compile-defvar): Update for
8416         byte-compile-not-obsolete-vars name-change and list nature.
8417         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8418         and variables behind (f)boundp tests.
8419         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8421 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8423         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8425 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8427         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8428         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8429         Don't autoload.
8431 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8433         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8434         the virtual-buffers, use the name of the buffer specified by
8435         find-file-noselect, as the match may be a symlink.  (This was a
8436         problem if the target and the symlink had different names.)
8438 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8440         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8442         * desktop.el (desktop-path): Check user-emacs-directory.
8444         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8446         * loadup.el: Use after-load-functions to GC after loading each file.
8447         Remove the explicit GC calls that used to be sprinkled around.
8449         * subr.el (after-load-functions): New hook.
8450         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8451         `obsolete' packages, rather than painfully extracting the relevant
8452         directory name.
8454 2009-09-15  Glenn Morris  <rgm@gnu.org>
8456         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8457         free variable `doc'.
8459         * dired.el (dired-mode-map): Add menu entry for async shell command.
8461         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8462         variables, also consider the .elc files, since the .el files are
8463         normally gzipped (subsequent code locates the .el.gz from the .elc).
8465         * calc/calc-prog.el (arglist): Define for compiler.
8467         * calendar/diary-lib.el (diary-display-function): Change the default to
8468         fancy display.
8469         (body): Define for compiler.
8471         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8472         (byte-compile-file-form, byte-compile-lambda)
8473         (byte-compile-top-level-body, byte-compile-form)
8474         (byte-compile-variable-ref, byte-compile-setq)
8475         (byte-compile-setq-default, byte-compile-body)
8476         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8477         (batch-byte-compile): Give some more local variables with common names
8478         a "bytecomp-" prefix to avoid masking warnings about free variables.
8480         * startup.el (command-line-1): Give local variables with common names a
8481         distinguishing prefix, so as not to hide free variable warnings during
8482         bootstrap.
8484         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8485         clever and add a suffix to make a unique name, just let the user decide
8486         whether or not to overwrite it.  If the input is a directory, write the
8487         default filename to that directory.  (Bug#4388)
8488         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8489         is a filename-as-a-directory.
8491 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * textmodes/page.el (what-page): Don't move to beginning of line.
8494         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8496 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8498         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8500 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8502         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8503         * help.el (help-for-help-internal): Add purecopy calls for text.
8505         * vc.el (top): print-log method now takes an optional SHORTLOG
8506         argument.  Add a new method: root.
8507         (vc-root-diff, vc-print-root-log): New functions.
8508         (vc-log-short-style): New variable.
8509         (vc-print-log-internal): Add support for showing short logs.
8511         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8512         vc-print-root-log and vc-print-root-diff.
8514         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8515         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8516         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8517         short logs.
8519         * vc-cvs.el (vc-cvs-print-log):
8520         * vc-mtn.el (vc-mtn-print-log):
8521         * vc-rcs.el (vc-rcs-print-log):
8522         * vc-sccs.el (vc-sccs-print-log):
8523         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8524         that is ignored for now.
8526         * vc-mtn.el (vc-mtn-annotate-command):
8527         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8529 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8531         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8532         to function-key-map, and give them ascii-character property.
8533         * term/x-win.el (x-alternatives-map):
8534         * term/ns-win.el (ns-alternatives-map):
8535         * term/internal.el (msdos-key-remapping-map):
8536         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8538 2009-09-14  Glenn Morris  <rgm@gnu.org>
8540         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8541         temp-buffers (2009-09-12).
8543 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8546         the new read-key function.
8548 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8550         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8551         is defined (Bug#4405).
8553 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8555         * recentf.el (recentf-cleanup): Use a hash table to find
8556         duplicates (Bug#4407).
8558 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8560         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8561         kp-0 to ascii equivalents (Bug#4325).
8563 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8565         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8567         * eshell/em-hist.el:
8568         * eshell/em-dirs.el (eshell-complete-user-reference):
8569         Declare pcomplete functions and variables to avoid compiler warnings.
8571 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8573         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8574         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8575         * eshell/em-alias.el (eshell-aliases-file):
8576         * eshell/em-hist.el (eshell-history-file-name):
8577         Use expand-file-name instead of concat to make file names (Bug#4308).
8579 2009-09-13  Glenn Morris  <rgm@gnu.org>
8581         * ediff-merg.el (ediff-do-merge):
8582         * filesets.el (filesets-run-cmd):
8583         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8584         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8585         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8586         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8587         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8588         Replace empty `let's with `progn'.
8590 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * mail/sendmail.el (send-mail-function):
8593         * tooltip.el (tooltip-mode):
8594         * simple.el (transient-mark-mode):
8595         * rfn-eshadow.el (file-name-shadow-mode):
8596         * frame.el (blink-cursor-mode):
8597         * font-core.el (global-font-lock-mode):
8598         * files.el (temporary-file-directory)
8599         (small-temporary-file-directory, auto-save-file-name-transforms):
8600         * epa-hook.el (auto-encryption-mode):
8601         * composite.el (global-auto-composition-mode):
8602         Use custom-initialize-delay.
8603         * startup.el (command-line): Don't explicitly call
8604         custom-reevaluate-setting for all the above vars.
8605         * custom.el (custom-initialize-safe-set)
8606         (custom-initialize-safe-default): Delete.
8608 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8610         * term/x-win.el (x-initialize-window-system):
8611         * term/w32-win.el (w32-initialize-window-system):
8612         * term/ns-win.el (ns-initialize-window-system): Don't call
8613         mouse-wheel-mode since it's enabled globally by default already.
8615         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8616         actually define the variable, but only silences the byte-compiler.
8617         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8618         before looking it up.
8619         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8620         is changed.
8622 2009-09-12  Glenn Morris  <rgm@gnu.org>
8624         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8625         1000.
8626         (elint-add-required-env): Don't beep on error.
8627         (elint-forms): In case of error, return ENV unchanged.
8628         (elint-init-env): Skip non-list forms.
8629         (elint-log): Handle unknown file positions.
8631 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8633         * epg.el (epg-make-context): Add autoload cookie.
8634         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8635         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8636         (epg-verify-string, epg-start-sign, epg-sign-file)
8637         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8638         (epg-encrypt-string, epg-start-export-keys)
8639         (epg-export-keys-to-file, epg-export-keys-to-string)
8640         (epg-start-import-keys, epg-import-keys-from-file)
8641         (epg-import-keys-from-string, epg-start-receive-keys)
8642         (epg-receive-keys, epg-import-keys-from-server)
8643         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8644         (epg-sign-keys, epg-start-generate-key)
8645         (epg-generate-key-from-file, epg-generate-key-from-string):
8646         Remove autoload cookie.
8648 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8650         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8651         reevaluation of trash-directory.
8653         * mwheel.el: Fix last change.
8654         (mouse-wheel-mode): New defvar.
8655         (mouse-wheel-mode): Remove autoload cookie.
8657 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8659         * mwheel.el (mwheel-installed-bindings): New var.
8660         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8661         the bindings we set last time.  Use custom-initialize-delay.
8662         * loadup.el: Load mwheel after term/*-win.el.
8663         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8664         and mouse-wheel-up-event now that their first evaluation is done
8665         sufficiently late to be correct.
8667         * startup.el (tutorial-directory): Make it a defcustom.
8668         Use custom-initialize-delay rather than eval-at-startup to set it.
8669         * image.el (image-load-path): Make it a defcustom.
8670         Use custom-initialize-delay rather than eval-at-startup to set it.
8671         * subr.el (eval-at-startup): Remove.
8672         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8674         * subr.el (do-after-load-evaluation): Warn the user after loading an
8675         obsolete package.
8677 2009-09-12  Glenn Morris  <rgm@gnu.org>
8679         * proced.el (proced-mark-alt): Remove alias.
8680         (proced-mode-map): Remove proced-mark-alt.
8682         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8683         Elint file and directory.  Remove initialization entry.
8685         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8686         commands.
8687         (elint-current-buffer): Set mode-line-process.
8688         (elint-init-env): Handle define-derived-mode.
8689         Fix declare-function with unspecified arglist.  Guard against odd
8690         defalias statements (eg iso-insert's 8859-1-map).
8691         (elint-add-required-env): Use a temp buffer.
8692         (elint-form): Just print the function/macro name, not the whole form.
8693         Return env unchanged if we fail to parse a macro.
8694         (elint-forms): Guard against parse errors.
8695         (elint-output): New function, to handle batch mode.
8696         (elint-log-message): Add optional argument.  Use elint-output.
8697         (elint-set-mode-line): New function.
8699 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8701         * emacs-lisp/elp.el (elp-not-profilable): Add more
8702         functions (Bug#4233).
8704 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8706         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8707         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8709 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8711         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8712         (gdb-var-list-children): Use json parsing.
8714 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8716         * progmodes/js.el (js--proper-indentation): Handle the case where
8717         char-before is null.  Reported by Deniz Dogan.
8719 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8721         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8723 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8725         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8726         (epg-digest-algorithm-alist): Add SHA224.
8727         (epg-context-set-passphrase-callback)
8728         (epg-context-set-progress-callback): Add description about
8729         callback function.
8731 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8733         * custom.el (custom-delayed-init-variables): New var.
8734         (custom-initialize-delay): New function.
8735         * startup.el (command-line): "Re"evaluate all vars in
8736         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8737         explicitly any more.
8738         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8739         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8741         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8743 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8745         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8746         (gdb-var-update-handler): Use json parsing.
8748 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8750         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8751         decode annotated text, regardless of language environment.  (Bug#2741)
8753 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8755         * Makefile.in (autoloads): Make rmail.el writable as well.
8757 2009-09-11  Glenn Morris  <rgm@gnu.org>
8759         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8760         loaddefs.el.
8761         * dired.el: Regenerate with extracted autoloads.
8762         * Makefile.in (autoloads): Make dired.el writable.
8764         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8765         * ibuffer.el: Regenerate with extracted autoloads.
8766         * Makefile.in (autoloads): Make ibuffer.el writable.
8768         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8769         * version.el (emacs-copyright, emacs-major-version)
8770         (emacs-minor-version): Reformat doc-strings for make-docfile.
8772         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8773         functions and variables, since they must be stuff specific to some other
8774         platform.
8775         (apropos-print): Make mouse-click message less specific about button.
8777         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8778         that records where a macro was defined.
8779         * help-fns.el (describe-function-1): Mention if a function has a
8780         compiler-macro.
8781         * help-mode.el (help-function-cmacro): New button.
8783         * locate.el (top-level): Always require dired.
8784         (locate-mode-map): Initialize inside the defvar.
8786         * net/ange-ftp.el (dired-compress-file): Declare.
8787         (ange-ftp-dired-compress-file): Add doc string.
8789         * term/ns-win.el (x-display-name, x-setup-function-keys):
8790         Unify doc-strings with X versions.
8792 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8794         * emulation/crisp.el (crisp-mode-map): Move initialization
8795         into declaration.
8796         (crisp-mode): Use define-minor-mode.
8798         * progmodes/xscheme.el (xscheme-evaluation-commands):
8799         Put a :advertised-binding property rather than using
8800         advertised-xscheme-send-previous-expression.
8801         (advertised-xscheme-send-previous-expression): Declare obsolete.
8802         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8803         `advertised-undo'.
8804         (crisp-mode): Add corresponding bindings to
8805         undo's :advertised-binding instead.
8806         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8807         than using dired-advertised-find-file.
8808         (dired-advertised-find-file):
8809         * simple.el (advertised-undo):
8810         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8811         (widget-keymap): Put a :advertised-binding property rather
8812         than using advertised-widget-backward.
8813         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8814         than using advertised-undo.
8815         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8817 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8819         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8820         Mark mode is enabled and region is active; otherwise indent or
8821         insert TAB as usual.
8822         (delphi-mode): Update description of TAB-key binding.
8824 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8826         * subr.el (define-key-rebound-commands): Mark obsolete.
8827         * startup.el (precompute-menubar-bindings): Remove.
8828         (normal-top-level): Remove obsolete code that tried to precompute
8829         menubar bindings.
8830         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8831         define-key-rebound-commands and precompute-menubar-bindings.
8833 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8835         * net/imap.el (imap-interactive-login): Better messages.
8836         (imap-open): Fix bug with renamed buffer on reconnect.
8837         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8838         for easier debugging and cleaner code.  On successful (guessed based on
8839         server capabilities) secondary authentication, set imap-state
8840         correctly.
8841         (imap-last-authenticator): Define imap-last-authenticator as a variable
8842         to avoid warnings.
8844 2009-09-10  Glenn Morris  <rgm@gnu.org>
8846         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8848         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8849         (byte-compile-file-form-autoload): Don't warn about unknown functions
8850         where the autoload statement comes after the use.
8851         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8852         that any handlers inside the body (eg require) are in turn respected.
8854         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8855         effects.
8857         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8858         and syntax and abbrev tables basic docs, if they don't have any.
8860         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8862         * international/mule-cmds.el (top-level): Require cl when compiling.
8863         (view-hello-file): Use default-value rather than
8864         default-enable-multibyte-characters.
8866         * progmodes/fortran.el: Move all safe and risky properties into the
8867         defcustoms.
8869         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8870         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8871         * mail/undigest.el:
8872         Put autoloads in rmail.el rather than loaddefs.el.
8873         * mail/rmail.el: Regenerate with extracted autoloads.
8875         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8876         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8878 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8880         Reported in thread for Bug#4375.
8881         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8882         "-data-evaluate-expression" instead of print.
8883         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8884         (gdb-tooltip-print): Parse output from above MI command.
8885         (gdb): Revert 2009-08-11 change.  User should detach inferior
8886         manually.
8888         Remove the word "separate" from IO functions as inferior
8889         output is now never displayed in the GUD buffer.
8891 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8893         * startup.el (command-line-normalize-file-name): On Windows and
8894         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8896 2009-09-10  Juri Linkov  <juri@jurta.org>
8898         * isearch.el (isearch-text-char-description): Propertize escape
8899         character sequences with the `escape-glyph' face.  (Bug#4344)
8901         * simple.el (shell-command): Set asynchronous process filter to
8902         `comint-output-filter'.  (Bug#4343)
8904         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8905         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8906         the list.  Move "asm" to the bottom.
8907         (grep-find-ignored-directories): Add `choice' with nil value
8908         to empty the list easily.
8909         (grep-find-ignored-files): New option.
8910         (grep-files-history): Set to nil by default instead of '("ch" "el").
8911         (grep-compute-defaults): Add "<X>" to `grep-template'.
8912         (grep-read-files): Bind new local variables `default-alias' and
8913         `default-extension'.  Use a list of default values for the file prompt.
8914         (lgrep): Add `--exclude=' command line options composed from
8915         `grep-find-ignored-files'.
8916         (rgrep): Add `-name' command line options composed from
8917         `grep-find-ignored-files'.  (Bug#4301)
8919 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8921         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8922         (bug#4368).
8924 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8926         * calendar/time-date.el (autoload):
8927         Expand define-obsolete-function-alias into defalias and make-obsolete
8928         for old Emacsen that Gnus supports.
8929         (with-no-warnings): Define it for old Emacsen.
8930         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8931         is available.
8932         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8933         float-time is available; suppress compile warning for time-to-seconds.
8935 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8937         * net/imap.el (imap-message-map): Docstring fix.
8939 2009-09-09  Glenn Morris  <rgm@gnu.org>
8941         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8942         line numbers too.  (Bug#4374)
8944 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * smerge-mode.el (smerge-remove-props, smerge-refine):
8947         Use with-silent-modifications (bug#4342).
8949         * subr.el (with-silent-modifications): New macro.
8951 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8953         * files.el (top-level): Require `cl' when compiling.
8955 2009-09-07  Glenn Morris  <rgm@gnu.org>
8957         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8959         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8960         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8962 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8964         * vc-git.el (vc-git-annotate-command): Use separator to parse
8965         arguments correctly.
8967 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8969         * proced.el (proced-mode): Doc fix.
8971 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8973         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8974         lstat fails.
8975         (tramp-do-file-attributes-with-ls): Check for file existence at
8976         remote end.
8977         (tramp-do-file-attributes-with-stat): Likewise.
8978         (tramp-convert-file-attributes): Return nil when attr is nil.
8980 2009-09-05  Glenn Morris  <rgm@gnu.org>
8982         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8983         properties to this button.
8984         (diary-fancy-display): Don't extend the button to the final newline.
8985         (diary-fancy-display-mode): Continue to define "q" as a local key.
8987         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8988         efficient.
8990         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8992         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8993         (byte-compile-dest-file-function): New option.
8994         (byte-compile-dest-file): Doc fix.
8995         Obey byte-compile-dest-file-function.
8996         (byte-compile-cl-file-p): New function.
8997         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8998         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8999         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9000         than for file being previously loaded.
9001         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9002         (byte-compile-file-form-require): Handle the case where requiring a file
9003         indirectly causes CL to be loaded.
9005 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9007         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9008         before killing the old buffer, since by the time `kill-buffer' is
9009         run so many buffer variables have been set to nil that it may not
9010         behave as expected.  (Bug#4061)
9012 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
9014         * files.el (find-alternate-file): If the old buffer is modified
9015         and visiting a file, behave similarly to `kill-buffer' when
9016         killing it, thus reverting to the pre-1.878 behavior; see
9017         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9018         for discussion.  Also, consult `buffer-file-name' as a variable
9019         not as a function, for consistency with the rest of the code.
9021 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
9023         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9024         also when adding a new directory.
9026         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9027         defun.
9029 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * files.el (locate-file-completion-table): Make it provide boundary
9032         information, so partial-completion works better.
9034 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
9036         * mail/footnote.el (Footnote-text-under-cursor):
9037         Check footnote-text-marker-alist before using it (bug#4324).
9039 2009-09-04  Glenn Morris  <rgm@gnu.org>
9041         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9042         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9043         * play/solitaire.el, play/tetris.el:
9044         Remove leading * from defcustom and defface docs.
9046         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9047         necessary.
9048         (diary-fancy-overriding-map): New variable.
9049         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9050         Use view-mode.
9052         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9053         goto-line.
9055 2009-09-03  Glenn Morris  <rgm@gnu.org>
9057         * arc-mode.el (archive-mode):
9058         * dos-fns.el (set-default-process-coding-system):
9059         * man.el (Man-getpage-in-background):
9060         * menu-bar.el (menu-bar-describe-menu):
9061         * server.el (server-process-filter):
9062         * startup.el (command-line):
9063         * tar-mode.el (tar-header-block-tokenize, tar-extract):
9064         * w32-fns.el (set-default-process-coding-system):
9065         * x-dnd.el (x-dnd-handle-file-name):
9066         * international/mule-cmds.el (mule-menu-keymap)
9067         (set-default-coding-systems, language-info-alist, set-language-info)
9068         (set-language-environment, standard-display-european-internal)
9069         (set-locale-environment):
9070         * international/mule-diag.el (mule-diag):
9071         * mail/emacsbug.el (report-emacs-bug):
9072         * mail/rmail.el (rmail-mode):
9073         * mail/sendmail.el (mail-setup):
9074         Use default-value rather than default-enable-multibyte-characters.
9076         * progmodes/f90.el: Move all safe properties into the defcustoms.
9077         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9079         * calendar/appt.el (appt-check):
9080         * calendar/diary-lib.el (diary-set-header, diary-live-p)
9081         (diary-check-diary-file, diary-list-entries)
9082         (diary-include-other-diary-files, diary-simple-display)
9083         (diary-fancy-display, diary-print-entries)
9084         (diary-mark-included-diary-files, diary-make-entry):
9085         Don't call substitute-in-file-name on diary-file.
9087 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
9088             Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * mail/footnote.el (footnote-prefix): Make it a defcustom.
9091         (footnote-mode-map): Move initialization into the declaration.
9092         (footnote-minor-mode-map): Define it rather than changing global-map.
9093         (footnote-mode): Use define-minor-mode.
9095 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
9097         * net/tramp.el (tramp-handle-file-attributes-with-ls)
9098         (tramp-do-file-attributes-with-perl)
9099         (tramp-do-file-attributes-with-stat): Rename from
9100         `tramp-handle-file-attributes-with-*'.
9101         (tramp-handle-file-attributes): Use them.
9102         (tramp-do-directory-files-and-attributes-with-perl)
9103         (tramp-do-directory-files-and-attributes-with-stat): Rename from
9104         `tramp-handle-directory-files-and-attributes-with-*'.
9105         (tramp-handle-directory-files-and-attributes): Use them.
9106         (tramp-method-out-of-band-p): Additional parameter SIZE.
9107         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9108         (tramp-handle-write-region): Use it.
9109         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9110         (tramp-handle-vc-registered): Check, whether the first run did
9111         return files to be tested.
9112         (tramp-advice-make-auto-save-file-name): Do not call directly
9113         `tramp-handle-make-auto-save-file-name', because this would bypass
9114         the locking mechanism.
9116         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9117         (file-remote-p, process-file, start-file-process, set-file-times)
9118         (tramp-compat-file-attributes): Compatibility functions shall not
9119         call directly `tramp-handle-*', because this would bypass the
9120         locking mechanism.
9121         (tramp-compat-number-sequence): New defun.
9123 2009-09-02  Glenn Morris  <rgm@gnu.org>
9125         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9126         alias for float-time.
9127         (time-to-number-of-days): In Emacs, use float-time.
9128         * net/newst-backend.el (time-add): Suppress warnings from compat
9129         function.
9130         * time.el (emacs-uptime, emacs-init-time):
9131         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9132         Use float-time rather than time-to-seconds.
9134         * minibuffer.el (completion-initials-expand): Fix typo.
9136         * faces.el (modeline, modeline-inactive, modeline-highlight)
9137         (modeline-buffer-id):
9138         * info.el (info-menu-5): Mark these face aliases as obsolete.
9140 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9142         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9143         space ...
9144         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9145         no "--thread" option.
9146         (gdb-stopped): Don't print "Switched to thread" message when it is
9147         unchanged.
9149 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9151         * minibuffer.el (completion-try-completion)
9152         (completion-all-completions): Remove ill-defined (and
9153         mistakenly installed and luckily never used nor documented)
9154         `completion-styles' property.
9155         (completion-initials-expand, completion-initials-all-completions)
9156         (completion-initials-try-completion): New functions.
9157         (completion-styles-alist): Add doc to each entry.
9158         Add new `initials' entry.
9160 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
9162         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9163         MI command -var-evaluate-expression.
9164         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9165         and tweak for case of string child.
9166         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9168 2009-09-01  Glenn Morris  <rgm@gnu.org>
9170         * add-log.el (change-log-date-face, change-log-name-face)
9171         (change-log-email-face, change-log-file-face, change-log-list-face)
9172         (change-log-conditionals-face, change-log-function-face)
9173         (change-log-acknowledgement-face):
9174         * cus-edit.el (custom-invalid-face, custom-rogue-face)
9175         (custom-modified-face, custom-set-face, custom-changed-face)
9176         (custom-saved-face, custom-button-face, custom-button-pressed-face)
9177         (custom-documentation-face, custom-state-face, custom-comment-face)
9178         (custom-comment-tag-face, custom-variable-tag-face)
9179         (custom-variable-button-face, custom-face-tag-face)
9180         (custom-group-tag-face-1, custom-group-tag-face):
9181         * diff-mode.el (diff-header-face, diff-file-header-face)
9182         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9183         (diff-added-face, diff-changed-face, diff-function-face)
9184         (diff-context-face, diff-nonexistent-face):
9185         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9186         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9187         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9188         (Info-title-4-face):
9189         * isearch.el (isearch-lazy-highlight-face):
9190         * log-view.el (log-view-file-face, log-view-message-face):
9191         * paren.el (show-paren-match-face, show-paren-mismatch-face):
9192         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9193         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9194         (cvs-msg-face):
9195         * smerge-mode.el (smerge-mine-face, smerge-other-face)
9196         (smerge-base-face, smerge-markers-face):
9197         * wid-edit.el (widget-documentation-face, widget-button-face)
9198         (widget-field-face, widget-single-line-field-face)
9199         (widget-inactive-face, widget-button-pressed-face):
9200         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9201         (woman-addition-face):
9202         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9203         (eshell-ls-executable-face, eshell-ls-readonly-face)
9204         (eshell-ls-unreadable-face, eshell-ls-special-face)
9205         (eshell-ls-missing-face, eshell-ls-archive-face)
9206         (eshell-ls-backup-face, eshell-ls-product-face)
9207         (eshell-ls-clutter-face):
9208         * eshell/em-prompt.el (eshell-prompt-face):
9209         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9210         * obsolete/old-whitespace.el (whitespace-highlight-face):
9211         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9212         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9213         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9214         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9215         (antlr-font-lock-literal-face):
9216         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9217         (ebrowse-root-class-face, ebrowse-file-name-face)
9218         (ebrowse-default-face, ebrowse-member-attribute-face)
9219         (ebrowse-member-class-face, ebrowse-progress-face):
9220         * progmodes/make-mode.el (makefile-space-face):
9221         * progmodes/sh-script.el (sh-heredoc-face):
9222         * textmodes/flyspell.el (flyspell-incorrect-face)
9223         (flyspell-duplicate-face):
9224         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9225         * textmodes/texinfo.el (texinfo-heading-face):
9226         Mark face aliases with "-face" suffix as obsolete.
9228         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9229         compiler.
9231         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9232         (eudc-bob-sound-menu): Use defvar rather than defconst, since
9233         easy-menu-define wants to modify these.
9235         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9237         * net/browse-url.el (browse-url-file-url):
9238         * term/internal.el (dos-codepage-setup):
9239         Use default-value rather than default-enable-multibyte-characters.
9241         * progmodes/etags.el (etags-goto-tag-location):
9242         * progmodes/flymake.el (flymake-highlight-line)
9243         (flymake-goto-file-and-line, flymake-goto-line):
9244         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9245         (gdb-goto-breakpoint):
9246         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9247         * progmodes/python.el (python-find-function)
9248         (python-pdbtrack-track-stack-file):
9249         * progmodes/verilog-mode.el (verilog-surelint-off):
9250         * term/ns-win.el (ns-open-file-select-line):
9251         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9252         Use forward-line rather than goto-line.
9254         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9255         * textmodes/reftex-index.el (reftex-display-index):
9256         * textmodes/reftex-ref.el (reftex-offer-label-menu):
9257         * textmodes/reftex-toc.el (reftex-toc):
9258         Remove unnecessary bindings of default-major-mode (all are followed by
9259         major-mode check and possible mode switch).
9261 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9263         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9264         Handle watchpoints (bug#4282).
9265         (def-gdb-thread-buffer-command): Enable thread to be selected by
9266         clicking without selecting threads buffer first.
9267         (gdb-current-context-command): Use selected frame so that "up",
9268         "down" etc work in the GUD buffer.
9269         (gdb-update): Find selected frame before rendering stack buffer.
9270         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9272 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * progmodes/sym-comp.el (displayed-completions): Remove.
9275         (symbol-complete): Use minibuffer-complete.
9277 2009-08-31  Glenn Morris  <rgm@gnu.org>
9279         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9281         * apropos.el (apropos-symbols-internal):
9282         Handle (obsolete) face aliases.
9284         * faces.el (describe-face): Adjust the output format to be more like
9285         describe-variable, and to mention (obsolete) face aliases.
9286         Adjust the whitespace so that help-setup-xref works.
9288         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9289         * calendar/diary-lib.el (diary-button-face):
9290         Mark these face aliases as obsolete.
9292         * calendar/calendar.el (calendar-today): Doc fix.
9294 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
9296         * progmodes/gdb-mi.el (gdb-control-all-threads)
9297         (gdb-control-current-thread): Force tool bar update.
9298         (gdb-non-stop-handler): New function.
9299         (gdb-init-1): Use it to test if non-stop mode is supported.
9300         Remove unused gdbmi buffer type.
9302 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9304         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9305         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
9307 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
9309         * comint.el (comint-exec-1): Check command is non-null first.
9310         Part of gdb-mi.el change (2009-08-28).
9312 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9314         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9316 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
9318         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9319         instead of `dolist' to avoid a recursive require when bootstrapping.
9321 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9325         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9327         * net/imap.el (imap-send-command): Simplify.
9328         (imap-wait-for-tag): point-max -> buffer-size.
9330         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9332         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9333         with constant argument.
9335         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9337         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9339         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9340         Change default, since most of our files don't have a history.
9341         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9342         the user.
9344         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9345         Add comint-run.
9347         * calc/calc.el: Improve commenting convention.
9348         (calc-digit-map, toplevel): Simplify.
9350         * comint.el (comint-insert-input): Be careful to only set point if we
9351         don't delegate to some other command.
9353         * proced.el (proced-signal-list): Make it an alist.
9354         (proced-grammar-alist): Capitalize names.
9355         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9356         Disable undo manually and make it read-only.
9357         Use completion-annotate-function.
9359         * minibuffer.el (minibuffer-message): If the current buffer is not
9360         a minibuffer, insert the message in the echo area rather than at the
9361         end of the buffer.
9362         (completion-annotate-function): New variable.
9363         (minibuffer-completion-help): Use it.
9364         (completion--embedded-envvar-table): Environment vars are
9365         always case-sensitive.
9367 2009-08-30  Glenn Morris  <rgm@gnu.org>
9369         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9370         from fortran-current-defun.
9371         (fortran-beginning-of-subprogram): Be more precise about finding the
9372         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9373         (fortran-end-of-subprogram): Simplify.
9374         (fortran-current-defun): Use fortran-start-prog-re.
9376 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9378         * subr.el (do-after-load-evaluation): Simplify.
9380 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9382         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9384         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9385         (vc-rcs-print-log): Use it.
9387         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9389 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9391         * paths.el (abbrev-file-name): Move to abbrev.el.
9392         * abbrev.el (abbrev-file-name): Move from paths.el.
9393         Obey user-emacs-directory.
9394         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9395         user-emacs-directory.
9396         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9397         abbrev-file-name and calc-settings-file any more.
9398         * startup.el (command-line): Recompute abbrev-file-name and
9399         abbreviated-home-dir.
9400         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9401         of the special code for when C-h bindings haven't been changed.
9402         (display-startup-echo-area-message): Use with-current-buffer.
9403         (command-line-1): Use a list of strings, rather than a list of lists
9404         of strings for longopts.
9406         * files.el (get-free-disk-space): Use / for default-directory.
9408         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9409         Use with-current-buffer.
9411         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9412         Recognize immutable variables like most-positive-fixnum.
9413         (byte-compile-setq-default): Check and warn if trying to assign
9414         to an immutable variable, or a non-variable.
9416         * progmodes/cc-vars.el (c-comment-continuation-stars):
9417         * progmodes/cc-engine.el (c-looking-at-bos):
9418         * progmodes/cc-cmds.el (c-toggle-auto-state)
9419         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9420         (c-comment-line-break-function): Add version of obsolescence.
9422 2009-08-28  Juri Linkov  <juri@jurta.org>
9424         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9425         associated with `archive-mode'.
9427         * image.el (image-type-header-regexps): Use only JPEG magic number
9428         to determine JPEG images, and don't use `image-jpeg-p' because
9429         Emacs can display non-JFIF non-Exif JPEG images.
9431 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9433         * arc-mode.el (archive-mode):
9434         * emacs-lisp/re-builder.el (re-builder-unload-function):
9435         Protect against the default value of `major-mode' being nil.
9437 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9439         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9440         Fix typos in docstrings.
9442         * progmodes/js.el (js--macro-decl-re): Doc fix.
9443         (js--plain-method-re, js--split-name): Refloc docstring.
9444         (js--class-styles, js--make-merged-item, js--splice-into-items):
9445         Fix typos in docstrings; reflow docstrings.
9446         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9447         (js--variable-decl-matcher, js--inside-pitem-p)
9448         (js--parse-state-at-point, js--get-all-known-symbols)
9449         (js--symbol-history, js-find-symbol, js--js-references)
9450         (js--moz-interactor, js--js-encode-value, js--read-tab):
9451         Fix typos in docstrings.
9453 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9455         * textmodes/reftex.el (reftex-get-file-buffer-force):
9456         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9457         * emulation/viper.el (viper-go-away, viper-set-hooks):
9458         * emacs-lisp/re-builder.el (re-builder-unload-function):
9459         * emacs-lisp/bytecomp.el (byte-compile-file):
9460         * ses.el (ses-unload-function):
9461         * hexl.el (hexl-find-file):
9462         * files.el (normal-mode):
9463         * ehelp.el (with-electric-help):
9464         * autoinsert.el (auto-insert-alist):
9465         * arc-mode.el (archive-mode):
9466         Use (default-value 'major-mode) instead of default-major-mode.
9468         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9469         * international/mule.el (load-with-code-conversion):
9470         * emacs-lisp/debug.el (debug):
9471         * ediff-vers.el (ediff-rcs-get-output-buffer):
9472         * dired.el (dired-internal-noselect): Don't let-bind
9473         default-major-mode around code that doesn't use it.
9474         E.g. buffer creation via get-buffer-create doesn't use it.
9476 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9478         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9479         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9480         when writing the temp file.  Otherwise, epa-file gets confused.
9481         (tramp-register-file-name-handlers): Make it a defun.  Move also
9482         `epa-file-handler' to the front of `file-name-handler-alist'.
9484 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9486         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9487         start right after a ^M.
9488         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9489         (tramp-completion-file-name-regexp-separate)
9490         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9491         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9492         Don't modify last-coding-system-used by accident.
9493         (tramp-completion-file-name-handler): Apply the checks here,
9494         instead during registration.
9495         (tramp-register-file-name-handlers): Renamed from
9496         `tramp-register-file-name-handler'.  Register both
9497         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9498         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9500 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9502         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9503         Remove variable ...
9504         (gdb-init-1, gdb-display-separate-io-buffer)
9505         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9506         references to it.
9507         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9508         (gdb-inferior-filter): Use comint-output-filter to stop
9509         echoing and remove ^M characters.
9511 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * emulation/viper-init.el (viper-restore-cursor-type):
9514         * emulation/cua-base.el (cua--update-indications):
9515         Replace default-cursor-type with (default-value 'cursor-type).
9517         * mail/sendmail.el (mail-recover-1):
9518         * international/mule-diag.el (describe-current-coding-system-briefly)
9519         (describe-current-coding-system):
9520         * international/mule-cmds.el (select-safe-coding-system)
9521         (select-message-coding-system)
9522         (set-language-environment-coding-systems, set-locale-environment):
9523         * hexl.el (hexl-insert-multibyte-char):
9524         * dos-w32.el (find-buffer-file-type-coding-system):
9525         * simple.el (what-cursor-position):
9526         Replace uses of default-buffer-file-coding-system
9527         with (default-value 'buffer-file-coding-system).
9529         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9530         Replace uses of default-cursor-in-non-selected-windows
9531         with (default-value 'cursor-in-non-selected-windows).
9532         Use with-current-buffer.
9534         * mail/feedmail.el: Use CL macros.
9535         (feedmail-run-the-queue, feedmail-send-it-immediately):
9536         * dos-w32.el (find-buffer-file-type): Replace uses of
9537         default-buffer-file-type with (default-value 'buffer-file-type).
9539 2009-08-28  Glenn Morris  <rgm@gnu.org>
9541         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9542         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9543         Use default-value of major-mode rather than default-major-mode.
9545 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * Makefile.in (update-elcfiles): Report left over elc files.
9549         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9550         expand-file-name and with-current-buffer.
9551         (mail-get-names, mail-directory): Use with-current-buffer.
9553         * vc.el (vc-read-revision): New function.
9554         (vc-version-diff, vc-merge): Use it.
9556 2009-08-27  Sam Steingold  <sds@gnu.org>
9558         * simple.el (kill-do-not-save-duplicates): New user option.
9559         (kill-new): When it is non-nil, and the new string is the same as
9560         the latest kill, set replace to t to avoid duplicates in kill-ring.
9562 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9564         * net/tramp.el (tramp-handle-process-file): Do not flush all
9565         caches when `process-file-side-effects' is set.
9566         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9567         instead of `tramp-find-file-exists-command'.
9568         Unset `process-file-side-effects'.
9570 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9572         * net/tramp.el (tramp-methods): New method "rsyncc".
9573         (top): Add completion function for "rsyncc".
9574         (tramp-message-show-message): New defvar.
9575         (tramp-message, tramp-error): Use it.
9576         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9577         remote copying.
9578         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9579         `tramp-methods' entry `copy-env' of "rsyncc".
9580         (tramp-vc-registered-read-file-names): New defconst.
9581         (tramp-vc-registered-file-names): New defvar.
9582         (tramp-handle-vc-registered): Implement optimization strategy.
9583         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9584         (tramp-vc-file-name-handler): New defun.
9585         (tramp-get-ls-command, tramp-get-test-command)
9586         (tramp-get-file-exists-command, tramp-get-remote-ln)
9587         (tramp-get-remote-perl, tramp-get-remote-stat)
9588         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9590         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9591         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9592         timestamps.
9593         (tramp-get-file-property): Check for timestamps in
9594         `tramp-cache-inhibit-cache'.
9595         (tramp-set-file-property): Write timestamp.
9597 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9599         * language/japan-util.el (japanese-symbol-table): Add entries for
9600         cp932-2-byte.
9602         * international/characters.el: Add category `j' to cp932-2-byte.
9604 2009-08-27  Kenichi Handa  <handa@m17n.org>
9606         * international/fontset.el (build-default-fontset-data): New macro.
9607         (setup-default-fontset): Use build-default-fontset-data for CJK,
9608         tibetan, ethiopic, and ipa.
9610 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9612         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9613         (enable-multibyte-characters): Not customizable any more.
9615         * subr.el (default-mode-line-format, default-header-line-format)
9616         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9617         (default-direction-reversed, default-truncate-lines)
9618         (default-left-margin, default-tab-width, default-case-fold-search)
9619         (default-left-margin-width, default-right-margin-width)
9620         (default-left-fringe-width, default-right-fringe-width)
9621         (default-fringes-outside-margins, default-scroll-bar-width)
9622         (default-vertical-scroll-bar, default-indicate-empty-lines)
9623         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9624         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9625         (default-scroll-down-aggressively, default-fill-column)
9626         (default-cursor-type, default-buffer-file-type)
9627         (default-cursor-in-non-selected-windows)
9628         (default-buffer-file-coding-system, default-major-mode)
9629         (default-enable-multibyte-characters): Mark as obsolete.
9631 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9633         * vc-dir.el (vc-dir-update): Remove debug helper.
9635         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9637 2009-08-26  Sam Steingold  <sds@gnu.org>
9639         * simple.el (save-interprogram-paste-before-kill): New user option.
9640         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9641         save the interprogram-paste into kill-ring before overriding it
9642         with the Emacs kill.
9644 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9646         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9647         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9648         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9649         and move to vc-rcs.el.
9650         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9651         move to vc-rcs.el.
9652         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9653         (vc-rcs-update-changelog): Remove.
9654         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9655         and move to vc-rcs.el.
9657         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9658         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9659         renaming.
9660         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9661         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9662         vc.el, renamed to be RCS specific.
9664         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9665         New functions.
9666         (vc-cvs-update-changelog): Move here from vc.el.
9668         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9669         New functions.
9671 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9673         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9675 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9677         * vc-git.el (vc-git-register): Use "git add" for directories.
9678         (vc-git-stash, vc-git-stash-show): New functions.
9679         (vc-git-extra-menu-map): Bind them.
9681         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9682         directory correctly in case the item is a directory itself.
9684         * vc.el: Document the desired behavior for reverted files in the
9685         `added' state.
9686         (vc-default-prettify-state-info): Remove function, unused.
9688         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9690 2009-08-26  Glenn Morris  <rgm@gnu.org>
9692         * bindings.el (standard-mode-line-format): Reposition dashes in
9693         which-func entry.  (Bug#4217)
9695         * files.el (enable-local-variables, enable-local-eval)
9696         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9697         the defcustoms.
9698         (auto-mode-alist, ignored-local-variables)
9699         (save-some-buffers-action-alist): Move risky declarations to the
9700         definitions.
9701         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9702         (font-lock-defaults, format-alist, imenu--index-alist)
9703         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9704         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9705         (mode-line-modified, mode-line-mule-info, mode-line-position)
9706         (mode-line-process, mode-line-remote, outline-level)
9707         (parse-time-rules, rmail-output-file-alist)
9708         (special-display-buffer-names, vc-mode):
9709         Move risky declarations to the relevant files.
9710         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9711         (mode-line-modified, mode-line-process, mode-line-position)
9712         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9713         * font-core.el (font-lock-defaults):
9714         * format.el (format-alist):
9715         * vc-hooks.el (vc-mode):
9716         * window.el (special-display-buffer-names):
9717         * international/mule-cmds.el (input-method-alist):
9718         Define riskiness here (dumped file) rather than in files.el.
9719         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9720         * imenu.el (imenu-generic-expression, imenu--index-alist):
9721         * outline.el (outline-level):
9722         * time.el (display-time-string):
9723         * calendar/parse-time.el (parse-time-rules):
9724         * mail/rmailout.el (rmail-output-file-alist):
9725         Autoload riskiness here, rather than placing in files.el.
9727 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9729         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9731 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9733         * simple.el (process-file-side-effects): New defvar.
9735         * dired-aux.el (dired-show-file-type):
9736         * vc.el (vc-diff-internal):
9737         * vc-arch.el (vc-arch-diff):
9738         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9739         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9740         * vc-git.el (vc-git-registered, vc-git-working-revision)
9741         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9742         (vc-git--empty-db-p):
9743         * vc-hooks.el (vc-user-login-name):
9744         * vc-svn.el (vc-svn-registered, vc-svn-state)
9745         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9746         * progmodes/grep.el (grep-probe): Let-bind
9747         `process-file-side-effects' with nil.
9749         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9751         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9752         daemon.  Replace ping by checking for running service for bluez
9753         and zeroconf.  (Bug#4239)
9755 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9757         * net/dig.el (dig): Add autoload cookie.
9759 2009-08-25  Glenn Morris  <rgm@gnu.org>
9761         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9762         load-history for absolute file-names.
9763         (byte-compile-file-form-require): Warn about use of the cl package.
9765         * format.el (format-alist): Doc fix.
9767         * play/bubbles.el (top-level): Don't require cl at run-time.
9769         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9770         run-time cl).
9772 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9774         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9775         from cl package.
9776         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9778 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9780         * calc/calc-alg.el (math-trig-rewrite)
9781         (math-hyperbolic-trig-rewrite): New functions.
9782         (calc-simplify): Simplify trig functions when asked.
9784 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9786         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9788 2009-08-24  Kenichi Handa  <handa@m17n.org>
9790         * language/ind-util.el (mapthread): Delete it.
9791         (combinatorial): New function.
9792         (indian--puthash-cv): Use combinatorial instead of mapthread.
9794 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9796         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9797         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9798         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9799         Clarify docstring that the value is strings not symbols.
9800         (checkdoc-list-of-strings-p): New function.
9802 2009-08-22  Glenn Morris  <rgm@gnu.org>
9804         * files.el (auto-mode-alist):
9805         * hippie-exp.el (he-concat-directory-file-name):
9806         * lpr.el (lpr-windows-system, printer-name):
9807         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9808         * ps-print.el (ps-windows-system):
9809         * startup.el (command-line):
9810         * emulation/viper-ex.el (viper-glob-function):
9811         * international/mule-cmds.el (set-language-environment-coding-systems):
9812         * net/ange-ftp.el (ange-ftp-write-region):
9813         * obsolete/fast-lock.el (fast-lock-cache-name):
9814         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9815         unisoft-unix, vax-vms, win32, w32.
9817         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9818         given name if the pattern is not more specific.
9820         * calendar/lunar.el (lunar-phase-names): New option.
9821         (lunar-phase): Doc fix.
9822         (lunar-cycles-per-year): New constant.
9823         (lunar-index): New function.
9824         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9825         (lunar-phase-name): Use lunar-phase-names.
9826         (calendar-lunar-phases): Use format.
9827         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9829         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9830         Copy imenu-example--name-and-position function here for own use.
9831         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9833         * bs.el (bs--redisplay):
9834         * cus-edit.el (custom-redraw):
9835         * ibuffer.el (ibuffer-bury-buffer):
9836         * server.el (server-goto-line-column):
9837         * startup.el (command-line-1):
9838         * strokes.el (strokes-xpm-for-stroke):
9839         * term.el (term-display-buffer-line):
9840         * view.el (View-goto-line):
9841         * calc/calc.el (calc-do, calc-trail-buffer):
9842         * play/gamegrid.el (gamegrid-add-score-insecure):
9843         * progmodes/ada-mode.el (ada-compile-goto-error):
9844         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9845         (ebrowse-select-1st-to-9nth):
9846         * progmodes/cperl-mode.el (cperl-time-fontification):
9847         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9848         * progmodes/gud.el (gud-display-line):
9849         (idlwave-shell-display-line):
9850         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9851         * progmodes/make-mode.el (makefile-browser-toggle):
9852         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9853         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9854         * textmodes/picture.el (picture-draw-rectangle):
9855         * textmodes/reftex-index.el (reftex-index-goto-letter):
9856         (reftex-select-jump-to-previous):
9857         * textmodes/reftex-sel.el (reftex-find-start-point)
9858         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9859         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9860         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9861         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9862         * textmodes/two-column.el (2C-associated-buffer):
9863         Use forward-line rather than goto-line.
9865         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9866         goto-line.
9868         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9869         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9870         (quick-check-list-to-regexp): Declare.
9872         * progmodes/make-mode.el (makefile-browser-insert-selection):
9873         Use goto-char rather than goto-line.
9875         * progmodes/prolog.el (compilation-error-regexp-alist)
9876         (compilation-forget-errors): Declare.
9878 2009-08-22  Juri Linkov  <juri@jurta.org>
9880         * progmodes/grep.el (lgrep, rgrep): At the beginning
9881         set `dir' to `default-directory' unless `dir' is a non-nil
9882         readable directory.  (Bug#4052)
9883         (lgrep, rgrep): Change a weird way to report an error
9884         from using `read-string' to using `error'.
9885         Instead of using interactive arguments in the function body,
9886         add new argument `confirm'.
9888 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * textmodes/remember.el (remember-buffer):
9891         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9892         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9893         (icalendar-extract-ical-from-buffer):
9894         * net/newst-treeview.el (newsticker-groups-filename):
9895         * net/newst-backend.el (newsticker-cache-filename):
9896         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9897         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9898         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9899         (speedbar-buffers-line-path, speedbar-path-line)
9900         (speedbar-buffers-line-path):
9901         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9902         (epg-sign-keys):
9903         * epa.el (epa-display-verify-result):
9904         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9906 2009-08-21  Glenn Morris  <rgm@gnu.org>
9908         * progmodes/js.el (inferior-moz-process): Fix declaration.
9910         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9912         * obsolete/rnewspost.el (news-mail-reply):
9913         Use goto-char rather than goto-line.
9915         * term/ns-win.el (ns-open-file-select-line):
9916         Use line-beginning-position rather than goto-line.
9918         * apropos.el (apropos-command):
9919         * ehelp.el (electric-helpify):
9920         * printing.el (pr-show-setup):
9921         * strokes.el (strokes-help):
9922         * tutorial.el (tutorial--describe-nonstandard-key)
9923         (tutorial--detailed-help):
9924         * woman.el (woman-mini-help, woman-display-extended-fonts):
9925         * calc/calc-help.el (calc-describe-key):
9926         * emulation/edt.el (edt-electric-helpify):
9927         * international/mule-diag.el (mule-diag):
9928         * play/yow.el (apropos-zippy):
9929         * progmodes/python.el (python-describe-symbol):
9930         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9931         * textmodes/table.el (*table--cell-describe-mode)
9932         (*table--cell-describe-bindings):
9933         Use help-print-return-message rather than the now obsolete alias.
9935         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9936         (calendar-cursor-to-visible-date):
9937         * play/5x5.el (5x5-position-cursor):
9938         * play/decipher.el (decipher):
9939         * play/gomoku.el (gomoku-goto-xy):
9940         * play/landmark.el (lm-goto-xy):
9941         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9942         (mpuz-paint-digit):
9943         Use forward-line, not goto-line.
9945         * mail/rmail.el (rmail-obsolete): Delete custom group.
9946         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9947         (rmail-remote-password, rmail-remote-password-required):
9948         Remove unneeded :set-after and :set properties.
9950 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9952         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9954 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9956         * loadup.el: Remove leftover macos code.
9958         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9959         Explicitly pass the date format to git blame so that user local
9960         so that the output format can be parsed.
9962 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9964         * net/dbus.el (top): Don't check for (getenv
9965         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9967 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9969         * log-edit.el (log-edit-strip-single-file-name): New var.
9970         (log-edit-insert-changelog): Use it.  Bug#3571
9972 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9974         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9975         Bug#3287
9977         * help.el (help-print-return-message): Rename from
9978         print-help-return-message.
9980         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9981         cvs-mode-map parent hack.
9982         (log-view-mode): Derive from special-mode.
9984         * linum.el (linum-mode): window-size-change-functions is redundant.
9985         Adapt to new window-configuration-change-hook behavior.
9986         (linum-after-size, linum-after-config): Remove.
9988         * imenu.el (imenu-example--name-and-position)
9989         (imenu-example--lisp-extract-index-name)
9990         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9991         Mark as obsolete.
9993         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9994         (inferior-prolog-mode): Use it.
9995         (inferior-prolog-load-file): Reset list of errors.
9997 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9999         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10001         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10003 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
10005         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10006         is running already.
10008 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * subr.el (listify-key-sequence-1): Use normal syntax since those
10011         integers are nowadays always represented by the same (positive) number
10012         on all platforms.
10013         (read-key-empty-map): New const.
10014         (read-key-delay): New var.
10015         (read-key): New function.
10016         (force-mode-line-update): Use with-current-buffer.
10017         (locate-user-emacs-file): Don't forget to abbreviate the file name.
10018         (start-process-shell-command, start-file-process-shell-command):
10019         Discourage the use of command-args.
10021 2009-08-19  Glenn Morris  <rgm@gnu.org>
10023         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10025 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * simple.el (choose-completion-string): Don't rely on
10028         minibuffer-completing-file-name and ad-hoc checks to decide whether
10029         to continue completion or not.
10031         * minibuffer.el (minibuffer-hide-completions): New function.
10032         (completion--do-completion): Use it.
10033         (completions-annotations): New face.
10034         (completion--insert-strings): Use it.
10035         (completion-pcm--delim-wild-regex): Add docstring.
10036         (completion-pcm--string->pattern): Add support for 0-width delimiters
10037         in completion-pcm--delim-wild-regex.
10039 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10042         Remove unused var `buffer-modified-p'.
10044         * minibuffer.el (completion--do-completion): Move point for the #b001
10045         case as well (bug#4176).
10046         (minibuffer-complete, minibuffer-complete-word): Don't move point.
10048 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10050         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
10051         and :session buses.
10053 2009-08-18  Kenichi Handa  <handa@m17n.org>
10055         * international/ucs-normalize.el (ucs-normalize-version):
10056         Change to 1.1.
10057         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10058         (utf-8-hfs): Make it perform normalization on encoding too.
10060         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
10061         (sentence-end-without-space): Delete duplicated chars.
10062         (sentence-end-base): Likewise.
10064         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
10065         (html-mode): Delete duplicated chars from sentence-end-base.
10067         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
10068         (texinfo-mode): Delete duplicated chars from sentence-end-base.
10070 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10072         * files.el (hack-one-local-variable): If the mode function is for
10073         a minor mode, pass it an argument (Bug#4148).
10075 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
10077         * net/tramp.el (tramp-register-completion-file-name-handler):
10078         Check also for (member 'partial-completion completion-styles).
10080 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10082         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10083         abbrev (Bug#3943).
10085 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
10087         * progmodes/cperl-mode.el: Merge upstream 6.2.
10088         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10089         (cperl-forward-re): Check cperl-brace-recursing.
10090         (cperl-highlight-charclass): New function.
10091         (cperl-find-pods-heres): Use it.
10092         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10093         (cperl-beautify-regexp-piece): Fix column calculation.
10094         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10095         (cperl-beautify-level): Don't process entire regexp.
10096         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10097         calling man.
10098         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10099         (cperl-init-faces): Build a list in the normal way.
10101 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10103         * calendar/parse-time.el (parse-time-string-chars): Save match
10104         data.
10106 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10109         (sql-product): Use it.
10110         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10111         (sql-set-product): Add completion.
10112         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10113         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10114         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10115         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10116         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10117         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10118         (sql-highlight-db2-keywords): Remove.
10119         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10120         (sql-highlight-product): Use derived-mode-p.
10121         (sql-set-sqli-buffer): Use with-current-buffer.
10122         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10123         Simplify.
10125         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10127         * term.el: Fix commenting convention, turn comments into docstrings.
10129 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10131         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10133 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10135         * calendar/parse-time.el (parse-time-string-chars): Compute using
10136         character classes, to handle non-ascii characters (Bug#3190).
10138 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10140         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10141         another heredoc if the user adds another < (Bug#3226).
10143         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10144         Don't initialize based on window-system (Bug#4124).
10146         * facemenu.el (facemenu-read-color): Use a completion function
10147         that accepts any defined color, such as RGB triplets (Bug#3677).
10149         * files.el (get-free-disk-space): Change fallback default
10150         directory to /.  Expand DIR argument before switching to fallback.
10151         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10153 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10155         * files.el (load-library): Doc fix.
10157 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10159         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10160         (viper-if-string): Redefine C-s in the minibuffer to insert the last
10161         incremental search string.
10163         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10164         XEmacs.
10166         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10167         (ediff-merge-region-is-non-clash)
10168         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10169         Also check if the job is really a merge job.
10171         * ediff.el (ediff-current-file): New function.
10173 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10175         * progmodes/js.el: Edit docstrings throughout to follow Emacs
10176         conventions.
10177         (js-insert-and-indent): Delete function.
10178         (js-mode-map): Don't bind keys to js-insert-and-indent.
10179         (js-beginning-of-defun): Rename from js--beginning-of-defun.
10180         (js-end-of-defun): Rename from js--end-of-defun.
10181         (js-auto-indent-flag): Delete variable.
10183 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
10185         * progmodes/js.el: Remove proclaim statement.
10186         Defvar which-func-imenu-joiner-function to silence compiler.
10188         * files.el (auto-mode-alist): Use js-mode for .js files.
10190         * progmodes/js2-mode.el: Remove file.
10192         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10194         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10196         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10198 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
10199             Karl Landstrom  <karl.landstrom@brgeight.se>
10201         * progmodes/js.el: New file.
10203 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
10205         * timezone.el (timezone-parse-date): Add ability to understand ISO
10206         basic format (minimal separators) dates in addition to the
10207         already-supported extended format dates.
10209 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10211         * international/ucs-normalize.el: Add a `coding' file variable.
10213         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10215 2009-08-14  Sam Steingold  <sds@gnu.org>
10217         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10219 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10221         * faces.el (help-argument-name): Define it here instead of
10222         help-fns.el, because in daemon mode help-fns.el may be loaded when
10223         faces are still uninitialized (Bug#1078).
10225         * help-fns.el (help-argument-name): Move defface to faces.el.
10227 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10229         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10230         create buffer with a pty but no process so that GDB can make the
10231         inferior the controlling process.
10233 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
10235         * international/ucs-normalize.el: New file.
10237 2009-08-13  Richard Stallman  <rms@gnu.org>
10239         * mail/rmail.el (rmail-get-attr-names):
10240         Accept an attribute header that is too short.
10242         * mail/rmail.el (rmail-forget-messages):
10243         Ignore nil elt in rmail-message-vector.  Use dotimes.
10245         * progmodes/compile.el (compilation-goto-locus):
10246         Use next-error-move-function.
10248         * simple.el (next-error-move-function): New variable.
10250 2009-08-12  Juri Linkov  <juri@jurta.org>
10252         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10253         always non-nil.  (Bug#4052)
10255         * replace.el (read-regexp): Return empty string when
10256         `default-value' is nil.
10257         (keep-lines-read-args): Don't use empty string as the
10258         default value for `read-regexp'.  (Bug#2495)
10260 2009-08-12  Juri Linkov  <juri@jurta.org>
10262         * international/mule-cmds.el (ucs-insert): Change arguments
10263         from `arg' to `character', `count', `inherit' to be the same
10264         as in `insert-char'.  Doc fix.  (Bug#4039)
10266         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10268 2009-08-12  Juri Linkov  <juri@jurta.org>
10270         * files-x.el: New file.
10272         * files.el: Move code that deals with adding/deleting
10273         file/directory-local variables to files-x.el.
10275         * Makefile.in (ELCFILES): Add files-x.elc.
10277 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
10279         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10280         to use `goto-line'.
10281         (gdb-place-breakpoints, gdb-get-location): Rewritten without
10282         `goto-line'.
10283         (gdb-invalidate-disassembly): Do not refresh upon receiving
10284         'update signal.  Instead, update all disassembly buffers only after
10285         threads list.
10286         (gdb): Send -target-detach when buffer is killed (Bug#3794).
10287         (gdb-starting): Moved -data-list-register-names...
10288         (gdb-stopped): ...here so it's sent when first thread stops.
10289         (gdb-registers-handler-custom): Do nothing if register names are
10290         unknown yet.
10292         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10293         from `gdb-mi.el' to avoid extra tangling.
10295         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10296         change which breaks `gud-def' definitions used in `gdb'.
10297         (gdb-update-gud-running): No extra fuss for updating frame number.
10299 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10301         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10302         (describe-language-environment-map, setup-language-environment-map)
10303         (set-coding-system-map): Move initialization into declaration.
10304         (set-language-info-alist): Last arg to define-key-after can be skipped.
10306         * international/quail.el (quail-completion-1): Simplify.
10307         (quail-define-rules): Use slightly more compact code.
10308         (quail-insert-decode-map): Propertize keys, compact columns.
10310         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10311         Add goto-line.
10313 2009-08-10  Miles Bader  <miles@gnu.org>
10315         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10316         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10317         (js2-instance-member, js2-private-member, js2-private-function-call)
10318         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10319         (js2-magic-paren, js2-external-variable):
10320         Remove "-face" suffix from face names.
10321         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10322         (js2-highlight-undeclared-vars, js2-peek-token)
10323         (js2-parse-function-params, js2-mode-show-errors)
10324         (js2-mode-show-warnings, js2-make-magic-delimiter)
10325         (js2-mode-highlight-magic-parens): Update to use new face names.
10327 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
10329         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10330         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
10332 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
10334         * subr.el: Provide hashtable-print-readable.
10336         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10337         hs-c-like-adjust-block-beginning.
10338         (hs-hide-block-at-point): Stop hiding at the beginning of
10339         hs-block-end-regexp (Bug#700).
10341 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
10343         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10344         a macro.
10345         (gdb-registers-handler-custom): Do not fail when register names
10346         are unavailable.
10348 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10350         * progmodes/gdb-mi.el (gdb-control-all-threads)
10351         (gdb-control-current-thread): Interactive setters for
10352         `gdb-gud-control-all-threads' to use in menu.
10353         (gdb-show-run-p): Show «Go» when process is not active.
10354         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
10355         gud/thread.xpm and gud/all.xpm.
10357 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
10359         * net/net-utils.el (net-utils-font-lock-keywords): New var.
10360         (nslookup-font-lock-keywords): Make it a variable.
10361         (net-utils-mode): New mode for viewing diagnostic network output.
10362         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10363         (net-utils-run-simple): New function.
10364         (ifconfig, iwconfig, netstat, arp, route): Use it.
10366 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
10368         * progmodes/gdb-mi.el (gdb-read-memory-custom)
10369         (gdb-memory-set-address, def-gdb-set-positive-number)
10370         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10371         after changing settings.
10372         (gdb-invalidate-disassembly): Update when first shown.
10373         (gdb-edit-locals-value): Fixed.
10374         (gdb-registers-handler-custom): Print registers in right order and
10375         allow changing register values (only for current thread yet).
10376         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10377         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10378         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10379         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10380         info in mode name.
10381         (gdb-registers-mode-map): TAB to switch to locals.
10383 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10385         * mail/rmail.el (rmail-add-mbox-headers)
10386         (rmail-set-message-counters-counter): Search for
10387         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10389 2009-08-08  Glenn Morris  <rgm@gnu.org>
10391         * Makefile.in (ELCFILES): Update.
10393 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10395         * mail/sendmail.el (mail-yank-original): Set
10396         buffer-file-coding-system from the one used by the message whose
10397         text is yanked.
10399         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10400         to "windows" when "pgnuplot" is used.
10401         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10402         call accept-process-output if "pgnuplot" is used.
10403         (calc-graph-init): Don't send -display and -geometry to
10404         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10405         running "pgnuplot -V" with shell-command-to-string.
10407         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10408         the default.
10410 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10412         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10413         org/org-latex.elc.
10415 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10417         * vc-dispatcher.el (vc-resynch-window): Update comment.
10419         * term.el (term-handle-ansi-escape): Add comments with the
10420         terminfo capabilities implemented.
10422 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10424         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10425         (gdb-var-create-handler): Rewritten using JSON parser.
10426         (gdb-propertize-header): Moved earlier.
10427         (gdb-set-header): Removed to avoid duplication.
10428         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10429         Refresh disassembly buffers only after threads list have been
10430         update.
10431         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10432         variables.
10434 2009-08-04  Juri Linkov  <juri@jurta.org>
10436         * files.el: Commands to add/delete file/directory-local variables.
10437         (read-file-local-variable, read-file-local-variable-value)
10438         (read-file-local-variable-mode, modify-file-local-variable)
10439         (modify-file-local-variable-prop-line)
10440         (modify-dir-local-variable): New functions.
10441         (add-file-local-variable, delete-file-local-variable)
10442         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10443         (add-dir-local-variable, delete-dir-local-variable)
10444         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10445         (copy-dir-locals-to-file-locals-prop-line): New commands.
10447 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10449         * abbrev.el (insert-abbrev-table-description): Prettify output.
10450         Suggested by Karl Chen.
10452 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10454         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10455         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10456         (gdb-overlay-arrow-position, gdb-thread-position)
10457         (gdb-disassembly-position): Declare variables.
10458         (gdb-wait-for-pending): Function now.
10459         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10460         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10461         compilation goes smoothly.
10462         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10463         (gdb-non-stop-setting): New customization setting which replaces
10464         `gdb-non-stop' so changing it doesn't break active GDB session.
10465         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10466         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10467         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10468         (gdb-show-threads-by-default): New customization options.
10469         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10470         routines.
10471         (gdb-get-buffer-create): Send buffers update signal when they are
10472         created.
10473         (gdb-invalidate-locals, gdb-invalidate-registers)
10474         (gdb-invalidate-breakpoints)
10475         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10476         (gdb-invalidate-memory): Accept update signal.
10477         (gdb-current-context-command): Use --frame option.
10478         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10479         Implement `gdb-frame-number' selection logic.
10480         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10481         whether to show GUD toolbar buttons.
10482         (gdb-thread-exited): Unselect current thread when it exits.
10483         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10484         (gdb-mark-line): Routine which sets overlay arrow or inverses
10485         video on fringeless displays.
10486         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10487         to build aligned columns of data in GDB buffers and set text
10488         properties line-by-line.
10489         (gdb-invalidate-breakpoints)
10490         (gdb-breakpoints-list-handler-custom)
10491         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10492         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10493         (gdb-registers-handler-custom): Align data columns.
10494         (gdb-locals-handler-custom): Now prints data like in variable
10495         declarations.
10496         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10497         Removed confusing buttons.
10498         (gdb-invalidate-threads): Append --frame.
10499         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10500         between breakpoints/threads buffers.
10501         (gdb-set-window-buffer): Now can ignore dedicated windows.
10502         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10503         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10504         (def-gdb-thread-buffer-gud-command): Replaces
10505         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10506         for fine thread control.
10507         (gdb-preempt-existing-or-display-buffer): New function used to
10508         display bound buffers without breaking window layout.
10509         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10510         (gdb-select-frame): New version of `gdb-frames-select' which now
10511         sets `gdb-frame-number' so commands may use --frame option instead
10512         of inner debugger state.
10513         (gdb-frame-handler): Do not set `gdb-frame-number'.
10514         (gdb-threads-mode-map): Select threads with mouse.
10516         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10517         avoid compilation warning.
10518         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10519         `gdb-show-stop-p`.
10521         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10522         Argument `key' renamed to `buffer-type'.
10523         (gdb-current-context-buffer-name): Do not add thread info to
10524         buffer name when no thread is selected.
10525         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10526         command (bug 3794).
10527         (gdb-thread-selected): Handle `=thread-selected' notification.
10528         (gdb-wait-for-pending): New macro to deal with congestion problems.
10529         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10530         breakpoints.
10531         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10532         This fixes problem similar to one described in bug 3947.
10533         (gud-menu-map): More menu items.
10534         (gdb-init-1): Reset `gdb-thread-number' to nil.
10536         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10537         non-stop settings.
10539         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10540         (gdb-current-context-command): Do not append --thread if
10541         `gdb-thread-number' is nil.
10542         (gdb-running-threads-count, gdb-stopped-threads-count): New
10543         variables.
10544         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10545         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10546         customization options.
10547         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10548         GUD commands.
10549         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10550         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10551         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10552         set `gdb-thread-number' and update `gud-running' properly.
10553         (gdb-running): Update threads list when new threads appear.
10554         (gdb-stopped): Support non-stop operation and new thread switching
10555         logic.
10556         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10557         (gdb-json-partial-output): New set of JSON routines.
10558         (def-gdb-auto-update-trigger): New `signal-list' optional
10559         argument.
10560         (gdb-thread-list-handler-custom): Update `gud-running',
10561         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10562         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10563         (gdb-continue-thread, gdb-step-thread): New commands for fine
10564         thread execution control.
10565         (gud-menu-map): New menu items to switch non-stop options.
10566         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10567         (gdb-send): Mimic RET properly (bug 3794).
10569         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10570         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10571         gdb-buffer-rules.
10572         (def-gdb-auto-update-handler): New nopreserve optional argument.
10573         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10575         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10576         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10577         (gdb-parent-mode): New mode to derive other GDB modes from.
10578         (gdb-display-disassembly-for-thread)
10579         (gdb-frame-disassembly-for-thread): New commands for threads
10580         buffer.
10582         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10583         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10584         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10585         (gdb-update): We now store all GDB buffers in a list so that they
10586         can be updated by traversing a list instead of calling invalidate
10587         triggers explicitly.
10588         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10589         pair for GDB buffer.
10590         (gdb-stack-buffer-name): Add thread information.
10591         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10592         handle pending triggers.
10593         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10594         (def-gdb-thread-buffer-simple-command)
10595         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10596         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10597         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10598         New commands which show buffers bound to thread.
10599         (gdb-stack-list-locals-regexp): Removed unused regexp.
10601         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10602         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10603         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10604         to (gud-comint-buffer) in *-buffer-name functions
10605         because (gdb-get-target-string) already does that.
10606         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10607         (gdb-changed-registers-handler): Rewritten without regexps.
10609         * progmodes/gdb-mi.el: Basic thread selection support.
10610         (gdb-thread-number): New variable.
10611         (gdb-current-context-command): New macro which adds --thread
10612         option to command.
10613         (gdb-threads-mode-map): Select thread with SPC.
10614         (gdb-thread-list-handler-custom): Mark current thread with overlay
10615         arrow.  Synchronize GDB thread and Emacs thread.
10616         (gdb-select-thread): New command which selects current thread.
10617         (gdb-invalidate-frames, gdb-invalidate-locals)
10618         (gdb-invalidate-registers): Use --thread option.
10620 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10622         * net/tramp.el (top): Make check for tramp-gvfs loading more
10623         robust.  (Bug#3977)
10624         (tramp-handle-insert-file-contents): `unwind-protect' must be
10625         inside `with-parsed-tramp-file-name'.
10627         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10628         fails.
10630 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10632         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10633         directory if CLASSPATH is not set.
10635 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10637         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10638         New defconst.
10639         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10641 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10643         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10644         Update freshmeat link.  Delete newsforge.com as it seems gone.
10646 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10648         * select.el (x-set-selection): Doc fix (Bug#4021).
10650         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10652         * help-fns.el (describe-variable): Treat list return values from
10653         dir-locals-find-file properly (Bug#4005).
10655 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10657         * net/tramp.el (tramp-debug-message): Print also microseconds.
10659 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10661         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10662         or END is non-nil.
10663         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10664         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10665         format.
10667         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10668         (tramp-get-file-property): Use it.
10670         * autorevert.el (auto-revert-handler): Allow
10671         `auto-revert-tail-mode' for remote files.
10673 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10675         * minibuffer.el (read-file-name): Treat confirm options to
10676         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10678 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10680         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10681         (font-lock-variable-name-face, font-lock-constant-face): Darken
10682         the colors for light backgrounds.
10684 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10686         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10687         month names.  (Bug#3987)
10689 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10691         * simple.el (line-move-finish): Pass whole number to
10692         line-move-to-column.
10693         (line-move-visual): Perform hscroll to the recorded position.
10695 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10697         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10699 2009-07-29  Alan Mackenzie  <acm@muc.de>
10701         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10703 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10705         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10706         (gdb-place-breakpoints): Use full path when setting breakpoints.
10708 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10710         * calc/calc.el (calc-mode-map): Add keybinding for
10711         `calc-transpose-lines'.
10713 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10715         * calc/calc-misc.el (calc-transpose-lines): New function.
10717 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10719         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10720         Simplify check for out-of-band methods.
10721         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10722         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10724 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10726         * vc-git.el (vc-git-checkin): Fix typo.
10728 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10730         * progmodes/js2-mode.el: New file.
10732 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10734         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10735         (gud-menu-map): Adjust tooltip accordingly.
10737 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10739         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10740         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10742         * add-log.el (change-log-mode-map): Add a menu.
10744 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10746         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10747         function returns nil.
10748         (dbus-handle-event): Handle special return value :ignore.
10749         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10751 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10753         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10754         it's not needed.
10756 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10758         Fix Bug#3888:
10760         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10762         * term/pc-win.el (x-display-name, x-colors)
10763         (x-select-enable-clipboard, x-select-text): Doc fix.
10765         * term/common-win.el (x-display-name, x-colors): Doc fix.
10767         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10768         (xw-defined-colors): Doc fix.
10770         * w32-fns.el (x-select-text, x-setup-function-keys)
10771         (x-get-selection, x-set-selection): Doc fix.
10773         * term/x-win.el (x-select-text, x-setup-function-keys)
10774         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10776         * select.el (x-set-selection): Doc fix.
10778 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10780         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10781         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10782         "IsNSSSupportAvailable" method is not available.  Reported by
10783         Steve Youngs <steve@sxemacs.org>.
10785 2009-07-24  Kenichi Handa  <handa@m17n.org>
10787         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10788         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10789         (build-unicode-category-table): Fix range checks.
10791 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10793         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10794         the buffer we try to sync is current when calling
10795         vc-resynch-buffer.
10797         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10798         not show up to date files.
10800 2009-07-24  Glenn Morris  <rgm@gnu.org>
10802         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10803         Add autoload cookies.  If necessary, initialize.
10804         (elint-log): Handle non-file buffers.
10805         (elint-initialize): Add optional argument to reinitialize.
10806         (elint-find-builtin-variables): Save excursion.
10808 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10810         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10811         for Lint.
10813 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10815         * vc.el (vc-print-log-internal): New function, split out from ...
10816         (vc-print-log): ... here.
10817         (vc-dir-move-to-goal-column): Declare.
10819         * vc-git.el (vc-git-add-signoff): New variable.
10820         (vc-git-checkin): Use it.
10821         (vc-git-toggle-signoff): New function.
10822         (vc-git-extra-menu-map): Bind it to menu.
10823         (vc-git--run-command-string): Accept a nil FILE argument.
10824         (vc-git-stash-list): New function.
10825         (vc-git-dir-extra-headers): Use it.
10827 2009-07-23  Glenn Morris  <rgm@gnu.org>
10829         * help-fns.el (describe-variable): Describe ignored and risky local
10830         variables in a similar way to that in which we describe safe ones.
10832         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10833         (byte-compile-output-file-form, byte-compile-output-docform)
10834         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10835         Give some more local variables with common names a "bytecomp-" prefix,
10836         so as not to shadow things during compilation.
10837         * emacs-lisp/cl-macs.el (load-time-value)
10838         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10839         `outbuffer' to `bytecomp-outbuffer'.
10841         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10842         since the next two variables cover them automatically now.
10843         (elint-builtin-variables, elint-autoloaded-variables): New.
10844         (elint-unknown-builtin-args): Remove all members, since they can be
10845         parsed automatically now.
10846         (elint-extra-errors): New.
10847         (elint-env-add-env, elint-env-add-macro): Use cadr.
10848         (elint-current-buffer): Use or.  Change final message.
10849         (elint-get-top-forms): Use line-end-position.
10850         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10851         and defalias.
10852         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10853         (regexp-assoc): Remove unused function.
10854         (elint-top-form): Set elint-current-pos, to record the start of the
10855         top-level form, for compilation-mode.
10856         (elint-form): Trap errors in macro expansion.  Use dolist.
10857         (elint-unbound-variable): Use elint-builtin-variables and
10858         elint-autoloaded-variables.
10859         (elint-get-args): Use cadr, or.
10860         (elint-check-cond-form): Use dolist, cadr.
10861         (elint-check-condition-case-form): Doc fix.  Use cadr.
10862         Use elint-extra-errors.
10863         (elint-log): New function.
10864         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10865         Distinguish errors and warnings.
10866         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10867         Use a bytecomp-style format.
10868         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10869         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10870         Don't truncate lines.
10871         (elint-initialize): Set builtin and autoloaded variable lists.
10872         Only process elint-unknown-builtin-args if non-nil.
10873         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10874         New functions.
10875         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10877 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10879         * net/newst-backend.el (newsticker--parse-atom-1.0)
10880         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10881         (newsticker--parse-rss-1.0):
10882         * progmodes/idlwave.el (idlwave-mode):
10883         * progmodes/idlw-shell.el (idlwave-shell-mode):
10884         * progmodes/vera-mode.el (vera-mode):
10885         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10886         * progmodes/vhdl-mode.el (vhdl-mode):
10887         * textmodes/table.el (table-generate-source)
10888         (table--warn-incompatibility):
10889         Hyperlink urls in docstrings with URL `...'.
10891 2009-07-22  Glenn Morris  <rgm@gnu.org>
10893         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10894         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10895         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10896         Remove leading * from defcustom docs.
10898         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10900         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10901         defcustom doc.
10902         (list-load-path-shadows): Optionally, just return shadows as a string.
10904         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10906 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10908         * mail/rmailedit.el (rmail-edit-mode): Use
10909         auto-save-include-big-deletions.
10911         * mail/rmail.el (rmail-variables): Use
10912         auto-save-include-big-deletions.
10914         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10915         changes.
10917 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10919         * calc/calc.el (calc-undo-length): New variable.
10920         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10922 2009-07-21  Richard Stallman  <rms@gnu.org>
10924         * files.el (auto-save-mode): Handle buffer-save-size = -2
10925         for toggling mode.
10927 2009-07-21  Glenn Morris  <rgm@gnu.org>
10929         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10931         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10933         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10934         silence compiler.  Instead...
10935         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10936         (ps-print-ensure-fontified): Update for above function name changes.
10938         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10939         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10940         silence compiler.  Instead...
10941         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10942         (mh-show-buffer): Only define for compiler.
10943         (pr-mh-current-message): Update for above function name changes.
10945         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10946         as an argument.
10947         (find-file-noselect, insert-file-1): Update for above change.
10949         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10951         * mail/mailclient.el (mailclient-send-it): Fix message.
10953         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10954         (edebug-eval): Check cl-debug-env is bound.
10955         (print-level, print-circle): Don't redefine built-in variables.
10957         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10958         (custom-print-vectors): Remove old comments from doc.
10960         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10961         (emerge-version): Make the variable an obsolete alias for the
10962         emacs-version variable.  Make the function obsolete.
10963         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10964         Emerge options, rather than merging in into the main Options menu.
10965         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10966         and auto advance modes.  Disable edit/fast items when not relevant.
10968 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10970         * term/vt420.el (terminal-init-vt420): Fix typo.
10972 2009-07-20  Sam Steingold  <sds@gnu.org>
10974         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10975         variable (removed from compile.el on 2004-03-11).
10977 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10979         * files.el (hack-local-variables-filter): Fix last change.
10981 2009-07-19  Juri Linkov  <juri@jurta.org>
10983         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10984         (dir-local-variables-alist): New buffer-local variable.
10985         (hack-local-variables-filter): If variable is not dir-local,
10986         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10987         because file-local overrides dir-local.
10988         (c-postprocess-file-styles) <declare-function>:
10989         Remove obsolete declaration.
10990         (hack-dir-local-variables): Add dir-local variable/value pair to
10991         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10993         * help-fns.el (describe-variable): Add information about
10994         file-local and dir-local variables.
10996 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10998         * files.el (hack-local-variables-filter): Rewrite.
11000 2009-07-19  Glenn Morris  <rgm@gnu.org>
11002         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11003         Silence compiler by only defining on XEmacs.
11005         * international/mule.el (auto-coding-regexp-alist): Only match
11006         BABYL... at the start of buffer, not of lines.  (Bug#3790)
11008         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11009         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
11010         (cal-menu-context-mouse-menu): Doc fix.
11012         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11014         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
11016 2009-07-18  Juri Linkov  <juri@jurta.org>
11018         * info.el: Virtual Info keyword finder.
11019         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11020         (Info-finder-file): New variable.
11021         (Info-finder-find-file): New function.
11022         (finder-known-keywords, finder-package-info)
11023         (find-library-name, lm-commentary): Use defvar and
11024         declare-function to silence compiler warnings.
11025         (Info-finder-find-node): New function.
11026         (info-finder): New command.
11028         * subr.el (process-kill-buffer-query-function): New function.
11029         (add-hook)<kill-buffer-query-functions>: Add hook
11030         `process-kill-buffer-query-function'.
11032 2009-07-18  Alan Mackenzie  <acm@muc.de>
11034         * progmodes/cc-mode.el (c-before-hack-hook)
11035         (c-postprocess-file-styles): Give invocation of `c-set-style'
11036         DONT-OVERRIDE parameter of t.  Already set style variables will
11037         thus not be overridden by style settings given by `c-file-syle'.
11039         * files.el (hack-local-variables-filter): Remove entries with
11040         duplicate keys from `file-local-variables-alist'.
11042 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11044         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11045         x-set-selection if display-selections-p returns nil for the
11046         current frame.
11048 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
11050         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11052 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
11054         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11055         Accept nil in addition to a regexp.
11056         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11057         Accept nil in addition to a regexp.
11058         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11059         buffers that have an associated file.  Handle nil values of
11060         desktop-buffers-not-to-save and desktop-files-not-to-save.
11061         (Bug#3833)
11063         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11064         (x-disown-selection-internal): New functions.
11066 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
11068         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11069         warning.
11070         (gdb-breakpoints-header): Move forward to avoid compiler warning.
11071         (gdb-make-header-line-mouse-map): Remove duplicate definition.
11073 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
11075         * simple.el (set-mark): Revert last change.
11077 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
11079         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11080         rendering of pngs is not possible instead of messaging a long
11081         description.
11083 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
11085         * w32-fns.el (x-selection-owner-p): New function.
11087         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11088         (mouse-yank-at-click, mouse-yank-primary): If
11089         select-active-regions is non-nil, deactivate the mark before
11090         insertion.
11092         * simple.el (deactivate-mark, set-mark): Only save selection if we
11093         own it.
11095 2009-07-17  Kenichi Handa  <handa@m17n.org>
11097         * case-table.el (describe-buffer-case-table): Fix for the case
11098         that KEY is a cons.
11100 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
11102         * vc-rcs.el (vc-rcs-find-file-hook):
11103         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11105 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
11107         * net/tramp.el (tramp-wait-for-output): Handle the case when
11108         commands do not return a newline but a null byte before the shell
11109         prompt.  (Bug#3858)
11111 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11113         * term/ns-win.el (ns-set-alpha): Don't declare.
11114         (ns-set-background-alpha): Remove function.
11116 2009-07-16  Kevin Ryde  <user42@zip.com.au>
11118         * emacs-lisp/copyright.el (copyright-update): Save match-data across
11119         y-or-n-p, for safety.
11121 2009-07-16  Richard Stallman  <rms@gnu.org>
11123         * files.el (auto-save-mode): If buffer-saved-size is -2,
11124         don't clobber it.
11126         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11127         (rmail-retry-ignored-headers): Add more uninteresting fields.
11129 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
11131         * net/rcirc.el (rcirc): Use history variables.
11132         (rcirc-server-name-history, rcirc-nick-name-history)
11133         (rcirc-server-port-history): New variables.
11135 2009-07-15  Kenichi Handa  <handa@m17n.org>
11137         * international/mule-cmds.el (set-language-environment-charset):
11138         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11139         ignore them.
11141         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11142         Delete unibyte-display.
11144 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11146         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11148 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
11150         * simple.el (deactivate-mark): Optional argument FORCE.
11151         (set-mark): Use deactivate-mark.
11153         * info.el (Info-search): No need to check transient-mark-mode
11154         before calling deactivate-mark.
11156         * select.el (x-set-selection): Doc fix.
11157         (x-valid-simple-selection-p): Allow buffer values.
11158         (xselect--selection-bounds): Handle buffer values.  Suggested by
11159         David De La Harpe Golden.
11161         * mouse.el (mouse-set-region, mouse-drag-track): Call
11162         copy-region-as-kill before setting the mark, to let
11163         select-active-regions work.
11165 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
11167         * simple.el (deactivate-mark): If select-active-regions is
11168         non-nil, copy the selection data into a string.
11169         (activate-mark): If select-active-regions is non-nil, set the
11170         selection to the current buffer.
11171         (set-mark): Update selection if select-active-regions is non-nil.
11173         * select.el (x-valid-simple-selection-p): Allow buffer values.
11175 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11177         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11178         and more featureful message-mode.
11180 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
11182         * select.el (x-set-selection): Doc fix.
11183         (x-valid-simple-selection-p): Disallow selection data consisting
11184         of a list or cons of integers, since that is not used.
11185         (xselect--selection-bounds, xselect--int-to-cons): New functions.
11186         (xselect-convert-to-string, xselect-convert-to-length)
11187         (xselect-convert-to-filename, xselect-convert-to-charpos)
11188         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11190 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
11192         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11193         output in -break-info command (Emacs bug #3794).
11195 2009-07-14  Glenn Morris  <rgm@gnu.org>
11197         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11198         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11199         (edebug-print-length, edebug-print-level, edebug-print-circle)
11200         (edebug-sit-for-seconds, edebug-view-outside)
11201         (edebug-bounce-point, edebug-set-global-break-condition)
11202         (edebug-Go-nonstop-mode, edebug-trace-mode)
11203         (edebug-Trace-fast-mode, edebug-continue-mode)
11204         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11205         (edebug-visit-eval-list): Doc fixes.
11207         * subr.el (def-edebug-spec): Doc fix.
11209 2009-07-14  Kenichi Handa  <handa@m17n.org>
11211         * international/characters.el: Fix setting of category ?C.
11213 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
11215         * term/ns-win.el (x-select-font): defalias x-select-font to
11216         ns-popup-font-panel instead of generate-fontset-menu.
11218 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
11220         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
11222 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
11224         * arc-mode.el (archive-find-type): Allow for a PK00 string before
11225         the PK\003\004 header (Bug#3770).
11227 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
11229         * pcomplete.el (pcomplete-comint-setup): Check for
11230         shell-dynamic-complete-filename too.
11232 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
11234         * simple.el (temporary-goal-column): Change the value for
11235         line-move-visual to a cons cell.
11236         (line-move-visual): Record or set the window hscroll, if
11237         necessary (Bug#3494).
11238         (line-move-1): Handle cons value of temporary-goal-column.
11240 2009-07-11  Kenichi Handa  <handa@m17n.org>
11242         * international/mule-diag.el (describe-character-set): Don't show
11243         width.
11245 2009-07-10  Sam Steingold  <sds@gnu.org>
11247         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11248         Omake sometimes indents the errors it prints, so allow all
11249         regexps to start with spaces.
11251 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
11253         * cus-edit.el (customize-changed-options-previous-release):
11254         Bump value to 22.1.  (Bug#3804)
11256 2009-07-08  Sam Steingold  <sds@gnu.org>
11258         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11259         to be a cons cell (test . ignored-directory) to selectively ignore
11260         some directories depending on the location of the search.
11262 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11264         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11265         remote user is root, on the local host.
11266         (tramp-local-host-p): Either the local user or the remote user
11267         must be root.  (Bug#3771)
11269 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11271         * progmodes/gdb-mi.el (gdb): Remove description of
11272         gdb-use-separate-io-buffer.
11273         (menu): Don't allow toggling of or enable
11274         gdb-use-separate-io-buffer from menubar.
11276 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11278         * mail/unrmail.el (unrmail): Make sure the message ends with two
11279         newlines (Bug#3769).
11281 2009-07-08  Glenn Morris  <rgm@gnu.org>
11283         * calendar/calendar.el (calendar-current-date): Rework previous change.
11285 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
11287         * calendar/calendar.el (calendar-current-date):
11288         Add an optional argument giving an offset from today.
11290 2009-07-08  Glenn Morris  <rgm@gnu.org>
11292         * tutorial.el (tutorial--describe-nonstandard-key):
11293         Adjust the message for when a key has been unbound.
11294         (help-with-tutorial): Hide the arch-tag.
11296 2009-07-08  Kenichi Handa  <handa@m17n.org>
11298         * international/fontset.el (setup-default-fontset): For each
11299         script, append (not set) font-specs.
11301         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11302         docstring.
11304 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
11306         * progmodes/gdb-mi.el (gdb-init-1): Move sending
11307         -data-list-register-names to ...
11308         (gdb-starting): ... here because GDB 7.0 requires execution to
11309         have started when using this MI command.
11310         (gdb-set-header): New function to distinguish select and
11311         unselected tabs in gdb buffers.
11312         (gdb-propertize-header): New macro that uses gdb-set-header.
11313         (gdb-breakpoints-header, gdb-locals-header): Use it.
11314         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11316 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11318         * Makefile.in (ELCFILES): Remove fadr.elc.
11320 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
11322         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11323         may contain frame information, so `string-match' should be used.
11324         (gdb-update): Disassembly is invalidated through
11325         `gdb-get-selected-frame'.
11326         (gdb-pad-string): New function to pad string with spaces.
11327         (gdb-invalidate-disassembly): Invalidate only if the buffer
11328         exists.
11329         (gdb-disassembly-handler-custom): Column alignment.
11330         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11331         placing new ones.
11332         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11333         end of line, too.
11334         (gdb-frame-handler): Match convention to for disassembly buffer
11335         mode name.
11336         (gdb-stack-list-frames-handler): Rewritten without regexps.
11337         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11338         not highlight breakpoints without line information.
11339         (gdb-input): Add trailing newline to command.
11341         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11342         buffer properly.
11343         (gdb-breakpoints-list-handler-custom): Replacement for
11344         `gdb-break-list-handler'.  Using real parser instead of regexps
11345         now.
11346         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11347         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11348         to place breakpoints.
11349         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11350         functions.
11351         (gdb-disassembly-handler-custom): Show overlay arrow.
11352         (gdb-disassembly-place-breakpoints): Show breakpoints in
11353         disassembly buffer.
11354         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11355         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11356         instead of parsing breakpoints buffer.  Fixed old menu references
11357         in `gud-menu-map'.
11359         * fadr.el: Remove.
11361         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11362         (gdb-memory-address): New variable which holds top address of
11363         memory page shown in memory buffer.
11364         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11365         customization variables.
11366         New functions:
11367         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11368         display the memory buffer.
11369         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11370         buffer display parameters.
11371         (def-gdb-memory-format, gdb-memory-format-binary)
11372         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11373         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11374         Functions for setting memory buffer format.
11375         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11376         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11377         unit size used in memory buffer.
11378         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11379         to next/previous page of memory buffer.
11380         Now using (bindat-get-field) instead of fadr functions.
11382 2009-07-07  Sam Steingold  <sds@gnu.org>
11384         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11385         non-top-level files.
11387 2009-07-07  Kenichi Handa  <handa@m17n.org>
11389         * international/mule-cmds.el (reset-language-environment): Put
11390         the highset priority to the charset iso-8859-1.
11392 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11394         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11395         to the end of the line when locating the block (Bug#700).
11397 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11399         * net/tramp.el (tramp-handle-write-region): Flush file properties
11400         in case of short track.
11402 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11404         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11405         Coded custom representation of verilog error regular expressions
11406         to work with Emacs-22's new format.
11407         (verilog-error-regexp-xemacs-alist): Coded custom representation
11408         of verilog error regular expressions to work with XEmacs format.
11409         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11410         error recognition into XEmacs.
11411         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11412         error recognition into Emacs-22.
11414 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11416         * woman.el: Remove stand-alone closing parentheses.
11417         (woman-file-name, woman2-format-paragraphs)
11418         (woman-leave-blank-lines): Code cleanup.
11419         (woman-use-own-frame): Change default to nil.
11420         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11421         defaults to inherit from default faces.
11422         (woman2-process-escapes): Consume the newline after a stand-alone
11423         filler character (Bug#3651).
11425 2009-07-06  Glenn Morris  <rgm@gnu.org>
11427         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11428         (top-level): Move provide to the end.
11429         (ffap): Remove defunct URL from custom group.
11431         * subr.el (eval-after-load): Doc fix.
11433 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11435         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11436         `calc-embedded-word' is called twice.
11438 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * files.el (find-alternate-file-other-window, find-alternate-file):
11441         Obey confirm-nonexistent-file-or-buffer.
11443 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11445         * dired-aux.el (dired-show-file-type): Handle remote files.
11447 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11449         * desktop.el (desktop-globals-to-save):
11450         Add file-name-history (Bug#2750).
11452 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11454         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11456 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11458         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11459         property on entire argument since this is what eshell-lisp-command
11460         expects.
11462 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11464         * net/tramp-gvfs.el (tramp-gvfs-methods)
11465         (tramp-gvfs-zeroconf-domain)
11466         (tramp-bluez-discover-devices-timeout): Add version flag.
11467         (tramp-gvfs-handler-mounted-unmounted)
11468         (tramp-gvfs-connection-mounted-p): Polish handling of
11469         incompatibilities between GVFS 0.2 and 1.0.
11471 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11473         * cus-start.el (all): Add make-pointer-invisible.
11475 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11477         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11478         formatted correctly.
11480 2009-07-02  Juri Linkov  <juri@jurta.org>
11482         * info.el: Virtual Info files and nodes.
11483         (Info-virtual-files, Info-virtual-nodes): New variables.
11484         (Info-current-node-virtual): New variable.
11485         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11486         New functions.
11487         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11488         to check for a virtual file instead of checking a fixed list
11489         of node names.
11490         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11491         instead of ad-hoc processing of "dir" and (apropos history toc).
11492         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11493         instead of ad-hoc processing of "dir" and (apropos history toc).
11494         Reread a file when moving from a virtual node.
11495         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11496         (Info-directory-toc-nodes, Info-directory-find-file)
11497         (Info-directory-find-node): New functions.
11498         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11499         (Info-history): Move part of code to
11500         `Info-history-find-node'.
11501         (Info-history-toc-nodes, Info-history-find-file)
11502         (Info-history-find-node): New functions.
11503         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11504         (Info-toc): Move part of code to `Info-toc-find-node'.
11505         (Info-toc-find-node): New function.
11506         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11507         the current Info file name to references because now the node
11508         "*TOC*" belongs to the same Info manual.
11509         (Info-toc-build): Rename from `Info-build-toc'.
11510         (Info-toc-nodes): Rename input argument `file' to `filename'.
11511         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11512         instead of ad-hoc processing of ("dir" apropos history toc).
11513         (Info-index-nodes): Use Info-virtual-file-p
11514         to check for a virtual file instead of checking a fixed list
11515         of node names.
11516         (Info-index-node): Add check for `Info-current-node-virtual'.
11517         Raise `save-match-data' higher up the tree to contain
11518         `search-forward' too (bug fix).
11519         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11520         (Info-virtual-index-nodes): New variable.
11521         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11522         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11523         (Info-apropos-file, Info-apropos-nodes): New variables.
11524         (Info-apropos-toc-nodes, Info-apropos-find-file)
11525         (Info-apropos-find-node, Info-apropos-matches): New functions.
11526         (info-apropos): Move part of code to `Info-apropos-find-node' and
11527         `Info-apropos-matches'.
11528         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11529         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11530         for a virtual file instead of checking a fixed list of node names.
11532         * simple.el (async-shell-command): New command.
11534         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11536         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11537         instead of `mount-info'.
11539 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11541         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11542         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11544 2009-07-02  Kenichi Handa  <handa@m17n.org>
11546         * international/mule.el (set-keyboard-coding-system): Force *-unix
11547         coding-system to avoid eol conversion.
11549 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11551         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11552         Add handler for `process-file', `shell-command' and
11553         `start-file-process'.
11554         (tramp-gvfs-handle-shell-command)
11555         (tramp-gvfs-handle-start-file-process)
11556         (tramp-gvfs-handle-process-file): New defuns.
11557         (tramp-synce-list-devices): Simplify check for existence of property.
11559 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11561         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11563 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11565         * language/korean.el (set-language-info-alist): Add korean-cp949,
11566         cp949 to spec.
11568 2009-07-01  Kenichi Handa  <handa@m17n.org>
11570         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11572         * international/encoded-kb.el: Deleted.
11574         * international/mule.el (set-keyboard-coding-system): Perform the
11575         necessary setup here instead of calling encoded-kbd-setup-display.
11577 2009-07-01  Glenn Morris  <rgm@gnu.org>
11579         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11581 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11583         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11585 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11587         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11588         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11589         (tramp-default-file-modes): Remove execute permissions.
11591         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11592         (top): Add a default for "synce" in `tramp-default-user-alist'.
11593         Add completion function for "synce" method.
11594         (tramp-hal-service, tramp-hal-path-manager)
11595         (tramp-hal-interface-manager, tramp-hal-interface-device):
11596         New defconst.
11597         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11598         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11599         New defuns.
11601         * net/trampver.el: Update release number.
11603 2009-06-30  Kenichi Handa  <handa@m17n.org>
11605         * international/fontset.el (setup-default-fontset): Add CJK fonts
11606         for symbols and the other miscellaneous characters.
11608         * language/korea-util.el (setup-korean-environment-internal):
11609         Make char-width-table suitable for Korean environments.
11610         (exit-korean-environment): Cancel above.
11612         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11613         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11614         setup-function to make char-width-table suitable for respective
11615         environments, and an exit-function to cancel that.
11617         * language/japan-util.el (setup-japanese-environment-internal):
11618         Call use-cjk-char-width-table with arg `ja_JP'.
11620         * international/characters.el (cjk-char-width-table): Delete it.
11621         (cjk-char-width-table-list): New variable.
11622         (use-cjk-char-width-table): New arg local-name.
11623         (use-default-char-width-table): Fix for the case that Emacs is
11624         already using the default char-width-table.
11626 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11628         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11629         modes mandatory.  (Bug#3712)
11631 2009-06-29  Alan Mackenzie  <acm@muc.de>
11633         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11634         correction between the visible width of TABs and their number of bytes.
11636 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11638         * server.el (server-buffer-done): Prevent kill-buffer from
11639         prompting by clearing the buffer modification flag (Bug#3696).
11641 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11643         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11644         (verilog-endcomment-reason-re): Support unique case and priority case.
11645         (verilog-basic-complete-re): Support localparam lineup.
11646         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11647         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11648         commenting.
11649         (verilog-leap-to-case-head): Now support *nested* unique &
11650         priority case statements.
11651         (verilog-auto-lineup): Make just declarations the default (as it
11652         had been).
11653         (verilog-leap-to-case-head): Support priority/unique case statements.
11654         (verilog-auto-lineup): Rework to give users radio buttons to
11655         select the various styles of automatic lineup.
11656         (verilog-error-regexp-alist): Rework to support the XEmacs style
11657         of error regular expressions from compilers, lint tools &
11658         simulators.  Note that GNU Emacs has made it impossible for a mode
11659         to load such things.
11660         (electric-verilog-terminate-line, verilog-indent-declaration)
11661         (verilog-auto-wiure): Rework for radio button selection of
11662         auto-lineup selection of specification of auto lineup.
11663         (verilog-beg-of-statement-1): Redesign to support proper operation
11664         in additional code, based on testing with auto-lineup.
11665         (verilog-calculate-indent, assignments & declarations)
11666         (verilog-backward-token): Enhance to support auto-lineup of
11667         assignments & declarations.
11668         (verilog-in-directive-p, verilog-at-struct-p): New function for
11669         easy test of whether we are.
11670         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11671         to support safe execution at almost anyline.
11672         (verilog-calc-1): Properly support indenting deep inside generate
11673         blocks.
11674         (verilog-init-font): Remove definition & use of verilog-init-font,
11675         as it is redundant with font-lock-defaults.
11676         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11677         to avoid circular calls if syntax-ppss is a function (as is the
11678         case now in 22.x GNU Emacs) as that function would sometimes call
11679         itself, leading to (nearly) infinite recursion.
11680         (verilog-ovm-begin-re, verilog-ovm-end-re)
11681         (verilog-ovm-statement-re, verilog-leap-to-head)
11682         (verilog-backward-token): Add support for OVM macros.  Some are
11683         complete statements, and others open and close scopes like begin
11684         and end.
11685         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11686         (verilog-defun-level-generate-only-re): Really fix the defun-list
11687         compilation issue.
11688         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11689         coverpoint, constraint and cross statements.
11690         (verilog-defun-level-list, verilog-generate-defun-level-list)
11691         (verilog-all-defun-level-list): Redo these specifications - it is
11692         too hard to support eval-when compile aggregation of lists also
11693         built at when-compile time.
11694         (verilog-defun-level-list): Place defconsts of variables used in
11695         building regular expressions which are built in eval-when-compile
11696         bodies in the same eval-when-compile body to facilitate compile
11697         without load.
11698         (verilog-beg-block-re-ordered): Support indenting
11699         virtual/protected tasks and functions.
11700         (verilog-defun-level-list, verilog-in-generate-region-p)
11701         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11702         indentation of some module items (generate items).
11703         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11704         across virtual/protected tasks and functions.
11706 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11708         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11709         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11710         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11711         in concatenations.  Reported by Yishay Belkind.
11712         (verilog-auto-ascii-enum): Support one-hot state machines in
11713         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11714         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11715         modport in AUTOINST and add vl-modport for users.  Reported by
11716         David Rogoff.
11717         (verilog-auto-inout-module, verilog-auto-inst)
11718         (verilog-decls-get-interfaces, verilog-insert-definition)
11719         (verilog-insert-one-definition, verilog-read-decls)
11720         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11721         (verilog-sig-modport, verilog-signals-combine-bus)
11722         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11723         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11724         Suggested by David Rogoff.
11725         (verilog-repair-open-comma): Fix non-insertion of comma when
11726         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11727         (verilog-make-width-expression): Simplify [A-1:0] expression
11728         widths to just {A{1'b0}}.
11729         (verilog-mode): Cleanup checkdoc warnings.
11730         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11731         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11732         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11733         (next-error-last-buffer): Fix byte-compiler warning.
11734         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11735         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11736         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11737         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11738         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11739         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11740         in AUTOINOUT.  Reported by Matthew Lovell.
11741         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11742         causing use of <= assignments.  Reported by Alex Reed.
11743         (verilog-read-decls): Fix triand, trior, wand, wor to be
11744         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11745         (verilog-extended-complete-re): Support import "DPI-C" functions.
11746         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11747         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11748         (verilog-insert-date, verilog-insert-year)
11749         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11750         Windows systems.  Reported by Michael Potts.
11751         (verilog-read-module-name): Fix AUTOINST when the child module
11752         declaration's name is a tick define.  Reported by Elliot Mednick.
11753         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11754         passed to next parameter's definition.  Reported by Bruce T.
11755         (verilog-read-decls): Fix detecting "parameter int" when using
11756         AUTOINSTPARAM.  Reported by Bruce T.
11757         (verilog-goto-defun): Fix goto not finding modules unless first
11758         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11759         (verilog-mode): Expand -f flag arguments on entry to mode so
11760         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11761         (verilog-getopt): Expand environment variables in -f file
11762         arguments.  Suggested by Lawrence Butcher.
11763         (verilog-set-define): Fix "Symbol's value as variable is void"
11764         when reading enumerations.
11765         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11766         Suggested by Stephen Peltan.
11767         (verilog-read-defines): Fix reading of enumerations in include
11768         files.  Reported by Steve Peltan.
11770 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11772         * files.el (trash-directory): Fix defcustom type.
11774 2009-06-28  Juri Linkov  <juri@jurta.org>
11776         * help-fns.el (describe-function-1): Correctly locate adviced
11777         functions in hyperlink (Bug#2438).
11779 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11781         * files.el (trash-directory): Change default to nil.
11782         (move-file-to-trash): If trash-directory is nil and
11783         system-move-file-to-trash is unbound, perform freedesktop-style
11784         trashing.
11786 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11788         * files.el (move-file-to-trash): Add freedesktop trash
11789         support (Bug#973).
11791 2009-06-28  Glenn Morris  <rgm@gnu.org>
11793         * autorevert.el (global-auto-revert-non-file-buffers)
11794         (global-auto-revert-mode): Doc fixes.
11796 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11798         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11800 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11802         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11803         opened an X connection before calling x-get-resource (Bug#3194).
11805         * play/doctor.el: Remove reference to obsolete website.
11806         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11808 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11810         Remove find-file-not-found-hook VC method.  (Bug#2757)
11811         * vc-hooks.el (vc-file-not-found-hook)
11812         (vc-default-find-file-not-found-hook): Remove functions.
11813         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11814         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11815         * vc.el:
11816         * vc-hg.el:
11817         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11819 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11821         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11822         compatibility function for `looking-back'.
11824         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11825         Use `ispell-looking-back'.
11827 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11829         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11830         rather than `filename'.
11832 2009-06-23  Miles Bader  <miles@gnu.org>
11834         * face-remap.el (text-scale-set): New function.
11836 2009-06-23  Glenn Morris  <rgm@gnu.org>
11838         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11840         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11842         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11844         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11846         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11847         Simplify Persian conditionals.
11849         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11850         variable `filename'.
11852         * comint.el (comint-insert-input): Doc fix.
11854         * Makefile.in (ELCFILES): Fix typo in previous change.
11856 2009-06-23  Miles Bader  <miles@gnu.org>
11858         * cus-start.el: Add entry for `recenter-redisplay'.
11860 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11862         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11863         Add an optional argument for the backend, use it instead of
11864         calling vc-backend.
11865         (vc-mode-line): Add an optional argument for the backend.
11866         Pass the backend to vc-state and vc-working-revision.  Move code for
11867         special handling for vc-state being a buffer to ...
11869         * vc-rcs.el (vc-rcs-find-file-hook):
11870         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11872         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11873         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11874         vc-stay-local-p and vc-mode-line calls.
11876         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11877         (vc-cvs-diff, vc-cvs-annotate-command)
11878         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11879         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11880         vc-mode-line calls.
11882         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11883         direct comparison.
11884         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11885         backend when calling vc-mode-line.
11886         (vc-register): Do not create a closure for calling the vc register
11887         function, call it directly.
11889 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11891         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11892         to make it obvious item can be clicked.
11894         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11896 2009-06-23  Kenichi Handa  <handa@m17n.org>
11898         * language/korea-util.el (korean-key-bindings): Change the binding
11899         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11900         same command.
11902 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11904         Sync with Tramp 2.1.16.
11906         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11908         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11909         when a loading of a package fails.  Completion function for rsync
11910         is `tramp-completion-function-alist-ssh'.
11911         (all): Replace all calls of `split-string' and
11912         `tramp-split-string' by `tramp-compat-split-string'.
11913         (tramp-default-method): Use `tramp-compat-process-running-p'.
11914         (tramp-default-proxies-alist): Allow also Lisp forms.
11915         (tramp-remote-path): Add choice "Private Directories".
11916         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11917         (tramp-domain-regexp): Allow also "-", "_" and ".".
11918         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11919         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11920         (tramp-debug-message): Insert header line in debug buffer.
11921         (tramp-handle-directory-files-and-attributes-with-stat):
11922         Care about filenames with spaces, or starting with "-".
11923         (tramp-handle-dired-uncache): New defun.
11924         (tramp-handle-insert-directory): Don't flush the directory from
11925         cache, this is handled by `dired-uncache' now.
11926         (tramp-handle-insert-file-contents): Improve error handling.
11927         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11928         Quote `tramp-end-of-output'.
11929         (tramp-action-password): Improve trace message.
11930         (tramp-check-for-regexp): Both echoes must be present, before removing.
11931         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11932         (tramp-compute-multi-hops): Eval cons cells of
11933         `tramp-default-proxies-alist'.
11934         (tramp-maybe-open-connection): Use the same command pattern for
11935         first hop and further hops.
11936         (tramp-wait-for-output): Remove handling of newlines.
11937         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11938         (tramp-split-string): Remove function.  It is handled in
11939         tramp-compat now.
11941         * net/tramp-cmds.el (tramp-bug):
11942         Recommend `tramp-cleanup-all-connections' in the bug mail.
11944         * net/tramp-compat.el (tramp-compat-split-string)
11945         (tramp-compat-process-running-p): New defuns.
11947         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11948         for `dired-uncache'.
11950         * net/tramp-gvfs.el: New package.
11952         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11953         Add handler for `dired-uncache'.
11954         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11956         * net/trampver.el: Update release number.  Make version check fit
11957         for SXEmacs 22.
11959 2009-06-22  Jim Meyering  <meyering@redhat.com>
11961         Automatically handle .xz suffix (XZ-compressed files), too.
11962         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11963         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11965 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11966             Nick Roberts  <nickrob@snap.net.nz>
11968         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11969         repository (http://sphinx.net.ru/hg/gdb-mi/).
11971 2009-06-22  Glenn Morris  <rgm@gnu.org>
11973         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11974         `mode' and `eval' entries.  (Bug#3430)
11976         * Makefile.in (ELCFILES): Add fadr.elc.
11978         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11979         differing behavior of \n and ^ in strings.  (Bug#3385)
11981         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11983         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11984         property.
11985         (lisp-indent-function): Make it a defcustom.
11987 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11989         * progmodes/gdb-ui.el: Replace with ...
11990         * progmodes/gdb-mi.el: ... this file.
11991         * progmodes/gud.el: Modify for gdb-mi.el.
11993 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11995         * fadr.el: New file.
11997 See ChangeLog.14 for earlier changes.
11999 ;; Local Variables:
12000 ;; coding: utf-8
12001 ;; End:
12003     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
12005   This file is part of GNU Emacs.
12007   GNU Emacs is free software: you can redistribute it and/or modify
12008   it under the terms of the GNU General Public License as published by
12009   the Free Software Foundation, either version 3 of the License, or
12010   (at your option) any later version.
12012   GNU Emacs is distributed in the hope that it will be useful,
12013   but WITHOUT ANY WARRANTY; without even the implied warranty of
12014   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12015   GNU General Public License for more details.
12017   You should have received a copy of the GNU General Public License
12018   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
12020 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1