* lisp/finder.el (finder-known-keywords): Add keyword "vc"
[emacs.git] / lisp / ChangeLog
blob08b90b6f4c062f5820c1c0cae76c94349c5faebd
1 2010-06-11  Juri Linkov  <juri@jurta.org>
3         * finder.el (finder-known-keywords): Add keyword "vc"
4         for version control.
6         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
11 2010-06-11  Juri Linkov  <juri@jurta.org>
13         Move version control related files to the "vc" subdirectory.
14         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
15         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
16         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
17         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
18         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
19         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
20         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
21         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
22         Move files to the "vc" subdirectory.
24 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
26         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
27         (Bug#6367).
29 2010-06-11  Stephen Eglen  <stephen@gnu.org>
31         * shell.el: Bind `shell-resync-dirs' to M-RET.
33 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
35         * notifications.el: Move file from lisp/net, because it is
36         supposed to talk locally to the user.
38 2010-06-10  Julien Danjou  <julien@danjou.info>
40         * net/notifications.el (notifications-on-action-signal)
41         (notifications-on-closed-signal): Pass notification id as first
42         argument to the callback functions. Add docstrings.
43         (notifications-notify): Fix docstring.
45 2010-06-10  Glenn Morris  <rgm@gnu.org>
47         * emacs-lisp/authors.el (authors-ignored-files)
48         (authors-valid-file-names): Add some files.
50 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
53         merge conflict, giving preference to the emacs-23 version of the code.
55 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * emacs-lisp/advice.el (ad-compile-function):
58         Define warning-suppress-types before we let-bind it (bug#6275).
60         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
61         declare it, make it buffer-local and permanent-local (bug#6324).
62         (vc-resynch-window): Adjust name.
63         * vc-hooks.el (vc-find-file-hook): Adjust name.
65 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
67         * net/notifications.el (notifications-notify): Fix docstring.
69 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
71         Update to Unicode 6.0.0 beta.
72         * international/charprop.el: Update copyright.
73         * international/mule-cmds.el (ucs-names): Update character ranges.
74         * international/uni-bidi.el:
75         * international/uni-category.el:
76         * international/uni-combining.el:
77         * international/uni-comment.el:
78         * international/uni-decimal.el:
79         * international/uni-decomposition.el:
80         * international/uni-digit.el:
81         * international/uni-lowercase.el:
82         * international/uni-mirrored.el:
83         * international/uni-name.el:
84         * international/uni-numeric.el:
85         * international/uni-old-name.el:
86         * international/uni-titlecase.el:
87         * international/uni-uppercase.el: Regenerate.
89 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
91         * emacs-lisp/smie.el (comment-string-strip): Declare function.
92         (smie-precs-precedence-table): Fix typo in docstring.
94         * vc-mtn.el (log-edit-extract-headers): Declare function.
96         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
98         * net/notifications.el (dbus-register-signal): Declare function.
99         (notifications-notify): Fix typos and reflow docstring.
101 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
103         Improve VC create/retrieve tag/branch.
104         * vc.el (vc-create-tag): Do not read the directory name for VCs
105         with repository revision granularity.  Adjust the tag/branch
106         prompt.  Reset VC properties.
107         (vc-retrieve-tag): Do not read the directory name for VCs
108         with repository revision granularity.  Reset VC properties.
110 2010-06-09  Julien Danjou  <julien@danjou.info>
112         * net/notifications.el: New file.
114 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
116         Add optional support for resetting VC properties.
117         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
118         call vc-file-clearprops when true.
119         (vc-resynch-buffer): Add new optional argument, pass it down.
120         (vc-resynch-buffers-in-directory): Likewise.
122         Improve support for special markup in the VC commit message.
123         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
124         * vc-hg.el (vc-hg-checkin): Add support for Date:.
125         * vc-git.el (vc-git-checkin):
126         * vc-bzr.el (vc-bzr-checkin): Likewise.
128 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
131         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
133 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
135         * iimage.el: Remove images as soon as the underlying text is modified.
136         (iimage-modification-hook): New function.
137         (iimage-mode-buffer): Use it.
139 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
141         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
142         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
143         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
144         (smie-indent-keyword): Add handling of open-paren keywords.
145         (smie-indent-comment-continue): Don't assume comment-continue.
147 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
149         * window.el (pop-to-buffer): Remove the conditional that
150         compares new-window and old-window, so it will reselect
151         the selected window unconditionally.
152         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
154 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * emacs-lisp/smie.el (smie-indent-offset-after)
157         (smie-indent-forward-token, smie-indent-backward-token): New functions.
158         (smie-indent-after-keyword): Use them.
159         (smie-indent-fixindent): Only applies to the indentation of the BOL.
160         (smie-indent-keyword): Tweak the black magic.
161         (smie-indent-comment-continue): Strip comment-continue before use.
162         (smie-indent-functions): Indent comments before keywords.
164 2010-06-06  Juri Linkov  <juri@jurta.org>
166         * isearch.el (isearch-lazy-highlight-search): Fix looping
167         by checking for empty match.  This syncs this loop with the
168         similar loop in `isearch-search'.  (Bug#6362)
170 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
172         * net/dbus.el (dbus-register-method): Declare function.
173         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
174         (dbus-introspect): Doc fix.
175         (dbus-event-bus-name, dbus-introspect-get-interface)
176         (dbus-introspect-get-argument): Reflow docstrings.
178 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
180         vc-log-incoming/vc-log-outgoing fixes for Git.
181         * vc-git.el (vc-git-log-view-mode): Fix font lock for
182         incoming/outgoing logs.
183         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
184         instead of vc-git-compute-remote.
185         (vc-git-compute-remote): Remove.
187 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
189         * term/common-win.el (x-colors): Add "dark green" and "dark
190         turquoise" (Bug#6332).
192 2010-06-04  Juri Linkov  <juri@jurta.org>
194         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
195         Instead of setting `replace' to t and replacing the same string
196         with itself, don't do certain actions when
197         kill-do-not-save-duplicates is non-nil and string is equal to car
198         of kill-ring: don't call menu-bar-update-yank-menu, don't push
199         interprogram-paste strings to kill-ring, and don't push the input
200         argument `string' to kill-ring.
201         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
203 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
205         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
207 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
209         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
210         (tramp-gvfs-handler-mounted-unmounted)
211         (tramp-gvfs-connection-mounted-p): Handle default-location.
213         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
214         move files to trash.
216 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
218         * international/mule-cmds.el (nonascii-insert-offset)
219         (nonascii-translation-table): Add obsolescence information.
221         * international/mule.el (make-translation-table-from-vector): Doc fix.
223 2010-06-03  Eric Ludlam  <zappo@gnu.org>
225         * cedet/semantic/lex-spp.el
226         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
227         invalid values during save, just save a nil (Bug#6324).
229 2010-06-03  Glenn Morris  <rgm@gnu.org>
231         * desktop.el (desktop-clear-preserve-buffers):
232         Add "*Warnings*" buffer.  (Bug#6336)
234 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
236         vc-log-incoming/vc-log-outgoing improvements for Git.
237         * vc-git.el (vc-git-log-outgoing): Use the same format as the
238         short log.
239         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
241         Add bindings for vc-log-incoming and vc-log-outgoing.
242         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
243         and vc-log-outgoing.
244         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
245         and vc-log-outgoing.
247 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
249         * net/rcirc.el (rcirc-sort-nicknames): Remove.
250         (rcirc-handler-366): Always sort nicknames.
252 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
254         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
256 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
258         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
259         fix.
261 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
263         * net/rcirc.el (rcirc-sort-nicknames): Change default.
264         (rcirc-sort-nicknames-join): Avoid setq.
266 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
268         * net/rcirc.el (rcirc-sort-nicknames): New custom.
269         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
270         (rcirc-handler-366): Use them.
272 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
274         Split smie-indent-calculate into more manageable chunks.
275         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
276         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
277         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
278         (smie-indent-exps): Extract from smie-indent-calculate.
279         (smie-indent-functions): New var.
280         (smie-indent-functions): Use them.
282 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
285         (smie-indent-calculate): Simplify and cleanup.
287 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
289         * net/tramp-gvfs.el (top): Require url-util.
290         (tramp-gvfs-mount-point): Remove.
291         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
292         New defuns.
293         (with-tramp-dbus-call-method): Format trace message.
294         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
295         Implement backup call, when operation on local files fails.
296         Use progress reporter.  Flush properties of changed files.
297         (tramp-gvfs-handle-make-directory): Make more traces.
298         (tramp-gvfs-url-file-name): Hexify file name in url.
299         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
300         into account for the resulting file name.
301         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
302         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
303         (tramp-gvfs-handler-mounted-unmounted)
304         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
305         attribute "default_location".  Set "prefix" property.
306         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
307         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
308         exists.  Raise an error, if not (due to a corresponding answer
309         "no" in interactive questions, for example).
311 22010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
313         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
315 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
317         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
318         right-*.  (Bug#6265)
320 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
322         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
323         * vc-git.el (vc-git-compute-remote): New function.
324         (vc-git-log-outgoing): Use it instead of hard coding a value.
325         (vc-git-log-incoming): New function.
327         Improve state updating for VC tag commands.
328         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
329         to update the state of all buffers in the directory.
331         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
333 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
336         `file-directory-p' to the filename part rather than to the whole text.
338 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
340         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
341         (bug#6231).
343 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
347 2010-05-31  Drew Adams  <drew.adams@oracle.com>
349         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
351 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
353         * subr.el (momentary-string-display): Just use read-event to read
354         the exit event (Bug#6238).
356 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
358         * international/mule.el (define-coding-system): Doc fix (bug#6313).
360 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
362         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
363         Suggested by Eli Zaretskii <eliz@gnu.org>.
365 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * minibuffer.el (completion-file-name-table): Don't return a boundary
368         past the end of `string' (bug#6299).
369         (completion--file-name-table): Delegate to completion-file-name-table
370         for the `boundaries' case.
372 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
374         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
375         movement commands.
377         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
378         `path-separator', but maintain compatibility with Emacs 20.2.
380 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
382         * server.el (server-process-filter): Receive parent-id argument
383         from emacsclient.
384         (server-create-window-system-frame): New arg.  Pass parent-id as
385         frame parameter.
387 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
389         Bidi-sensitive word movement with arrow keys.
390         * subr.el (right-arrow-command, left-arrow-command): Move to
391         bindings.el.
393         * bindings.el (right-char, left-char): Move from subr.el and
394         rename from right-arrow-command and left-arrow-command.
395         (right-word, left-word): New functions.
396         (global-map) <right>: Bind to right-char.
397         (global-map) <left>: Bind to left-char.
398         (global-map) <C-right>: Bind to right-word.
399         (global-map) <C-left>: Bind to left-word.
401         * ls-lisp.el (ls-lisp-classify-file): New function.
402         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
403         (ls-lisp-classify): Call ls-lisp-classify-file.
404         (insert-directory): Remove blanks from switches.
406 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
408         * ansi-color.el: Delete unused escape sequences (Bug#6085).
409         (ansi-color-drop-regexp): New constant.
410         (ansi-color-apply, ansi-color-filter-region)
411         (ansi-color-apply-on-region): Delete unrecognized control sequences.
412         (ansi-color-apply): Build string list before calling concat.
414 2010-05-28  Juri Linkov  <juri@jurta.org>
416         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
417         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
418         (Bug#5270)
420 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
422         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
423         to ignored backtrace functions.
424         (with-progress-reporter): Expand docstring.
425         (tramp-handle-delete-file): Implement TRASH argument.
426         (tramp-get-remote-trash): New defun.
428 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
430         * net/tramp-compat.el (tramp-compat-delete-file): Use
431         `symbol-value' for backward compatibility.
433         * net/tramp.el (tramp-handle-make-symbolic-link)
434         (tramp-handle-load)
435         (tramp-do-copy-or-rename-file-via-buffer)
436         (tramp-do-copy-or-rename-file-directly)
437         (tramp-do-copy-or-rename-file-out-of-band)
438         (tramp-handle-process-file, tramp-handle-call-process-region)
439         (tramp-handle-shell-command, tramp-handle-file-local-copy)
440         (tramp-handle-insert-file-contents, tramp-handle-write-region)
441         (tramp-delete-temp-file-function): Use `delete-file' instead
442         of `tramp-compat-delete-file'.
444         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
445         (tramp-fish-handle-make-symbolic-link)
446         (tramp-fish-handle-process-file): Use `delete-file' instead
447         of `tramp-compat-delete-file'.
449         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
450         `delete-file' instead of `tramp-compat-delete-file'.
452         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
453         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
454         `tramp-compat-delete-file'.
456         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
457         `delete-file' instead of `tramp-compat-delete-file'.
459         * net/tramp-smb.el (tramp-smb-handle-copy-file)
460         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
461         (tramp-smb-handle-write-region): Use `delete-file' instead of
462         `tramp-compat-delete-file'.
463         (tramp-smb-handle-delete-directory): Use 'trash as arg.
465 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
467         * dired.el (dired-delete-file): New arg TRASH.
468         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
469         (dired-do-flagged-delete, dired-do-delete): Use trash.
471         * speedbar.el (speedbar-item-delete): Allow trashing.
473         * files.el (delete-directory): New arg TRASH.
475         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
476         (ange-ftp-rename-remote-to-remote)
477         (ange-ftp-rename-local-to-remote)
478         (ange-ftp-rename-remote-to-local, ange-ftp-load)
479         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
480         `delete-file'.
481         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
482         allow trashing.
484         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
485         handle new TRASH arg of `delete-file'.
487         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
488         (tramp-handle-make-symbolic-link, tramp-handle-load)
489         (tramp-do-copy-or-rename-file-via-buffer)
490         (tramp-do-copy-or-rename-file-directly)
491         (tramp-do-copy-or-rename-file-out-of-band)
492         (tramp-handle-process-file, tramp-handle-call-process-region)
493         (tramp-handle-shell-command, tramp-handle-file-local-copy)
494         (tramp-handle-insert-file-contents, tramp-handle-write-region)
495         (tramp-delete-temp-file-function): Use null TRASH arg in
496         tramp-compat-delete-file call.
498         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
499         (tramp-fish-handle-delete-file)
500         (tramp-fish-handle-make-symbolic-link)
501         (tramp-fish-handle-process-file): Use null TRASH arg in
502         `tramp-compat-delete-file' call.
504         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
505         arg in `tramp-compat-delete-file' call.
507         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
508         (tramp-gvfs-handle-write-region): Use null TRASH arg in
509         `tramp-compat-delete-file' call.
511         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
512         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
513         `tramp-compat-delete-file' call.
515         * net/tramp-smb.el (tramp-smb-handle-copy-file)
516         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
517         (tramp-smb-handle-write-region): Use null TRASH arg in
518         tramp-compat-delete-file call.
519         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
520         (tramp-smb-handle-delete-file): Rename arg.
522         * diff.el (diff-sentinel):
523         * epg.el (epg--make-temp-file, epg-decrypt-string)
524         (epg-verify-string, epg-sign-string, epg-encrypt-string):
525         * jka-compr.el (jka-compr-partial-uncompress)
526         (jka-compr-call-process, jka-compr-write-region):
527         * server.el (server-sentinel): Remove optional arg from
528         delete-file, reverting 2010-05-03 change.
530 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
532         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
533         font-lock-constant-face, not obsolete font-lock-reference-face.
535 2010-05-27  Kenichi Handa  <handa@m17n.org>
537         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
538         element of GSTRING is nil.
540 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * emacs-lisp/smie.el (smie-forward-token-function)
543         (smie-backward-token-function): New vars.
544         (smie-backward-sexp, smie-forward-sexp)
545         (smie-indent-hanging-p, smie-indent-calculate): Use them.
546         (smie-default-backward-token): Rename from smie-backward-token and
547         skip comments.
548         (smie-default-forward-token): Rename from smie-forward-token and
549         skip comments.
550         (smie-next-sexp): Handle nil results from next-token.
551         (smie-indent-calculate): Add a new case for special `fixindent' comments.
553 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
555         * progmodes/verilog-mode.el (verilog-type-font-keywords):
556         Use font-lock-constant-face, not obsolete font-lock-reference-face.
558 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
560         * htmlfontify.el (hfy-face-resolve-face): New function.
561         (hfy-face-to-style): Use it (Bug#6279).
563 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
566         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
568 2010-05-26  Glenn Morris  <rgm@gnu.org>
570         * emulation/edt.el (edt-load-keys): Use locate-library.
572 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
574         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
575         (log-edit-changelog-entries): Doc fix.
576         (log-edit-changelog-insert-entries): Args changed.
577         Rename relative filenames in ChangeLog entries.  Delete tabs.
578         (log-edit-insert-changelog-entries): Reorganize return value of
579         `log-edit-changelog-entries' to pass filenames to
580         log-edit-changelog-insert-entries.
582 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
584         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
585         `image-dired-dired-insert-marked-thumbs' to
586         `image-dired-dired-toggle-marked-thumbs'.
588         * image-dired.el: Require cl when compiling.
589         (image-dired-dired-toggle-marked-thumbs): Rename from
590         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
591         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
592         to 'no-dir.  Skip files whose names don't match
593         `image-file-name-regexp'.  When file has a thumbnail overlay,
594         delete it.  (Bug#5270)
596 2010-05-25  Juri Linkov  <juri@jurta.org>
598         * image-mode.el (image-mode): Add image-after-revert-hook to
599         after-revert-hook.
600         (image-after-revert-hook): New function.  (Bug#5669)
602 2010-05-25  Juri Linkov  <juri@jurta.org>
604         * image.el (image-animated-p): When delay between animated images
605         is 0, set it to 10 (0.1 sec).  (Bug#6258)
607 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
609         * net/tramp.el (tramp-handle-insert-directory): Don't use
610         `forward-word', its default syntax could be changed.
612 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
614         * net/tramp.el (tramp-progress-reporter-update): New defun.
615         (with-progress-reporter): Use it.
616         (tramp-process-actions):
617         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
618         current message, in order to let progress reporter continue
619         afterwards.  (Bug#6257)
621 2010-05-25  Glenn Morris  <rgm@gnu.org>
623         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
624         Add :version.
626 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
628         * net/rcirc.el (rcirc-default-user-name): Change to "user".
629         (rcirc-default-full-name): Change to "unknown".
630         (rcirc-user-name-history): Add variable.
632 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
633             Jonathan Rockway  <jon@jrock.us>
635         * net/rcirc.el (rcirc-server-alist): Add :pass.
636         (rcirc): When prompting for connection parameters, also prompt for
637         username and password.
638         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
639         value to server when connecting.
641 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
644         (smie-merge-prec2s): Pass the tables as separate args.
645         (smie-bnf-precedence-table): Adjust call accordingly.
646         (smie-prec2-levels): Set levels at the end.
648         Replace Lisp calls to delete-backward-char by delete-char.
649         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
650         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
651         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
652         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
653         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
654         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
655         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
656         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
657         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
658         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
659         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
660         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
661         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
662         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
663         delete-backward-char by calls to delete-char.
665 2010-05-25  Kenichi Handa  <handa@m17n.org>
667         * language/hebrew.el (hebrew-shape-gstring): New function.
668         Register it in composition-function-table for all Hebrew combining
669         characters.
671 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * epa.el (epa--select-keys): Don't explicitly delete the window since
674         that can fail (e.g. sole window in frame).  Use dedication instead.
676 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
678         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
680 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
682         * image.el (image-refresh): Define as an alias for image-flush.
684         * image-mode.el (image-toggle-display-image): Caller changed.
686 2010-05-21  Juri Linkov  <juri@jurta.org>
688         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
689         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
690         whitespace, call wildcard-to-regexp on substrings and concat them
691         with "\\|".  (Bug#6114)
693 2010-05-21  Alan Mackenzie  <acm@muc.de>
695         * progmodes/cc-engine.el (c-parse-state-get-strategy):
696         Replace parameter `here' with `here-' and `here-plus', which sandwich
697         any pertinent CPP construct.
698         (c-remove-stale-state-cache-backwards): Fix a bug which happens
699         when doing (c-parse-state) in a CPP construct: Exclude any "new"
700         CPP construct from taking part in the scanning.
702 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
704         * net/tramp.el (tramp-do-copy-or-rename-file)
705         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
706         Tune `with-progress-reporter' messages.
707         (tramp-handle-vc-registered):
708         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
709         (tramp-fish-handle-insert-file-contents)
710         (tramp-fish-maybe-open-connection):
711         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
712         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
713         (tramp-imap-handle-insert-file-contents)
714         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
716 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
718         * add-log.el (change-log-font-lock-keywords):
719         Highlight all authors in multi-author entries.
721         * smerge-mode.el (smerge-refine-ignore-whitespace)
722         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
723         Fix typos in docstrings.
724         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
726 2010-05-21  Glenn Morris  <rgm@gnu.org>
728         * progmodes/fortran.el (fortran-mode):
729         * progmodes/f90.el (f90-mode): Derive from prog-mode.
731         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
732         having a relative path in src/Makefile.in.
734 2010-05-20  Kevin Ryde  <user42@zip.com.au>
736         * help-mode.el (help-make-xrefs): For Info node links turn
737         newlines into spaces.  Link node names with newlines are matched
738         by help-xref-info-regexp and buttonized, this change ensures they
739         can be followed successfully with RET.  (Bug#6206)
741 2010-05-20  Juri Linkov  <juri@jurta.org>
743         * locate.el (locate): Use pop-to-buffer instead of
744         switch-to-buffer-other-window.  (Bug#6204)
746 2010-05-20  Juri Linkov  <juri@jurta.org>
748         * replace.el (replace-highlight): Fix lazy-highlighting
749         for `M-s w str M-% str RET'.
751 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
753         * isearch.el (isearch-yank-word-or-char): Pull next subword
754         when `subword-mode' is activated.  (Bug#6220)
756 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
758         * isearch.el (isearch-update-post-hook): New hook.
759         (isearch-update): Use the new hook.  (Bug#6225)
761 2010-05-20  Juri Linkov  <juri@jurta.org>
763         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
764         [f1], [help], and (char-to-string help-char) instead of "\C-h".
765         (Bug#6222)
767 2010-05-20  Juri Linkov  <juri@jurta.org>
769         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
770         (Bug#6223)
772 2010-05-20  Juri Linkov  <juri@jurta.org>
774         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
775         FILE-NAME to read from the minibuffer when called interactively
776         with prefix argument instead of using buffer-file-name.
777         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
779         * dired.el: Update autoloads.
781 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
783         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
784         nxml-finish-element, for consistency with SGML mode.
786         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
787         octave-close-block.
789 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
791         * composite.el: Require cl when compiling.
792         (reference-point-alist, compose-gstring-for-graphic)
793         (compose-gstring-for-terminal): Fix typos in docstrings.
795 2010-05-19  Juri Linkov  <juri@jurta.org>
797         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
798         set-window-parameter.
800 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
802         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
803         where appropriate.
804         (tramp-maybe-open-connection): Use it.
806 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
808         * simple.el (move-end-of-line): Make sure we are at line beginning
809         before backing up to end of previous line.
811 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
813         * password-cache.el (password-cache-remove): Fix docstring.
815         * net/secrets.el: Autoload the widget functions.
816         (secrets-search-items, secrets-create-item)
817         (secrets-get-attributes, secrets-expand-item): Attributes will be
818         stored on the password database without leading ":", as all other
819         clients do as well.
820         (secrets-mode): Fix docstring.
821         (secrets-show-secrets): Provide it as autoloaded command only when
822         D-Bus support is available.  Check existence of Secret Service API.
824 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
826         * indent.el (indent-region): Deactivate region (bug#6200).
828 2010-05-19  Glenn Morris  <rgm@gnu.org>
830         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
832 2010-05-19  Kenichi Handa  <handa@m17n.org>
834         * composite.el: Register compose-gstring-for-graphic in
835         composition-function-table only for combining characters (Mn, Mc, Me).
837 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
839         * calc/calc-trail.el (calc-trail-isearch-forward)
840         (calc-trail-isearch-backward): Ensure that the new window
841         point is set correctly.
843 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * subr.el (read-quoted-char): Resolve modifiers after key
846         remapping (bug#6212).
848 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
850         Add visualization code for secrets.
851         * net/secrets.el (secrets-mode): New major mode.
852         (secrets-show-secrets, secrets-show-collections)
853         (secrets-expand-collection, secrets-expand-item)
854         (secrets-tree-widget-after-toggle-function)
855         (secrets-tree-widget-show-password): New defuns.
857 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
860         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
861         handled in smie-next-sexp.
862         (smie-indent-calculate): Provide a starting indentation (so the
863         recursion is well-founded ;-).
865         Fix handling of non-associative equal levels.
866         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
867         when it's not needed.
868         (smie-op-left, smie-op-right): New functions.
869         (smie-next-sexp): New function, extracted from smie-backward-sexp.
870         Better handle equal levels to distinguish the associative case from
871         the "multi-keyword construct" case.
872         (smie-backward-sexp, smie-forward-sexp): Use it.
874 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
876         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
878         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
879         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
881 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
883         Provide a simple generic indentation engine and use it for Prolog.
884         * emacs-lisp/smie.el: New file.
885         * progmodes/prolog.el (prolog-smie-op-levels)
886         (prolog-smie-indent-rules): New var.
887         (prolog-mode-variables): Use them to configure SMIE.
888         (prolog-indent-line, prolog-indent-level): Remove.
890 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
892         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
893         order before computing the averages.
895 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
897         * calc/calc-vec.el (calc-histogram):
898         (calcFunc-histogram): Allow vectors as inputs.
899         (math-vector-avg): New function.
901         * calc/calc-ext.el (math-group-float): Have the number of digits
902         being grouped depend on the radix (Bug#6189).
904 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
906         * version.el (emacs-copyright, emacs-version): Don't define here,
907         now that emacs.c defines it.
909 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
911         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
912         "Describe Language Environment" menu item.
914         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
916         Bidi-sensitive movement with arrow keys.
917         * subr.el (right-arrow-command, left-arrow-command): New functions.
919         * bindings.el (global-map): Bind them to right and left arrow keys.
921         Don't override standard definition of convert-standard-filename.
922         * files.el (convert-standard-filename): Call
923         w32-convert-standard-filename and dos-convert-standard-filename on
924         the corresponding systems.
926         * w32-fns.el (w32-convert-standard-filename): Rename from
927         convert-standard-filename.  Doc fix.
929         * dos-fns.el (dos-convert-standard-filename): Doc fix.
930         (convert-standard-filename): Don't defalias.
931         (register-name-alist, make-register, register-value)
932         (set-register-value, intdos): Obsolete aliases for the
933         corresponding dos-* functions and variables.
934         (dos-intdos): Add a doc string.
936 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
938         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
939         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
940         (math-compose-tex-func):
941         * calc/calccomp.el (math-compose-expr):
942         * calc/calc-ext.el (math-format-flat-expr-fancy):
943         * calc/calc-store.el (calc-read-var-name):
944         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
946         * calc/calc.el (var-π, var-φ, var-γ): New variables.
947         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
948         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
949         (math-standard-units): Add units.
951 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * progmodes/asm-mode.el (asm-mode):
954         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
956         * pcomplete.el (pcomplete-completions-at-point): New function,
957         extracted from pcomplete-std-complete.
958         (pcomplete-std-complete): Use it.
960 2010-05-15  Glenn Morris  <rgm@gnu.org>
962         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
963         Remove references to CVS, RCS and Old directories.
965 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
967         * calc/calc-bin.el (math-format-twos-complement): Group digits when
968         appropriate.
970 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
973         (sh-mode-syntax-table): Give it a default value instead.
974         (sh-header-marker): Make buffer-local.
975         (sh-mode): Move make-local-variable to the corresponding setq.
976         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
977         Use complete-with-action.
979         * simple.el (prog-mode): New (abstract) major mode.
980         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
981         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
983 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
985         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
986         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
987         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
988         (sql-make-alternate-buffer-name, sql-placeholders-filter)
989         (sql-escape-newlines-filter, sql-input-sender)
990         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
992 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
994         Add TeX open-block and close-block keybindings to SGML, and vice versa.
996         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
997         latex-open-block and C-c / to latex-close-block.
999         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1000         and C-c C-e to sgml-close-tag.
1002 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1004         * net/tramp.el (with-progress-reporter): Create reporter object
1005         only when the message would be displayed.  Handle nested calls.
1006         (tramp-handle-load, tramp-handle-file-local-copy)
1007         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1008         (tramp-maybe-send-script, tramp-find-shell):
1009         Use `with-progress-reporter'.
1010         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1011         Fix message text.
1013         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1014         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1015         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1016         Use `with-progress-reporter'.
1018 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1020         * ispell.el (ispell-init-process): Do not kill ispell process
1021         everytime when spellchecking from the minibuffer (bug#6143).
1023 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1027         * dos-fns.el: Add "dos-" prefix for namespace control.
1028         (convert-standard-filename): Define as alias for
1029         dos-convert-standard-filename but only if applicable.
1031 2010-05-12  Alan Mackenzie  <acm@muc.de>
1033         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1034         Push the mark at the start of these functions when appropriate.
1036 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * minibuffer.el (completion-cycle-threshold): New custom var.
1039         (completion--do-completion): Use it.
1040         (minibuffer-complete): Use cycling if appropriate.
1042 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1044         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1045         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1047 2010-05-11  Juri Linkov  <juri@jurta.org>
1049         * scroll-all.el (scroll-all-check-to-scroll):
1050         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1052 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * iimage.el (iimage-mode-map): Move initialization into declaration.
1055         (iimage-mode-buffer): Use with-silent-modifications.
1056         Simplify calling convention.  Adjust callers.
1057         (iimage-mode): Don't run hook redundantly.
1059         * minibuffer.el (completion-pcm--pattern->regex):
1060         Fix last change (bug#6160).
1062 2010-05-10  Juri Linkov  <juri@jurta.org>
1064         Remove nodes visited during Isearch from the Info history.
1065         * info.el (Info-isearch-initial-history)
1066         (Info-isearch-initial-history-list): New variables.
1067         (Info-isearch-start): Record initial values of
1068         Info-isearch-initial-history and Info-isearch-initial-history-list.
1069         Add Info-isearch-end to isearch-mode-end-hook.
1070         (Info-isearch-end): New function.
1072 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1074         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1075         format string, in order to work around a bug in pdksh.
1076         Reported by Gilles Pion <gpion@lfdj.com>.
1077         (tramp-handle-verify-visited-file-modtime): Do not send a command
1078         when the connection is not established.
1079         (tramp-handle-set-file-times): Simplify the check for utc.
1081 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1083         Fix use of `filter-buffer-substring' (rework previous change).
1084         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1085         (cua-repeat-replace-region):
1086         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1087         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1088         (cua-cut-region-to-global-mark): Use it.
1090 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
1092         * progmodes/sql.el: Version 2.1.
1093         (sql-product-alist): Redesign structure of product info.
1094         (sql-product, sql-user, sql-server, sql-database): Safe variables.
1095         (sql-port, sql-port-history): New variables.
1096         (sql-interactive-product): New variable.
1097         (sql-send-terminator): New variable.
1098         (sql-imenu-generic-expression): Add "Types" imenu entry.
1099         (sql-oracle-login-params, sql-sqlite-login-params)
1100         (sql-mysql-login-params, sql-solid-login-params)
1101         (sql-sybase-login-params, sql-informix-login-params)
1102         (sql-ingres-login-params, sql-ms-login-params)
1103         (sql-postgres-login-params, sql-interbase-login-params)
1104         (sql-db2-login-params, sql-linter-login-params)
1105         (sql-oracle-scan-on): New variables.
1106         (sql-mode-map): Add C-c C-i to start interactive mode.
1107         (sql-mode-menu): Update existing menu entries.
1108         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1109         (sql-mode-oracle-font-lock-keywords)
1110         (sql-mode-postgres-font-lock-keywords)
1111         (sql-mode-ms-font-lock-keywords)
1112         (sql-mode-sybase-font-lock-keywords)
1113         (sql-mode-informix-font-lock-keywords)
1114         (sql-mode-interbase-font-lock-keywords)
1115         (sql-mode-ingres-font-lock-keywords)
1116         (sql-mode-solid-font-lock-keywords)
1117         (sql-mode-mysql-font-lock-keywords)
1118         (sql-mode-sqlite-font-lock-keywords)
1119         (sql-mode-db2-font-lock-keywords)
1120         (sql-mode-linter-font-lock-keywords): Update initialization to
1121         reduce run-time complexity.
1122         (sql-add-product, sql-del-product): New functions.
1123         (sql-set-product-feature, sql-get-product-feature): New functions.
1124         (sql-product-font-lock): Update product API.
1125         (sql-add-product-keywords): New function.
1126         (sql-highlight-product): Update product API.
1127         (sql-help-list-products): New function.
1128         (sql-help): Dynamically lists free and non-free products.
1129         (sql-get-login): Correct bug in handling history and added
1130         prompt for port.
1131         (sql-copy-column): Copy without properties.
1132         (sqli-input-sender): Apply filters to SQLi input.
1133         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1134         Implement as a filter.
1135         (sql-escape-newlines-filter): Implement as a filter.
1136         (sql-remove-tabs-filter): New function.
1137         (sql-send-magic-terminator): New function.
1138         (sql-send-string): Implement magic terminator.
1139         (sql-send-region): Use `sql-send-string'.
1140         (sql-interactive-mode): Use product API.
1141         (sql-product-interactive): Use product API.
1142         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1143         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1144         (sql-db2, sql-linter): Use `sql-product-interactive'.
1145         (sql-connect): New function.
1146         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1147         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1148         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1149         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1150         Use `sql-connect'.
1152 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1155         New custom variable.
1156         (completion-pcm--string->pattern): Use it.
1157         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1158         Make it handle any symbol as `any'.
1159         (completion-pcm--merge-completions): Extract common suffix for the new
1160         `prefix' symbol as well.
1161         (completion-substring--all-completions): Use the new `prefix' symbol.
1163 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
1165         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1166         not bound.
1167         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1168         (tramp-compat-funcall): New defmacro.
1169         (tramp-compat-line-beginning-position)
1170         (tramp-compat-line-end-position)
1171         (tramp-compat-temporary-file-directory)
1172         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1173         (tramp-compat-copy-file, tramp-compat-copy-directory)
1174         (tramp-compat-delete-file, tramp-compat-delete-directory)
1175         (tramp-compat-number-sequence, tramp-compat-process-running-p)
1176         * net/tramp.el (top, with-progress-reporter)
1177         (tramp-rfn-eshadow-setup-minibuffer)
1178         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1179         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1180         (tramp-completion-mode-p, tramp-check-for-regexp)
1181         (tramp-open-connection-setup-interactive-shell)
1182         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1183         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1184         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1185         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1186         (tramp-reporter-dump-variable, tramp-load-report-modules)
1187         (tramp-append-tramp-buffers)
1188         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1190         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1192 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * progmodes/compile.el (compilation-buffer-modtime): Rename from
1195         buffer-modtime.  Adjust users.
1197 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1199         * international/mule.el (auto-coding-alist): Only purecopy
1200         car of each item, not the whole list (Bug#6083).
1202 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1204         * progmodes/js.el (js-mode): Make paragraph variables local before
1205         calling c-setup-paragraph-variables (Bug#6071).
1207 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1209         * composite.el (compose-region, reference-point-alist): Fix typos
1210         in the doc strings.
1212 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1214         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1215         gnuplot's "set" command.
1217 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1219         * abbrev.el (last-abbrev-text): Doc fix.
1220         (abbrev-prefix-mark): Don't escape parenthesis.
1222 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1224         * composite.el (find-composition): Doc fix.
1226 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1228         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1229         (sql-oracle-program, sql-sqlite-options)
1230         (sql-query-placeholders-and-send): Doc fixes.
1231         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1232         (sql-imenu-generic-expression, sql-buffer)
1233         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1234         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1235         (sql-mode-sybase-font-lock-keywords)
1236         (sql-mode-informix-font-lock-keywords)
1237         (sql-mode-interbase-font-lock-keywords)
1238         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1239         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1240         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1241         (sql-product-feature, sql-highlight-product)
1242         (comint-line-beginning-position, sql-rename-buffer)
1243         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1244         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1245         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1246         Fix typos in docstrings.
1248 2010-05-08  Juri Linkov  <juri@jurta.org>
1250         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1251         property instead of `invisible' and `after-string' (bug#5998).
1253 2010-05-08  Juri Linkov  <juri@jurta.org>
1255         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1257 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1259         * filecache.el (file-cache-add-directory-list)
1260         (file-cache-add-directory-recursively): Fix typos in docstrings.
1262 2010-05-08  Kenichi Handa  <handa@m17n.org>
1264         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1265         (gujarati-composable-pattern): Fix typo.
1267 2010-05-08  Kenichi Handa  <handa@m17n.org>
1269         * language/indian.el (oriya-composable-pattern)
1270         (tamil-composable-pattern, malayalam-composable-pattern):
1271         Add two-part vowels to "v" (vowel sign).
1273 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1275         * files.el (copy-directory): Handle symlinks (Bug#5982).
1277 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1279         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1280         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1281         (Bug#5846).
1283 2010-05-08  Glenn Morris  <rgm@gnu.org>
1285         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1287         * minibuffer.el (completion-at-point): Doc fix.
1289 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * electric.el (Electric-command-loop): Minor tweak.
1293         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1294         better with dedicated windows.
1296 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1298         * Version 23.2 released.
1300 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1301             Stefan Monnier  <monnier@iro.umontreal.ca>
1303         Highlight vendor specific properties.
1304         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1305         (css-proprietary-property): New face.
1306         (css-font-lock-keywords): Use them.
1308 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
1310         * cus-start.el (all): Add native condition for tool-bar-* symbols.
1312 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1315         * files.el (auto-mode-alist): Remove redundant entries.
1317         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1318         * simple.el (auto-save-mode): Move from files.el.
1319         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1321 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1323         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1325 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1327         * mail/binhex.el (binhex-decode-region-internal)
1328         * mail/uudecode.el (uudecode-decode-region-internal)
1329         * net/dns.el (dns-read-string-name, dns-write, dns-read)
1330         (dns-read-type, dns-query)
1331         * pgg-parse.el (pgg-parse-armor)
1332         * pgg.el (pgg-verify-region)
1333         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1334         XEmacs.
1336         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1338 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
1340         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1342         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1343         * emulation/cua-base.el (cua-repeat-replace-region):
1344         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1345         (cua-cut-region-to-global-mark):
1346         Remove text properties with `set-text-properties'.
1348 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
1350         * net/tramp.el (top, with-progress-reporter):
1351         Use `symbol-function' inside `funcall'.
1353         * net/tramp-compat.el (tramp-compat-file-attributes)
1354         (tramp-compat-delete-file, tramp-compat-delete-directory):
1355         Handle only `wrong-number-of-arguments' error.
1357         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1358         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1359         inside `funcall'.
1361 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * minibuffer.el (completion--sreverse, completion--common-suffix):
1364         New functions.
1365         (completion-pcm--merge-completions): Extract common suffix when safe.
1367         * emacs-lisp/easy-mmode.el (define-minor-mode):
1368         Make :variable more flexible.
1369         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1371 2010-05-05  Juri Linkov  <juri@jurta.org>
1373         Add `slow' and `history' tags to the desktop data.
1375         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1376         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1377         (Info-finder-find-node): Require `finder.el' to be able
1378         to restore node from the desktop.
1379         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1380         data `Info-history' and `slow' tag in the assoc list.
1381         (Info-restore-desktop-buffer): Don't restore nodes with the
1382         `slow' tag.  Restore `Info-history'.
1384 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1386         Add FORCE argument to `delete-file'.
1388         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1389         forcing to delete the temporary file.
1390         (ange-ftp-delete-file): Add FORCE arg.
1391         (ange-ftp-rename-remote-to-remote)
1392         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1393         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1394         Force file deletion.
1396         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1398         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1399         (tramp-handle-make-symbolic-link, tramp-handle-load)
1400         (tramp-do-copy-or-rename-file-via-buffer)
1401         (tramp-do-copy-or-rename-file-directly)
1402         (tramp-do-copy-or-rename-file-out-of-band)
1403         (tramp-handle-process-file, tramp-handle-call-process-region)
1404         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1405         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1406         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1408         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1409         (tramp-fish-handle-make-symbolic-link)
1410         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1412         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1413         Use `tramp-compat-delete-file'.
1415         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1416         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1418         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1419         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1421         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1422         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1423         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1424         `tramp-compat-delete-file'.
1426 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         Minor cleanups.
1429         * subr.el (add-minor-mode): Use push.
1430         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1431         * emulation/edt.el (edt-select-mode): Simplify.
1433         Use define-minor-mode in more cases.
1434         * term/tvi970.el (tvi970-set-keypad-mode):
1435         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1436         (normal-erase-is-backspace-mode):
1437         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1438         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1439         (get-scroll-bar-mode): New function.
1440         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1442         Use define-minor-mode for less obvious cases.
1443         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1444         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1445         * international/iso-ascii.el (iso-ascii-mode):
1446         * frame.el (auto-raise-mode, auto-lower-mode):
1447         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1449 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1451         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1452         in order to see error messages for failed logins.
1454 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1456         * diff.el (diff-sentinel):
1458         * epg.el (epg--make-temp-file, epg-decrypt-string)
1459         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1461         * jka-compr.el (jka-compr-partial-uncompress)
1462         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1464         * server.el (server-sentinel): Use delete-file's new FORCE arg
1465         (Bug#6070).
1467 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         Use define-minor-mode where applicable.
1470         * view.el (view-mode):
1471         * type-break.el (type-break-query-mode)
1472         (type-break-mode-line-message-mode):
1473         * textmodes/reftex.el (reftex-mode):
1474         * term/vt100.el (vt100-wide-mode):
1475         * tar-mode.el (tar-subfile-mode):
1476         * savehist.el (savehist-mode):
1477         * ibuf-ext.el (ibuffer-auto-mode):
1478         * composite.el (auto-composition-mode):
1479         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1480         Use define-minor-mode.
1481         (vhdl-mode): Use static mode-line format.
1482         (vhdl-mode-line-update): Delete.
1483         (vhdl-create-mode-menu, vhdl-activate-customizations)
1484         (vhdl-hs-minor-mode): Don't bother calling it.
1486 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1488         * simple.el (with-wrapper-hook): Move.
1489         (buffer-substring-filters): Mark obsolete.
1490         (filter-buffer-substring-functions): New variable.
1491         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1493         Use a mode-line spec rather than a static string in Semantic.
1494         * cedet/semantic/util-modes.el:
1495         (semantic-minor-modes-format): New var to replace...
1496         (semantic-minor-modes-status): Remove.
1497         (semantic-mode-line-update): Construct a mode-line spec rather than
1498         a static string so that mouse buttons can be used on individual minor
1499         modes and so that semantic-mode-line-update only needs to be called
1500         when global settings are changed.
1501         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1502         Call semantic-mode-line-update.
1503         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1504         minor-mode-alist, check semantic-minor-mode-alist as well.
1505         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1506         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1507         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1508         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1509         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1510         (define-semantic-idle-service, semantic-idle-summary-mode):
1511         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1512         Don't call semantic-mode-line-update any more.
1514 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         Use define-minor-mode in CEDET where applicable.
1518         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1519         Use define-minor-mode.
1521         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1522         Remove unused arg `keymap' and code redundant with define-minor-mode.
1523         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1524         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1525         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1526         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1527         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1528         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1529         Use define-minor-mode.
1530         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1531         (semantic-show-unmatched-syntax-mode-setup)
1532         (semantic-show-parser-state-mode-setup)
1533         (semantic-highlight-func-mode-setup): Inline into sole caller.
1535         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1536         (semantic-mru-bookmark-mode): Use define-minor-mode.
1537         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1539         * cedet/semantic/idle.el (define-semantic-idle-service):
1540         Use define-minor-mode and inline setup function into its sole caller.
1541         (semantic-idle-scheduler-mode-setup)
1542         (semantic-idle-summary-mode-setup): Inline into sole caller.
1543         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1544         Use define-minor-mode.
1546         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1547         (semantic-decoration-mode): Use define-minor-mode.
1548         (semantic-decoration-mode-setup): Inline into sole caller.
1550         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1551         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1552         (ede-dired-add-to-target): Use dolist.
1554 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1555             Michael Albinus  <michael.albinus@gmx.de>
1557         Implement compression for inline methods.
1559         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1560         (tramp-copy-size-limit): Allow also nil.
1561         (tramp-inline-compress-commands): New defconst.
1562         (tramp-find-inline-compress, tramp-get-inline-compress)
1563         (tramp-get-inline-coding): New defuns.
1564         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1565         replaced by `tramp-get-inline-coding'.
1566         (tramp-handle-file-local-copy, tramp-handle-write-region)
1567         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1569 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1571         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1572         Remove unused functions.
1574         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1575         Set find-tag-default-function as a variable rather than a property.
1577         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1578         * progmodes/etags.el (tags-completion-at-point-function):
1579         Remove left over interactive spec.  Add autoloading stub.
1580         (complete-tag): Use tags-completion-at-point-function.
1582 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1584         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1586 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1588         * ido.el (ido-init-completion-maps): Remove C-v binding.
1589         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1591 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1593         * minibuffer.el (tags-completion-at-point-function): New function.
1594         (completion-at-point-functions): Use it.
1596         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1597         (semantic-mode): Use semantic-completion-at-point-function for
1598         completion-at-point-functions instead.
1600         * progmodes/etags.el (complete-tag): Revert last change.
1602 2010-04-29  Alan Mackenzie  <acm@muc.de>
1604         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1605         off-by-one error (in end of macro position).
1607 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1609         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1610         firefox is absent.  Don't autoload.
1611         (browse-url-galeon-program): Don't autoload.
1613 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1615         * bindings.el (complete-symbol): Move into minibuffer.el.
1617         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1618         completion cannot be performed, return nil instead of signalling
1619         an error.
1620         (completion-at-point): Make it an alias for complete-symbol.
1621         (complete-symbol): Move from bindings.el, and replace with the
1622         body of completion-at-point.
1624         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1626         * cedet/semantic.el (semantic-mode): When enabled, add
1627         semantic-ia-complete-symbol to completion-at-point-functions.
1629         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1630         if Semantic is not active.
1632 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1634         * net/tramp.el (tramp-remote-selinux-p): New defun.
1635         (tramp-handle-file-selinux-context)
1636         (tramp-handle-set-file-selinux-context): Use it.
1638 2010-04-28  Sam Steingold  <sds@gnu.org>
1640         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1641         `safe-local-variable' if the value is a string or a symbol with
1642         the property `bug-reference-url-format'.
1644 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1646         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1647         2010-04-27 change due to security risk.
1649 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1651         Make it possible to locally disable a globally enabled mode.
1652         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1653         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1654         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1655         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1656         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1657         that subsequent hooks get a chance to disable it.
1659 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1662         Avoid re-enabling a minor mode after the user turned the minor mode
1663         off if MODE-enable-in-buffers is run twice (typically once from
1664         fundamental-mode's after-change-major-mode-hook and a second time from
1665         run-mode-hook's own after-change-major-mode-hook).
1667         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1669 2010-04-27  Sam Steingold  <sds@gnu.org>
1671         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1672         `safe-local-variable' if the value is a string or a function, as
1673         documented and implemented on 2010-04-02.
1675 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1677         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1678         when method is 'kill.
1680 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1682         * ispell.el (ispell-init-process): Fix personal dictionary condition
1683         in default directory check.
1684         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1685         Kill ispell process when killing its associated buffer.
1687 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1689         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1690         but we aren't using it.
1692 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1694         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1695         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1697 2010-04-24  Glenn Morris  <rgm@gnu.org>
1699         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1700         Ignore VCS-ignore files, and deleted nextstep preferences files.
1701         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1702         (authors-ambiguous-files): New list.
1703         (authors-valid-file-names): Add some deleted files.
1704         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1705         (authors-disambiguate-file-name): New function.  (Bug#5501)
1706         (authors-canonical-file-name): Doc fix.
1707         Don't warn about obsolete files.
1708         (authors-canonical-file-name, authors-scan-el):
1709         Use authors-disambiguate-file-name.
1711         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1712         Add autoload cookies.
1713         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1714         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1715         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1716         They have definitions / compiler macros in cl.el.
1717         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1718         Replace manual autoloads with generated ones.
1719         (htmlfontify-unload-rgb-file): Remove autoload.
1720         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1722 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1724         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1725         (byte-compile-setq-default): Optimize for the
1726         single-var case and don't call byte-compile-form in this case to avoid
1727         inf-loop with byte-compile-set-default.
1729         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1731 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1733         Implement SELINUX backends.
1735         * net/tramp.el (tramp-file-name-handler-alist):
1736         Add `file-selinux-context' and `set-file-selinux-context'.
1737         (tramp-handle-file-selinux-context)
1738         (tramp-handle-set-file-selinux-context): New defuns.
1739         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1740         Handle PRESERVE-SELINUX-CONTEXT.
1742         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1743         Add `file-selinux-context' and `set-file-selinux-context'.
1744         (tramp-gvfs-handle-file-selinux-context)
1745         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1746         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1748         * net/ange-ftp.el (ange-ftp-copy-file):
1749         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1750         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1751         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1752         Add PRESERVE-SELINUX-CONTEXT.
1754 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1756         Synchronize with Tramp repository.
1758         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1759         (tramp-action-process-alive, tramp-action-out-of-band)
1760         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1761         (tramp-exists-file-name-handler): Fix docstring.
1762         (with-progress-reporter): New defmacro.
1763         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1764         (tramp-maybe-open-connection): Use it.
1766 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
1768         Detect ssh 'ControlMaster' argument automatically in some cases.
1770         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1771         (tramp-default-method): Use it.
1773 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1775         * net/tramp.el (tramp-handle-copy-file): Add new optional
1776         parameter `preserve-selinux-context'.
1777         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1779 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1781         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1782         Ensure, that non remote files are still checked.  Oops.
1784 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
1786         Fix Bug#5840.
1788         * icomplete.el (icomplete-completions): Use `non-essential'.
1790         * net/tramp.el (tramp-connectable-p): New defun.
1791         (tramp-handle-expand-file-name)
1792         (tramp-completion-handle-file-name-all-completions)
1793         (tramp-completion-handle-file-name-completion): Use it.
1795 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1799 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1801         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1803         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1805         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1806         is present.
1808         * info.el (info-tool-bar-map): Add labels.
1810         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1812         * cus-edit.el (custom-commands): Add labels for tool bar.
1813         (custom-buffer-create-internal, Custom-mode): Adjust for
1814         labels in custom-commands.
1816         * dynamic-setting.el: Renamed from font-setting.el.
1818 2010-04-21  John Wiegley  <jwiegley@gmail.com>
1820         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1821         toggles the use of virtual buffers.
1822         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1823         value.
1824         (ido-toggle-virtual-buffers): New function.
1826 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1828         Use `define-derived-mode'; fix window selection; doc fixes.
1829         * play/tetris.el (tetris, tetris-update-speed-function)
1830         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1831         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1832         (tetris-rotate-next, tetris-end-game, tetris-start-game)
1833         (tetris-pause-game): Fix typos in docstrings.
1834         (tetris-mode-map, tetris-null-map):
1835         Move initialization into declaration.
1836         (tetris-mode): Define with `define-derived-mode';
1837         set show-trailing-whitespace to nil.
1838         (tetris): Prefer window already displaying the "*Tetris*" buffer.
1840 2010-04-21  Karel Klíč  <kklic@redhat.com>
1842         * files.el (backup-buffer): Handle SELinux context, and return it
1843         if a backup was made by renaming.
1844         (backup-buffer-copy): Set SELinux context to the target file.
1845         (basic-save-buffer): Set SELinux context of the newly written file.
1846         (basic-save-buffer-1): Now it also returns any SELinux context.
1847         (basic-save-buffer-2): Set SELinux context of the newly created file,
1848         and return it.
1849         * net/tramp.el (tramp-file-name-for-operation):
1850         Add file-selinux-context.
1852 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         Make the log-edit comments use RFC822 format throughout.
1856         * vc.el (vc-checkin, vc-modify-change-comment):
1857         Adjust to new vc-start/finish-logentry.
1858         (vc-find-conflicted-file): New command.
1859         (vc-transfer-file): Adjust to new vc-checkin.
1860         (vc-next-action): Improve scoping.
1862         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1863         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1865         * vc-git.el (vc-git-log-edit-mode): Remove.
1866         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1867         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1869         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1870         (vc-start-logentry): Remove argument `extra'.
1871         (vc-finish-logentry): Remove extra args.
1873         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1874         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1875         (vc-bzr-conflicted-files): New function.
1877         * log-edit.el (log-edit-extra-flags)
1878         (log-edit-before-checkin-process): Remove.
1879         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1880         (log-edit-headers-alist): New var.
1881         (log-edit-header-contents-regexp): New const.
1882         (log-edit-match-to-eoh): New function.
1883         (log-edit-font-lock-keywords): Use them.
1884         (log-edit): Insert a "Summary:" header as default.
1885         (log-edit-mode): Mark font-lock rules as case-insensitive.
1886         (log-edit-done): Cleanup headers.
1887         (log-view-process-buffer): Remove.
1888         (log-edit-extract-headers): New function to replace it.
1890 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1892         * subr.el (default-direction-reversed): Remove obsolescence info.
1894 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1897         windows/frames.
1899         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1900         I.e. include text after point in the completion region.
1901         Also, return nil when we're not after/in a symbol.
1903         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1904         default enable-multibyte-characters.
1906 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * international/mule.el: Help the user choose a valid coding-system.
1909         (read-buffer-file-coding-system): New function.
1910         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1911         coding-system cannot encode all the chars.
1913         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1914         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1915         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1916         Don't use *vc-bzr-shelve*.
1918 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1920         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1921         Don't destroy list before using it.
1923 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1925         Fix the version number for added files.
1926         * vc-hg.el (vc-hg-working-revision): Check if the file is
1927         registered after hg parent fails (Bug#5961).
1929 2010-04-19  Glenn Morris  <rgm@gnu.org>
1931         * htmlfontify.el (htmlfontify-buffer)
1932         (htmlfontify-copy-and-link-dir): Autoload entry points.
1934 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1936         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1937         name relative to the project root (Bug#5960).
1939 2010-04-19  Glenn Morris  <rgm@gnu.org>
1941         * vc-git.el (vc-git-print-log): Doc fix.
1943 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1945         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1947 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1949         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1950         default settings (Bug#5928).
1952 2010-04-19  Glenn Morris  <rgm@gnu.org>
1954         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1955         New function.
1956         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1958 2010-04-19  Kenichi Handa  <handa@m17n.org>
1960         * language/indian.el (malayalam-composable-pattern): Fix previous
1961         change (add U+0D4D "SIGN VIRAMA").
1962         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1963         (tamil-composable-pattern): Fix typo in the regexp.
1964         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1965         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1966         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1968 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1970         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1971         paragraph-separate (Bug#5821).
1973 2010-04-19  Juri Linkov  <juri@jurta.org>
1975         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1977         * info.el (Info-find-node-2): Comment out code that skips
1978         breadcrumbs line.
1979         (Info-mouse-follow-link): New command.
1980         (Info-link-keymap): New keymap.
1981         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1982         Return a string with links instead of inserting breadcrumbs
1983         to the Info buffer.
1984         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1985         Instead of putting the `invisible' text property over the Info
1986         header, make an overlay over the Info header with the `invisible'
1987         property and `after-string' set to the string returned by
1988         `Info-breadcrumbs'.
1990 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1992         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1993         Reported by monkey@sandpframing.com.
1995 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1997         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1998         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1999         available in the "keyseq cache" any more.
2001         * custom.el (defcustom): Add edebug spec.
2003 2010-04-18  Juri Linkov  <juri@jurta.org>
2005         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2007         * view.el (view-file, view-buffer): Move test for special mode-class
2008         from view-file to view-buffer.
2010         * tar-mode.el (tar-extract): Turn if's into one cond
2011         like in arc-mode.el.
2013 2010-04-18  Juri Linkov  <juri@jurta.org>
2015         Add 7z archive format support (bug#5475).
2017         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2018         (archive-7z-extract): New defcustom.
2019         (archive-find-type): Add magic string for 7z.
2020         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2021         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2022         `buffer' arg of `call-process'.
2023         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2024         call the function `archive-7z-extract' with the variable
2025         `archive-7z-extract' let-bound to `archive-zip-extract'.
2026         (archive-7z-summarize, archive-7z-extract): New functions.
2028         * international/mule.el (auto-coding-alist):
2029         * files.el (auto-mode-alist): Add 7z file extension.
2031 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * loadup.el: Setup hash-cons for pure data.
2035         Fix duplicate entries in cedet's loaddefs.el files.
2036         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2037         Should make most file-local generated-autoload-file unnecessary.
2038         (print-readably): Silence warnings.
2039         (autoload-find-destination): Take load-name as an arg to make sure
2040         it's the same as the one that will be in the file.
2041         (autoload-generate-file-autoloads): Adjust to above changes.
2042         Try to make the dataflow a bit simpler.
2044         * cvs-status.el (cvs-refontify): Remove unused.
2046 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2048         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2050         * calc-bin.el (calc-radix): Have the "O" option turn on
2051         twos-complement mode.
2053 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2055         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2056         Add `calc-option-prefix-help' to calc-help autoloads.
2057         (calc-inverse): Add "Option" to message, as appropriate.
2058         (calc-hyperbolic): Add "Option" to message, as appropriate.
2059         (calc-option, calc-is-option): New functions.
2061         * calc-help.el (calc-full-help): Add `calc-option-help'.
2062         (calc-option-prefix-help): New function.
2064         * calc-misc.el (calc-help): Add "Option" entry.
2066         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2067         (calc-option-flag): New variable.
2068         (calc-do): Set `calc-option-flag to nil.
2069         (calc-set-mode-line): Add "Opt " as appropriate.
2071 2010-04-16  Juri Linkov  <juri@jurta.org>
2073         Move scrolling commands from simple.el to window.el
2074         because their primitives are implemented in window.c.
2076         * simple.el (scroll-error-top-bottom)
2077         (scroll-up-command, scroll-down-command, scroll-up-line)
2078         (scroll-down-line, scroll-other-window-down)
2079         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2080         * window.el (scroll-error-top-bottom)
2081         (scroll-up-command, scroll-down-command, scroll-up-line)
2082         (scroll-down-line, scroll-other-window-down)
2083         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2084         Move from simple.el to window.el because their primitives are
2085         implemented in window.c.
2087 2010-04-16  Juri Linkov  <juri@jurta.org>
2089         * isearch.el (isearch-lookup-scroll-key): Check both
2090         `isearch-scroll' and `scroll-command' properties.
2091         (scroll-up, scroll-down): Remove `isearch-scroll' property.
2093         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2095         * simple.el (scroll-up-command, scroll-down-command)
2096         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2098 2010-04-15  Juri Linkov  <juri@jurta.org>
2100         * simple.el (scroll-up-command, scroll-down-command)
2101         (scroll-up-line, scroll-down-line): Put `scroll-command'
2102         property on the these symbols.  Remove them from
2103         `scroll-preserve-screen-position-commands'.
2105         * mwheel.el (mwheel-scroll): Put `scroll-command' and
2106         `isearch-scroll' properties on the `mwheel-scroll' symbol.
2107         Remove it from `scroll-preserve-screen-position-commands'.
2109         * isearch.el (isearch-allow-scroll): Doc fix.
2111 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
2113         * net/tramp.el (tramp-error-with-buffer): Don't show the
2114         connection buffer when we are in completion mode.
2115         (tramp-file-name-handler): Catch the error for some operations
2116         when we are in completion mode.  This gives the user the chance to
2117         correct the file name in the minibuffer.
2119 2010-04-15  Glenn Morris  <rgm@gnu.org>
2121         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2123 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
2125         Simplify by using `define-derived-mode'.
2126         * info.el (Info-mode):
2127         * calendar/todo-mode.el (todo-mode):
2128         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2129         (gomoku-mode-map): Move initialization into declaration.
2131 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
2133         Fix Bug#5840.
2134         * ido.el (ido-file-name-all-completions-1):
2135         * minibuffer.el (minibuffer-completion-help):
2136         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2138 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * simple.el (non-essential): New var.
2142         Add a new field `location' to bookmarks for non-file bookmarks.
2143         * bookmark.el (bookmark-location): Use the new field, if present.
2144         (bookmark-insert-location): Undo last change, not needed any more.
2145         * man.el (Man-bookmark-make-record):
2146         * woman.el (woman-bookmark-make-record): Add `location' field.
2148 2010-04-14  Juri Linkov  <juri@jurta.org>
2150         * simple.el (scroll-error-top-bottom): New defcustom.
2151         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
2153         * emulation/pc-select.el (pc-select-override-scroll-error):
2154         Obsolete in favor of `scroll-error-top-bottom'.
2156 2010-04-14  Juri Linkov  <juri@jurta.org>
2158         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2159         `scroll-up-command' and `M-v' to `scroll-down-command'.
2161         * emulation/cua-rect.el (cua--init-rectangles):
2162         * forms.el (forms--change-commands):
2163         * image-mode.el (image-mode-map):
2164         Remap scroll-down-command and scroll-up-command
2165         in addition to scroll-down and scroll-up.
2167 2010-04-14  Juri Linkov  <juri@jurta.org>
2169         * mwheel.el (scroll-preserve-screen-position-commands):
2170         Add mwheel-scroll to this list of commands.
2172         * simple.el (scroll-preserve-screen-position-commands):
2173         Add scroll-up-command, scroll-down-command, scroll-up-line,
2174         scroll-down-line to this list of commands.
2176 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * obsolete/complete.el: Move from lisp/complete.el.
2180         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2182         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2183         to the minor mode function now turns the mode ON unconditionally.
2185 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * vc-dir.el (vc-dir-kill-line): New command.
2188         (vc-dir-mode-map): Bind it to C-k.
2190         * bookmark.el (bookmark-insert-location): Handle a nil filename.
2192         * woman.el: Add bookmark declarations to silence the compiler.
2193         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2194         step to compatibility between man and woman bookmarks.
2195         Adjust for Man-default-bookmark-title renaming.
2196         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
2198         * man.el: Add bookmark declarations to silence the compiler.
2199         (Man-name-local-regexp): Make it match NAME as well.
2200         (Man-getpage-in-background): Return the buffer.
2201         (Man-notify-when-ready): Use `case'.
2202         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2203         Don't hardcode "NAME".  Simplify.
2204         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2205         Rename from Man-bookmark-make-record.
2206         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
2207         we have the actual man-args.  Use Man-getpage-in-background rather
2208         than `man' since the arg is already processed.  Let bookmark.el do the
2209         window handling.  Only wait for the relevant process.
2210         Don't forget to autoload.
2212         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2214 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2216         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2217         New functions.
2218         (woman-mode): Setup bookmark support.
2220         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2221         (man-bookmark-jump): New functions.
2222         (Man-mode): Setup bookmark support.
2224 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2226         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2227         recognize ssh-keygen prompt (Bug#2817).
2229 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2231         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2233 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2235         Synchronize with Tramp repository.
2237         * net/tramp.el (tramp-completion-function-alist)
2238         (tramp-file-name-regexp, tramp-chunksize)
2239         (tramp-local-coding-commands, tramp-remote-coding-commands):
2240         Fix docstring.
2241         (tramp-remote-process-environment): Use `format' instead of `concat'.
2242         (tramp-handle-directory-files-and-attributes)
2243         (tramp-get-remote-path): Use `copy-tree'.
2244         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2245         compatibility: Use `completion-ignore-case' if
2246         `read-file-name-completion-ignore-case' does not exist.
2247         (tramp-do-copy-or-rename-file-directly): Do not use
2248         `tramp-handle-file-remote-p'.
2249         (tramp-do-copy-or-rename-file-out-of-band):
2250         Use `tramp-compat-delete-directory'.
2251         (tramp-do-copy-or-rename-file-out-of-band)
2252         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2253         Use `format-spec-make'.
2254         (tramp-find-foreign-file-name-handler)
2255         (tramp-advice-make-auto-save-file-name)
2256         (tramp-set-auto-save-file-modes): Remove superfluous check for
2257         `stringp'.  This is done inside `tramp-tramp-file-p'.
2258         (tramp-debug-outline-regexp): New defconst.
2259         (tramp-get-debug-buffer): Use it.
2260         (tramp-check-for-regexp): Use (forward-line 1).
2261         (tramp-set-auto-save-file-modes): Adapt version check.
2263         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2264         Wrap call of `featurep' for 2nd argument.
2265         (tramp-compat-make-temp-file): Simplify fallback implementation.
2266         (tramp-compat-copy-tree): Remove function.
2267         (tramp-compat-delete-directory): Provide implementation for older
2268         Emacsen.
2270         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2271         Do not use `tramp-fish-handle-file-attributes.
2273         * net/trampver.el: Update release number.
2275 2010-04-10  Glenn Morris  <rgm@gnu.org>
2277         * progmodes/compile.el (compilation-save-buffers-predicate):
2278         Add missing :version tag.
2280 2010-04-09  Sam Steingold  <sds@gnu.org>
2282         * progmodes/compile.el (compilation-save-buffers-predicate):
2283         Remove the "autoload" cookie.
2285         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2286         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2287         and `bug-reference-prog-mode' can be used in hooks directly.
2289 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2291         Add --author support to git commit.
2292         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2293         (vc-git-log-edit-mode): New minor mode.
2294         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2295         New declarations.
2297 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
2299         * vc-hooks.el, vc-git.el: Improve documentation comments.
2301 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         Fix some of the problems in defsubst* (bug#5728).
2304         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2305         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2307 2010-04-07  Sam Steingold  <sds@gnu.org>
2309         * progmodes/compile.el (compilation-save-buffers-predicate):
2310         New custom variable.
2311         (compile, recompile): Pass it to `save-some-buffers'.
2313 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
2315         * wid-edit.el (widget-choose): Move cursor to the second line of
2316         the buffer (Bug#5695).
2318 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2320         Add new VC methods: vc-log-incoming and vc-log-outgoing.
2321         * vc.el (vc-print-log-setup-buttons): New function split out from
2322         vc-print-log-internal.
2323         (vc-log-internal-common): New function, a parametrized version of
2324         vc-print-log-internal.
2325         (vc-print-log-internal): Just call vc-log-internal-common with the
2326         right arguments.
2327         (vc-incoming-outgoing-internal):
2328         (vc-log-incoming, vc-log-outgoing): New functions.
2329         (vc-log-view-type): New permanent local variable.
2331         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2333         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2334         of the dynamic bound vc-short-log.
2335         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2337         * vc-git.el (vc-git-log-outgoing): New function.
2338         (vc-git-log-view-mode): Use vc-log-view-type instead
2339         of the dynamic bound vc-short-log.
2341         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2342         of the dynamic bound vc-short-log.  Highlight the tag.
2343         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2344         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2345         (vc-hg-incoming-mode): Remove.
2346         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2348 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2350         Fix default-directory for vc-root-diff.
2351         * vc.el (vc-root-diff): Bind default-directory to the root
2352         directory for the diff command.
2354 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2356         * progmodes/verilog-mode.el (verilog-forward-sexp):
2357         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2358         word keywords, suggested by Steve Pearlmutter.
2359         (verilog-pretty-declarations): Support lineup of declarations in
2360         port lists.
2361         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2362         fix bug for /* / comments
2363         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2364         Speed up and simplfy as this is never called with a bound.
2365         (verilog-pretty-declarations): Enhance to line up declarations
2366         inside a parameter list, suggested by Alan Morgan.
2367         (verilog-pretty-expr): Tune assignment regular expression match
2368         string for corner cases; also use markers instead of character
2369         number as indent changes the later.
2371 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2373         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2374         as missing keyword.
2375         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2376         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2377         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2378         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2379         Tennant.
2380         (verilog-keywords):
2381         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2382         1800-2009 keywords, including "global.".
2384 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2386         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2387         appearing in buffer list (if a live buffer name matched a recentf
2388         file basename).  Should use uniquify to offer a real solution.
2390 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2392         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2393         comment to code, and add a :version tag.
2394         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2396 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2398         Enable recentf-mode if using virtual buffers.
2399         * ido.el (recentf-list): Declare for byte-compiler.
2400         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2401         (ido-make-buffer-list): Simplify.
2402         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2404 2010-04-05  Juri Linkov  <juri@jurta.org>
2406         Scrolling commands which scroll a line instead of full screen.
2407         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2409         * simple.el (scroll-up-line, scroll-down-line): New commands.
2410         Put property isearch-scroll=t on them.
2412         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2413         Remove commands.
2415 2010-04-05  Juri Linkov  <juri@jurta.org>
2417         Scrolling commands which do not signal errors at top/bottom.
2418         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2420         * simple.el (scroll-up-command, scroll-down-command): New commands.
2421         Put property isearch-scroll=t on them.
2423         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2424         `scroll-down-command' and [next] from `scroll-up' to
2425         `scroll-up-command'.
2427         * emulation/cua-base.el: Put property CUA=move on
2428         `scroll-up-command' and `scroll-down-command'.
2429         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2430         and `scroll-down-command' to `cua-scroll-down'.
2432 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2434         * help.el (describe-mode): Return nil.
2436 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2438         * ido.el (ido-use-virtual-buffers): New variable to indicate
2439         whether "virtual buffer" support is enabled for IDO.
2440         (ido-virtual): Face used to indicate virtual buffers in the list.
2441         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2442         exists, but a virtual buffer of that name does (which would be why
2443         it was in the list), recreate the buffer by reopening the file.
2444         (ido-make-buffer-list): If virtual buffers are being used, call
2445         `ido-add-virtual-buffers-to-list' before the make list hook.
2446         (ido-virtual-buffers): New variable which contains a copy of the
2447         current contents of the `recentf-list', albeit pared down for the
2448         sake of speed, and with proper faces applied.
2449         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2450         create a list of "virtual buffers" to present to the user in
2451         addition to the currently open set.  Note that this logic could
2452         get rather slow if that list is too large.  With the default
2453         `recentf-max-saved-items' of 200, there is little speed penalty.
2455 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2457         * font-lock.el: Require CL when compiling.
2458         (font-lock-turn-on-thing-lock): Use `case'.
2460 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2462         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2463         Zaretskii.
2465 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2467         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2468         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2469         (semantic-imenu-goto-function): Reflow docstring.
2471 2010-04-02  Juri Linkov  <juri@jurta.org>
2473         * ehelp.el (electric-help-orig-major-mode):
2474         New buffer-local variable.
2475         (electric-help-mode): Set it to original major-mode.  Doc fix.
2476         (with-electric-help): Use `electric-help-orig-major-mode' instead
2477         of (default-value 'major-mode).  Doc fix.
2478         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2480 2010-04-02  Sam Steingold  <sds@gnu.org>
2482         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2483         `vc-hg-command' with a list of flags.
2485         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2486         Also accept "patch" and "RFE".
2487         (bug-reference-fontify): `bug-reference-url-format' can also be a
2488         function to be able to handle the bug kind.
2489         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2491 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2493         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2494         value to fboundp, it may not be a symbol.
2496 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2498         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2500 2010-03-31  Juri Linkov  <juri@jurta.org>
2502         * simple.el (next-line, previous-line): Re-throw a signal
2503         with `signal' instead of using `ding'.
2504         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2506 2010-03-31  Juri Linkov  <juri@jurta.org>
2508         * simple.el (keyboard-escape-quit): Raise deselecting the active
2509         region higher than exiting the minibuffer.
2510         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2512 2010-03-31  Juri Linkov  <juri@jurta.org>
2514         * image.el (image-animated-p): Use `image-metadata' instead of
2515         `image-extension-data'.  Get GIF extenstion data from metadata
2516         property `extension-data'.
2518 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * simple.el (append-to-buffer): Simplify.
2522 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2524         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2525         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2527 2010-03-31  Kenichi Handa  <handa@m17n.org>
2529         * language/sinhala.el (composition-function-table): Fix regexp for
2530         the new Unicode specification.
2532         * language/indian.el (devanagari-composable-pattern)
2533         (tamil-composable-pattern, kannada-composable-pattern)
2534         (malayalam-composable-pattern): Adjust for the new Unicode
2535         specification.
2536         (bengali-composable-pattern, gurmukhi-composable-pattern)
2537         (gujarati-composable-pattern, oriya-composable-pattern)
2538         (telugu-composable-pattern): New variables to cope with the new
2539         Unicode specification.  Use them in composition-function-table.
2541 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2543         Make tmm-menubar work for the Buffers menu again (bug#5726).
2544         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2545         vectors rather than cons cells, as used in menu-bar-update-buffers.
2547 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2549         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2550         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2551         electric punctuation for "{}();,:" (Bug#5586).
2553         * mail/sendmail.el (mail-default-directory): Doc fix.
2555 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2557         * mail/sendmail.el (mail-default-directory): Doc fix.
2559 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2561         * subr.el (version-regexp-alist, version-to-list)
2562         (version-list-<, version-list-=, version-list-<=)
2563         (version-list-not-zero, version<, version<=, version=): Doc fix.
2564         (Bug#5744).
2566 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2568         * vc.el (vc-root-diff): Doc fix.
2570 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2572         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2574         * simple.el (append-to-buffer): Fix last change.
2576 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2578         * simple.el (append-to-buffer): Ensure that point is preserved if
2579         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2580         (Bug#5749)
2582 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * files.el (auto-mode-case-fold): Change default to t.
2586 2010-03-30  Juri Linkov  <juri@jurta.org>
2588         * dired-x.el (dired-omit-mode): Doc fix.
2590 2010-03-30  Juri Linkov  <juri@jurta.org>
2592         * replace.el (occur-accumulate-lines): Move occur-engine related
2593         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2594         to be located after `occur-engine'.
2596 2010-03-30  Juri Linkov  <juri@jurta.org>
2598         Make occur handle multi-line matches cleanly with context.
2599         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2601         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2602         (occur-engine): Add local variables `ret', `prev-after-lines',
2603         `prev-lines'.  Use more arguments for `occur-context-lines'.
2604         Set first elem of its returned list to `data', and the second elem
2605         to `prev-after-lines'.  Don't print the separator line.
2606         In the end, print remaining context after-lines.
2607         (occur-context-lines): Add new arguments `begpt', `endpt',
2608         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2609         after-lines of the previous match with before-lines of the
2610         current match and not overlap them.  Return a list with two
2611         values: the output line and the list of context after-lines.
2613 2010-03-30  Juri Linkov  <juri@jurta.org>
2615         * replace.el (occur-accumulate-lines): Fix a bug where the first
2616         context line at the beginning of the buffer was missing.
2618 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2620         * files.el: Make bidi-display-reordering safe variable for boolean
2621         values.
2623 2010-03-29  Phil Hagelberg  <phil@evri.com>
2624             Chong Yidong  <cyd@stupidchicken.com>
2626         * subr.el: Extend progress reporters to perform "spinning".
2627         (progress-reporter-update, progress-reporter-do-update):
2628         Handle non-numeric value arguments.
2629         (progress-reporter--pulse-characters): New var.
2631 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2633         * progmodes/compile.el (compilation-start): Fix regexp detection
2634         of initial cd command (Bug#5771).
2636 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2638         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2640 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2642         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2643         * lisp/progmodes/gdb-mi.el: Restore.
2644         * lisp/progmodes/gdb-ui.el: Remove.
2645         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2647 2010-03-25  Glenn Morris  <rgm@gnu.org>
2649         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2650         all dired buffers, even tramp ones.  (Bug#5755)
2652 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2654         Add "union tags" in mpc.el.
2655         * mpc.el: Remove backward compatibility code.
2656         (mpc-browser-tags): Change default.
2657         (mpc--find-memoize-union-tags): New var.
2658         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2659         (mpc-cmd-find): Handle the case where the playlist does not exist.
2660         Handle union-tags.
2661         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2662         (mpc-cmd-add): Use mpc-cmd-flush.
2663         (mpc-tagbrowser-tag-name): New fun.
2664         (mpc-tagbrowser-buf): Use it.
2665         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2667 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         Misc cleanup.
2670         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2671         Use replace-regexp-in-string.
2672         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2673         (makefile-imake-mode-syntax-table): Move init into defvar.
2674         (makefile-mode): Use define-derived-mode.
2676         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2677         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2678         not be present any more.
2680 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2682         * faces.el (set-face-attribute): Fix typo in docstring.
2683         (face-valid-attribute-values): Reflow docstring.
2685         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2687 2010-03-24  Glenn Morris  <rgm@gnu.org>
2689         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2691 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2693         * indent.el (indent-for-tab-command): Doc fix.
2695 2010-03-24  Alan Mackenzie  <acm@muc.de>
2697         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2698         Fix off-by-one error.  Fixes bug #5747.
2700 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2702         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2703         (image-dired-read-comment): Doc fix.
2705         * json.el (json-object-type, json-array-type, json-key-type)
2706         (json-false, json-null, json-read-number):
2707         * minibuffer.el (completion-in-region-functions):
2708         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2709         (cal-tex-cursor-week):
2710         * emacs-lisp/trace.el (trace-function):
2711         * eshell/em-basic.el (eshell/printnl):
2712         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2713         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2714         * obsolete/levents.el (allocate-event, event-key, event-object)
2715         (event-point, event-process, event-timestamp, event-to-character)
2716         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2717         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2718         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2719         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2720         (reftex-highlight-selection): Fix typos in docstrings.
2722 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2724         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2726 2010-03-24  Glenn Morris  <rgm@gnu.org>
2728         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2729         2008-02-13 without comment; mark it obsolete.
2730         (rmail-highlight-headers): Use rmail-highlight-face once more.
2732 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2734         * woman.el (woman2-process-escapes): Only consume the newline if
2735         the filler character is on a line by itself (Bug#5729).
2737 2010-03-24  Kenichi Handa  <handa@m17n.org>
2739         * language/indian.el (devanagari-composable-pattern): Add more
2740         consonants.
2742 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2744         * net/trampver.el: Update release number.
2746 2010-03-24  Glenn Morris  <rgm@gnu.org>
2748         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2750 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2752         * net/tramp.el (tramp-find-executable):
2753         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2754         output of "wc -l" more robust.
2755         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2756         (tramp-open-connection-setup-interactive-shell): Remove workaround
2757         for OpenSolaris bug, it is not needed anymore.
2759 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
2761         * cedet/semantic/imenu.el: New file, from the CEDET repository
2762         (Bug#5412).
2764 2010-03-24  Glenn Morris  <rgm@gnu.org>
2766         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2768 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
2770         * files.el (auto-mode-alist): Accept more verilog file patterns.
2772 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2776 2010-03-24  Glenn Morris  <rgm@gnu.org>
2778         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2779         log-edit-before-checkin-process.
2781         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2783         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2785         * vc-dispatcher.el (vc-start-logentry): Doc fix.
2786         (log-view-process-buffer, log-edit-extra-flags): Declare.
2788         * log-edit.el (log-edit-before-checkin-process): Doc fix.
2790         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2791         Consistently check ede-object is bound throughout.
2793         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2795 2010-03-23  Sam Steingold  <sds@gnu.org>
2797         Fix bug#5620: recalculate all markers on compilation buffer
2798         modifications, not on file modifications.
2799         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2800         the buffer modification time, for buffers not associated with files.
2801         (compilation-mode): Create it.
2802         (compilation-filter): Update it.
2803         (compilation-next-error-function): Use it instead of
2804         `visited-file-modtime' for timestamp.
2806 2010-03-23  Juri Linkov  <juri@jurta.org>
2808         Implement Occur multi-line matches.
2809         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2811         * replace.el (occur): Doc fix.
2812         (occur-engine): Set `begpt' to the beginning of the first line.
2813         Set `endpt' to the end of the last match line.  At first, count
2814         line numbers between `origpt' and `begpt'.  Split out code from
2815         `out-line' variable to new let-bindings `match-prefix' and
2816         `match-str'.  In `out-line' add non-numeric prefix to all
2817         non-first lines of multi-line matches.  Finally, count lines
2818         between `begpt' and `endpt' and add to `lines'.
2820 2010-03-23  Juri Linkov  <juri@jurta.org>
2822         * replace.el (occur-accumulate-lines, occur-engine):
2823         Use `occur-engine-line' instead of duplicate code.
2824         (occur-engine-line): New function created from duplicate code
2825         in `occur-accumulate-lines' and `occur-engine'.
2827         * replace.el (occur-engine-line): Add optional arg `keep-props'.
2828         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2830 2010-03-23  Juri Linkov  <juri@jurta.org>
2832         * finder.el: Remove TODO tasks.
2834         * info.el (Info-finder-find-node): Add node "all"
2835         with all package info.  Handle a list of multiple keywords
2836         separated by comma.
2837         (info-finder): In interactive use with a prefix argument,
2838         use `completing-read-multiple' to read a list of keywords
2839         separated by comma.
2841 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         Add a new completion style `substring'.
2844         * minibuffer.el (completion-basic--pattern): New function.
2845         (completion-basic-try-completion, completion-basic-all-completions):
2846         Use it.
2847         (completion-substring--all-completions)
2848         (completion-substring-try-completion)
2849         (completion-substring-all-completions): New functions.
2850         (completion-styles-alist): New style `substring'.
2852 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         Get rid of .elc files after removal of the corresponding .el.
2855         * Makefile.in (compile-clean): New target.
2856         (compile-main): Use it.
2858 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2860         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2861         don't do make there.  When compiling with separate object dir, there
2862         is no Makefile there.
2864 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         Get rid of the ELCFILES abomination, again.
2867         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2868         (all, compile): Don't call compile-last.
2869         (compile-main): Build the "elcfiles" list dynamically.
2870         (compile-targets): New (internal) target.
2872 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2874         * Makefile.in (top_srcdir): Define.
2875         (abs_top_builddir): Define.
2876         (srcdir): Don't append `/..'.
2877         (EMACS): Use ${abs_top_builddir}.
2878         (all, compile, compile-always, compile-last): Don't set emacswd.
2879         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2880         $(srcdir).
2881         (lisp): Use $(srcdir) instead of @srcdir@.
2883 2010-03-21  Juri Linkov  <juri@jurta.org>
2885         Fix message of multi-line occur regexps and multi-buffer header lines.
2886         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2888         * replace.el (occur-1): Don't display regexp if it is longer
2889         than window-width.  Use `query-replace-descr' to display regexp.
2890         (occur-engine): Don't display regexp in the buffer header for
2891         multi-buffer occur.  Display a separate header line with total
2892         match count and regexp for multi-buffer occur.
2893         Use `query-replace-descr' to display regexp.
2895 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2897         * net/secrets.el: Fix parenthesis.
2898         (secrets-enabled): Fix parenthesis.
2900 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         Use more relative file and directory names.
2903         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2904         (setwins, setwins_almost, setwins_for_subdirs):
2905         Don't `cd'; output relative names.
2906         (all, compile, compile-always, compile-last): Set emacswd.
2907         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2908         Just cd to the lisp source dir so we can use relative file names.
2910         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2912 2010-03-20  Glenn Morris  <rgm@gnu.org>
2914         * textmodes/rst.el: Use faces for font-lock customization, and make the
2915         old -face variables obsolete.
2916         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2917         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2918         (rst-block-face, rst-external-face, rst-definition-face)
2919         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2920         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2921         Make obsolete.
2922         (rst-font-lock-keywords-function): Update for above changes.
2924 2010-03-20  Juri Linkov  <juri@jurta.org>
2926         * s-region.el:
2927         * obsolete/s-region.el: Move to obsolete.
2929 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2931         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2933 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2935         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2937 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2939         Add special markup processing for commit logs.
2940         * log-edit.el (log-edit-extra-flags): New variable.
2941         (log-edit): Add new argument MODE.  Use that mode when non-nil
2942         instead of the log-view-mode.
2943         (log-view-process-buffer): New function.
2945         * vc.el: Document that the checkin method takes optional
2946         arguments.  Document new backend specific method: log-view-mode.
2947         (vc-default-log-edit-mode): New function.
2948         (vc-checkin): Use a backend specific log-view-mode.
2949         Pass extra arguments to the checkin method.
2950         (vc-modify-change-comment): Pass a dummy extra argument.
2952         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2953         log-edit.
2954         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2955         (vc-finish-logentry): Process the log buffer before passing it
2956         down.  Pass log-edit-extra-flags.
2958         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2959         command.
2960         (log-edit-extra-flags, log-edit-before-checkin-process):
2961         New declarations.
2963         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2964         command.
2965         (log-edit-extra-flags, log-edit-before-checkin-process):
2966         New declarations.
2967         (vc-hg-log-edit-mode): New derived mode.
2969         * vc-arch.el (vc-arch-checkin):
2970         * vc-cvs.el (vc-cvs-checkin):
2971         * vc-git.el (vc-git-checkin):
2972         * vc-mtn.el (vc-mtn-checkin):
2973         * vc-rcs.el (vc-rcs-checkin):
2974         * vc-sccs.el (vc-sccs-checkin):
2975         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2977 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2980         parent typo).
2982 2010-03-19  Glenn Morris  <rgm@gnu.org>
2984         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2986 2010-03-18  Glenn Morris  <rgm@gnu.org>
2988         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2990         * replace.el (query-replace-history): Give it a doc string.
2991         (map-query-replace-regexp): Use query-replace-from-history-variable
2992         and query-replace-to-history-variable.
2994         * mail/hashcash.el (declare-function): Remove duplicate definition.
2996         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2997         Make it an obsolete alias for report-emacs-bug-address.
2998         (message-strip-special-text-properties): Declare.
2999         (report-emacs-bug): Remove test for a pretest bug address.
3000         Combine message-mode-specific code.
3002         * mail/supercite.el: Don't require sendmail.
3003         (mh-in-header-p): Declare rather than using with-no-warnings.
3004         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3005         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3007         * calendar/cal-french.el: Convert to utf-8.
3009         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3010         Emacs scripts.
3012 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3014         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3015         of a subfeature.
3017 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3019         * net/secrets.el (top): Register the D-Bus signals only when the
3020         service "org.freedesktop.secrets" can be pinged.
3021         Provide subfeature `enabled'.
3023 2010-03-14  Juri Linkov  <juri@jurta.org>
3025         Add finder unknown keywords.
3027         * finder.el (finder-unknown-keywords): New function.
3029         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3030         to create a Finder node with unknown keywords.
3032 2010-03-14  Juri Linkov  <juri@jurta.org>
3034         * finder.el (finder-compile-keywords): Replace `princ' with
3035         `prin1' on a list of symbols interned from keyword strings.
3037         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3038         a comma, then split keywords using a comma and optional whitespace.
3039         Otherwise, split by whitespace.
3041         * complete.el:
3042         * face-remap.el:
3043         * log-view.el:
3044         * net/hmac-def.el:
3045         * net/hmac-md5.el:
3046         * net/netrc.el:
3047         * progmodes/mixal-mode.el: Fix keywords.
3049 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3051         * Makefile.in (ELCFILES): Add net/secrets.elc.
3053         * net/secrets.el: New file.
3055 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3057         * facemenu.el (list-colors-display, list-colors-print): New arg
3058         callback.  Use it to allow selecting colors.
3060         * wid-edit.el (widget-image-insert): Insert image prop even if the
3061         current display is non-graphic.
3062         (widget-field-value-set): New fun.
3063         (editable-field): Use it.
3064         (widget-field-value-get): Clean up unused var.
3065         (widget-color-value-create, widget-color--choose-action):
3066         New funs.  Allow using list-colors-display to choose color.
3068 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3070         * cus-edit.el: Resort topmost custom groups.
3071         (custom-buffer-sort-alphabetically): Default to t.
3072         (customize-apropos): Use apropos-parse-pattern.
3073         (custom-search-field): New var.
3074         (custom-buffer-create-internal): Add custom-apropos search field.
3075         (custom-add-parent-links): Don't display parent doc.
3076         (custom-group-value-create): Don't sort top-level custom group.
3077         (custom-magic-value-create): Show visibility button before option name.
3079         (custom-variable-state): New fun, from custom-variable-state-set.
3080         (custom-variable-state-set): Use it.
3081         (custom-group-value-create): Hide options with standard values
3082         using the :hidden-states property.  Use progress reporter.
3084         (custom-show): Simplify.
3085         (custom-visibility): Disable images by default.
3086         (custom-variable): New property :hidden-states.
3087         (custom-variable-value-create): Enable images for
3088         custom-visibility widgets.  Use :hidden-states property to
3089         determine initial visibility.
3091         * wid-edit.el (widget-image-find): Give images center ascent.
3092         (visibility): Add :on-image and :off-image properties.
3093         (widget-visibility-value-create): Use them.
3095 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3097         * cus-edit.el (processes): Remove from development group.
3098         (oop, hypermedia): Delete group.
3099         (comm): Promote to top-level group.
3101         * net/browse-url.el (browse-url):
3102         * net/xesam.el (xesam):
3103         * net/tramp.el (tramp):
3104         * net/goto-addr.el (goto-address):
3105         * net/ange-ftp.el (ange-ftp): Put in comm group.
3107         * view.el (view): Remove from editing group.
3109         * uniquify.el (uniquify): Put in files group.
3111         * net/browse-url.el (browse-url):
3112         * ps-print.el (postscript): Put in external group.
3114         * cus-edit.el (outlines):
3115         * textmodes/text-mode.el (text-mode-hook):
3116         * textmodes/table.el (table):
3117         * textmodes/picture.el (picture):
3118         * outline.el (outlines): Put in wp group.
3120         * nxml/nxml-mode.el (nxml): Remove from wp group.
3122         * net/tramp-imap.el (tramp-imap): Put in tramp group.
3124         * mail/metamail.el (metamail): Remove from hypermedia group.
3126         * cus-edit.el (abbrev):
3127         * whitespace.el (whitespace):
3128         * vcursor.el (vcursor):
3129         * reveal.el (reveal):
3130         * hl-line.el (hl-line): Put in convenience group.
3132         * epg-config.el (epg): Put in data group.
3134         * emulation/pc-select.el (pc-select): Put in emulations group.
3136         * calculator.el (calculator): Put in applications group.
3138 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3140         Add .dir-locals.el support for file-less buffers.
3141         * files.el (hack-local-variables): Split out code to apply local
3142         variable settings ...
3143         (hack-local-variables-apply): ... here.  New function.
3144         (hack-dir-local-variables): Use the default directory for when the
3145         buffer does not have an associated file.
3146         (hack-dir-local-variables-non-file-buffer): New function.
3147         * diff-mode.el (diff-mode):
3148         * vc-annotate.el (vc-annotate-mode):
3149         * vc-dir.el (vc-dir-mode):
3150         * log-edit.el (log-edit-mode):
3151         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3153 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3155         Add support for shelving snapshots and for showing shelves.
3156         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3157         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3158         New functions.
3159         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3160         (vc-bzr-extra-menu-map): Map them.
3162 2010-03-11  Glenn Morris  <rgm@gnu.org>
3164         * cus-edit.el (customize-changed-options-previous-release):
3165         Bump to 23.1.
3167         * image.el (image-animate-max-time): Fix :version tag.
3169 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3171         * Branch for 23.2.
3173 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3175         * vc-git.el (vc-git-revision-table): Include remote branches.
3177 2010-03-10  Kim F. Storm  <storm@cua.dk>
3179         Animated image API.
3180         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3182         * image.el (image-animate-max-time): New defcustom.
3183         (image-animated-types): New defconst.
3184         (create-animated-image, image-animate-timer)
3185         (image-animate-start, image-animate-stop, image-animate-timeout)
3186         (image-animated-p): New functions.
3188         * image-mode.el (image-toggle-display-image):
3189         Replace `create-image' with `create-animated-image'.
3191 2010-03-09  Miles Bader  <miles@gnu.org>
3193         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3194         instead of "format:"; this ensures that the output is
3195         newline-terminated.
3197 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
3199         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3200         that all errors are caught, and that the return value is always a
3201         list (Bug#5692).
3203 2010-03-08  Kenichi Handa  <handa@m17n.org>
3205         * language/misc-lang.el (windows-1256): New coding system.
3206         (cp1256): New alias of windows-1256 (bug#5690).
3208 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3210         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3211         call to rfc822-bad-address.  (Bug#5692)
3213 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3215         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3216         Use vc-git-root as default directory for revision path (Bug#5657).
3218 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3220         * calculator.el (calculator): Don't bind split-window-keep-point
3221         (Bug#5674).
3223 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3225         * vc-git.el: Re-flow to fit into 80 columns.
3226         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3227         Remove spurious `quote' element in each case alternative.
3228         (vc-git-show-log-entry): Use prog1.
3229         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3231 2010-03-06  Glenn Morris  <rgm@gnu.org>
3233         * cedet/semantic/grammar.el (semantic-grammar-header-template):
3234         Update template copyright to GPLv3+.
3236 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3240 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3242         * macros.el (insert-kbd-macro): Look up keyboard macro using the
3243         definition, not the name (Bug#5481).
3245 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3247         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3248         argument with a local variable.  (Bug#5670)
3250 2010-03-02  Juri Linkov  <juri@jurta.org>
3252         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
3254 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
3256         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3257         error when FILENAME and NEWNAME are existing remote directories.
3259         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3260         parameter DIR-FLAG.
3262 2010-03-02  Glenn Morris  <rgm@gnu.org>
3264         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3265         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3267 2010-03-01  Kenichi Handa  <handa@m17n.org>
3269         * language/burmese.el (burmese-composable-pattern): Rename from
3270         myanmar-composable-pattern.
3272         * international/characters.el (script-list):
3273         * international/fontset.el (script-representative-chars):
3274         Change myanmar to burmese.
3275         (otf-script-alist): Likewise.
3276         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3278 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3280         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3282 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3284         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3286 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3288         * net/tramp.el (tramp-handle-write-region): START can be a string.
3289         Take care in the checks.  Reported by Dan Davison
3290         <davison@stats.ox.ac.uk>.
3292 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3294         * net/dbus.el (dbus-introspect, dbus-get-property)
3295         (dbus-set-property, dbus-get-all-properties):
3296         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3298 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3300         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3301         * emacs-lisp/elint.el (elint-add-required-env):
3302         * cedet/semantic/db-find.el
3303         (semanticdb-find-translate-path-brutish-default):
3304         * cedet/ede/make.el (ede-make-check-version):
3305         * calendar/icalendar.el (icalendar--add-diary-entry):
3306         * calc/calcalg2.el (math-tracing-integral):
3307         * files.el (recover-session-finish): Use with-current-buffer
3308         instead of save-excursion.
3310 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         Fix in-buffer completion when after-change-functions modify the buffer.
3313         * minibuffer.el (completion--replace): New function.
3314         (completion--do-completion): Use it and use relative movement.
3316 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3318         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3320 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3322         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3323         Allow the characters _<> in the stack entry (Bug#5653).
3325 2010-02-26  Kenichi Handa  <handa@m17n.org>
3327         * language/burmese.el: Fix entries in composition-function-table.
3328         (myanmar-composable-pattern): New variable.
3330         * international/fontset.el (setup-default-fontset): Add an entry
3331         for myanmar.
3333         * international/characters.el (script-list): Add Myanmar
3334         Extended-A.
3336 2010-02-26  Glenn Morris  <rgm@gnu.org>
3338         * custom.el (custom-initialize-delay): Doc fix.
3340         * mail/sendmail.el (send-mail-function): Autoload the call
3341         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3343 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3345         * files.el (hack-local-variables-filter): For eval forms, also
3346         check safe-local-variable-p (Bug#5636).
3348 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3350         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3351         and use c(ad)r of cddr (Bug#5640).
3353 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3355         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3356         setting the modes by `ignore-errors'.  It might fail, for example
3357         if the file is not owned by the user but the group.
3358         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3360 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3362         * files.el (directory-listing-before-filename-regexp): Use
3363         stricter matching for iso-style dates, to avoid false matches with
3364         date-like filenames (Bug#5597).
3366         * htmlfontify.el (htmlfontify): Doc fix.
3368         * eshell/eshell.el (eshell): Doc fix.
3370         * startup.el (fancy-about-screen): In mode-line, apply
3371         mode-line-buffer-id face only to the buffer name (Bug#5613).
3373 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3375         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3376         In `watcom' anchor regexp to start of line, to avoid slowness
3377         (Bug#5599).
3379 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3381         * subr.el (remove-yank-excluded-properties): Explain in a comment
3382         why `category' property is removed.
3384 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3386         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3387         2010-02-17 change.
3389 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3391         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3392         (icalendar--convert-weekly-to-ical)
3393         (icalendar--convert-yearly-to-ical)
3394         (icalendar--convert-block-to-ical)
3395         (icalendar--convert-cyclic-to-ical)
3396         (icalendar--convert-anniversary-to-ical): Take care of time
3397         specifications where hour has 1-digit only (Bug#5549).
3399 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3401         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3402         of disassemble output in GDB 7.1.
3404 2010-02-19  Glenn Morris  <rgm@gnu.org>
3406         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3407         property.  (Bug#5593)
3409 2010-02-18  Sam Steingold  <sds@gnu.org>
3411         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3413 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         Use abbreviated file names in bookmarks (bug#5591).
3416         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3417         calls to expand-file-name.
3418         (bookmark-relocate): Use abbreviated file names in bookmarks.
3419         (bookmark-load): Use abbreviated file names in messages.
3421 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3423         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3424         expand "." and "..".  Reported by Thierry Volpiatto
3425         <thierry.volpiatto@gmail.com>.
3427 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3429         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3430         permissions of the temporary file to "0600".  In case the remote
3431         file has no read permissions for the owner, there might be
3432         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3434 22010-02-18  Glenn Morris  <rgm@gnu.org>
3436         * emacs-lisp/authors.el (authors-renamed-files-alist):
3437         Add entries for INSTALL.CVS.
3439 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3441         * vc-bzr.el: Fix typo in Known Bugs section.
3443         * isearch.el (isearch-update-post-hook): New hook.
3444         (isearch-update): Use the new hook.
3446 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3448         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3449         Fix errors in copying directories.
3450         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3451         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3452         (tramp-handle-delete-file)
3453         (tramp-handle-dired-recursive-delete-directory)
3454         (tramp-handle-write-region): Flush also the cache for the upper
3455         directory.
3457 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3459         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3461         * cus-edit.el (hardware): Doc fix.
3463         * man.el (man): Add to external custom group.
3465         * delim-col.el (columns): Move to wp custom group.
3467         * doc-view.el (doc-view): Add to data custom group.
3469         * cedet/data-debug.el (data-debug): Move to extensions group.
3471         * cedet/ede.el (ede):
3472         * cedet/srecode.el (srecode):
3473         * cedet/semantic.el (semantic): Put in tools and extensions group.
3475         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3477         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3478         by ispell-parse-output (Bug#5575).
3480 2010-02-16  Kenichi Handa  <handa@m17n.org>
3482         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3483         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3484         (skkdic-convert): Use `euc-japan' coding system for writing.
3486 2010-02-16  Glenn Morris  <rgm@gnu.org>
3488         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3489         tex-main-file before using it.  (Bug#5562)
3491 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3494         warnings, since it is annoying for the user to see them each time he
3495         runs the code.
3497 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3499         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3500         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3501         instead of PROC for caching "first-password-request".  Otherwise,
3502         new processes would not profit from passwords already entered.
3504         * net/tramp-cache.el (tramp-dump-connection-properties):
3505         Don't save "first-password-request" property.
3507 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3509         * outline.el (outline-head-from-level):
3510         * simple.el (with-wrapper-hook):
3511         * cedet/ede.el (ede-run-target, project-delete-target)
3512         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3513         (ede-adebug-project, ede-adebug-project-parent)
3514         (ede-adebug-project-root):
3515         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3516         (elint-defun, elint-buffer-env, elint-top-form-logged)
3517         (elint-unbound-variable):
3518         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3519         Fix typos in docstrings.
3521 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3523         * files.el (insert-directory): When WILDCARD-REGEXP and
3524         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3525         whole directory.  (Bug#5551)
3527         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3528         dired's alignment sanity.  (Bug#5516)
3530 2010-02-14  Juri Linkov  <juri@jurta.org>
3532         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3533         Remove remaining ^H with their preceding chars.  (Bug#5566)
3535 2010-02-13  Glenn Morris  <rgm@gnu.org>
3537         * simple.el (transpose-subr): Give it a doc-string.
3539         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3540         Doc fixes.
3542 2010-02-12  Juri Linkov  <juri@jurta.org>
3544         * arc-mode.el (archive-unique-fname): Make directories for nested
3545         archives.  (Bug#5540)
3547 2010-02-12  Juri Linkov  <juri@jurta.org>
3549         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3551 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * subr.el (copy-overlay): Handle deleted overlays.
3555         * man.el (Man-completion-table): Don't signal an error if we can't run
3556         manual-program (bug#4056).
3558 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3560         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3562 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3564         * info.el (Info-bookmark-jump): Simplify.
3566         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3567         (bookmark-default-handler): Accept new bookmark field `buffer'.
3569 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3571         * iswitchb.el (iswitchb-completions): Revert last change.
3573 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3575         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3576         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3577         This prevents file names like "~/" being listed literally.
3579 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3581         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3582         Remove dead code.  (Bug#5546)
3584 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3586         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3587         correctly (Bug#5548).
3589 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3591         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3592         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3594 2010-02-08  Kenichi Handa  <handa@m17n.org>
3596         * international/mule-util.el (with-coding-priority): Add autoload
3597         cookie for putting `lisp-indent-function'.
3599 2010-02-07  Glenn Morris  <rgm@gnu.org>
3601         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3602         Move F2003 named interfaces from keywords-2 to keywords-1, and
3603         use function-name-face rather than constant-face.
3604         Simplify "abstract interface" regexp.
3606 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3608         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3609         ID-FORMAT.  Pass it to `file-attributes'.
3611         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3613 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3615         * faces.el (set-face-attribute): Allow calling
3616         internal-set-lisp-face-attribute with 'unspecified family and
3617         foundry argument (Bug#5536).
3619 2010-02-07  Glenn Morris  <rgm@gnu.org>
3621         * progmodes/f90.el (f90-font-lock-keywords-2)
3622         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3623         Handle F2003 named interfaces.
3625 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3627         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3628         beg and end before calling c-get-state-before-change-functions.
3630 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3632         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3634 2010-02-05  Juri Linkov  <juri@jurta.org>
3636         * doc-view.el (doc-view-mode):
3637         * image-mode.el (image-mode): Put property mode-class=special.
3638         (Bug#4896)
3640 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3642         * vc-svn.el (vc-svn-revision-table): New function.
3644 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3646         * net/ange-ftp.el (ange-ftp-insert-directory):
3647         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3648         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3649         Handle also directories.  (Bug#5478)
3651 2010-02-05  Glenn Morris  <rgm@gnu.org>
3653         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3655 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3657         * startup.el (command-line-1): Convert options beginning with a
3658         single dash as well (Bug#5519).
3660 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3662         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3663         * minibuffer.el (completion-initials-expand): Only check the presence
3664         of delims *within* the boundaries, since otherwise the / delim is
3665         always found for files.
3667         Fix up various corner case problems.
3668         * doc-view.el (doc-view-last-page-number): New function.
3669         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3670         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3671         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3672         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3673         (doc-view-convert-current-doc): Don't create the resolution.el file
3674         here any more.
3675         (doc-view-pdf/ps->png): Do it here instead.
3676         (doc-view-already-converted-p): Check that resolution.el is present.
3677         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3678         windows that are not yet showing images.
3680 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3682         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3683         `dired-uncache' for every elemnt which is an absolute file name.
3685         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3686         directory, handle its directory component.
3687         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3688         function is called permanently and creates noise, otherwise.
3690         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3691         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3692         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3694 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3696         * macros.el (apply-macro-to-region-lines):
3697         Minor simplification.  (Bug#5485)
3699 2010-02-04  Glenn Morris  <rgm@gnu.org>
3701         * mail/rmail.el (rmail-show-message-1): Handle malformed
3702         quoted-printable text.  (Bug#5441)
3704         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3706         * simple.el (visual-line-mode): Capitalize lighter.
3708 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3710         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3711         list of files considered for "virtual buffer" completions.
3713 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3715         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3716         also in case of (and (not full) (not wildcard)). This is needed,
3717         when dired is called with a list of files, which are not in
3718         `default-directory'.  (Bug#5478)
3720 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3722         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3724 2010-02-02  Juri Linkov  <juri@jurta.org>
3726         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3727         from unidiff to allow function-line after @@.
3729 2010-02-02  Juri Linkov  <juri@jurta.org>
3731         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3732         '(RCS SCCS) with inverted condition.
3734 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3736         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3737         messages.
3739 2010-02-01  Juri Linkov  <juri@jurta.org>
3741         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3742         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3743         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3744         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3746 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3748         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3749         (doc-view-revert-buffer): New command.
3750         (doc-view-mode-map): Use it.
3752 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3754         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3755         pending merge is detected.
3757 2010-01-31  Juri Linkov  <juri@jurta.org>
3759         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3760         beginning of interactive spec like all other grep commands do.
3761         Put "all" in front of "gz".  (Bug#5260)
3763 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3765         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3767 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3769         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3770         regexp is incorrect (Bug#5476).
3772 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3774         * net/tramp.el (tramp-handle-insert-directory): Handle also
3775         symlinks, when FILENAME is not in `default-directory'.
3777 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3779         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3780         FILE is not in `default-directory'.  (Bug#5478)
3782         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3783         of SWITCHES.  Handle the case, FILENAME is not in
3784         `default-directory'.  (Bug#5478)
3785         (tramp-register-file-name-handlers): Add safe-magic property.
3787 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3789         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3790         unzip (Bug#5475).
3792 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3794         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3795         (flymake-master-make-header-init): Add other C++ filename masks.
3796         (flymake-find-possible-master-files)
3797         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3799 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3801         Fix some busybox annoyances.
3803         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3804         not responding." string.
3805         (tramp-open-connection-setup-interactive-shell): Dump stty
3806         settings.  Enable "neveropen" arg for all `tramp-send-command'
3807         calls.  Handle "=" in variable values properly.
3808         (tramp-find-inline-encoding): Raise an error, when no encoding is
3809         found.
3810         (tramp-wait-for-output): Check, whether PROC buffer is available.
3811         Remove spurious " ^H" sequences, sent by busybox.
3812         (tramp-get-ls-command): Suppress coloring, if possible.
3814 2010-01-28  Glenn Morris  <rgm@gnu.org>
3816         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3818         * log-edit.el (log-edit-strip-single-file-name): Add missing
3819         :safe, :group, and :version tags.
3821 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3823         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3824         buffers.  (Bug#5477)
3826 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3828         * files.el (delete-directory): Handle moving to trash without
3829         first doing recursion (Bug#5436).
3831 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3833         * vc-hooks.el (vc-path): Mark as obsolete.
3835 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3837         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3838         names too.
3840         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3841         for the short log.
3842         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3844 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3846         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3848         * vc-bzr.el (vc-bzr-revision-table): New function.
3850 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3852         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3853         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3855 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3857         Remove support for adding --signoff on commit.
3858         Future support will use an incompatible generic mechanism.
3859         * vc-git.el (vc-git-add-signoff): Remove variable.
3860         (vc-git-toggle-signoff): Remove function.
3861         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3863         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3864         from xterm-set-background-mode.  Return t if the background mode
3865         was set.
3866         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3867         earlier, call it again in case the background mode has changed.
3869 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3871         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3872         (Bug#3541).
3874 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3876         * emacs-lisp/assoc.el (aelement): Doc fix.
3877         (aput, adelete, amake): Use lexical-let (Bug#5450).
3879 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3881         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3882         is the same as subprogram call, not declaration.  (Bug#5435).
3884 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3886         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3887         (tramp-smb-maybe-open-connection): Use it.
3889 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3891         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3893 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3895         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3896         just because we see "encoding: 8bit".
3897         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3899 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3901         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3903 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3905         * jka-compr.el (jka-compr-load): If load-file is not in
3906         load-history, try its file-truename version.  (bug#5447)
3908 2010-01-21  Alan Mackenzie  <acm@muc.de>
3910         Fix a situation where deletion of a cpp construct throws an error.
3911         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3912         invoking c-with-all-but-one-cpps-commented-out, check that the
3913         special cpp construct is still in the buffer.
3914         (c-parse-state): Record the special cpp with markers, not numbers.
3916 2010-01-21  Kenichi Handa  <handa@m17n.org>
3918         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3919         process last-command-event, as it is now decoded first (Bug#5380).
3921 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3923         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3925 2010-01-20  Glenn Morris  <rgm@gnu.org>
3927         * indent.el (tab-always-indent): Fix custom-type.
3929 2010-01-19  Alan Mackenzie  <acm@muc.de>
3931         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3932         buffer throws "args out of range".
3933         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3934         playing the role of delimiter.
3936 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3938         * progmodes/ada-mode.el: Fix bug#5400.
3939         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3940         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3941         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3942         Improve comments in "is" portion.  Handle null procedure declaration.
3943         (ada-move-to-end): Improve doc string.
3945 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3947         * ido.el (ido-cur-list): Initialize to nil.
3948         Remove obsolete information from commentary.
3949         (ido-choice-list): Initialize to nil.
3950         (ido-get-bufname): Reject minibuffers.
3951         (ido-make-buffer-list): If "default" is a nonexistent
3952         buffer, ignore it, as per the function's comment.
3953         (ido-kill-buffer-internal): New function.
3954         (ido-kill-buffer-at-head): Use it.
3955         (ido-visit-buffer): Likewise.
3957 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3959         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3961 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3963         * cedet/ede/locate.el (ede-locate-file-in-project)
3964         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3965         (ede-enable-locate-on-project): Fix typos in error messages.
3967         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3968         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3969         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3970         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3971         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3972         Fix typos in menu help.
3974         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3975         Fix typos in chart titles.
3977         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3978         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3979         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3980         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3981         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3982         (semantic-parse-stream, semantic-parse-region)
3983         (semantic-parse-region-default, semantic--set-buffer-cache)
3984         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3985         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3986         (semantic-default-submodes):
3987         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3988         (semanticdb-create-ebrowse-database)
3989         (semanticdb-find-tags-for-completion-method)
3990         (semanticdb-find-tags-by-class-method)
3991         (semanticdb-deep-find-tags-by-name-method)
3992         (semanticdb-deep-find-tags-for-completion-method):
3993         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3994         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3995         (semanticdb-find-tags-for-completion-method)
3996         (semanticdb-find-tags-by-class-method)
3997         (semanticdb-deep-find-tags-for-completion-method):
3998         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3999         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4000         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4001         (semanticdb-find-tags-by-name-method)
4002         (semanticdb-find-tags-by-name-regexp-method)
4003         (semanticdb-find-tags-for-completion-method)
4004         (semanticdb-find-tags-by-class-method)
4005         (semanticdb-find-tags-external-children-of-type-method)
4006         (semanticdb-find-tags-subclasses-of-type-method)
4007         (semanticdb-deep-find-tags-by-name-method)
4008         (semanticdb-deep-find-tags-by-name-regexp-method)
4009         (semanticdb-deep-find-tags-for-completion-method):
4010         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4011         (semanticdb-enable-gnu-global-in-buffer)
4012         (semanticdb-find-tags-for-completion-method)
4013         (semanticdb-deep-find-tags-by-name-method)
4014         (semanticdb-deep-find-tags-for-completion-method):
4015         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4016         (javascript-mode, semanticdb-find-translate-path)
4017         (semanticdb-find-tags-for-completion-method)
4018         (semanticdb-find-tags-by-class-method)
4019         (semanticdb-deep-find-tags-by-name-method)
4020         (semanticdb-deep-find-tags-for-completion-method)
4021         (semanticdb-find-tags-external-children-of-type-method):
4022         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4023         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4024         (global-semantic-idle-scheduler-mode):
4025         * cedet/srecode/dictionary.el (srecode-field-value)
4026         (srecode-dictionary-add-section-dictionary):
4027         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4028         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4029         (describe-class, eieio-describe-generic, describe-generic):
4030         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4031         (eieio-speedbar-expand):
4032         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4033         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4034         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4035         (viper-del-backward-char-in-replace, viper-backward-indent)
4036         (viper-brac-function, viper-register-to-point, viper-submit-report):
4037         * net/tramp.el (tramp-remote-coding-commands):
4038         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4039         Fix typos in docstrings.
4041 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4043         * mail/sendmail.el (mail-yank-original): Set the mark if the
4044         specified function for yanking does not do it.
4046 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4048         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4050         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4051         resyncing a directory.
4053 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4055         * progmodes/ada-mode.el: Fix bug#1920.
4056         (ada-ident-re): Delete ., allow multibyte characters.
4057         (ada-goto-label-re): New; matches goto labels.
4058         (ada-block-label-re): New; matches block labels.
4059         (ada-label-re): New; matches both.
4060         (ada-named-block-re): Deleted; callers changed to use
4061         `ada-block-label-re' instead.
4062         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4063         Use `ada-block-label-re'.
4064         (ada-indent-on-previous-lines): Improve handling of goto labels.
4065         (ada-get-indent-block-start): Special-case block label.
4066         (ada-get-indent-label): Split into `ada-indent-block-label' and
4067         `ada-indent-goto-label'.
4068         (ada-goto-stmt-start, ada-goto-next-non-ws):
4069         Optionally ignore goto labels.
4070         (ada-goto-next-word): Simplify.
4071         (ada-indent-newline-indent-conditional): Insert newline before
4072         trying to fix indentation; doc fix.
4074 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4076         * calc/calc.el (calc-command-flags): Give it an initial value.
4078 2010-01-17  Glenn Morris  <rgm@gnu.org>
4080         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4082 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4084         * cedet/semantic.el (semantic-mode):
4085         * files.el (minibuffer-with-setup-hook):
4086         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4087         (artist-key-draw-continously, artist-key-do-continously-continously)
4088         (artist-key-set-point-continously, artist-mouse-draw-continously):
4089         Fix typos in docstrings.
4091 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
4093         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4094         return t (Bug#3898).
4096 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
4098         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4099         can parse the output of the external commands (Bug#5279).
4101 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
4103         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4105 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
4107         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4109         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4111         * startup.el (command-line): Remove unused --icon-type arg.
4112         Handle --display arg, passing it to command-line-1 (Bug#5392).
4114 2010-01-16  Mario Lang  <mlang@delysid.org>
4116         * cedet/ede/cpp-root.el (ede-cpp-root-project):
4117         * cedet/ede/files.el (ede-expand-filename):
4118         * cedet/ede/simple.el (ede-simple-project):
4119         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4120         (semantic-complete-inline-tag-engine):
4121         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4122         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4123         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4124         * cedet/semantic/db.el (semanticdb-equivalent-mode):
4125         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4126         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4127         * emacs-lisp/chart.el (chart-translate-namezone):
4128         * textmodes/artist.el (artist-compute-popup-menu-table):
4129         Remove duplicated words in doc-strings.
4131 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
4133         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4134         to mairix-search to suppress threading (Bug#5342).
4136 2010-01-15  Kenichi Handa  <handa@m17n.org>
4138         * international/mule-cmds.el (canonicalize-coding-system-name):
4139         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4141 2010-01-15  Glenn Morris  <rgm@gnu.org>
4143         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
4145         * wid-edit.el (widget-keymap): Doc fix.
4147         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4148         former seems to be more widely accepted by various svn versions.
4150 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4152         * find-cmd.el (find-constituents):
4153         * vc-arch.el (vc-arch-root):
4154         * window.el (window-body-height, pop-up-frames):
4155         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4156         (semantic-no-reparse-needed-change-hook):
4157         * cedet/srecode/insert.el (srecode-resolve-argument-list)
4158         (srecode-template-inserter-blank, srecode-template-inserter-variable)
4159         (srecode-template-inserter-ask, srecode-template-inserter-width)
4160         (srecode-template-inserter-section-start)
4161         (srecode-template-inserter-section-end, srecode-insert-method):
4162         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4163         * progmodes/ada-stmt.el (ada-if):
4164         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4165         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4166         (ispell-encoding8-command, ispell-aspell-supports-utf8)
4167         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4169         * progmodes/flymake.el (flymake-post-syntax-check):
4170         Fix typo in error message.
4172 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4174         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4175         which is always a string.  (Bug#5313)
4177 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4179         * progmodes/ada-xref.el (ada-default-prj-properties):
4180         Simplify previous change.
4182 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4184         * progmodes/ada-xref.el (ada-default-prj-properties):
4185         Default ada_project_path to $ADA_PROJECT_PATH.
4187 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4189         * progmodes/ada-mode.el (ada-create-keymap):
4190         Override `narrow-to-defun' with `ada-narrow-to-defun'.
4192 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4194         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4195         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4196         (ada-get-current-indent, ada-imenu-generic-expression)
4197         (ada-which-function): Check for it.
4199 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4201         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4202         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4204 2010-01-14  Glenn Morris  <rgm@gnu.org>
4206         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
4208 2010-01-14  Kenichi Handa  <handa@m17n.org>
4210         * composite.el (auto-composition-mode): Make it a buffer local
4211         variable (permanent-local).
4212         (auto-composition-function): Set the default value to
4213         auto-compose-chars.
4214         (auto-composition-mode): Make it a simple function, not a minor mode.
4215         (global-auto-composition-mode): Likewise.
4216         (turn-on-auto-composition-if-enabled): Delete it.
4218 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4220         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4222 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4224         * files.el (copy-directory): Compute target for recursive
4225         directories with identical names.  (Bug#5343)
4227 2010-01-12  Glenn Morris  <rgm@gnu.org>
4229         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4230         it to bug-gnu-emacs rather than emacs-pretest-bug.
4232 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4234         * cedet/data-debug.el (data-debug): Fix customization group reference.
4236 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4238         * cedet/semantic/analyze.el (semantic-analyze-push-error)
4239         (semantic-analyze-context, semantic-analyze-context-assignment)
4240         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4241         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4242         (semantic-java-doc-keywords-map):
4243         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4244         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4245         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4246         (semantic-c-classname, semantic-format-tag-uml-prototype)
4247         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4248         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4249         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4250         (semantic-get-local-variables, semantic-end-of-command)
4251         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4252         (lisp-mode):
4253         * cedet/semantic/bovine/make.el (makefile-mode):
4254         * cedet/semantic/wisent/python.el (wisent-python-string-re)
4255         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4256         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4257         (semantic-lex, semantic-get-local-variables, python-mode):
4258         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4259         * cedet/srecode/extract.el (srecode-extract-state-set)
4260         (srecode-extract-method): Fix typos in docstrings.
4262 2010-01-11  Sam Steingold  <sds@gnu.org>
4264         * imenu.el (imenu-default-create-index-function): Detect infinite
4265         loops caused by imenu-prev-index-position-function.
4267 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4269         * htmlfontify.el (htmlfontify-load-rgb-file)
4270         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4271         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4272         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4273         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4274         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4275         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4276         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4277         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4278         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4279         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4280         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4281         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4282         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4283         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4284         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4285         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4286         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4287         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4288         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4289         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4290         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4291         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4292         backslash-quoting from parentheses, etc.
4294 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
4296         * progmodes/js.el: Autoload javascript-mode alias.
4298 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4300         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4301         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4302         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4303         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4304         Fix typos in docstrings.
4305         (ffap-url-regexp): Doc fix.
4306         (ffap-at-mouse): Fix typo in message.
4308 2010-01-11  Glenn Morris  <rgm@gnu.org>
4310         * version.el (emacs-copyright): Set copyright year to 2010.
4312 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4314         * format.el (format-annotate-function): Only set
4315         write-region-post-annotation-function after running to-fn so as not to
4316         affect nested write-region calls (bug#5273).
4318 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
4320         * cedet/semantic.el (semantic-new-buffer-setup-functions):
4321         Add python parser.
4323         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4324         wisent/python.el.
4326 2010-01-10  Richard Kim  <emacs18@gmail.com>
4328         * cedet/semantic/wisent/python-wy.el:
4329         * cedet/semantic/wisent/python.el: New files.
4331 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4333         * man.el (Man-goto-section): Signal error if the section is not
4334         found (Bug#5317).
4336 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
4338         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4339         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
4341 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4343         * progmodes/compile.el: Don't treat compile-command as safe if
4344         compilation-read-command might be nil (Bug#4218).
4346 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4348         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4349         NS options.
4351 2010-01-08  Kenichi Handa  <handa@m17n.org>
4353         * international/fontset.el (build-default-fontset-data):
4354         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4356 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4358         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4359         to `create-file-buffer' as it expects, not just a buffer name.
4360         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4361         to help uniquify.  (Bug#3224)
4363 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4365         * font-setting.el (font-setting-change-default-font): Use user-spec
4366         instead of name.
4368 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4370         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4372 2010-01-05  Tom Tromey  <tromey@redhat.com>
4374         * progmodes/python.el (python-font-lock-keywords):
4375         Handle qualified decorators (Bug#881).
4377 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4379         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4380         in a lightweight checkout.
4382 2010-01-05  Kenichi Handa  <handa@m17n.org>
4384         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4386 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4388         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4390 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4392         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4393         checkouts.  (Bug#618)
4394         (vc-bzr-log-view-mode): Also highlight the author.
4395         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4396         (vc-bzr-shelve-menu-map):
4397         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4398         (vc-bzr-shelve-apply): Make prompt more explicit.
4400 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4402         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4403         They are valid characters in URL paths (rfc3986), and at least
4404         Firefox does not understand the encoded version (Bug#3166).
4406 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4408         * progmodes/octave-mod.el (octave-end-keywords)
4409         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4410         Add "end" keyword (Bug#3061).
4411         (octave-end-as-array-index-p): New function.
4412         (calculate-octave-indent): Use it.
4414 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4416         * bookmark.el: Consistently put the text property on the bookmark name.
4417         (bookmark-bmenu-marks-width): Bump back to 2, to include
4418         annotation marks.
4419         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4420         property on the bookmark name, instead of not putting it at all.
4421         (bookmark-bmenu-list): Fix where we put the text property.
4423 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4425         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4426         for showing buffer modified state (as added in the previous change).
4428 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4430         * bookmark.el: Show modified state of bookmark buffer more accurately.
4431         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4432         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4433         (with-buffer-modified-unmodified): New macro.
4434         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4435         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4436         Use new macro to preserve the buffer modified state.
4438 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4440         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4441         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4442         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4443         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4444         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4445         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4446         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4448 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4450         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4451         Make the lines in the generated doc string shorter.  (Bug#4668)
4453 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4455         * net/rcirc.el: Add follow-link binding (Bug#4738).
4457 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4459         * Makefile.in (bzr-update): Rename from cvs-update.
4460         (cvs-update): New target for backward compatibility.
4462         * makefile.w32-in (bzr-update): Rename from cvs-update.
4463         (cvs-update): New target for backward compatibility.
4465 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4467         * bookmark.el: Remove gratuitous gratitude.
4469 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4471         * bookmark.el (bookmark-bmenu-any-marks): New function
4472         (bookmark-bmenu-save): Clear buffer modification if no marks.
4474 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4476         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4477         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4478         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4479         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4481         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4482         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4483         To: emacs-devel {_AT_} gnu.org
4484         Subject: bookmark.el bug report
4485         Date: Mon, 28 Dec 2009 14:19:16 +0800
4486         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4488 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4490         * bookmark.el: Improvements suggested by Drew Adams:
4491         (bookmark-bmenu-ensure-position): New name for
4492         `bookmark-bmenu-check-position'.  Just ensure the position,
4493         don't return any meaningful value.
4494         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4495         New constants.
4497 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4499         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4500         (bookmark-yank-point, bookmark-bmenu-check-position):
4501         Fix typos in docstrings.
4502         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4503         (bookmark-name-from-full-record, bookmark-get-position)
4504         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4505         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4506         Remove useless quoting of parenthesis, etc. in docstrings.
4508         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4509         (ediff-append-custom-diff): Fix typo in error message.
4510         (ediff-meta-mark-equal-files): Fix typos in messages.
4512         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4514         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4515         Fix typo in docstring.
4517         * net/imap-hash.el (imap-hash-make): Doc fix.
4518         (imap-hash-test): Fix typo in error message; reflow docstring.
4519         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4520         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4521         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4522         Fix typos in docstrings.
4523         (imap-hash-open-connection): Fix typo in error message.
4525         * play/gomoku.el (gomoku): Fix typos in docstring.
4527         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4528         (gdb-jsonify-buffer): Fix typos in docstring.
4529         (gdb-goto-breakpoint): Fix typo in error message.
4530         ("Display Other Windows"): Fix typo in help message.
4531         (gdb-speedbar-expand-node): Fix typo in question.
4533         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4534         (idlwave-html-system-help-location, idlwave-html-help-location)
4535         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4536         (idlwave-help-browser-generic-args, idlwave-help-directory)
4537         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4538         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4539         (idlwave-online-help, idlwave-help-html-link)
4540         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4541         Fix typos in docstrings.
4542         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4543         Reflow docstrings.
4544         (idlwave-help-assistant-start): Fix typo in error message.
4546         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4547         (octave-electric-space): Fix typos in docstrings.
4549 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4551         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4553 2010-01-01  Juri Linkov  <juri@jurta.org>
4555         * comint.el (comint-input-ring-size): Make it a defcustom and
4556         increase the default to 500 (Bug#5148).
4558 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4560         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4561         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4562         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4564 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4566         Show working revision correctly for mercurial.
4567         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4568         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4570 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4572         Declare some functions for the byte-compiler.
4573         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4574         (speedbar-timer-fn, speedbar-change-expand-button-char)
4575         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4577 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4579         This changeset reverts GDB Graphical Interface to use annotations.
4580         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4582 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4584         Make vc-dir work on subdirectories of the bzr root.
4585         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4586         file names relative to it.
4587         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4588         relative directory to vc-bzr-after-dir-status.
4590 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4592         * font-lock.el (font-lock-refresh-defaults): New function, which
4593         can be used to let font-lock react to external changes in
4594         variables like font-lock-defaults and keywords.
4595         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4597 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4599         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4601         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4603 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4605         Supersede color.diff settings in git log (bug#5211).
4607         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4608         escape chars in its output when the user has color.diff set to `always'.
4609         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4611 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4613         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4614         node.  Keep previous "Index" name to work with past coreutils too.
4616         * man.el (man): Revise docstring a bit to show -a and -l as
4617         examples.  Add -k description since support for it has otherwise
4618         been a secret.  (Further to bug#3717.)
4619         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4620         "no matches" rather than "Can't find manpage", as the latter reads
4621         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4623 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4625         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4626         switches.  Check also for //SUBDIRED// line.
4628 2009-12-25  Kenichi Handa  <handa@m17n.org>
4630         * language/indian.el (devanagari-composable-pattern): Fixed to
4631         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4632         Devanagari.
4633         (malayalam-composable-pattern): Fix previous change.
4635 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4637         * ps-print.el (ps-face-attributes): It was not returning the
4638         attribute face for faces specified as string.  Reported by harven
4639         <harven@free.fr>.
4640         (ps-print-version): New version 7.3.5.
4642 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4644         * calendar/icalendar.el (icalendar--convert-tz-offset):
4645         Fix timezone names.
4646         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4647         (icalendar--add-diary-entry): Remove the trailing blank that
4648         diary-make-entry inserts.
4650 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4652         Make `file-expand-wildcards' work for remote files.
4654         * files.el (file-expand-wildcards): In case of remote files, check
4655         only local file name part for wildcards.  Provide feature 'files
4656         and subfeature 'remote-wildcards.  (Bug#5198)
4658         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4659         if there is already an established connection.
4660         (tramp-advice-file-expand-wildcards): Remove it.
4662         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4663         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4664         Activate advice for older GNU Emacs versions.  (Bug#5237)
4666 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4668         Some doc fixes (more needed).
4670         * find-cmd.el (find-constituents): Reflow docstring.
4671         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4672         (find-generic): Doc fix.
4674 2009-12-17  Juri Linkov  <juri@jurta.org>
4676         Fix regression from 23.1 to allow multiple modes in Local Variables.
4678         * files.el (hack-local-variables-filter): While ignoring duplicates,
4679         don't take `mode' into account.
4680         (hack-local-variables-filter, hack-dir-local-variables):
4681         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4683 2009-12-17  Juri Linkov  <juri@jurta.org>
4685         Make `dired-diff' safer.  (Bug#5225)
4687         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4688         `current' or when `file' is a directory of the `current' file.
4690 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4692         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4693         unconditionally preloaded files.
4695 2009-12-16  Juri Linkov  <juri@jurta.org>
4697         Revert to old 23.1 logic of using the file at the mark as default.
4698         * dired-aux.el (dired-diff): Use the file at the mark as default
4699         if it's not the same as the current file, and the target dir is
4700         the current dir or the mark is active.  Add the current file
4701         as the arg of `dired-dwim-target-defaults'.  Use the default file
4702         in the prompt.  (Bug#5225)
4704 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4706         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4707         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4708         (tramp-check-for-regexp): Check also, when an echoing shell stops
4709         to echo sent commands.
4711 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4713         * Makefile.in: Revert last change (Bug#5191).
4715 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4717         * vc-hg.el (vc-hg-print-log): Fix argument order.
4718         (vc-hg-working-revision): Make sure the command is executed in a
4719         known environment so that we can parse the output.  (Bug#4417)
4721 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4723         * progmodes/python.el (python-symbol-completions): Remove text
4724         properties from symbol string before calling python-send-receive.
4726 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4728         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4729         when there are values for both file and line.  (Bug#5060)
4731 2009-12-14  Juri Linkov  <juri@jurta.org>
4733         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4734         whitespace after the file name of the first line of unified format,
4735         because git-diff doesn't output whitespace and file modification time
4736         after the file name.
4738 2009-12-14  David Kastrup  <dak@gnu.org>
4740         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4741         check if it already has the `display' property added by
4742         `Info-display-images-node', and not put the `invisible' property
4743         in this case.
4745 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4747         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4748         (semantic-mru-bookmark-mode): Doc fixes.
4750         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4751         of assert.
4753 2009-12-13  Glenn Morris  <rgm@gnu.org>
4755         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4756         (report-emacs-bug): In message-mode, sort manually before storing
4757         original report text.  (Bug#5178)
4758         Remove superfluous save-excursion.
4760 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4762         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4763         when responding to "GetAll" properties.
4765 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4767         * simple.el (compose-mail): Remove mail-setup-with-from from
4768         customization checks.
4770 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4772         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4773         RAR archives created on Unix systems.
4775 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4777         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4778         the varalias that was accidentally removed by the 2009-11-19 change
4779         (bug#5186).
4781 2009-12-12  Kenichi Handa  <handa@m17n.org>
4783         * language/indian.el (indian-compose-regexp): New function.
4784         (malayalam-composable-pattern): Fix the pattern.
4785         (composition-function-table): Set malayalam-composable-pattern for
4786         Malayalam characters.
4788 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4790         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4791         rather than down-mouse-1, based on follow-link conventions.
4793         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4794         are compiled.
4796 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4798         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4799         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4800         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4801         (verilog-leap-to-head, verilog-backward-token):
4802         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4804 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4806         * progmodes/verilog-mode.el (verilog-auto-lineup)
4807         (verilog-nameable-item-re): Cleanup user-visible spelling and
4808         documentation errors.  One reported by Gary Delp.
4809         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4810         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4811         package, bug195.  Reported by Pierre-David Pfister.
4813 2009-12-11  Glenn Morris  <rgm@gnu.org>
4815         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4817         * mail/emacsbug.el: No longer require sendmail.
4818         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4819         (report-emacs-bug-orig-text): Doc fix.
4820         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4821         New local variables, to adapt to different mail-user-agents.
4822         (report-emacs-bug): Fix test for a gnu.org address.
4823         Use overlays for emphasis, since font-lock defeats 'face property.
4824         Pretest bugs also end up at the newsgroup these days.
4825         Stop message-mode stripping text properties.
4826         Set and use the new buffer-local variables.
4827         (report-emacs-bug-hook): Add doc-string.
4828         Remove some unnecessary save-excursions and simplify.
4829         Use the appropriate hook and send-command.
4831         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4832         capitalization of some menu entries.
4834 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4836         * whitespace.el (whitespace-display-char-on):
4837         Ensure `buffer-display-table' is unique when two or more windows are
4838         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4839         New version 12.1.
4841 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4843         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4844         characters in the Attribute field.
4846 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4848         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4850 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4853         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4854         Disregard autoload-excludes.
4855         (update-directory-autoloads): Obey autoload-excludes here instead.
4856         But don't store its contents in no-autoloads and remove entries that
4857         refer to excludes files.
4859 2009-12-10  Glenn Morris  <rgm@gnu.org>
4861         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4862         (expand-mail-aliases): Define for compiler.
4864         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4865         Define for compiler.
4867         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4868         appropriate for the mail-user-agent in use.
4870 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4872         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4874 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4876         Fix short log parsing and fontification.
4877         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4878         Fix fontification for the [merge] label.
4880 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4882         Drop some properties to avoid surprises (bug#5002).
4883         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4884         (hfy-fontify-buffer): Use it.
4886 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4888         Minor cleanup.
4889         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4890         Adjust all callers.
4891         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4892         args compulsory.  Adjust callers.
4893         (ffap-gopher-at-point): Remove unused var `name'.
4895         Get rid of the ELCFILES abomination.
4896         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4897         (compile-elcfiles): New phony target.
4898         (compile-main): Compute ELCFILES dynamically.
4899         (compile-clean): New target to remove left-over elc files.
4900         (compile, all): Use it.
4902 2009-12-09  Kenichi Handa  <handa@etlken>
4904         * international/mule-diag.el: Require help-mode instead of help-fns.
4906 2009-12-09  Kenichi Handa  <handa@m17n.org>
4908         * international/mule-cmds.el (ucs-names): Supply sufficiently
4909         fine ranges instead of pre-calculating accurate ranges.
4910         Iterate with bigger gc-cons-threshold.
4912 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4914         Add support for stashing a snapshot of the current tree.
4915         * vc-git.el (vc-git-stash-snapshot): New function.
4916         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4918 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4920         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4921         instead of `(beginning|end)-of-line'.
4923 2009-12-08  Glenn Morris  <rgm@gnu.org>
4925         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4927         * Makefile.in (ELCFILES): Regenerate.
4929 2009-12-07  Juri Linkov  <juri@jurta.org>
4931         Don't lazy-highlight the comint output in history Isearch mode.
4933         * comint.el (comint-history-isearch-search): Instead of
4934         `comint-line-beginning-position', use `comint-after-pmark-p'
4935         to check if point if before the process mark, and go to
4936         `process-mark' in this case.
4938 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * textmodes/tex-mode.el (latex-complete)
4941         (latex-indent-or-complete): Remove.
4942         (latex-mode): Set completion-at-point-functions instead.
4944         Provide a standard completion command and hook it into TAB.
4945         * minibuffer.el (completion-at-point-functions): New var.
4946         (completion-at-point): New command.
4947         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4948         * progmodes/python.el (python-mode-map): Use completion-at-point.
4949         (python-completion-at-point): Rename from python-partial-symbol and
4950         adjust for use in completion-at-point-functions.
4951         (python-mode): Setup completion-at-point for Python completion.
4952         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4953         extracted from lisp-complete-symbol.
4954         (lisp-complete-symbol): Use it.
4955         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4956         setup completion-at-point for Elisp completion.
4957         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4958         Use completion-at-point.
4959         * ielm.el (ielm-map): Use completion-at-point.
4960         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4961         * progmodes/sym-comp.el: Move to...
4962         * obsolete/sym-comp.el: Move from progmodes.
4964 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4966         Prevent save-buffer in Rmail buffers from using the coding-system
4967         of the current message, and from clobbering the encoding mnemonics
4968         in the mode line (Bug#4623).
4970         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4971         flag, too.
4972         (rmail-message-encoding): New variable.
4973         (rmail-write-region-annotate): Record the encoding of the current
4974         message in rmail-message-encoding.
4975         (rmail-after-save-hook): New function, restores the encoding of
4976         the current message after the message collection is saved.
4978 2009-12-07  Juri Linkov  <juri@jurta.org>
4980         * progmodes/grep.el (grep-read-files): Use `completing-read'
4981         instead of `read-string'.  Set its `collection' arg to
4982         `read-file-name-internal'.  (Bug#4301)
4984 2009-12-07  Juri Linkov  <juri@jurta.org>
4986         Correctly restore original Isearch point.  (Bug#4994)
4988         * isearch.el (isearch-mode): Move `isearch-push-state' after
4989         `(run-hooks 'isearch-mode-hook)'.
4990         (isearch-cancel): When `isearch-push-state-function' is defined,
4991         let-bind `isearch-cmds' to the first state (the last element of
4992         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4993         function and restores the original point).  Otherwise, move point
4994         to `isearch-opoint'.
4996 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4999         chars that don't have names, so the table can be built much faster at
5000         run-time.
5002 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5004         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5005         change.  Suggested by David Kastrup.
5007         * simple.el (compose-mail): Check for incompatibilities and warn.
5008         (compose-mail-user-agent-warnings): New option.
5010 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5012         Support showing a single log entry from vc-annotate.
5013         * vc.el (print-log): Add a new argument: START-REVISION.
5014         (vc-print-log-internal): Add a new optional argument and
5015         pass it to the backend.
5016         (vc-print-log, vc-print-root-log): Adjust callers.
5017         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5018         buffer already displays the requested log entry, use it.
5019         Otherwise display only the log entry in question.
5020         * vc-svn.el (vc-svn-print-log):
5021         * vc-mtn.el (vc-mtn-print-log):
5022         * vc-hg.el (vc-hg-state):
5023         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5024         (vc-git-show-log-entry): Return t on success.
5025         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5026         (vc-bzr-show-log-entry): Return t on success.
5027         * vc-rcs.el (vc-rcs-print-log):
5028         * vc-sccs.el (vc-sccs-print-log):
5029         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5031 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5033         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5034         Add menus to the meta mode.  (Bug#5043)
5036 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5038         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5039         event-key.
5041         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5043 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5045         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5046         Berbain <raphael.berbain@gmail.com>.
5048         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5049         characters.
5050         (tramp-initial-end-of-output): New defconst.
5051         (tramp-methods, tramp-find-shell)
5052         (tramp-open-connection-setup-interactive-shell)
5053         (tramp-maybe-open-connection): Use it.
5054         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5055         existence of `#' and `$'.
5057         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5058         `tramp-initial-end-of-output'.
5060 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5062         Get the background mode from the terminal for xterm, and set
5063         faces accordingly.
5064         * term/xterm.el (xterm-set-background-mode): New function.
5065         (terminal-init-xterm): Use it in case xterm supports background
5066         color queries.  Recompute faces after getting the background
5067         color.
5069 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5071         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5072         number comment back on its own line, for easier parsing.
5074 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         Make it work for non-file buffers (bug#5102).
5077         * doc-view.el (doc-view-current-cache-dir):
5078         Use doc-view-buffer-file-name rather than buffer-file-name.
5079         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5081 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5083         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5084         author field is too short.
5086 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5088         * vc-git.el (vc-git-print-log): Handle a limit argument.
5089         Display the short log in graph form and with labels.
5090         (vc-git-log-view-mode): Handle labels.
5092         Make vc-revert change VC state from 'added to 'unregistered.
5093         * vc-git.el (vc-git-revert): Call git reset first.
5095 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5097         * net/newst-backend.el, net/newst-plainview.el:
5098         * net/newst-reader.el, net/newst-ticker.el:
5099         * net/newst-treeview.el, net/newsticker.el:
5100         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
5102 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5104         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5106         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5107         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
5108         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5109         Update annotation regexp.
5111         * simple.el (beginning-of-visual-line): Constrain to field
5112         boundaries (Bug#5106).
5114 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5116         * xml.el (xml-substitute-numeric-entities): Move
5117         newsticker--decode-numeric-entities in newst-backend.el to
5118         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5119         * net/newst-backend.el (newsticker--parse-generic-feed)
5120         (newsticker--parse-generic-items)
5121         (newsticker--decode-numeric-entities): Move
5122         newsticker--decode-numeric-entities in newst-backend.el to
5123         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5125 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
5127         * progmodes/js.el (js--js-not): Add null to the list of values.
5129 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5131         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5133 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5135         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5136         delimiter if it is at the end of the current line.
5137         (bibtex-generate-url-list): Fix docstring.
5139 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5142         minibuffer's content with itself.
5143         Fold the confirm-after-completion case into the `confirm' case.
5144         (completion-pcm-word-delimiters): Add : and / to the delimiters.
5146 2009-12-06  Kevin Ryde  <user42@zip.com.au>
5148         * ffap.el (ffap-rfc-path): Make this a defcustom since
5149         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
5151         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5152         manuals, similar to existing setup for help-mode.  (Bug#3913.)
5154 2009-12-05  Juri Linkov  <juri@jurta.org>
5156         Save and restore dired buffer's point positions too.  (Bug#4880)
5158         * dired.el (dired-save-positions): Return in the first element
5159         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5160         Doc fix.
5161         (dired-restore-positions): First restore buffer's position.
5162         While restoring window's positions, check if window still displays
5163         the original buffer.
5165 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
5167         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5168         if possible.
5170         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5171         Make argument optional.
5173         * shell.el (shell): Require ansi-color (Bug#5113).
5175         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5177         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5179 2009-12-05  Alan Mackenzie  <acm@muc.de>
5181         * progmodes/cc-mode.el (c-before-hack-hook)
5182         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5183         `c-file-style' to work again.  This reversion restores the current
5184         software to its state in Emacs 23.1.  (Bug#4146)
5186 2009-12-05  Kevin Ryde  <user42@zip.com.au>
5188         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5189         comment-start-skip to comment-end-skip as comment (Bug#4781).
5191 2009-12-05  Juri Linkov  <juri@jurta.org>
5193         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5194         for virtual nodes.  (Bug#4147)
5195         (Info-find-node-2): Set `Info-current-node-virtual' to nil
5196         when moving from a virtual node.
5197         (Info-mode-menu): Add `Info-virtual-index' to the menu.
5198         (Info-mode): Add `Info-virtual-index' to the docstring.
5200 2009-12-05  Eric Ludlam  <zappo@gnu.org>
5202         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5203         Describe project macro symbols.
5205         * cedet/semantic/complete.el (semantic-complete-do-completion):
5206         Don't call semantic-collector-current-exact-match.
5208         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5209         ede-objects as targets.
5211         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5212         a target's object list even if compiler vars are already in the
5213         Makefile.
5215         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5216         list of headers producing necessary macros.
5218 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5220         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5221         track of the buffer position of the end of a BibTeX entry as this
5222         position may change during reformatting.
5223         (bibtex-format-entry): Remove whitespace before processing
5224         numerical fields so that we recognize the latter properly.
5225         (bibtex-reformat): Do not use push which changes the global value
5226         of bibtex-entry-format.
5227         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5228         (bibtex-field-re-init): Replace only space characters by regexp
5229         for whitespace.
5230         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5231         (bibtex-initialize): Also update bibtex-strings.
5232         (bibtex-kill-field): Preserve white space at end of entry.
5233         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5234         Update bibtex-reference-keys.
5236 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * minibuffer.el (completion-pcm--merge-try): Also consider placing
5239         point after a star, if that's the only place where modifications can
5240         make progress.
5242 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
5244         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5245         in docstrings.
5247 2009-12-04  Juri Linkov  <juri@jurta.org>
5249         * proced.el (proced): Call `(proced-update t)' to update process
5250         information instead of only running proced-post-display-hook.
5251         (proced-send-signal): Add a leading space to the buffer name
5252         " *Marked Processes*" to make this buffer ephemeral.
5254 2009-12-04  Juri Linkov  <juri@jurta.org>
5256         * dired.el (dired-auto-revert-buffer): New defcustom.
5257         (dired-internal-noselect): Use it.
5259 2009-12-04  Juri Linkov  <juri@jurta.org>
5261         Change roles of modes and functions in image-mode.el (Bug#5062).
5263         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5264         in `auto-mode-alist'.
5265         (image-mode-previous-major-mode): New variable.
5266         (image-minor-mode-map): Rename from `image-mode-text-map'.
5267         (image-mode): Move graceful error-handling code from
5268         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
5269         (image-minor-mode): Remove all image-handling code.
5270         Replace `image-mode-text-map' with `image-minor-mode-map'.
5271         Check for `image-type' in mode-line format string.
5272         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5273         (image-mode-as-text): New function with most code from
5274         `image-mode-maybe'.
5275         (image-toggle-display-text): Move code that removes image
5276         properties from `image-toggle-display' to here.
5277         (image-toggle-display-image): New function with code that adds
5278         image properties copied from `image-toggle-display'.
5279         (image-toggle-display): Remove most code with leaving only code
5280         that toggles between `image-mode-as-text' and `image-mode'.
5282 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
5284         * net/newst-treeview.el
5285         (newsticker--treeview-list-highlight-start): Restored call to
5286         save-excursion: Selected item was stuck.
5287         (newsticker--treeview-list-select): New.
5288         (newsticker--treeview-item-show-text)
5289         (newsticker--treeview-item-show)
5290         (newsticker--treeview-item-update): Use new
5291         newsticker-treeview-item-mode.
5292         (newsticker-treeview-update): Keep current item.
5293         (newsticker-treeview-next-new-or-immortal-item): Doc change.
5294         (newsticker--treeview-first-feed): Doc change.
5295         (newsticker-treeview-list-menu)
5296         (newsticker-treeview-item-menu): Added menu entries.
5297         (newsticker-treeview-item-mode): New.
5299         * net/newst-backend.el (newsticker-customize): Delete other
5300         windows.
5302 2009-12-04  Sam Steingold  <sds@gnu.org>
5304         * log-view.el (log-view-mode-map): "q" calls quit-window,
5305         like in all the other non-self-insert buffers.
5307 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         Minor cleanup.
5310         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5311         key decoding rather than do it manually via last-input-event +
5312         ascii-character.
5313         (term-exec): Use delete-and-extract-region.
5314         (term-handle-ansi-terminal-messages): Remove unused var `end'.
5315         (term-process-pager): Remove unused var `i'.
5316         (term-dynamic-simple-complete): Make obsolete.
5317         (serial-update-config-menu): Remove unused vars `y' and `str'.
5318         (term-update-mode-line): Remove unused var `temp'.
5320 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5322         Limit the number of log entries displayed by default.
5323         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5324         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5325         using a prefix argument.
5327 2009-12-03  Glenn Morris  <rgm@gnu.org>
5329         * progmodes/idlwave.el (class): Restore still useful declaration.
5331 2009-12-03  Alan Mackenzie  <acm@muc.de>
5333         Enhance `c-parse-state' to run efficiently in "brace deserts".
5335         * progmodes/cc-mode.el (c-basic-common-init):
5336         Call c-state-cache-init.
5337         (c-neutralize-syntax-in-and-mark-CPP): Rename from
5338         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
5339         placing `category' properties value 'c-cpp-delimiter at its boundaries.
5341         * progmodes/cc-langs.el (c-before-font-lock-function):
5342         c-extend-and-neutralize-syntax-in-CPP has been renamed
5343         c-neutralize-syntax-in-and-mark-CPP.
5345         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5346         with `category' properties now, not `syntax-table' ones.
5348         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5349         enhanced (but slower) version of c-end-of-macro that won't land
5350         inside a literal or on another awkward character.
5351         (c-state-cache-too-far, c-state-cache-start)
5352         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5353         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5354         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5355         (c-state-min-scan-pos, c-state-brace-pair-desert)
5356         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5357         buffer local variables.
5358         (c-state-literal-at, c-state-lit-beg)
5359         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5360         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5361         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5362         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5363         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5364         (c-renarrow-state-cache)
5365         (c-append-lower-brace-pair-to-state-cache)
5366         (c-state-push-any-brace-pair, c-append-to-state-cache)
5367         (c-remove-stale-state-cache)
5368         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5369         (c-invalidate-state-cache-1, c-parse-state-1)
5370         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5371         (c-parse-state): Enhance and refactor.
5372         (c-debug-parse-state): Amend to deal with all the new variables.
5374         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5375         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5376         modify to use category text properties rather than syntax-table ones.
5377         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5378         to switch off/on the syntactic paren property of C++ template
5379         delimiters using the category property.
5380         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5381         template delims suppressed.
5382         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5383         New constant/macros which apply category properties to the start
5384         and end of preprocessor constructs.
5385         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5386         "comment out" the syntactic value of characters in preprocessor
5387         constructs.
5388         (c-with-cpps-commented-out)
5389         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5390         with characters in all or all but one preprocessor constructs
5391         "commented out".
5393 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5395         * proced.el (proced-filter-alist): Use regexp-quote.
5397 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5399         Cleanup.
5400         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5401         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5402         arguments.  Expand `default-directory'.
5404         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5405         the benefit of returning an expanded localname.
5406         (tramp-tramp-file-p): Handle the case NAME is not a string.
5408 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5410         Add support for bzr shelve/unshelve.
5411         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5412         (vc-bzr-extra-menu-map): New variables.
5413         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5414         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5415         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5416         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5417         (vc-bzr-dir-extra-headers): Display shelves.
5419         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5421 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * textmodes/bibtex.el (bibtex-complete-internal):
5424         Use completion-in-region.
5425         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5427 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5429         Support applying stashes.  Improve UI.
5430         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5431         (vc-git-stash-apply, vc-git-stash-pop)
5432         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5433         (vc-git-stash-menu): New functions.
5434         (vc-git-stash-menu-map): New variable.
5435         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5437 2009-12-03  Glenn Morris  <rgm@gnu.org>
5439         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5440         (vc-print-log-internal): Fix previous change.
5441         (vc-revert): Correct pluralization.
5443 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5446         it to be an alist any more.
5447         (makefile-complete): Use completion-in-region.
5449         * progmodes/octave-mod.el (octave-complete-symbol):
5450         Use completion-in-region.
5452         Misc cleanup.
5453         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5454         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5455         (idlwave-complete-class): Don't quote lambda.
5456         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5457         (idlwave-mode-map): Move initialization into declaration.
5458         (idlwave-action-and-binding): Use backquotes.
5459         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5460         Simplify.
5461         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5462         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5463         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5464         `parts', and `all-parts'.
5465         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5466         (idlwave-convert-xml-system-routine-info): Remove unused string
5467         `version-string'.
5468         (idlwave-display-user-catalog-widget): Use dolist.
5469         (idlwave-scanning-lib): Declare dynamically-scoped var.
5470         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5471         (completion-highlight-first-word-only): Declare to silence bytecomp.
5472         (idlwave-popup-select): Tighten scope of `resp'.
5473         (idlwave-find-struct-tag): Remove unused var `beg'.
5474         (idlwave-after-load-rinfo-hook): Declare.
5475         (idlwave-sintern-class-info): Remove unused var `taglist'.
5476         (idlwave-find-class-definition): Remove unused var `list'.
5477         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5478         (idlwave-what-module-find-class): Remove unused var `classes'.
5480 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5482         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5484 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5486         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5487         buffers visited.  Remove redundant current-buffer-saving.
5489 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5491         Use completion-in-buffer and remove uses of dynamic scoping.
5492         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5493         (pascal-buffer-to-use, pascal-flag): Don't declare.
5494         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5495         (pascal-get-completion-decl, pascal-keyword-completion):
5496         Add `pascal-str' argument, save-excursion,
5497         return the found completions, and don't filter with pascal-pred.
5498         (pascal-completion-cache): New var.
5499         (pascal-completion): Don't switch buffer any more (it was never
5500         necessary).  Don't save-excursion any more (it's done by the called
5501         subroutines).  Use a cache to avoid redundant computations.
5502         Use complete-with-action rather than pascal-completion-response and
5503         let it apply the predicate as well.
5504         (pascal-complete-word): Use completion-in-buffer when
5505         pascal-toggle-completions is nil.
5506         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5507         not used any more.
5508         (pascal-comp-defun): Don't change buffer any more.
5509         Use complete-with-action rather than pascal-completion-response and
5510         let it apply the predicate as well.
5511         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5512         when neded.
5514 2009-12-02  Kenichi Handa  <handa@m17n.org>
5516         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5517         shape for all Indic scripts.
5519 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         Use completion-in-buffer.
5522         * wid-edit.el (widget-field-text-end): New function.
5523         (widget-field-value-get): Use it.
5524         (widget-string-complete, widget-file-complete)
5525         (widget-color-complete): Use it and completion-in-region.
5526         (widget-complete): Don't narrow the buffer.
5528 2009-12-02  Glenn Morris  <rgm@gnu.org>
5530         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5531         (rmail-select-summary): Use rmail-pop-to-buffer.
5532         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5533         rmail-pop-to-buffer, to prevent horizontal splits.
5535         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5536         save-excursion with save-current-buffer.
5537         Widen before searching.  (Bug#5093)
5538         (diary-list-sexp-entries): Remove superfluous save-excursion.
5540 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5542         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5543         name.  (Bug#5038)
5545 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5547         * ido.el (ido-file-internal): Handle filenames at point that do
5548         not have a directory part.  (Bug#5049)
5550 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5552         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5553         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5555 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5557         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5558         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5559         any more.
5561 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5563         * comint.el (comint-insert-input): Ignore clicks to the right of
5564         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5566         * vc.el (vc-print-log-internal): Don't wait for the process to
5567         terminate before setting up the major mode.
5569         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5570         in case.
5572         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5573         the last element.
5575         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5577 2009-12-01  Glenn Morris  <rgm@gnu.org>
5579         * window.el (window--display-buffer-2): Fix previous changes.
5581 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5583         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5585 2009-12-01  Glenn Morris  <rgm@gnu.org>
5587         * Makefile.in (ELCFILES): Add mpc.elc.
5589 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * mpc.el: New file.
5593 2009-12-01  Glenn Morris  <rgm@gnu.org>
5595         * window.el (window-to-use): Define for compiler.
5597         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5598         consistent with others (no final period).
5600         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5601         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5603 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5605         Make vc-print-log buttons work.
5606         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5608 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5610         * savehist.el (savehist-autosave-interval): Allow setting to nil
5611         through customize.  (Bug#5056)
5613 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5615         Fix references to jit-lock properties.
5616         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5617         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5618         (perl-font-lock-special-syntactic-constructs):
5619         Quote jit-lock-defer-multiline property.
5621 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5623         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5625 2009-11-30  Juri Linkov  <juri@jurta.org>
5627         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5628         value `buffer' of `multi-isearch-next-buffer-current-function'.
5629         Use `(current-buffer)' when `buffer' is nil.
5630         (multi-isearch-next-buffer-from-list): Don't fallback to
5631         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5633 2009-11-30  Juri Linkov  <juri@jurta.org>
5635         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5636         of buffers with `get-buffer' to `multi-isearch-buffers'.
5637         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5638         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5639         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5640         FILES with `expand-file-name' converting relative file names
5641         to absolute.  Doc fix.  (Bug#4727)
5643 2009-11-30  Juri Linkov  <juri@jurta.org>
5645         * misearch.el (multi-isearch-read-buffers)
5646         (multi-isearch-read-matching-buffers): New functions.
5647         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5648         Use them in the `interactive' spec.  Doc fix.
5649         (multi-isearch-read-files, multi-isearch-read-matching-files):
5650         New functions.
5651         (multi-isearch-files, multi-isearch-files-regexp):
5652         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5654 2009-11-30  Juri Linkov  <juri@jurta.org>
5656         * doc-view.el (doc-view-continuous):
5657         Rename from `doc-view-continuous-mode'.
5658         (doc-view-menu): Move "Toggle display" to the top.
5659         Add submenu "Continuous" with radio buttons "Off"/"On"
5660         and "Save as Default".
5661         (doc-view-scroll-up-or-next-page)
5662         (doc-view-scroll-down-or-previous-page)
5663         (doc-view-next-line-or-next-page)
5664         (doc-view-previous-line-or-previous-page): Rename
5665         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5667 2009-11-30  Juri Linkov  <juri@jurta.org>
5669         * comint.el (comint-mode-map): Rebind `M-r' from
5670         `comint-previous-matching-input' to
5671         `comint-history-isearch-backward-regexp'.
5672         Unbind `M-s' to allow global key binding `M-s'.
5673         Add menu items for `comint-history-isearch-backward' and
5674         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5676 2009-11-30  Juri Linkov  <juri@jurta.org>
5678         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5679         For def=recenter, replace `recenter' with `recenter-top-bottom'
5680         that is called with `this-command' and `last-command' let-bound
5681         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5682         set `recenter-last-op' to nil.  (Bug#4981)
5684 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         Minor cleanup and simplification.
5687         * filecache.el (file-cache-add-directory)
5688         (file-cache-add-directory-recursively)
5689         (file-cache-add-from-file-cache-buffer)
5690         (file-cache-delete-file-regexp, file-cache-delete-directory)
5691         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5692         (file-cache-temp-minibuffer-message): Delete function.
5693         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5695         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5696         Don't signal an error when bumping into EOB in tr, s, or y.
5698 2009-11-29  Juri Linkov  <juri@jurta.org>
5700         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5701         (Bug#4960)
5703         * descr-text.el (describe-char-unidata-list): Use lowercase name
5704         for "Unicode name" like in other tags.
5706 2009-11-29  Juri Linkov  <juri@jurta.org>
5708         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5709         New compatibility macro.
5710         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5712 2009-11-29  Juri Linkov  <juri@jurta.org>
5714         Add defcustom to define the cycling order of `recenter-top-bottom'.
5715         (Bug#4981)
5717         * window.el (recenter-last-op): Doc fix.
5718         (recenter-positions): New defcustom.
5719         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5720         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5722 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5724         Improve integration of Tramp and ange-ftp in eshell.
5726         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5727         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5728         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5730         * eshell/esh-util.el (top): Require also Tramp when compiling.
5731         (eshell-directory-files-and-attributes): Check for FTP remote
5732         connection.
5733         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5734         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5735         (eshell-file-attributes): Handle ".".  Return `entry'.
5737         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5738         (ange-ftp-directory-files-and-attributes)
5739         (ange-ftp-real-directory-files-and-attributes): New defuns.
5741         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5742         shell with "exec" when possible.  This prevents trailing prompts
5743         in `start-file-process'.
5745 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         Try and remove assumptions about point-min==1.
5748         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5749         (rng-compute-mode-line-string): Show the validation percentage in
5750         terms of the narrowed text, not the widened text.
5751         (rng-do-some-validation): Don't catch internal errors when debugging.
5752         (rng-first-error): Simplify.
5753         (rng-after-change-function): Remove work around.  AFAIK the bug has
5754         been fixed a while ago.
5756         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5757         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5759         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5761         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5762         `cd' doesn't always do it for us (bug#5067).
5764         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5765         on 2009-10-25 as part of some other change (bug#5067).
5767 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5769         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5770         `suspicious'.
5771         (byte-compile-warnings): Use byte-compile-warning-types.
5772         (byte-compile-save-excursion): Warn about use of set-buffer right
5773         after save-excursion.
5775         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5776         the excursion as well.
5778 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5780         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5781         providing a Tramp related implementation of "su" and "sudo".
5782         (eshell-unix-initialize): Add "su" and "sudo".
5784 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5786         * net/socks.el (socks-send-command): Convert binary request to
5787         unibyte before sending.  This fixes mishandling of some port
5788         numbers such as 129.
5790 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * help.el (describe-bindings-internal): Remove `interactive'.
5794         * man.el (Man-completion-table): Trim a terminating "(".
5795         Remove the space between name page a section.
5796         Add the command's description on the `help-echo' property.
5797         Remove `process-connection-type' binding since it's unused by
5798         call-process.
5799         Provide completion for the "<section> <name>" format as well.
5800         (Man-default-man-entry): Remove spurious var shadowing the argument.
5802 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5804         * log-view.el: Add "Keywords: tools", since its other keywords
5805         aren't in finder-known-keywords, and following vc.el.
5807         * sha1.el (sha1-string-external): default-directory "/" in case
5808         otherwise non-existent.  process-connection-type pipe for touch of
5809         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5811 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         Misc coding convention cleanups.
5814         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5815         hfy-init-kludge-hooks.
5816         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5817         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5818         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5819         and push.
5820         (hfy-slant, hfy-weight): Use tables rather than code.
5821         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5822         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5823         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5824         (hfy-face-to-css): Remove `nconc' with single arg.
5825         (hfy-p-to-face-lennart): Use `or'.
5826         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5827         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5828         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5829         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5830         (hfy-force-fontification): Use run-hooks.
5832 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5834         Various minor fixes.
5835         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5836         Javascript belongs in the header, not the body.
5837         (hfy-javascript): Remove.
5838         (hfy-fontify-buffer): Don't insert it any more.
5839         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5840         Fix bug in invis handling when there were no invis props in a chunk.
5842 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5844         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5846 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5848         * finder.el (finder-mode-map): Add a menu.
5850 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5852         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5853         "unsigned" structs.
5855         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5856         fork" statement better.
5858 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5860         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5861         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5862         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5863         Reported by Clay Douglass.
5865         (verilog-auto-inst, verilog-auto-star-safe)
5866         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5867         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5868         Pierre-David Pfister.
5870 2009-11-26  Glenn Morris  <rgm@gnu.org>
5872         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5873         the scope.
5875 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5877         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5878         Really use previous revision.
5880 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5882         * man.el (Man-completion-table): default-directory "/" in case
5883         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5884         not to truncate long names.  process-connection-type pipe to avoid
5885         any chance of hitting the pseudo-tty TIOCGWINSZ.
5886         (man): completion-ignore-case t for friendliness and since man
5887         itself is case-insensitive on the command line.
5888         Further to Bug#3717.
5890         * arc-mode.el: Add "Keywords: files", so the details in its
5891         commentary can be reached from finder-by-keyword.
5892         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5893         editing mode, but it's comms related and sgml-mode.el has "comm"
5894         on that basis too.
5895         * textmodes/bibtex-style.el: Add "Keywords: tex".
5896         * international/isearch-x.el, international/ja-dic-cnv.el:
5897         * international/ja-dic-utl.el, international/kkc.el:
5898         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5900 2009-11-25  Juri Linkov  <juri@jurta.org>
5902         * man.el (Man-completion-table): Modify regexp to include
5903         section names to completion strings.  (Bug#3717)
5905 2009-11-25  Juri Linkov  <juri@jurta.org>
5907         Search recursively in gzipped files.  (Bug#4982)
5909         * progmodes/grep.el (grep-highlight-matches): Add new options
5910         `always' and `auto'.  Doc fix.
5911         (grep-process-setup): Check `grep-highlight-matches' for
5912         `auto-detect' to determine the need to compute grep defaults.
5913         Move Windows/DOS specific --colors settings handling
5914         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5915         to get the value of "--color=".
5916         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5917         has the value `auto-detect'.  Move Windows/DOS specific settings
5918         from `grep-process-setup'.
5919         (zrgrep): New command with alias `rzgrep'.
5921 2009-11-25  Juri Linkov  <juri@jurta.org>
5923         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5924         to nil instead of switching off view-mode.  (Bug#4896)
5926 2009-11-25  Juri Linkov  <juri@jurta.org>
5928         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5930         * mwheel.el (mwheel-scroll-up-function)
5931         (mwheel-scroll-down-function): New defvars.
5932         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5933         `scroll-up', and `mwheel-scroll-down-function' instead of
5934         `scroll-down'.
5936         * doc-view.el (doc-view-scroll-up-or-next-page)
5937         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5938         Use this ARG in the call to image-scroll-up/image-scroll-down.
5939         Change `interactive' spec to "P".  Goto next/previous page only
5940         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5941         SPC/DEL case).  Doc fix.
5942         (doc-view-next-line-or-next-page)
5943         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5944         for consistency.
5945         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5946         `doc-view-scroll-up-or-next-page', and buffer-local
5947         `mwheel-scroll-down-function' to
5948         `doc-view-scroll-down-or-previous-page'.
5950 2009-11-25  Juri Linkov  <juri@jurta.org>
5952         Provide additional default values (directories at other Dired
5953         windows) via M-n in the minibuffer of some Dired commands.
5955         * dired-aux.el (dired-diff, dired-compare-directories)
5956         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5957         `minibuffer-default' in `minibuffer-with-setup-hook'.
5958         (dired-dwim-target-directory): Find a window that displays Dired
5959         buffer instead of failing when the next window is not Dired.
5960         Use `get-window-with-predicate' to find for the next Dired window.
5961         (dired-dwim-target-defaults): New function.
5963         * ediff-util.el (ediff-read-file-name):
5964         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5965         in `minibuffer-with-setup-hook'.
5967 2009-11-25  Juri Linkov  <juri@jurta.org>
5969         Provide additional default values (file name at point or at the
5970         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5972         * minibuffer.el (read-file-name-defaults): New function.
5973         (read-file-name): Reset `minibuffer-default' to nil when
5974         it duplicates initial input `insdef'.
5975         Bind `minibuffer-default-add-function' to lambda that
5976         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5977         (minibuffer-insert-file-name-at-point): New command.
5979         * files.el (file-name-at-point-functions): New defcustom.
5980         (find-file-default): Remove defvar.
5981         (find-file-read-args): Don't use `find-file-default'.
5982         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5983         to `read-file-name'.
5984         (find-file-literally): Use `read-file-name' with
5985         `confirm-nonexistent-file-or-buffer'.
5987         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5989         * dired.el (dired-read-dir-and-switches):
5990         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5991         to `read-file-name'.
5992         (dired-file-name-at-point): New function.
5993         (dired-mode): Add hook `dired-file-name-at-point' to
5994         `file-name-at-point-functions'.
5996 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         Really make the *Completions* window soft-dedicated (bug#5030).
5999         * window.el (window--display-buffer-2): Add `dedicated' argument.
6000         (display-buffer): Pass it when needed so the dedicated flag is set
6001         after calling set-window-buffer, which would otherwise reset it.
6003 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * progmodes/meta-mode.el (meta-complete-symbol):
6006         * progmodes/etags.el (complete-tag):
6007         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6008         Use completion-in-region.
6010         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6011         (dabbrev-completion): Use completion-in-region.
6012         (dabbrev--abbrev-at-point): Simplify regexp.
6014         * abbrev.el (abbrev--before-point): Use word-motion functions
6015         if :regexp is not specified (bug#5031).
6017         * subr.el (string-prefix-p): New function.
6019         * man.el (Man-completion-cache): New var.
6020         (Man-completion-table): Use it.
6022         * vc.el (vc-print-log-internal): Make `limit' optional for better
6023         compatibility (e.g. with vc-annotate.el).
6025 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6027         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6028         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6030         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6031         when .el source file not found or other error.
6033 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6035         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6037 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         Handle the [back] button properly (bug#4979).
6040         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6041         Use help-setup-xref, help-buffer, and with-help-window.
6042         (describe-char): Add `buffer' argument.
6043         Pass proper command to help-setup-xref.  Don't meddle with
6044         help-xref-stack-item directly.
6045         (describe-text-category): Use with-help-window and help-buffer.
6047         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6048         for the displayed buffer (bug#4887).
6050         * man.el (Man-completion-table): New function.
6051         (man): Use it.
6053 2009-11-24  David Reitter  <david.reitter@gmail.com>
6055         * vc-git.el (vc-git-registered): Use checkout directory (where
6056         .git is) rather than the file's directory and a relative path spec
6057         to work around a bug in git.
6059 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6061         Improve handling of processes on remote hosts.
6063         * eshell/esh-util.el (eshell-path-env): New defvar.
6064         (eshell-parse-colon-path): New defun.
6065         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6067         * eshell/esh-ext.el (eshell-search-path):
6068         Use `eshell-parse-colon-path'.
6069         (eshell-remote-command): Remove argument HANDLER.
6070         (eshell-external-command): Check for FTP remote connection.
6072         * eshell/esh-proc.el (eshell-gather-process-output):
6073         Use `file-truename', in order to start also symlinked files.
6074         Apply `start-file-process' instead of `start-process'.
6075         Shorten `command' to the local file name part.
6077         * eshell/em-cmpl.el (eshell-complete-commands-list):
6078         Use `eshell-parse-colon-path'.
6080         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6082         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6083         to `eshell-directory-change-hook'.
6085 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6087         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6088         because it could be enabled automatically if view-read-only is non-nil.
6090 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
6092         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6093         made on 2009-11-22.
6095 2009-11-24  Glenn Morris  <rgm@gnu.org>
6097         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6098         deleted variable bookmark-bmenu-bookmark-column.
6100         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6101         Move after definition of global-semantic-idle-tag-highlight-mode.
6103 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6105         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6107 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6109         * net/browse-url.el (browse-url-filename-alist): On Windows, add
6110         two slashes to the "file:" prefix.
6111         (browse-url-file-url): De-munge Cygwin filenames before passing
6112         them to Windows browser.
6113         (browse-url-default-windows-browser): Use call-process.
6115 2009-11-23  Juri Linkov  <juri@jurta.org>
6117         Implement DocView Continuous mode.  (Bug#4896)
6118         * doc-view.el (doc-view-continuous-mode): New defcustom.
6119         (doc-view-mode-map): Bind C-n/<down> to
6120         `doc-view-next-line-or-next-page', C-p/<up> to
6121         `doc-view-previous-line-or-previous-page'.
6122         (doc-view-next-line-or-next-page)
6123         (doc-view-previous-line-or-previous-page): New commands.
6125 2009-11-23  Juri Linkov  <juri@jurta.org>
6127         Implement Isearch in comint input history.  (Bug#3746)
6128         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6129         `isearch-mode-hook'.
6130         (comint-history-isearch): New defcustom.
6131         (comint-history-isearch-backward)
6132         (comint-history-isearch-backward-regexp): New commands.
6133         (comint-history-isearch-message-overlay): New buffer-local variable.
6134         (comint-history-isearch-setup, comint-history-isearch-end)
6135         (comint-goto-input, comint-history-isearch-search)
6136         (comint-history-isearch-message, comint-history-isearch-wrap)
6137         (comint-history-isearch-push-state)
6138         (comint-history-isearch-pop-state): New functions.
6140 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
6142         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6143         return.
6144         (tramp-handle-make-symbolic-link)
6145         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6146         Quote file names.
6147         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6148         (tramp-handle-process-file): Use it.
6150 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * window.el (move-to-window-line-last-op): Remove.
6153         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6155 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6157         Make M-r mirror the new cycling behavior of C-l.
6158         * window.el (move-to-window-line-last-op): New var.
6159         (move-to-window-line-top-bottom): New command.
6160         (global-map): Bind M-r move-to-window-line-top-bottom.
6162 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
6164         * dired-x.el (dired-guess-shell-alist-default):
6165         Support xz format.  (Bug#4953)
6167 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
6169         * cedet/srecode/map.el (srecode-get-maps):
6170         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6171         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6172         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6173         (semantic-toggle-decoration-style):
6174         * cedet/semantic/decorate/include.el
6175         (semantic-decoration-include-describe)
6176         (semantic-decoration-unknown-include-describe)
6177         (semantic-decoration-unparsed-include-describe)
6178         (semantic-decoration-all-include-summary):
6179         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6180         * cedet/semantic/analyze/complete.el
6181         (semantic-analyze-possible-completions):
6182         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6183         (semantic-show-unmatched-syntax-mode)
6184         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6185         (semantic-highlight-func-mode):
6186         * cedet/semantic/util.el (semantic-describe-buffer):
6187         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6188         (semantic-symref-find-tags-by-name)
6189         (semantic-symref-find-tags-by-regexp)
6190         (semantic-symref-find-tags-by-completion)
6191         (semantic-symref-find-file-references-by-name)
6192         (semantic-symref-find-text):
6193         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6194         (senator-yank-tag):
6195         * cedet/semantic/scope.el (semantic-calculate-scope):
6196         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6197         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6198         (define-semantic-idle-service):
6199         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6200         (semantic-complete-analyze-inline-idle):
6201         * cedet/semantic/analyze.el (semantic-analyze-current-context):
6202         * cedet/mode-local.el (describe-mode-local-bindings)
6203         (describe-mode-local-bindings-in-mode):
6204         * cedet/ede/make.el (ede-make-check-version):
6205         * cedet/ede/locate.el (ede-enable-locate-on-project):
6206         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6207         (cedet-idutils-version-check):
6208         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6209         (cedet-gnu-global-version-check):
6210         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6211         (cedet-cscope-version-check): Use called-interactively-p instead
6212         of interactive-p.
6214         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6215         Use semantic-format-tag-prototype.
6217 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6219         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6220         last-command-char/last-command-event.
6221         (viper-prefix-arg-value): Do correct conversion of event-char for
6222         XEmacs.
6224         * emulation/viper-util.el, emulation/viper.el:
6225         Use viper-last-command-char instead of
6226         last-command-char/last-command-event.
6228         * ediff-init.el, ediff-mult.el, ediff-util.el:
6229         Replace last-command-char and last-command-event
6230         with (ediff-last-command-char) everywhere.
6232         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6233         created in fundamental mode.
6235         * ediff.el (ediff-version): Revert the change of interactive-p to
6236         called-interactively-p.
6238 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
6240         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6241         generation from word-movement command names.
6243 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
6245         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6246         (semantic-complete-jump-local, semantic-complete-jump):
6247         Improve prompt string.
6249 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
6251         * cus-start.el (all): Add native condition for font-use-system-font.
6253 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
6255         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6256         Correct the patch from 2009-11-18.  (Bug#3910)
6258 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
6260         * progmodes/subword.el: Rename from lisp/subword.el.
6262         * subword.el: Rename to progmodes/subword.el.
6264         * Makefile.in (ELCFILES): Adapt to subword.el move.
6266 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6267             Stefan Monnier  <monnier@iro.umontreal.ca>
6269         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6270         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6271         (bookmark-bmenu-show-filenames): Use push.
6272         (bookmark-bmenu-hide-filenames): Use local var instead of
6273         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
6274         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6275         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6276         filenames now that the bookmark names are always available.
6278 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6281         (bookmark-search-pattern): Move and leave unbound.
6282         (bookmark-bmenu-mode-map): Change binding.
6283         (bookmark-read-search-input): Simplify.
6284         Don't use text-char-description.  Don't error on non-char events.
6285         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6286         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6287         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6288         Use a local var for the timer.
6289         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6290         (i.e. bookmark-bmenu-search).
6292 2009-11-21  Glenn Morris  <rgm@gnu.org>
6294         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
6296 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6298         * net/browse-url.el (browse-url-default-windows-browser):
6299         Use cygstart for cygwin.
6301 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
6303         * bookmark.el: Formatting and doc fixes only:
6304         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6305         (bookmark-bmenu-search): Wrap to fit within 80 columns.
6306         Minor grammar and punctuation fixes in doc string.
6307         (bookmark-read-search-input): Adjust to fit within 80 columns.
6309 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6311         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6312         (c-backward-into-nomenclature): Adapt to subword renaming.
6314         * subword.el (subword-forward, subword-backward, subword-mark)
6315         (subword-kill, subword-backward-kill, subword-transpose)
6316         (subword-downcase, subword-upcase, subword-capitalize)
6317         (subword-forward-internal, subword-backward-internal):
6318         Rename from forward-subword, backward-subword, mark-subword,
6319         kill-subword, backward-kill-subword, transpose-subwords,
6320         downcase-subword, upcase-subword, capitalize-subword,
6321         forward-subword-internal, backward-subword-internal.
6323 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6325         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6326         New options.
6327         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6328         New vars.
6329         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6330         (bookmark-bmenu-filter-alist-by-regexp)
6331         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6332         (bookmark-bmenu-search): New command.
6333         (bookmark-bmenu-mode-map): Bind it.
6335 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6337         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6339         * cedet/semantic/idle.el (define-semantic-idle-service)
6340         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6342 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6344         * progmodes/cc-cmds.el: declare-functioned forward-subword and
6345         backward-subword to quit the byte-compiler.
6347         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6349         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6351         * progmodes/cc-cmds.el (c-update-modeline)
6352         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6353         Refer to subword.el functions instead of cc-subword.el.
6355         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6356         subword.el functions instead of cc-subword.el.
6358         * progmodes/cc-subword.el: Rename to subword.el.
6359         * subword.el: Rename from progmodes/cc-subword.el.
6360         (subword-mode-map): Rename from c-subword-mode-map.
6361         (subword-mode): Rename from c-subword-mode.
6362         (global-subword-mode): New global minor mode.
6363         (forward-subword): Rename from c-forward-subword.
6364         (backward-subword): Rename from c-backward-subword.
6365         (mark-subword): Rename from c-mark-subword.
6366         (kill-subword): Rename from c-kill-subword.
6367         (backward-kill-subword): Rename from c-backward-kill-subword.
6368         (transpose-subwords): Rename from c-tranpose-subword.
6369         (downcase-subword): Rename from c-downcase-subword.
6370         (capitalize-subword): Rename from c-capitalize-subword.
6371         (forward-subword-internal): Rename from c-forward-subword-internal.
6372         (backward-subword-internal): Rename from c-backward-subword-internal.
6374 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6376         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6377         from a dired buffer.
6378         (vc-dired-deduce-fileset): New function.
6379         (vc-root-diff, vc-print-root-log): Use it.
6381         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6382         nil LIMIT argument to vc-print-log-internal.
6384 2009-11-20  Glenn Morris  <rgm@gnu.org>
6386         * Makefile.in (ELCFILES): Regenerate.
6388 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6390         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6392         * cedet/semantic.el: Enable idle-mode menu items only if
6393         global-semantic-idle-scheduler-mode is enabled.
6394         (semantic-default-submodes): Doc fix.
6396         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6397         When turning off, disable other idle modes.
6399 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6401         * calc/calc.el (calc-set-mode-line):
6402         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6403         (math-format-number): Rename `math-format-complement-signed' to
6404         `math-format-twos-complement'.
6406         * calc/calc-bin.el (math-format-twos-complement): Rename from
6407         math-format-complement-signed.
6408         (calc-radix): Rename `calc-complement-signed-mode' to
6409         `calc-twos-complement-mode'.
6410         (calc-octal-radix, calc-hex-radix): Add an argument for
6411         two's complement.
6413         * calc/calc-embed.el (calc-embedded-mode-vars):
6414         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6416         * calc/calc-ext.el (calc-init-extensions):
6417         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6418         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6420         * calc/calc-units.el (math-build-units-table-buffer):
6421         Let `calc-twos-complement-mode' be nil.
6423         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6424         entries.
6426         * calc/calc-vec.el (calcFunc-vunpack):
6427         * calc/calc-aent.el (calc-do-calc-eval):
6428         * calc/calc-forms.el (math-format-date):
6429         * calc/calc-graph.el (calc-graph-plot):
6430         * calc/calc-math.el (math-use-emacs-fn):
6431         * calc/calccomp.el (math-compose-expr):
6432         Let `calc-twos-complement-mode' be nil.
6434 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6437         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6438         * minibuffer.el (completion-in-region-functions): New hook.
6439         (completion-in-region): New function.
6440         * emacs-lisp/lisp.el (lisp-complete-symbol):
6441         * pcomplete.el (pcomplete-std-complete): Use it.
6443 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6446         (latex-complete-alist): New vars.
6447         (latex-string-prefix-p, latex-complete-bibtex-keys)
6448         (latex-complete-envnames, latex-complete-refkeys)
6449         (latex-complete-data): New functions.
6450         (latex-complete, latex-indent-or-complete): New commands.
6452         * window.el (display-buffer-mark-dedicated): New var.
6453         (display-buffer): Obey it.
6454         * minibuffer.el (minibuffer-completion-help): Use it.
6456         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6458         * filecache.el (file-cache-add-file): Use push and cons.
6459         (file-cache-delete-file-regexp): Use push.
6460         (file-cache-complete): Use completion-in-region.
6462         * simple.el (with-wrapper-hook): Fix thinko.
6464         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6465         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6466         Use with-current-buffer and string-to-number.
6467         (hfy-fallback-colour-values): Use assoc-string.
6468         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6469         (hfy-face-at): Remove unused var `found-face'.
6470         (hfy-compile-stylesheet): Remove unused var `css'.
6471         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6472         and `orig-buffer'.
6473         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6474         Use with-current-buffer.
6475         (hfy-text-p): Use expand-file-name and fewer setq.
6477 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6479         * htmlfontify.el, hfy-cmap.el: New files.
6481 2009-11-19  Juri Linkov  <juri@jurta.org>
6483         * minibuffer.el (completions-format): New defcustom.
6484         (completion--insert-strings): Implement vertical format.
6486         * simple.el (switch-to-completions): Move point to the first
6487         completion when point was at the beginning of the buffer.
6489 2009-11-19  Juri Linkov  <juri@jurta.org>
6491         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6493         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6495 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6497         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6498         (mail-signature): Change default to t.
6499         (mail-from-style): Deprecate `system-default' value.
6500         (mail-insert-from-field): For default value of mail-from-style,
6501         default to `angles' unless `angles' needs quoting and `parens'
6502         does not.
6503         (mail-citation-prefix-regexp): Use citation regexp from
6504         message-mode.
6506 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6508         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6509         Set variables for computing the prompt for reading password.
6511 2009-11-19  Glenn Morris  <rgm@gnu.org>
6513         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6515         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6517         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6518         (newsticker-treeview-listwindow-height): Fix custom type.
6520 2009-11-19  Kenichi Handa  <handa@m17n.org>
6522         * descr-text.el (describe-char-padded-string): Compose with TAB
6523         only if there's a font for CH.
6524         (describe-char): Fix the condition for detecting a trivial composition.
6526 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6528         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6529         more accurate version of the regexp.  (Bug#3910)
6531 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6533         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6535 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6537         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6538         (font-setting-change-default-font): Fix typo in docstring.
6540 2009-11-18  Alan Mackenzie  <acm@muc.de>
6542         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6544 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6546         * font-setting.el (font-use-system-font): Move ...
6548         * cus-start.el (all): ... to here.
6550 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6552         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6553         Don't set `ad-return-value' if `ad-do-it' doesn't.
6555         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6556         modification time.
6558 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6560         * menu-bar.el: Put "Use system font" in Option-menu.
6561         (menu-bar-options-save): Add font-use-system-font.
6563         * loadup.el: If feature system-font-setting or font-render-setting is
6564         there, load font-setting.
6566         * Makefile.in (ELCFILES): Add font-settings.el.
6567         * font-setting.el: New file.
6569 2009-11-17  Glenn Morris  <rgm@gnu.org>
6571         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6573         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6574         Preserve point in the list buffer.  (Bug#4939)
6575         Use point-at-eol.
6576         (newsticker--treeview-list-update-highlight)
6577         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6579 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6581         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6582         Remove.
6584         * calc/calc-ext.el (calc-init-extensions): Remove references to
6585         symclip.
6587         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6589         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6590         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6591         `calc-symclip'.
6593 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6595         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6596         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6598         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6599         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6600         Ignore trailing spaces by omit-nulls to split-string (fixing
6601         regression from Emacs 21 due to the incompatible split-string
6602         change).  (Bug #4928.)
6604 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6606         * vc.el (vc-log-show-limit): Default to 2000.
6607         (vc-print-log-internal): Insert buttons to request more entries
6608         when limiting the output.
6610         * vc-sccs.el (vc-sccs-print-log):
6611         * vc-rcs.el (vc-rcs-print-log):
6612         * vc-cvs.el (vc-cvs-print-log):
6613         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6614         LIMIT is non-nil.
6616 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6618         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6619         error when `tramp-gvfs-dbus-event-vector' is set.
6620         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6622 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6626 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6628         * net/dbus.el (dbus-unregister-service): New defun.
6629         (dbus-register-property): Register the handlers of
6630         "org.freedesktop.DBus.Properties" for SERVICE.
6631         (dbus-property-handler): Fix docstring.
6633 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6635         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6636         Quote doc string reference in defvaralias as it is not in special form.
6637         (byte-compile-output-docform): Doc fix.
6639 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6641         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6642         (calc-complement-signed-mode): New variables.
6643         (calc-set-mode-line): Add indicator for twos-complements.
6644         (math-format-number): Format twos-complement notation.
6646         * calc/calc-bin.el (calc-word-size): Reset the variables
6647         `math-2-word-size' and `math-half-2-word-size'.
6648         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6649         (calc-symclip): New functions.
6651         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6653         * calc/calc-embed.el (calc-embedded-mode-vars):
6654         Add `calc-complement-signed-mode' to the list of modes.
6656         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6657         (calc-b-oper-keys): Add `calc-symclip' to list.
6659         * calc/calc-ext.el (math-read-number-fancy): Read complement
6660         signed numbers.
6661         (calc-init-extensions): Add binding for `calc-symclip'.
6662         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6664         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6665         `calc-symclip'.
6666         (calc-modes-menu): Add item for twos complement mode.
6668         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6670 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6672         * register.el (jump-to-register, insert-register): Handle Semantic
6673         tags.  From commented-out advice in semantic/senator.el.
6675 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6677         * vc.el (vc-log-show-limit): New variable.
6678         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6679         when using a prefix argument.
6680         (vc-print-log-internal): Add new argument LIMIT.
6682         * vc-svn.el (vc-svn-print-log):
6683         * vc-mtn.el (vc-mtn-print-log):
6684         * vc-hg.el (vc-hg-print-log):
6685         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6686         pass it to the log command when set.  Make the BUFFER argument
6687         non-optional.
6689         * vc-sccs.el (vc-sccs-print-log):
6690         * vc-rcs.el (vc-rcs-print-log):
6691         * vc-git.el (vc-git-print-log):
6692         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6693         ignore it.  Make the BUFFER argument non-optional
6695         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6697 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6699         * dired.el (dired-mode-map): Move encryption items to "Operate"
6700         menu (Bug#4703).
6702         * strokes.el (strokes-update-window-configuration): Make strokes
6703         buffer current before erasing (Bug#4906).
6705         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6706         (semantic-idle-summary-mode): Define using define-minor-mode
6707         instead of define-semantic-idle-service.
6708         (semantic-idle-summary-mode): New function.
6709         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6710         that mouse motion does not reset the echo area.
6712 2009-11-15  Juri Linkov  <juri@jurta.org>
6714         * simple.el (set-mark-default-inactive): Add :type, :group
6715         and :version.  (Bug#4876)
6717 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6719         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6720         (archive-unique-fname): ... here.  (Bug#4929)
6722 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6724         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6725         with a real fix.
6727         * novice.el (disabled-command-function): Add useful args.
6728         Setup the help buffer so that [back] works.
6729         Remove redundant call to help-mode.
6730         (disabled-command-function): Use `case'.
6731         (en/disable-command): New function extracted from enable-command.
6732         (enable-command, disable-command): Use it.
6734 2009-11-14  Glenn Morris  <rgm@gnu.org>
6736         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6737         constants.  (Bug#4913)
6739         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6741 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6743         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6744         defined in C that have no doc-strings.  (Bug#1063)
6746 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6748         * cus-edit.el (data, files):
6749         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6751 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6753         * simple.el (shell-command): Doc fix (Bug#4891).
6755         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6757 2009-11-14  Glenn Morris  <rgm@gnu.org>
6759         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6760         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6761         If they are already loaded, eval-after-load will do the right thing.
6763         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6764         compiling.
6766         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6768         * simple.el (x-selection-owner-p): Declare.
6769         (read-mail-command): Use custom radio type rather than choice.
6770         (completion-no-auto-exit): Doc fix.
6772         * custom.el (defgroup):
6773         * epg-config.el (epg): Doc fixes.
6775 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6777         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6778         * international/ccl.el (define-ccl-program): Do not purecopy the
6779         docstring, defconst does it anyway.
6781 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6783         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6784         a second time.
6786         * x-dnd.el (x-dnd-maybe-call-test-function):
6787         * window.el (split-window-vertically):
6788         * whitespace.el (whitespace-help-on):
6789         * vc-rcs.el (vc-rcs-consult-headers):
6790         * userlock.el (ask-user-about-lock-help)
6791         (ask-user-about-supersession-help):
6792         * type-break.el (type-break-force-mode-line-update):
6793         * time-stamp.el (time-stamp-conv-warn):
6794         * terminal.el (te-set-output-log, te-more-break, te-filter)
6795         (te-sentinel, terminal-emulator):
6796         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6797         (term-write-input-ring, term-check-source, term-start-output-log):
6798         (term-display-buffer-line, term-dynamic-list-completions):
6799         (term-ansi-make-term, serial-term):
6800         * subr.el (selective-display):
6801         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6802         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6803         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6804         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6805         (speedbar-remove-localized-speedbar-support)
6806         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6807         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6808         (speedbar-buffers-line-directory):
6809         * simple.el (shell-command-on-region, append-to-buffer)
6810         (prepend-to-buffer):
6811         * shadowfile.el (shadow-save-todo-file):
6812         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6813         (scroll-bar-maybe-set-window-start):
6814         * sb-image.el (speedbar-image-dump):
6815         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6816         (load-save-place-alist-from-file):
6817         * ps-samp.el (ps-print-message-from-summary):
6818         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6819         (ps-background-image, ps-begin-job, ps-do-despool):
6820         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6821         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6822         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6823         (pr-call-process, pr-file-list, pr-interface-save):
6824         * novice.el (disabled-command-function)
6825         (enable-command, disable-command):
6826         * mouse.el (mouse-buffer-menu-alist):
6827         * mouse-copy.el (mouse-kill-preserving-secondary):
6828         * macros.el (kbd-macro-query):
6829         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6830         * informat.el (batch-info-validate):
6831         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6832         * hippie-exp.el (try-expand-dabbrev-visible):
6833         * help-mode.el (help-make-xrefs):
6834         * help-fns.el (describe-variable):
6835         * generic-x.el (bat-generic-mode-run-as-comint):
6836         * finder.el (finder-mouse-select):
6837         * find-dired.el (find-dired-sentinel):
6838         * filesets.el (filesets-file-close):
6839         * files.el (list-directory):
6840         * faces.el (list-faces-display, describe-face):
6841         * facemenu.el (list-colors-display):
6842         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6843         * epg.el (epg--process-filter, epg-cancel):
6844         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6845         (epa--read-signature-type):
6846         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6847         (emerge-file-names):
6848         * ehelp.el (electric-helpify):
6849         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6850         * ediff-vers.el (rcs-ediff-view-revision):
6851         * ediff-util.el (ediff-setup):
6852         * ediff-mult.el (ediff-append-custom-diff):
6853         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6854         (ediff-wordify):
6855         * echistory.el (Electric-command-history-redo-expression):
6856         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6857         * disp-table.el (describe-display-table):
6858         * dired.el (dired-find-buffer-nocreate):
6859         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6860         * dabbrev.el (dabbrev--same-major-mode-p):
6861         * chistory.el (list-command-history):
6862         * apropos.el (apropos-documentation):
6863         * allout.el (allout-obtain-passphrase):
6864         (allout-copy-exposed-to-buffer):
6865         (allout-verify-passphrase): Use with-current-buffer.
6867 2009-11-13  Glenn Morris  <rgm@gnu.org>
6869         * Makefile.in (ELCFILES): Regenerate.
6871 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6873         * net/dbus.el (dbus-registered-objects-table): Rename from
6874         `dbus-registered-functions-table', because it contains also properties.
6875         (dbus-unregister-object): Unregister also properties.
6876         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6877         Use a timeout of 500 msec, in order to not block.
6878         (dbus-register-property, dbus-property-handler): New defuns.
6880 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6882         * simple.el (minibuffer-default-add-completions): Drop deprecated
6883         4th arg.
6885 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6887         * textmodes/artist.el (artist-mouse-choose-operation):
6888         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6889         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6890         (artist-compute-up-event-key): New function.
6891         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6893 2009-11-13  Kenichi Handa  <handa@m17n.org>
6895         * language/japan-util.el: Make sure that the value of jisx0208
6896         property is jisx0208 character.
6898 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6900         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6901         car or each item, not the whole list.
6903 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6905         * minibuffer.el (minibuffer-completion-help):
6906         Use minibuffer-hide-completions.
6908 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6910         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6911         (dired-revert): Use them (bug#4880).
6913 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6915         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6917 2009-11-12  Juri Linkov  <juri@jurta.org>
6919         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6920         New functions.
6921         (find-file-literally-at-point): Alias of `ffap-literally'.
6923 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6925         * textmodes/ispell.el (ispell-skip-region-alist):
6926         * textmodes/css-mode.el (auto-mode-alist):
6927         * progmodes/compile.el (auto-mode-alist):
6928         * international/mule.el (ctext-non-standard-encodings-alist)
6929         (ctext-non-standard-encodings-regexp):
6930         * simple.el (shell-command-switch, text-read-only):
6931         * replace.el (occur-mode-map):
6932         * paths.el (rmail-file-name):
6933         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6934         * find-file.el (ff-special-constructs):
6935         * files.el (file-name-handler-alist):
6936         * composite.el: Purecopy strings.
6938         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6940 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6942         * widget.el (define-widget): Purecopy the docstring.
6943         * international/mule-cmds.el (charset): Do not purecopy the
6944         docstring here, define-widget does it.
6946         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6947         * textmodes/bibtex-style.el (auto-mode-alist):
6948         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6949         * progmodes/compile.el (compile-command):
6950         * language/korea-util.el (default-korean-keyboard):
6951         * international/mule-conf.el (file-coding-system-alist):
6952         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6953         * tooltip.el (tooltip-frame-parameters):
6954         * newcomment.el (comment-end, comment-padding):
6955         * dired.el (dired-trivial-filenames):
6956         * comint.el (comint-file-name-prefix): Purecopy initial values.
6958 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6960         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6961         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6962         `tramp-unload'.
6963         (tramp-advice-make-auto-save-file-name)
6964         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6965         after removing the advice.
6967 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6969         * progmodes/grep.el (grep-regexp-alist):
6970         * international/mule-cmds.el (iso-2022-control-alist):
6971         * emacs-lisp/timer.el (timer-duration-words):
6972         * subr.el (version-separator, version-regexp-alist):
6973         * minibuffer.el (completion-styles-alist):
6974         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6975         Change defvars to defconsts.
6977         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6978         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6979         * international/mule-conf.el: Allow to be byte compiled.
6981         * international/mule.el (define-charset): Purecopy props.
6982         (load-with-code-conversion): Purecopy doc string and file name.
6983         (put-charset-property): Purecopy strings.
6984         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6986         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6987         (define-char-code-property): Correctly purecopy the table.
6989         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6991         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6993         * subr.el (add-hook): Purecopy strings.
6994         (eval-after-load): Purecopy load-history-regexp and the form.
6996         * custom.el (custom-declare-group): Purecopy load-file-name.
6998         * subr.el (menu-bar-separator): New defconst.
6999         * net/eudc.el (eudc-tools-menu):
7000         * international/mule-cmds.el (set-coding-system-map)
7001         (mule-menu-keymap):
7002         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7003         * vc-hooks.el (vc-menu-map):
7004         * replace.el (occur-mode-map):
7005         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7006         (menu-bar-edit-menu, menu-bar-goto-menu)
7007         (menu-bar-custom-menu, menu-bar-showhide-menu)
7008         (menu-bar-options-menu, menu-bar-tools-menu)
7009         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7010         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7011         (menu-bar-help-menu):
7012         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7013         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7015         * term/x-win.el (x-gtk-stock-map):
7016         * progmodes/vera-mode.el (auto-mode-alist):
7017         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7018         (inferior-lisp-program, inferior-lisp-load-command):
7019         * progmodes/hideshow.el (hs-special-modes-alist):
7020         * progmodes/gud.el (same-window-regexps):
7021         * progmodes/grep.el (grep-program, find-program, xargs-program):
7022         * net/telnet.el (same-window-regexps):
7023         * net/rlogin.el (same-window-regexps):
7024         * language/ethiopic.el (font-ccl-encoder-alist):
7025         * vc-sccs.el (vc-sccs-master-templates):
7026         * vc-rcs.el (vc-rcs-master-templates):
7027         * subr.el (cl-assertion-failed):
7028         * simple.el (next-error-overlay-arrow-position):
7029         * lpr.el (lpr-command):
7030         * locate.el (locate-ls-subdir-switches):
7031         * info.el (same-window-regexps, info)
7032         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7033         * image-mode.el (image-mode, auto-mode-alist):
7034         * hippie-exp.el (hippie-expand-ignore-buffers):
7035         * format.el (format-alist):
7036         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7037         (find-name-arg):
7038         * facemenu.el (facemenu-keybindings):
7039         * dired.el (dired-listing-switches, dired-chown-program):
7040         * diff.el (diff-switches, diff-command):
7041         * cus-edit.el (same-window-regexps):
7042         * bindings.el (mode-line-mule-info)
7043         (mode-line-buffer-identification): Purecopy strings.
7045 2009-11-11  Juri Linkov  <juri@jurta.org>
7047         * simple.el (dired-get-filename) <declare-function>:
7048         Tell the byte-compiler about dired-get-filename.
7049         (shell-command): In Dired mode, get filename from the current line
7050         as the default value.
7052 2009-11-10  Glenn Morris  <rgm@gnu.org>
7054         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7055         * calendar/holidays.el, progmodes/cperl-mode.el:
7056         Update x-popup-menu declarations.
7058         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7059         (list-load-path-shadows): Use dolist.
7060         (list-load-path-shadows): Use with-current-buffer.
7062 2009-11-10  Juri Linkov  <juri@jurta.org>
7064         * minibuffer.el (read-file-name): Support a list of default values
7065         in `default-filename'.  Use the first file name where only one
7066         element is required.  Doc fix.
7068 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7070         * net/dbus.el (dbus-unregister-object): Release service, if no
7071         other method is registered for it.
7073 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7075         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7076         bookmark-sort-flag is non-nil (Bug#4653).
7078 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7080         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7081         the progress reporter entirely.
7083         * emulation/cua-base.el: Add CUA property to some CC mode commands
7084         (Bug#4100).
7086 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7088         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7089         at end of sentence (Bug#4818).
7091 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
7093         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7094         Handle "see declaration of" MSFT statements (Bug#4100).
7096 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
7098         * net/tramp.el (tramp-advice-make-auto-save-file-name)
7099         (tramp-advice-file-expand-wildcards): Unload via
7100         `ad-remove-advice'.
7102         * net/trampver.el: Update release number.
7104 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7106         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7107         `ad-do-it'.
7109 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
7111         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7112         in order to keep context in SELinux.
7114 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7116         * dired-aux.el (dired-query): Place cursor in echo area and allow
7117         C-g.
7119         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7120         menu item if not on a directory (Bug#4701).
7122 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
7124         Sync with Tramp 2.1.17.
7126         * net/tramp.el (tramp-handle-copy-directory): Don't use
7127         `file-remote-p' (due to compatibility).
7129         * net/tramp-compat.el (tramp-compat-copy-directory)
7130         (tramp-compat-delete-directory): New defuns.
7132         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7133         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7134         `tramp-compat-delete-directory'.
7136         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7137         (tramp-smb-handle-delete-directory): Use
7138         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7140         * net/trampver.el: Update release number.
7142 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
7144         * tar-mode.el (tar-copy): Call write-region on the right buffer
7145         (Bug#4857).
7147         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7148         by hand, if necessary (Bug#4878).
7150 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
7152         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7153         align size column (Bug#4839).
7155         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7156         statement.
7158 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7160         * progmodes/ld-script.el (auto-mode-alist):
7161         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7163         * cus-face.el (custom-declare-face): Purecopy face spec.
7165 2009-11-06  Kenichi Handa  <handa@m17n.org>
7167         * international/uni-bidi.el: Re-generated.
7168         * international/uni-category.el: Re-generated.
7169         * international/uni-combining.el: Re-generated.
7170         * international/uni-mirrored.el: Re-generated.
7172 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7174         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7175         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7176         (tex-start-options, slitex-run-command, latex-run-command)
7177         (tex-run-command, tex-directory):
7178         * textmodes/ispell.el (ispell-html-skip-alists)
7179         (ispell-tex-skip-alists, ispell-tex-skip-alists):
7180         * textmodes/fill.el (adaptive-fill-first-line-regexp):
7181         (adaptive-fill-regexp):
7182         * textmodes/dns-mode.el (auto-mode-alist):
7183         * progmodes/python.el (interpreter-mode-alist):
7184         * progmodes/etags.el (tags-compression-info-list):
7185         * progmodes/etags.el (tags-file-name):
7186         * net/browse-url.el (browse-url-galeon-program)
7187         (browse-url-firefox-program):
7188         * mail/sendmail.el (mail-signature-file)
7189         (mail-citation-prefix-regexp):
7190         * international/mule-conf.el (eight-bit):
7191         * international/latexenc.el (latex-inputenc-coding-alist):
7192         * international/fontset.el (x-pixel-size-width-font-regexp):
7193         * emacs-lisp/warnings.el (warning-type-format):
7194         * emacs-lisp/trace.el (trace-buffer):
7195         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7196         (emacs-lisp-mode-map):
7197         * calendar/holidays.el (holiday-solar-holidays)
7198         (holiday-bahai-holidays, holiday-islamic-holidays)
7199         (holiday-christian-holidays, holiday-hebrew-holidays)
7200         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7201         (hebrew-holidays-1, holiday-oriental-holidays)
7202         (holiday-general-holidays):
7203         * x-dnd.el (x-dnd-known-types):
7204         * tool-bar.el (tool-bar):
7205         * startup.el (site-run-file):
7206         * shell.el (shell-dumb-shell-regexp):
7207         * rfn-eshadow.el (file-name-shadow-tty-properties)
7208         (file-name-shadow-properties):
7209         * paths.el (remote-shell-program, news-directory):
7210         * mouse.el ([C-down-mouse-3]):
7211         * menu-bar.el (menu-bar-tools-menu):
7212         * jka-cmpr-hook.el (jka-compr-load-suffixes)
7213         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7214         (jka-compr-compression-info-list):
7215         * isearch.el (search-whitespace-regexp):
7216         * image-file.el (image-file-name-extensions):
7217         * find-dired.el (find-ls-option):
7218         * files.el (directory-listing-before-filename-regexp)
7219         (directory-free-space-args, insert-directory-program)
7220         (list-directory-brief-switches, magic-fallback-mode-alist)
7221         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7222         (automount-dir-prefix):
7223         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7224         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7225         (face-font-registry-alternatives, face-font-registry-alternatives)
7226         (face-font-family-alternatives):
7227         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7228         (facemenu-foreground-menu, facemenu-face-menu):
7229         * epa-hook.el (epa-file-name-regexp):
7230         * dnd.el (dnd-protocol-alist):
7231         * textmodes/rst.el (auto-mode-alist):
7232         * button.el (default-button): Purecopy strings.
7234 2009-11-06  Glenn Morris  <rgm@gnu.org>
7236         * Makefile.in (ELCFILES): Update.
7238 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7241         * emacs-lisp/levents.el: Move to obsolete/levents.el.
7243         * nxml/xsd-regexp.el (xsdre-gen-categories):
7244         * nxml/xmltok.el (xmltok-parse-entity):
7245         * nxml/rng-parse.el (rng-parse-validate-file):
7246         * nxml/rng-maint.el (rng-format-manual)
7247         (rng-manual-output-force-new-line):
7248         * nxml/rng-loc.el (rng-save-schema-location-1):
7249         * nxml/rng-cmpct.el (rng-c-parse-file):
7250         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7251         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7253 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
7255         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7256         Remove extra save-excursions and make-variable-buffer-local's.
7257         Suggested by Stefan Monnier.
7259         (verilog-getopt-file, verilog-module-inside-filename-p)
7260         (verilog-set-define): Merge GNU 1.35 and repair changes from
7261         switching to using with-current-buffer.
7263         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7264         being treated as a number and confusing AUTORESET.
7265         Reported by Dan Dever.
7267         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7268         Add verilog-auto-ignore-concat to fix backward compatibility with
7269         older verilog-modes.  Reported by Dan Katz.
7271         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7272         containing closing anchors "...$".
7274         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7275         Reported by Wade Smith.
7277         (verilog-batch-execute-func): Comment on function usage.
7279 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
7281         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7282         for labels.
7284         (verilog-label-re, verilog-calc-1): Support proper indent of named
7285         asserts.
7287         (verilog-backward-token, verilog-basic-complete-re)
7288         (verilog-beg-of-statement, verilog-indent-re): Support proper
7289         indent of the assert statement at the beginning of a block of text.
7291         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7292         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7293         tokens as begins.
7295 2009-11-05  Glenn Morris  <rgm@gnu.org>
7297         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7298         Emacs 19.  (Bug#1531)
7299         (byte-compile-fix-header): Update for the above change.
7300         Drop test for epoch::version.
7302         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7303         * cus-dep.el (custom-make-dependencies):
7304         * finder.el (finder-compile-keywords):
7305         Use autoload-rubric's feature argument.
7307         * calendar/diary-lib.el (top-level): Make load behave more like require.
7309         * vc-git.el (vc-git-stash-map): Move definition before use.
7311 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7313         * custom.el (custom-declare-group): Purecopy standard-value.
7314         (custom-declare-group): Purecopy custom-prefix.
7316         * international/mule.el (load-with-code-conversion):
7317         Call do-after-load-evaluation unconditionally.
7319         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7321 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7325 2009-11-04  Glenn Morris  <rgm@gnu.org>
7327         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7328         (byte-compile-compatibility): Remove option.
7329         (byte-compile-close-variables, byte-compile-fix-header)
7330         (byte-compile-insert-header, byte-compile-output-docform)
7331         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7332         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7333         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7334         (byte-compile-insert, byte-compile-defun):
7335         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
7336         (byte-defop-compiler19): Remove.
7337         Without byte-compile-compatibility, the 'emacs19-opcode property is not
7338         used by anything.  Replace all calls with byte-defop-compiler.
7340 2009-11-04  Juri Linkov  <juri@jurta.org>
7342         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7343         (menu-bar-options-menu): Don't quote the `prop' arg of
7344         `menu-bar-make-mm-toggle'.
7346 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7348         * calendar/calendar.el (cal-loaddefs):
7349         * calendar/diary-lib.el (diary-loaddefs):
7350         * calendar/holidays.el (hol-loaddefs):
7351         * eshell/esh-module.el (esh-groups): Load rather than require.
7353 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7355         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7356         point-min==1.
7357         (todo-top-priorities): Only display-buffer when called interactively.
7358         (todo-item-start): Don't save excursion point.
7359         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7360         (todo-insert-item-here, todo-file-item, todo-remove-item):
7361         Adjust uses of todo-item-start and todo-item-end.
7363         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7364         (autoload-rubric): Don't use any more.
7365         * cedet/semantic/fw.el (semantic/loaddefs):
7366         * cedet/srecode.el (srecode/loaddefs):
7367         * cedet/ede.el (ede/loaddefs): Load rather than require.
7368         * cedet/ede/cpp-root.el:
7369         * cedet/ede/emacs.el:
7370         * cedet/ede/files.el:
7371         * cedet/ede/linux.el:
7372         * cedet/ede/locate.el:
7373         * cedet/ede/make.el:
7374         * cedet/ede/shell.el:
7375         * cedet/ede/speedbar.el:
7376         * cedet/ede/system.el:
7377         * cedet/ede/util.el:
7378         * cedet/semantic/analyze.el:
7379         * cedet/semantic/bovine.el:
7380         * cedet/semantic/complete.el:
7381         * cedet/semantic/ctxt.el:
7382         * cedet/semantic/db-file.el:
7383         * cedet/semantic/db-find.el:
7384         * cedet/semantic/db-global.el:
7385         * cedet/semantic/db-mode.el:
7386         * cedet/semantic/db-typecache.el:
7387         * cedet/semantic/db.el:
7388         * cedet/semantic/debug.el:
7389         * cedet/semantic/dep.el:
7390         * cedet/semantic/doc.el:
7391         * cedet/semantic/edit.el:
7392         * cedet/semantic/find.el:
7393         * cedet/semantic/format.el:
7394         * cedet/semantic/html.el:
7395         * cedet/semantic/ia-sb.el:
7396         * cedet/semantic/ia.el:
7397         * cedet/semantic/idle.el:
7398         * cedet/semantic/lex-spp.el:
7399         * cedet/semantic/lex.el:
7400         * cedet/semantic/mru-bookmark.el:
7401         * cedet/semantic/scope.el:
7402         * cedet/semantic/senator.el:
7403         * cedet/semantic/sort.el:
7404         * cedet/semantic/symref.el:
7405         * cedet/semantic/tag-file.el:
7406         * cedet/semantic/tag-ls.el:
7407         * cedet/semantic/tag-write.el:
7408         * cedet/semantic/tag.el:
7409         * cedet/semantic/util-modes.el:
7410         * cedet/semantic/analyze/complete.el:
7411         * cedet/semantic/analyze/refs.el:
7412         * cedet/semantic/bovine/c.el:
7413         * cedet/semantic/bovine/gcc.el:
7414         * cedet/semantic/bovine/make.el:
7415         * cedet/semantic/bovine/scm.el:
7416         * cedet/semantic/decorate/include.el:
7417         * cedet/semantic/decorate/mode.el:
7418         * cedet/semantic/symref/cscope.el:
7419         * cedet/semantic/symref/global.el:
7420         * cedet/semantic/symref/grep.el:
7421         * cedet/semantic/symref/idutils.el:
7422         * cedet/semantic/symref/list.el:
7423         * cedet/semantic/wisent/java-tags.el:
7424         * cedet/semantic/wisent/javascript.el:
7425         * cedet/srecode/compile.el:
7426         * cedet/srecode/cpp.el:
7427         * cedet/srecode/document.el:
7428         * cedet/srecode/el.el:
7429         * cedet/srecode/expandproto.el:
7430         * cedet/srecode/getset.el:
7431         * cedet/srecode/insert.el:
7432         * cedet/srecode/java.el:
7433         * cedet/srecode/map.el:
7434         * cedet/srecode/mode.el:
7435         * cedet/srecode/template.el:
7436         * cedet/srecode/texi.el: Remove the file-local setting of
7437         generated-autoload-feature.
7439         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7440         and only put a prop if it is non-nil.
7442 2009-11-03  Juri Linkov  <juri@jurta.org>
7444         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7445         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7447         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7448         and "Menu" to make top-level menu item visually one unit (like
7449         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7450         multi-word menu items).  Fix :help string for quit-window.
7452 2009-11-03  Glenn Morris  <rgm@gnu.org>
7454         * cedet/mode-local.el (with-mode-local): Doc fix.
7456         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7457         (byte-compile-file-form-define-abbrev-table)
7458         (byte-compile-file-form-custom-declare-variable)
7459         (byte-compile-variable-ref, byte-compile-defvar):
7460         Whether or not a warning is enabled should only affect whether we issue
7461         the warning, not whether or not we collect the relevant data.
7462         Eg warnings can be turned on and off throughout the course of a file.
7464         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7465         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7467 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7469         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7470         * play/mpuz.el (mpuz-create-buffer):
7471         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7472         (lm-print-y,s,noise, lm-print-w0, lm-init):
7473         * play/gomoku.el (gomoku-prompt-for-move):
7474         * play/fortune.el (fortune-in-buffer):
7475         * play/dissociate.el (dissociated-press):
7476         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7477         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7478         * mail/supercite.el (sc-eref-show):
7479         * mail/smtpmail.el (smtpmail-send-it):
7480         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7481         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7482         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7483         (rmail-summary-goto-msg, rmail-summary-expunge)
7484         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7485         (rmail-summary-add-label, rmail-summary-output-menu)
7486         (rmail-summary-output-body):
7487         * mail/rfc822.el (rfc822-addresses):
7488         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7489         * mail/mailpost.el (post-mail-send-it):
7490         * mail/hashcash.el (hashcash-generate-payment):
7491         * mail/feedmail.el (feedmail-run-the-queue)
7492         (feedmail-queue-send-edit-prompt-help-first)
7493         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7494         (feedmail-deduce-address-list):
7495         * eshell/esh-ext.el (eshell-remote-command):
7496         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7497         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7498         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7499         (viper-save-string-in-file, viper-valid-marker):
7500         * emulation/viper-keym.el (viper-toggle-key):
7501         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7502         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7503         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7504         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7505         (viper-exec-form-in-emacs, viper-brac-function):
7506         * emulation/viper.el (viper-delocalize-var):
7507         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7508         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7509         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7510         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7511         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7512         * emulation/edt.el (edt-electric-helpify):
7513         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7514         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7515         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7516         (cua-indent-to-global-mark-column):
7517         * calendar/diary-lib.el (calendar-mark-1):
7518         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7519         Use with-current-buffer.
7520         * emulation/viper.el (viper-delocalize-var): Use dolist.
7522 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7524         * comint.el (comint-replace-by-expanded-history-before-point):
7525         Replace !! with the previous input string literally (Bug#1795).
7527 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7529         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7530         to be made up of whitespace.
7532 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7534         * minibuffer.el (read-file-name): Don't use file dialogs for
7535         remote directories (Bug#99).
7537 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7539         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7541 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7543         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7544         instead of deleting the window or frame.
7546 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7548         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7549         Support face colors.
7551         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7552         New function.  Support face colors (Bug#1168).
7553         (tex-common-initialization): Use it.
7555         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7556         mode allows it (Bug#1168).
7558 2009-10-31  Juri Linkov  <juri@jurta.org>
7560         * facemenu.el (list-colors-display): Don't mark buffer as
7561         modified (Bug#3948).
7563 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7565         * international/mule-diag.el (list-character-sets-1): Minor
7566         message fix (Bug#3526).
7568         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7569         face property (Bug#4834).
7570         (etags-list-tags, etags-tags-apropos-additional)
7571         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7572         property.
7574         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7575         items.
7577         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7578         items.
7580         * cedet/ede.el (ede-minor-mode):
7581         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7583 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         * textmodes/two-column.el (2C-split):
7586         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7587         * textmodes/tex-mode.el (tex-set-buffer-directory):
7588         * textmodes/spell.el (spell-region, spell-string):
7589         * textmodes/reftex.el (reftex-erase-buffer):
7590         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7591         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7592         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7593         (reftex-select-item):
7594         * textmodes/reftex-ref.el (reftex-label-info-update)
7595         (reftex-offer-label-menu):
7596         * textmodes/reftex-index.el (reftex-index-change-entry)
7597         (reftex-index-phrases-info):
7598         * textmodes/reftex-global.el (reftex-create-tags-file)
7599         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7600         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7601         (reftex-view-crossref-from-bibtex):
7602         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7603         (reftex-extract-bib-entries-from-thebibliography)
7604         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7605         * textmodes/refbib.el (r2b-capitalize-title):
7606         (r2b-convert-buffer, r2b-help):
7607         * textmodes/page-ext.el (pages-directory)
7608         (pages-directory-goto-with-mouse):
7609         * textmodes/bibtex.el (bibtex-validate-globally):
7610         * textmodes/bib-mode.el (bib-capitalize-title):
7611         * textmodes/artist.el (artist-clear-buffer, artist-system):
7612         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7613         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7614         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7615         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7616         (xscheme-send-control-g-interrupt, xscheme-start-process)
7617         (xscheme-process-sentinel, xscheme-cd):
7618         * progmodes/verilog-mode.el (verilog-read-always-signals)
7619         (verilog-set-define, verilog-getopt-file)
7620         (verilog-module-inside-filename-p):
7621         * progmodes/sh-script.el:
7622         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7623         (python-pdbtrack-grub-for-buffer, python-execute-file):
7624         * progmodes/octave-inf.el (inferior-octave):
7625         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7626         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7627         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7628         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7629         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7630         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7631         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7632         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7633         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7634         (idlwave-shell-examine-display, idlwave-shell-run-region)
7635         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7636         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7637         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7638         (idlwave-help-get-help-buffer):
7639         * progmodes/gud.el (gud-basic-call, gud-find-class)
7640         (gud-tooltip-activate-mouse-motions-if-enabled):
7641         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7642         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7643         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7644         (ebrowse-tags-next-file):
7645         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7646         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7647         (ebnf-eps-finish-and-write):
7648         * progmodes/cpp.el (cpp-edit-save):
7649         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7650         * progmodes/cc-defs.el (c-emacs-features):
7651         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7652         (antlr-directory-dependencies):
7653         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7654         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7655         (ada-find-any-references, ada-make-filename-from-adaname)
7656         (ada-make-body-gnatstub):
7657         * obsolete/rnews.el (news-list-news-groups):
7658         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7659         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7660         * net/rcirc.el (rcirc-debug):
7661         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7662         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7663         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7664         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7665         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7666         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7667         (newsticker--treeview-list-clear-highlight)
7668         (newsticker--treeview-list-update-highlight)
7669         (newsticker--treeview-list-highlight-start)
7670         (newsticker--treeview-tree-update-highlight)
7671         (newsticker--treeview-get-selected-item)
7672         (newsticker-treeview-mark-list-items-old)
7673         (newsticker--treeview-set-current-node):
7674         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7675         * net/newst-backend.el (newsticker--get-news-by-funcall)
7676         (newsticker--get-news-by-wget, newsticker--image-get)
7677         (newsticker--image-sentinel):
7678         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7679         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7680         (eudc-ph-close-session):
7681         * net/eudc.el (eudc-save-options):
7682         * language/thai-word.el (thai-update-word-table):
7683         * language/japan-util.el (japanese-string-conversion):
7684         * international/titdic-cnv.el (tsang-quick-converter)
7685         (ziranma-converter, ctlau-converter):
7686         * international/mule-cmds.el (describe-language-environment):
7687         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7688         (skkdic-convert-postfix, skkdic-convert-prefix):
7689         (skkdic-convert-okuri-nasi, skkdic-convert):
7690         * emacs-lisp/re-builder.el (reb-update-overlays):
7691         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7692         * emacs-lisp/gulp.el (gulp-send-requests):
7693         * emacs-lisp/find-gc.el (trace-call-tree):
7694         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7695         (eieio-describe-generic):
7696         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7697         * emacs-lisp/edebug.el (edebug-outside-excursion):
7698         * emacs-lisp/debug.el (debugger-make-xrefs):
7699         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7700         * emacs-lisp/chart.el (chart-new-buffer):
7701         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7702         Use with-current-buffer.
7703         * textmodes/artist.el (artist-system): Don't call
7704         copy-sequence on a fresh string.
7705         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7707 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7709         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7710         is no item to edit.  (Bug#4820)
7711         (todo-top-priorities): Restore point and restore narrowing in Todo
7712         buffer.  (Bug#4820)
7714 2009-10-31  Glenn Morris  <rgm@gnu.org>
7716         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7717         (comint-last-output-start, comint-last-input-start)
7718         (comint-last-input-end): Don't defvar when compiling.
7719         (ange-ftp-process-file): Use bound-and-true-p.
7721         * pcmpl-rpm.el (top-level): Move provide statement to end.
7722         (pcmpl-rpm): Remove unused custom group.
7724         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7726         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7728         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7729         (byte-compile-warnings): Add `constants' as an option.
7730         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7731         (display-call-tree): Update for byte-compile-fdefinition possibly
7732         returning `(macro lambda ...)'.  (Bug#4778)
7733         (byte-compile-variable-ref, byte-compile-setq-default):
7734         Respect `constants' member of byte-compile-warnings.
7736         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7737         Use mapc rather than mapcar because the return value is never used.
7739         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7740         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7741         * cedet/semantic/html.el:
7742         Suppress harmless warnings about setting up semantic-imenu (not
7743         part of Emacs) variables.
7745 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7748         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7749         to "submit:".
7751         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7752         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7753         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7754         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7755         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7756         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7757         (semantic-analyzer-debug-global-symbol)
7758         (semantic-analyzer-debug-missing-innertype)
7759         (semantic-analyzer-debug-insert-include-summary):
7760         * cedet/semantic/util.el (semantic-file-tag-table):
7761         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7762         (semantic-recursive-find-nonterminal-by-name):
7763         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7764         * cedet/semantic/tag-file.el (semantic-prototype-file):
7765         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7766         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7767         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7768         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7769         (semantic-idle-summary-maybe-highlight):
7770         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7771         (semantic-ia-sb-tag-info):
7772         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7773         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7774         * cedet/semantic/ede-grammar.el (project-compile-target):
7775         (ede-proj-makefile-insert-variables):
7776         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7777         (semantic-debug-set-source-location, semantic-debug-interface-layout)
7778         (semantic-debug-mode, semantic-debug):
7779         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7780         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7781         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7782         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7783         (semanticdb-find-translate-path-includes--internal)
7784         (semanticdb-reset-log, semanticdb-find-log-activity):
7785         * cedet/semantic/db-file.el (object-write):
7786         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7787         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7788         (semanticdb-create-ebrowse-database):
7789         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7790         * cedet/semantic/complete.el (semantic-displayor-focus-request)
7791         (semantic-collector-calculate-completions-raw)
7792         (semantic-complete-read-tag-analyzer):
7793         * cedet/semantic/analyze.el (semantic-analyze-pulse):
7794         * cedet/ede/util.el (ede-update-version-in-source):
7795         * cedet/ede/proj.el (project-delete-target):
7796         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7797         (ede-proj-flush-autoconf):
7798         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7799         (ede-proj-configure-synchronize):
7800         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7801         * cedet/ede/linux.el (ede-linux-version):
7802         * cedet/ede/emacs.el (ede-emacs-version):
7803         * cedet/ede/dired.el (ede-dired-add-to-target):
7804         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7805         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7806         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7807         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7808         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7809         (cedet-idutils-version-check):
7810         * cedet/cedet-global.el (cedet-gnu-global-call):
7811         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7812         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7813         * cedet/cedet-cscope.el (cedet-cscope-call)
7814         (cedet-cscope-expand-filename, cedet-cscope-version-check):
7815         Use with-current-buffer.
7816         * cedet/ede.el (ede-make-project-local-variable)
7817         (ede-set-project-variables, ede-set): Use dolist.
7819 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7821         * textmodes/ispell.el (ispell-skip-region-alist):
7822         * international/mule-conf.el (eight-bit):
7823         * international/fontset.el (font-encoding-alist):
7824         * startup.el (pure-space-overflow-message):
7825         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7826         * paths.el (gnus-nntp-service, rmail-spool-directory)
7827         (term-file-prefix):
7828         * files.el (save-some-buffers-action-alist):
7829         * cmuscheme.el (same-window-buffer-names):
7830         * ielm.el (same-window-buffer-names):
7831         * shell.el (same-window-buffer-names):
7832         * mail/sendmail.el (same-window-buffer-names):
7833         * progmodes/inf-lisp.el (same-window-buffer-names):
7834         * bindings.el (mode-line-client)
7835         (mode-line-column-line-number-mode-map):
7836         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7837         (tibetan-precomposed-regexp): Purecopy string arguments.
7839 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7842         (calcDigit-nondigit):
7843         * calc/calc-yank.el (calc-copy-to-buffer):
7844         * calc/calc-units.el (calc-invalidate-units-table):
7845         * calc/calc-trail.el (calc-trail-yank):
7846         * calc/calc-store.el (calc-insert-variables):
7847         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7848         * calc/calc-prog.el (calc-read-parse-table):
7849         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7850         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7851         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7852         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7853         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7854         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7855         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7856         * calc/calc-ext.el (calc-realign):
7857         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7858         (calc-embedded-finish-edit, calc-embedded-make-info)
7859         (calc-embedded-finish-command, calc-embedded-stack-change):
7860         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7862         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7863         (overload-docstring-extension): Use that info.
7864         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7865         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7866         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7867         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7868         (semantic-nonterminal-full-name): Add the new `when' info.
7869         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7870         `assert'.
7872         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7873         shell-dynamic-complete-filename in preference to
7874         comint-dynamic-complete-filename.
7876         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7877         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7878         Don't consider whether the display supports colors.
7879         (bookmark-import-new-list): Use dolist.
7880         (bookmark-bmenu-mode-map): Move initialization into declaration.
7881         (bookmark-bmenu-list): Use dolist, simplify.
7882         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7883         (menu-bar-final-items): Use push.
7885 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7887         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7888         it works on remote files.
7889         (vc-hg-diff): Don't pass any `--cwd' argument.
7891 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7893         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7894         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7895         (Further to Bug#3921).
7897 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7899         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7900         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7901         calling `tramp-imap-put-file'.  Add file size to the call.
7902         (tramp-imap-get-file-entries): Compute also user name, file size,
7903         and date.
7904         (tramp-imap-handle-insert-directory): Insert uid and gid.
7905         (tramp-imap-handle-file-attributes): Transform uid and gid
7906         according to `id-format'.
7907         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7908         size in header X-Size.
7910 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7912         * simple.el (transpose-subr): Give clearer error when the mark
7913         is not set.  (Bug#4807)
7915 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7917         * net/tramp.el (tramp-perl-file-truename): New defconst.
7918         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7919         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7920         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7921         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7923         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7924         Ignore `dired-call-process'.
7925         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7927 2009-10-26  Julian Scheid  <julians37@gmail.com>
7929         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7930         (tramp-get-remote-readlink): New defun.
7931         (tramp-handle-file-truename): Use it.
7932         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7933         file exists if cache value present.
7934         (tramp-check-cached-permissions): New defun.
7935         (tramp-handle-file-readable-p): Use it.
7936         (tramp-handle-file-writable-p): Likewise.
7937         (tramp-handle-file-executable-p): Likewise.
7938         (tramp-handle-file-name-all-completions): Try using Perl to get
7939         partial completions.  When perl not available, combine `cd' and
7940         `ls' into single remote operation and use shell expansion to get
7941         partial remote directory contents.  Set `file-exists-p' cache for
7942         directory and any files returned by ls.  Change cache handling to
7943         support partial directory contents.  Use error message emitted by
7944         remote `cd' or Perl code for local tramp-error.
7945         (tramp-do-copy-or-rename-file-directly): Avoid separate
7946         tramp-send-command-and-check call.
7947         (tramp-handle-process-file): Merge three remote ops into one.
7948         Do not flush all caches when `process-file-side-effects' is set.
7949         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7950         file-attributes shows uid/gid to be set already.
7952 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7954         * textmodes/tex-mode.el (tex-dvi-view-command)
7955         (tex-show-queue-command, tex-open-quote):
7956         * progmodes/ruby-mode.el (auto-mode-alist)
7957         (interpreter-mode-alist): Purecopy strings.
7959         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7961         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7962         string for the hook, keymap and abbrev table.
7964         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7966         * x-dnd.el (x-dnd-xdnd-to-action):
7967         * startup.el (fancy-startup-text, fancy-about-text): Change to
7968         defconst from defvar.
7970         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7972         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7973         Purecopy initialization strings.
7975         * mail/sendmail.el (mail-header-separator)
7976         (mail-personal-alias-file):
7977         * mail/rmail.el (rmail-default-dont-reply-to-names)
7978         (rmail-ignored-headers, rmail-retry-ignored-headers)
7979         (rmail-highlighted-headers, rmail-secondary-file-directory)
7980         (rmail-secondary-file-regexp):
7981         * files.el (null-device, file-name-invalid-regexp)
7982         (locate-dominating-stop-dir-regexp)
7983         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7984         (interpreter-mode-alist): Use mapcar instead of mapc.
7986         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7988         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7989         (completion-ignored-extensions):
7990         (debug-ignored-errors): Purecopy strings.
7992 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7995         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7996         (pcomplete--here): Use push.
7998         * subr.el (all-completions): Declare the 4th arg obsolete.
8000 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8002         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8003         (pcomplete-unquote-argument): New function.
8004         (pcomplete--common-suffix): Always pay attention to case.
8005         (pcomplete--table-subvert): Quote and unquote the text.
8006         (pcomplete--common-quoted-suffix): New function.
8007         (pcomplete-std-complete): Use it and pcomplete-begin.
8009         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8010         we're inside a dedicated or minibuffer window.
8012 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8014         * cedet/semantic/fw.el (semantic-alias-obsolete)
8015         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8016         (define-mode-overload-implementation):
8017         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8018         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8019         * cedet/semantic/util.el (semantic-file-token-stream)
8020         (semantic-something-to-stream):
8021         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8022         (semantic-expand-nonterminal):
8023         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8024         (semantic-find-dependency, semantic-find-nonterminal)
8025         (semantic-find-dependency):
8026         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8027         (semantic-flex-text, semantic-flex-make-keyword-table)
8028         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8029         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8030         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8031         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8032         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8033         (semantic-after-idle-scheduler-reparse-hooks):
8034         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8035         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8036         * cedet/semantic.el (semantic-toplevel-bovine-table)
8037         (semantic-toplevel-bovine-cache)
8038         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8039         (semantic-init-mode-hooks, semantic-init-db-hooks)
8040         (semantic-bovination-working-type): Provide the `when' arg.
8042 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8044         * bookmark.el: Update documentation, especially documentation
8045         of `bookmark-alist' and of the bookmark file format.
8046         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8048 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8050         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8051         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8052         window to buffer.
8054         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8055         (global-whitespace-mode, global-whitespace-newline-mode)
8056         (whitespace-toggle-options, global-whitespace-toggle-options):
8057         Doc fix (Bug#3660).
8059         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8060         of xmltok-start before the end tag was inserted (Bug#2840).
8062         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8063         patterns that are preceded by an open-paren (Bug#1320).
8065 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8067         * files.el (delete-directory): Delete symlinks to directories with
8068         delete-file (Bug#4739).
8070 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8072         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8073         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8074         argument to make-obsolete.
8076         * cedet/semantic/fw.el (semantic-alias-obsolete)
8077         (semantic-varalias-obsolete): Add optional WHEN argument.
8079 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8081         * vc.el (vc-backend-for-registration): Rename from
8082         vc-get-backend-for-registration.  Update callers.
8084         * international/mule-cmds.el (set-language-info-alist):
8085         Purecopy lang-env.
8086         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8087         (charset): Purecopy the name.
8088         (define-char-code-property): Purecopy string arguments.
8090         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8091         Purecopy string arguments.
8093         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8094         * ediff-hook.el (menu-bar-ediff-menu):
8095         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8096         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8098 2009-10-24  Glenn Morris  <rgm@gnu.org>
8100         * comint.el (comint-dynamic-list-completions):
8101         * term.el (term-dynamic-list-completions): Use choose-completion rather
8102         than obsolete alias mouse-choose-completion.
8104         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8105         file-cache-choose-completion.
8106         (file-cache-choose-completion): Handle an optional event argument.
8107         (file-cache-mouse-choose-completion): Make it an obsolete alias.
8109         * progmodes/octave-mod.el (octave-complete-symbol):
8110         Use choose-completion if mouse-choose-completion is ever removed.
8112         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8113         use.
8115         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8116         compiler.
8118         * vc-hooks.el (vc-responsible-backend): Fix declaration.
8120 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8123         Ignore `pred' now that we receive one.
8124         Handle test-completion specially.
8126 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8128         * vc.el (vc-responsible-backend): Throw an error if not backend is
8129         found.  Remove the REGISTER argument.  Move the code dealing with
8130         REGISTER ...
8131         (vc-get-backend-for-registration): ... here.  New function.
8132         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8133         of vc-responsible-backend, pass the file name instead of the
8134         directory name.
8136 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8138         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8139         New funs.
8140         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
8141         (pcomplete-comint-setup): Don't modify a global var via
8142         accidental side-effects.
8143         (pcomplete-shell-setup): Adjust call accordingly.
8144         (pcomplete-parse-comint-arguments): Use push.
8146 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
8148         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8149         Allow uncapitalized info node names (Bug#3921).
8151         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8152         to the DEBUG file (Bug#3781).
8154 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
8156         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8157         dictionary entry (Bug#4579).
8159 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
8161         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8162         from `rfn-eshadow-update-overlay-hook' when unloading.
8163         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8164         "rsyncc".  Adjust doc string.
8165         (tramp-temp-buffer-file-name): New buffer-local defvar.
8166         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8167         Keep temporary file when indicated by method ("rsync" and
8168         "rsyncc").
8169         (tramp-handle-write-region): Handle APPEND.
8170         (tramp-delete-temp-file-function): New defun.  Added to
8171         `kill-buffer-hook'.
8173 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
8175         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8177 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8179         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8180         (color-name-rgb-alist, tty-standard-colors)
8181         (tty-color-mode-alist): Change to defconst.
8183         * simple.el (mark-inactive): Purecopy message.
8185         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8186         (global-map, yank-menu):
8187         * textmodes/ispell.el (ispell-menu-map):
8188         * net/eudc.el (eudc-tools-menu):
8189         * international/mule-cmds.el (describe-language-environment-map)
8190         (setup-language-environment-map, set-coding-system-map)
8191         (mule-menu-keymap):
8192         * vc-hooks.el (vc-menu-entry, vc-menu-map):
8193         * replace.el (occur-mode-map):
8194         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8196 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
8198         * calc/calc.el (math-read-number, math-read-number-simple): Use
8199         `save-match-data'.
8201 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8203         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8204         rather than fiddling with global-map bindings, since it should only
8205         affect per-terminal settings.
8206         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8208         * minibuffer.el (completion-table-with-terminator): Allow to specify
8209         the terminator-regexp.
8211         * simple.el (switch-to-completions): Look for *Completions* in other
8212         frames as well.
8214         * pcomplete.el: Allow the use of completion-tables.
8215         (pcomplete-std-complete): New command.
8216         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8217         (pcomplete--here): Use a function for `form' rather than an expression,
8218         so it can be byte-compiled.
8219         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8220         Add edebug declaration.
8221         (pcomplete-show-completions): Remove unused var `curbuf'.
8222         (pcomplete-do-complete, pcomplete-stub):
8223         Don't assume `completions' is a list of strings any more.
8225 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8227         * find-dired.el (find-name-arg): Fix typo in docstring.
8229 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8231         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8232         (pcmpl-linux-fs-types): Same, and update to new modules layout.
8234         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8235         pcomplete-entries.
8237         * comint.el (comint-read-input-ring, comint-write-input-ring)
8238         (comint-substitute-in-file-name)
8239         (comint-dynamic-complete-as-filename)
8240         (comint-dynamic-simple-complete)
8241         (comint-dynamic-list-filename-completions)
8242         (comint-dynamic-list-completions)
8243         (comint-redirect-results-list-from-process): Minor simplifications.
8245 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8247         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8248         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8249         the first form.  And insert a blank line after ";;; Code" since
8250         that's usual style.  (Bug#4612)
8252         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8254 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8256         * minibuffer.el (completion-table-with-terminator): Properly implement
8257         boundaries, in case `terminator' appears in the suffix.
8258         (completion--embedded-envvar-table): Don't return boundaries if
8259         there's no valid completion.  Simplify.
8260         (completion-file-name-table): New completion table extracted from
8261         completion--file-name-table.
8262         (completion--file-name-table): Use it.
8263         (read-file-name-predicate): Declare obsolete.
8264         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8265         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8266         completion-file-name-table, and use the `pred' argument.
8267         * files.el (locate-file-completion-table): Use the `pred' arg rather
8268         than read-file-name-predicate.
8269         (abbreviate-file-name): Use \` rather than ^ for BOS.
8271 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8273         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8274         vc-responsible-backend to register, it causes problems.
8276 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8278         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8280 2009-10-21  Eric Ludlam  <zappo@gnu.org>
8282         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8283         (semantic-c-debug-mode-init-pch): New functions.
8284         (semantic-c-debug-mode-init-last-mode): New var.
8285         (semantic-c-parse-lexical-token): Use them.
8287         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8288         When extracting the argument list, limit only by point-max.
8290 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
8292         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8293         (tramp-smb-handle-file-attributes): Use it.
8294         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8295         (tramp-smb-handle-insert-directory): Use `mapc' rather than
8296         `mapcar'.  Use `tramp-smb-get-stat-capability'.
8297         Add `dired-filename' text properties.
8298         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8299         (tramp-smb-maybe-open-connection): Simplify check for smbclient
8300         version.
8302 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8304         * subr.el (read-key-delay): Reduce to 0.01.
8305         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8306         (bug#4751).
8308 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8310         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8312         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8313         (Info-menu): Remove unused vars `last' and `completions'.
8314         (Info-index-nodes): Remove unused var `node'.
8316         * info.el (Info-complete-menu-item): Use complete-with-action.
8318 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
8320         Make vc-annotate work through copies and renames.
8321         * vc-annotate.el (vc-annotate-extract-revision-at-line):
8322         Return the file name too.
8323         (vc-annotate-revision-at-line)
8324         (vc-annotate-find-revision-at-line)
8325         (vc-annotate-revision-previous-to-line)
8326         (vc-annotate-show-log-revision-at-line): Update to get the file
8327         name from vc-annotate-extract-revision-at-line.
8328         (vc-annotate-show-diff-revision-at-line-internal): Change the
8329         argument to mean whether to show a file diff or not.  Get the file
8330         name from vc-annotate-extract-revision-at-line.
8331         (vc-annotate-show-diff-revision-at-line):
8332         Update vc-annotate-show-diff-revision-at-line call.
8333         (vc-annotate-warp-revision): Add an optional file argument.
8335         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8336         (vc-git-annotate-extract-revision-at-line): Also return the file
8337         name if found.
8339         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8340         command.  Remove unused code.
8341         (vc-hg-annotate-re): Update to match --follow output.
8342         (vc-hg-annotate-extract-revision-at-line): Also return the file
8343         name if found.
8345         * vc.el: Update annotate-extract-revision-at-line documentation.
8347 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8349         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8350         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8352         * net/browse-url.el (browse-url): Identify alist with "consp and
8353         not functionp" and let all other things go down the `apply' leg,
8354         as suggested by Stefan.  (Further to bug#4531.)
8356 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8358         * minibuffer.el (read-file-name): Check for repeat before putting
8359         a default argument in file-name-history (Bug#4657).
8361         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8362         read syntax (Bug#4737).
8364         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8366 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8368         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8369         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8370         entries and make note of obsolete tags.
8372 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8374         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8376 2009-10-18  Glenn Morris  <rgm@gnu.org>
8378         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8379         grep, so that binary files (eg international/uni-bidi.el) can match.
8380         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8381         now, and in any case the file header format has changed.
8383 2009-10-17  Glenn Morris  <rgm@gnu.org>
8385         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8386         (flyspell-get-word, flyspell-large-region)
8387         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8389 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8391         * Makefile.in (ELCFILES): Add ede/shell.
8393 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8395         * term/common-win.el (x-colors): Purecopy it.
8397 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8399         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8400         permissive for when the buffer is empty.
8401         (tar-header-block-tokenize): Decode the username and groupname.
8402         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8404 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8406         * cedet/srecode/srt.el:
8407         * cedet/srecode/compile.el:
8408         * cedet/semantic/mru-bookmark.el:
8409         * cedet/semantic/debug.el:
8410         * cedet/semantic/complete.el:
8411         * cedet/semantic/analyze.el: Require CL when compiling.
8413 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8415         * cedet/semantic/scope.el
8416         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8417         tmpscope so that the regular scope will continue to work.
8419         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8420         Use semantic-idle-summary-highlight-face as the highlighting.
8422         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8423         contains multibyte characters, choose first applicable coding
8424         system automatically.
8426         * cedet/ede/project-am.el (project-run-target): New method.
8427         (project-run-target): New method.
8429         * cedet/ede.el (ede-target): Add run target menu item.
8430         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8431         (ede-run-target): New function.
8432         (ede-target::project-run-target): New method.
8434         * cedet/ede/proj.el (project-run-target): New method.
8436         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8437         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8438         Add :rules.
8439         (ede-proj-target-makefile-shared-object): Only libtool compilers
8440         now available.  Add linkers for libtool.
8441         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8442         (ede-proj-makefile-target-name): Always use .la extension.
8444         * cedet/ede/proj-prog.el (project-run-target): New method.
8446         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8447         (ede-g++-linker): Change Change link lines.
8449         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8450         When searching for old variables, go to the end of the buffer and
8451         search backward from there.
8452         (ede-proj-makefile-automake-insert-subdirs)
8453         (ede-proj-makefile-automake-insert-extradist): New methods.
8454         (ede-proj-makefile-create): Use them.
8456         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8457         Force FILE to expand to the current target.  Use file-exists-p to
8458         check that it exists.
8460         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8461         (ede-linux-load): Wrap dir in file-name-as-directory.
8462         Set :version slot.
8464         * cedet/ede/files.el (ede-get-locator-object): When enabling
8465         locate, do so on "top".
8467         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8468         file-name-as-directory during compare.
8469         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8470         Get version number from different places.  Don't call egrep.
8471         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8472         to set the directory.
8474         * cedet/ede/shell.el: New file.
8476         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8477         alpha/beta variants.
8479 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * international/mule-cmds.el (select-safe-coding-system): If the file
8482         has a coding cookie, use it regardless of any other setting (bug#4712).
8484 2009-10-17  Glenn Morris  <rgm@gnu.org>
8486         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8487         All errors should have messages.
8489         * foldout.el (foldout-mouse-swallow-events):
8490         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8492         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8493         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8494         (dired-keep-marker-symlink, dired-dwim-target)
8495         (dired-copy-preserve-time): Do not autoload these defcustoms.
8497         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8498         messages from messing up the file coding.  (Bug#4623)
8500 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8502         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8503         if no match is found for the current dictionary.  (Bug#4578)
8505         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8506         optional, since that is how it is documented, and this is often called
8507         with a nil argument.  (Bug#4577)
8508         (flyspell-external-point-words, flyspell-auto-correct-word)
8509         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8510         (flyspell-word-search-backward): Remove nil argument in calls to
8511         flyspell-get-word, since it is not needed now.
8513 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8515         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8517 2009-10-16  Glenn Morris  <rgm@gnu.org>
8519         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8521 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8523         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8524         (ange-ftp-file-size): New function.
8525         (ange-ftp-file-attributes): Use it.
8527 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8529         * net/tramp-smb.el (tramp-smb-version): New defvar.
8530         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8531         repeated checks.
8533 2009-10-16  Glenn Morris  <rgm@gnu.org>
8535         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8536         Maybe copy some custom properties from old to new name.  (Bug#4706)
8538 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8540         * subr.el (error, sit-for, start-process-shell-command)
8541         (start-file-process-shell-command): Set the calling convention
8542         after the function definition.
8544 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * subr.el (error, sit-for, start-process-shell-command)
8547         (start-file-process-shell-command): Use the new
8548         set-advertised-calling-convention feature.
8550 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8552         * international/ucs-normalize.el (ucs-normalize-version):
8553         Change to 1.2.
8554         (check-range): Adjust for Unicode 5.2.
8556 2009-10-15  Juri Linkov  <juri@jurta.org>
8558         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8559         to the `menu-item' format.
8561 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8563         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8564         if the environment variable does not exist.
8566         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8567         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8568         parameter.
8569         (tramp-smb-handle-add-name-to-file)
8570         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8571         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8572         (tramp-smb-handle-file-attributes)
8573         (tramp-smb-do-file-attributes-with-stat)
8574         (tramp-smb-handle-file-local-copy)
8575         (tramp-smb-handle-insert-directory)
8576         (tramp-smb-handle-make-directory)
8577         (tramp-smb-handle-make-directory-internal)
8578         (tramp-smb-handle-make-symbolic-link)
8579         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8580         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8581         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8582         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8583         Handle long file names.
8584         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8585         process is running.
8586         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8587         Read share names with "-g" option.
8589 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8591         * net/rcirc.el (rcirc-view-log-file): New command.
8592         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8593         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8594         specified.
8596 2009-10-15  Glenn Morris  <rgm@gnu.org>
8598         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8599         from the second command-line argument.
8600         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8601         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8602         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8603         w32-batch-update-autoloads.
8604         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8605         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8607         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8608         the headers cannot be located.  Simplify, subtracting superflous
8609         save-excursions.
8611 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         Replace completion-base-size by completion-base-position to fix bugs
8614         such as (bug#4699).
8615         * simple.el (completion-base-position): New var.
8616         (completion-base-size): Mark as obsolete.
8617         (choose-completion): Make it work for mouse events as well.
8618         Pass the new base-position to choose-completion-string.
8619         (choose-completion-guess-base-position): New function, extracted from
8620         choose-completion-delete-max-match.
8621         (choose-completion-delete-max-match): Use it.  Make obsolete.
8622         (choose-completion-string): Use the new base-position info.
8623         (completion-root-regexp): Delete.
8624         (completion-setup-function): Preserve completion-base-position.
8625         Eliminate obsolete base-size manipulation.
8626         * minibuffer.el (display-completion-list): Don't mess with base-size.
8627         (minibuffer-completion-help): Set completion-base-position instead.
8628         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8629         choose-completion.
8630         * textmodes/bibtex.el (bibtex-complete):
8631         * emacs-lisp/crm.el (crm--choose-completion-string):
8632         Adjust to new calling convention.
8633         * complete.el (partial-completion-mode): Use minibufferp to avoid
8634         bumping into incompatible change to choose-completion-string-functions.
8635         * ido.el (ido-choose-completion-string): Make its calling convention
8636         more permissive.
8637         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8638         base-size manipulation.
8639         (comint-dynamic-list-input-ring): Use dotimes and push.
8640         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8641         fundamental-mode.  Use `or'.
8643 2009-10-14  Juri Linkov  <juri@jurta.org>
8645         * misearch.el (multi-isearch-next-buffer-from-list)
8646         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8648 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8650         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8651         `bytecomp.el'.
8653         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8654         string we return is all made up of text from the completions rather
8655         than part from the completions and part from the input (bug#4219).
8657         * ido.el (ido-everywhere): Use define-minor-mode.
8659         * buff-menu.el (list-buffers, ctl-x-map):
8660         Mark the entry points with ;;;###autoload cookies.
8662 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8664         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8665         correctly in the detached head case.
8666         (vc-git-print-log): Remove unused binding.
8668         * vc.el (vc-responsible-backend): When a directory is passed for
8669         for registration create a VC repository if no backend is
8670         responsible for the directory argument.
8671         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8673         * vc.el: Move comments about RCS and SCCS ...
8674         * vc-rcs.el:
8675         * vc-sccs.el: ... here, respectively.
8677 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * minibuffer.el (completion--file-name-table): Return nil if there's
8680         no file completion, even if substitute-in-file-name changed
8681         the string (bug#4708).
8683 2009-10-13  Juri Linkov  <juri@jurta.org>
8685         * files-x.el (read-file-local-variable-value): Don't filter out
8686         minor modes from mode name completion (bug#4664).
8688 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8690         * international/mule-cmds.el (ucs-names): Remove exclusion of
8691         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8693 2009-10-13  Kenichi Handa  <handa@m17n.org>
8695         * international/uni-name.el: Regenerated.
8697 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8699         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8700         should be automatically buffer-local, but isn't.)
8702 2009-10-12  Sam Steingold  <sds@gnu.org>
8704         * progmodes/compile.el (compilation-next-error-function): Fix the
8705         timestamps if the buffer has been visited before.
8706         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8707         non-anchored patterns, like the perl one (bug#3928).
8709 2009-10-12  Glenn Morris  <rgm@gnu.org>
8711         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8712         Let-bind `size'.
8714 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8716         * proced.el (proced-unload-function): New function.
8718         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8719         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8720         Doc fix.
8722         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8724 2009-10-11  Juri Linkov  <juri@jurta.org>
8726         * files-x.el (read-file-local-variable-value):
8727         Provide default value only for bound variables (bug#4664).
8729 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8731         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8732         connection methods like smb.
8734         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8735         can be empty.
8737         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8738         (tramp-smb-file-name-handler-alist): Add handlers for
8739         `add-name-to-file', `make-symbolic-link'.
8740         (tramp-smb-handle-add-name-to-file)
8741         (tramp-smb-do-file-attributes-with-stat)
8742         (tramp-smb-handle-make-symbolic-link)
8743         (tramp-smb-get-cifs-capabilities): New defuns.
8744         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8745         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8746         (tramp-smb-handle-file-local-copy)
8747         (tramp-smb-handle-make-directory-internal)
8748         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8749         The file name syntax depends on cifs capabilities.
8750         (tramp-smb-handle-file-attributes):
8751         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8752         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8753         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8755 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
8757         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8758         (eieio-defclass): Apply deftype handler and setf-method properties
8759         directly.
8760         (eieio-add-new-slot): Avoid union function from cl library.
8761         (eieio--typep): New function.
8762         (eieio-perform-slot-validation): Use it.
8764 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8766         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8767         Update documentation to refer to the variables documented in r1.135.
8768         (Bug#4188)
8770 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8772         * bookmark.el (Info-suffix-list): Remove this unused variable.
8773         (bookmark-current-point): Remove this obsolete variable.
8774         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8775         Adjust for removal of bookmark-current-point.
8777         (bookmarks-already-loaded, bookmark-current-buffer)
8778         (bookmark-yank-point): Document.  (Bug#4188)
8780 2009-10-10  Glenn Morris  <rgm@gnu.org>
8782         * frame.el (frame-height): Doc fix.
8784         * calendar/calendar.el (calendar-split-width-threshold): New option.
8785         (calendar-basic-setup): Use calendar-split-width-threshold.
8787 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
8789         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8790         Use .la for Automake.
8792 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
8794         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8795         Use "autoreconf -i".  Suggested by Andreas Schwab.
8797 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
8799         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8800         Ideographic Supplement" range (U+1F200..U+1F2FF).
8802 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8804         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8805         since the list will have been rebuilt anyway.  (Bug#4349)
8807 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8809         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8810         (bookmark-bmenu-execute-deletions): Don't save here, as
8811         bookmark-delete will now do so if necessary.
8812         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8813         (Bug#4348)
8815 2009-10-09  Glenn Morris  <rgm@gnu.org>
8817         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8819 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8821         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8822         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8823         argument now, so the two function's behaviors will match.  (Bug#3645)
8825 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8827         * cedet/ede/proj.el (project-make-dist, project-compile-project):
8828         Fix filename test.
8829         (ede-proj-dist-makefile): Use expand-file-name instead of concat
8830         to expand file names.
8832 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8834         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8835         (tramp-file-name-real-host, tramp-file-name-port):
8836         Apply `save-match-data'.
8838         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8839         case both directories are remote.
8840         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8841         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8843 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8845         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8846         (ede-proj-target-makefile-objectcode): Use it.
8848         * cedet/ede/source.el (ede-want-any-source-files-p)
8849         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8850         Return search result.  This error was introduced while merging.
8852 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8854         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8856 2009-10-07  Glenn Morris  <rgm@gnu.org>
8858         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8859         of concat.
8861 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8863         * files-x.el (read-file-local-variable): Include some
8864         non-user-variables in the completion table (bug#4664).
8866 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8868         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8869         message.
8871         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8872         (tramp-smb-file-name-handler-alist): Add handler for
8873         `copy-directory', `expand-file-name', `set-file-modes'.
8874         (tramp-smb-handle-copy-directory)
8875         (tramp-smb-handle-expand-file-name)
8876         (tramp-smb-handle-set-file-modes): New defuns.
8877         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8878         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8879         entry.
8880         (tramp-smb-handle-insert-directory): Don't flush the cache.
8881         (tramp-smb-maybe-open-connection): Check for samba client and
8882         server versions.
8884 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8886         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8887         to not error out of search for "^lisp=" fails.
8889 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8891         * makefile.w32-in (WINS_UPDATES): New macro.
8892         (custom-deps, finder-data, autoloads): Use it.
8894 2009-10-07  Glenn Morris  <rgm@gnu.org>
8896         * Makefile.in (autoloads): Revert previous change.
8897         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8898         the list of preloaded files passed on the command-line, get
8899         it from src/Makefile.
8901         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8902         show the original buffer rather than a random one.
8904 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8906         * help.el (describe-no-warranty): Place point in a slightly better
8907         position in the GPLv3 text.
8909 2009-10-06  Sam Steingold  <sds@gnu.org>
8911         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8912         the comm attribute is present before calling regexp-quote.
8914 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8916         * play/animate.el (animate-string): For good effect, make sure
8917         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8919         * play/animate.el (animate-sequence, animate-birthday-present):
8920         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8922 2009-10-06  Glenn Morris  <rgm@gnu.org>
8924         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8926         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8927         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8928         (batch-update-autoloads): Process a string value of autoload-excludes,
8929         set during the build process.
8930         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8932         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8933         inside with-parsed...  macro so that `v' is defined.
8935         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8936         * progmodes/fortran.el (fortran-end-of-block)
8937         (fortran-beginning-of-block):
8938         Also push mark in the macro case.
8940         * emerge.el (emerge-show-file-name):
8941         * calc/calc.el (calc-quit):
8942         * calc/calc-misc.el (calc-big-or-small):
8943         * calc/calc-graph.el (calc-graph-view):
8944         * calc/calc-ext.el (calc-reset):
8945         * calendar/calendar.el (calendar-basic-setup):
8946         Use window-full-height-p.
8948         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8949         header we don't understand, don't insert another.  (Bug#4624)
8950         If changing mime charset, insert the new one in the right place.
8952 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8954         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8955         (cal-tex-cursor-month): Correctly increment the end date for diary and
8956         holiday listing.  (Bug#4626)
8958 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * help-fns.el (describe-function-1): Don't burp if the function is not
8961         a symbol.
8963 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8965         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8966         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8967         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8968         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8970         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8971         (eieio-default-superclass): Reflow docstrings.
8972         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8973         (eieio-unbind-method-implementations, defmethod)
8974         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8975         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8976         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8977         (eieio-slot-originating-class-p, eieio-slot-name-index)
8978         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8979         (constructor, initialize-instance, no-next-method, object-print)
8980         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8981         Fix typos in docstrings.
8982         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8983         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8984         (next-method-p): Doc fixes.
8985         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8986         Fix typos in error messages.
8987         (eieio-defmethod): Fix typo in description of generic method.
8989         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8990         (eieio-persistent-save-interactive, slot-missing):
8991         Fix typos in docstrings.
8992         (eieio-instance-inheritor-slot-boundp): Doc fix.
8994         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8995         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8997         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8998         (eieio-custom-object-apply-reset):
8999         Fix typos in docstrings and error messages.
9001         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9002         Fix typo in docstring.
9004         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9005         (eieio-browse-tree): Doc fix.
9006         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9007         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9008         Fix typos in docstrings.
9010         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9011         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9012         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9013         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9014         Reflow docstrings.
9016 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9018         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9019         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9020         Set log-view-vc-backend so that diff can work.
9022         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9023         vc-version-diff.
9024         (vc-diff-internal): Autoload this instead of vc-version-diff.
9026 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9028         * simple.el (eval-expression): Doc fix.
9030         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9032 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9034         * files.el (directory-files-no-dot-files-regexp): New defconst.
9035         (delete-directory): Use it.
9036         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9038         * net/tramp.el (tramp-verbose): Fix docstring.
9039         (tramp-methods): Add recursive option to `tramp-copy-args'.
9040         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9041         "scp1_old", "scp2_old", "rsync", "rsyncc".
9042         (tramp-default-method): Check also for `auth-source-user-or-password'.
9043         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9044         Add handler for `copy-directory'.
9045         (tramp-handle-copy-directory): New defun.
9046         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9047         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9048         Optimize sent command.
9050 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9052         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9053         window if necessary.
9055         * calendar/calendar.el (calendar-basic-setup): Don't call
9056         switch-to-buffer in a dedicated window.
9058 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9060         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9061         don't do anything related to relocating, just return nil.
9062         (bookmark-error-no-filename): New error.
9063         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9064         bookmark has no file.  Don't even attempt to handle things that
9065         are not files; the whole point of custom handlers is to keep that
9066         knowledge elsewhere anyway.  Tighten some comments.
9067         (bookmark-file-or-variation-thereof): Remove now-unused function.
9068         (bookmark-location): Doc string fix.
9069         (Bug#4250)
9071 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9073         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9074         don't use a file dialog, because they usually don't know how to read
9075         a directory target from the user.  (Bug#4230)
9076         Also, make sure the prompt can display directories as well as files.
9078 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9080         * bookmark.el (bookmark-set, bookmark-buffer-name):
9081         Improve doc strings.  (Bug#1193)
9083 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9085         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9086         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9087         (bookmark-get-annotation, bookmark-set-annotation)
9088         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9089         (bookmark-set-position, bookmark-get-front-context-string)
9090         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9091         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9092         (bookmark-jump-other-window, bookmark-handle-bookmark)
9093         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9094         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9095         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9096         Improve doc strings to say whether bookmark can be a string or
9097         a record or both, and make other consistency and clarity fixes.
9098         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9099         (bookmark-default-annotation-text, bookmark-yank-word)
9100         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9101         (bookmark-import-new-list, bookmark-maybe-rename)
9102         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9103         (bookmark-bmenu-bookmark): Give these doc strings.
9104         (bookmark-bmenu-check-position): Give this a doc string, but also
9105         add a FIXME comment about how the function may be pointless.
9106         (bookmark-default-handler): Rework doc string and change a
9107         parameter name, to clarify that this takes a bookmark record
9108         not a bookmark name.
9109         (bookmark-set): Change a parameter name to indicate its meaning,
9110         and improve the doc string a bit.
9111         (Bug#4188)
9113 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9115         * bookmark.el (bookmark-alist): Document the new `handler' element
9116         in the param alist.
9117         (bookmark-make-record-function): Adjust documentation for above.
9118         (Bug#4193)
9120 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9122         * info.el (Info-bookmark-make-record): Document this function.
9123         (Info-bookmark-jump): Document with a doc string, not just a comment.
9124         (Bug#4203)
9126 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9128         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9129         (semantic-new-buffer-fcn): Call parser setup functions here.
9130         (semantic-mode): Don't call parser setup functions here, it's done
9131         in semantic-new-buffer-fcn now.
9132         (semantic-mode): Parse all existing buffers when enabled.
9134         * cedet/srecode/compile.el (srecode-compile-file):
9135         Call semantic-new-buffer-fcn if the buffer has not been parsed.
9137 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9139         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9141         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9142         (proj-comp-insert-variable-once): New macro, renamed from
9143         ede-pmake-insert-variable-once in ede/pmake.edl.
9144         (ede-proj-makefile-insert-variables): Use it.
9146 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
9148         * files.el (copy-directory): New defun.
9150         * dired-aux.el (dired-copy-file-recursive): Use it.
9152 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9154         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9155         (makefile-end-of-command):
9156         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9157         (semantic-end-of-context): Fix previous change.  Doc fixes.
9159 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9161         * files-x.el (modify-dir-local-variable)
9162         (copy-dir-locals-to-file-locals-prop-line):
9163         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9164         (makefile-end-of-command):
9165         * cedet/semantic/lex.el (semantic-lex-token):
9166         * cedet/semantic/analyze/fcn.el
9167         (semantic-analyze-dereference-metatype-1):
9168         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9169         (semantic-lex-cpp-undef):
9170         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9171         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9172         (semantic-end-of-context): Fix typos in docstrings.
9174         * recentf.el (recentf-unload-function): New function.
9176 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9178         * cedet/ede.el (ede-project-placeholder-cache-file):
9179         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9180         * cedet/srecode/map.el (srecode-map-save-file):
9181         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
9183 2009-10-04  Glenn Morris  <rgm@gnu.org>
9185         * window.el (window-full-height-p): Add doc string.
9187 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
9189         * window.el (window-full-height-p): New function.  (Bug#4543)
9191 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
9193         * cedet/srecode/insert.el: Require srecode/args.
9195         * cedet/srecode/args.el: Require srecode/dictionary instead of
9196         srecode/insert.
9198         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9200         * files.el (auto-mode-alist): Add .srt and Project.ede.
9202         * cedet/semantic.el (semantic-mode):
9203         Handle srecode-template-mode-hook as well.
9204         (semantic-mode): Use js-mode-hook for Javascript hook.
9206         * cedet/srecode/template.el: Remove hook variable.
9208         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9210         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9211         projects exist.
9212         (ede-project-placeholder-cache-file): Default to a file in
9213         user-emacs-directory.
9215         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9216         templates in data-directory.
9217         (srecode-map-save-file): Default to a file in user-emacs-directory.
9219         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9220         directory.
9222 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9224         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9225         Doc fix.
9227         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9228         Only insert each variable once.
9230         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9231         (ede-pmake-insert-variable-shared): Use it.
9233         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9234         for lexical table iff table is nil.
9236 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
9238         * vc.el: Remove commented out code.
9239         (vc-derived-from-dir-mode): Remove, unused.
9240         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9242 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
9244         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9245         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
9246         there could be recursive loading when `default-directory' is a
9247         remote file name.  (Bug#4614)
9249 2009-10-03  Glenn Morris  <rgm@gnu.org>
9251         * calendar/calendar.el (calendar-basic-setup): Handle the case where
9252         the frame is wide.
9253         (calendar-generate-window): Test for shrinkability rather than width.
9255         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9256         declaration, currently false.
9258         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9259         reusing existing buffers, in case we happen to visit two files with the
9260         same basename.  (Bug#4593)
9262 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9264         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9265         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9266         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9267         subdirs of cedet as well.
9268         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9270 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9272         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9273         Obey advertised-signature-table.
9275         * help-fns.el (help-function-arglist): Don't check
9276         advertised-signature-table.
9277         (describe-function-1): Do it here instead so it also applies to subrs.
9279 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
9281         * simple.el (start-file-process): Say in the doc-string, that file
9282         handlers might not support pty association, if PROGRAM is nil.
9284         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9285         HOST and USER are strings.  They are nil, when there are
9286         incomplete entries in ~/.netrc, for example.
9287         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
9288         root directory ("device busy" error otherwise).
9290         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9291         Flush file properties of created directory.
9293 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9295         * makefile.w32-in (WINS_BASIC): Remove cedet.
9296         (WINS_CEDET): Add cedet.
9297         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9299 2009-10-02  Kevin Ryde  <user42@zip.com.au>
9301         * net/browse-url.el (browse-url): Pass any symbol in
9302         browse-url-browser-function to `apply', since if you've mistakenly put
9303         an unbound symbol then the error is clearer.  (Bug#4531)
9305 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9307         * allout.el (allout-init, allout-back-to-current-heading)
9308         (allout-beginning-of-current-entry, allout-ascend-to-depth)
9309         (allout-ascend, allout-up-current-level, allout-end-of-level)
9310         (allout-previous-visible-heading, allout-forward-current-level)
9311         (allout-backward-current-level, allout-show-children):
9312         * apropos.el (apropos-describe-plist):
9313         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9314         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9315         * completion.el (add-completion, add-permanent-completion):
9316         * descr-text.el (describe-text-category, describe-char):
9317         * desktop.el (desktop-lazy-abort):
9318         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9319         * dired.el (dired-build-subdir-alist):
9320         * ediff.el (ediff-version):
9321         * elide-head.el (elide-head, elide-head-show):
9322         * emerge.el (emerge-version):
9323         * env.el (getenv):
9324         * face-remap.el (variable-pitch-mode):
9325         * faces.el (describe-face):
9326         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9327         (dired-at-point):
9328         * files.el (find-file-existing, auto-save-mode):
9329         * font-lock.el (font-lock-fontify-buffer):
9330         * help-fns.el (describe-function, describe-variable)
9331         (describe-syntax, describe-categories):
9332         * help.el (view-lossage, describe-bindings, describe-key)
9333         (describe-mode):
9334         * hexl.el (hexl-current-address):
9335         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9336         * info.el (Info-goto-emacs-key-command-node):
9337         * log-edit.el (log-edit-insert-cvs-template)
9338         (log-edit-insert-cvs-rcstemplate):
9339         * menu-bar.el (menu-bar-mode):
9340         * mouse.el (mouse-appearance-menu):
9341         * newcomment.el (comment-indent-new-line):
9342         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9343         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9344         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9345         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9346         * recentf.el (recentf-mode):
9347         * savehist.el (savehist-mode, savehist-save):
9348         * shadowfile.el (shadow-copy-files):
9349         * simple.el (kill-ring-save, next-line, previous-line)
9350         (normal-erase-is-backspace-mode):
9351         * strokes.el (strokes-update-window-configuration)
9352         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9353         (strokes-xpm-for-stroke):
9354         * time.el (emacs-uptime, emacs-init-time):
9355         * tutorial.el (tutorial--describe-nonstandard-key)
9356         (tutorial--detailed-help):
9357         * type-break.el (type-break-mode)
9358         (type-break-mode-line-message-mode, type-break-query-mode)
9359         (type-break-guesstimate-keystroke-threshold):
9360         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9361         * version.el (emacs-version):
9362         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9363         * winner.el (winner-mode):
9364         * calendar/timeclock.el (timeclock-in, timeclock-out)
9365         (timeclock-status-string, timeclock-change)
9366         (timeclock-workday-remaining-string)
9367         (timeclock-workday-elapsed-string)
9368         (timeclock-when-to-leave-string):
9369         * calendar/todo-mode.el (todo-add-category):
9370         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9371         * emacs-lisp/autoload.el (update-file-autoloads):
9372         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9373         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9374         (checkdoc-message-text, checkdoc-defun):
9375         * emacs-lisp/debug.el (debugger-list-functions):
9376         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9377         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9378         (eieio-describe-generic):
9379         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9380         * emacs-lisp/shadow.el (list-load-path-shadows):
9381         * emulation/cua-base.el (cua-mode):
9382         * emulation/edt.el (edt-set-scroll-margins):
9383         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9384         (tpu-toggle-regexp, tpu-toggle-search-direction)
9385         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9386         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9387         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9388         (viper-set-parsing-style-toggling-macro)
9389         (viper-set-emacs-state-searchstyle-macros):
9390         * emulation/viper.el (viper-set-hooks):
9391         * eshell/esh-mode.el (eshell-truncate-buffer):
9392         * international/mule-cmds.el (prefer-coding-system)
9393         (describe-input-method, describe-language-environment):
9394         * international/mule-diag.el (list-character-sets)
9395         (describe-character-set, describe-coding-system)
9396         (describe-fontset, list-fontsets, list-input-methods):
9397         * mail/sendmail.el (mail-signature):
9398         * net/ange-ftp.el (ange-ftp-copy-file):
9399         * net/browse-url.el (browse-url):
9400         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9401         * net/quickurl.el (quickurl-add-url):
9402         * net/rcirc.el (names, topic):
9403         * net/xesam.el (xesam-mode):
9404         * play/5x5.el (5x5-new-game):
9405         * play/yow.el (apropos-zippy):
9406         * progmodes/ada-mode.el (ada-mode-version):
9407         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9408         (f90-end-of-block)
9409         (f90-beginning-of-block):
9410         * progmodes/fortran.el (fortran-end-of-block)
9411         (fortran-beginning-of-block):
9412         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9413         * progmodes/python.el (python-describe-symbol, python-shell):
9414         * term/ns-win.el (ns-print-buffer):
9415         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9416         * textmodes/flyspell.el (flyspell-mode-on):
9417         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9418         (pages-directory-for-addresses):
9419         * textmodes/table.el (table-recognize-cell)
9420         (table-query-dimension, table-generate-source)
9421         (table-insert-sequence, table--warn-incompatibility):
9422         * textmodes/tex-mode.el (tex-validate-buffer):
9423         * textmodes/texinfmt.el (texinfmt-version)
9424         (texinfo-format-buffer):
9425         Use `called-interactively-p' instead of `interactive-p'.
9427 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9429         * image-mode.el (image-toggle-display):
9430         * emacs-lisp/elp.el (elp-instrument-function):
9431         * emacs-lisp/advice.el (ad-make-advised-definition):
9432         * emacs-lisp/easy-mmode.el (define-minor-mode):
9433         * net/browse-url.el (browse-url-maybe-new-window):
9434         * progmodes/sh-script.el (sh-learn-buffer-indent):
9435         Pass new argument 'any to `called-interactively-p'.
9437 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9439         * international/uni-bidi.el:
9440         * international/uni-category.el:
9441         * international/uni-combining.el:
9442         * international/uni-comment.el:
9443         * international/uni-decimal.el:
9444         * international/uni-decomposition.el:
9445         * international/uni-digit.el:
9446         * international/uni-lowercase.el:
9447         * international/uni-mirrored.el:
9448         * international/uni-name.el:
9449         * international/uni-numeric.el:
9450         * international/uni-old-name.el:
9451         * international/uni-titlecase.el:
9452         * international/uni-uppercase.el:
9453         Regenerate from Unicode 5.2.0 data.
9455 2009-10-01  Glenn Morris  <rgm@gnu.org>
9457         * Makefile.in (ELCFILES): Regenerate.
9459 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9461         * subr.el (interactive-p): Mark obsolete.
9462         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9463         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9464         advertised-signature-table for subroutines as well.
9466         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9467         (set-advertised-calling-convention): New function.
9468         (make-obsolete, define-obsolete-function-alias)
9469         (make-obsolete-variable, define-obsolete-variable-alias):
9470         Make the optional-ness of `when' obsolete.
9471         (define-obsolete-face-alias): Make `when' non-optional.
9472         * help-fns.el (help-function-arglist):
9473         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9474         Use advertised-signature-table.
9476 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9478         * files.el (delete-directory): New defun.  The original function
9479         in fileio.c has been renamed to `delete-directory-internal'.
9481         * dired.el (dired-delete-file): Call `delete-directory' with
9482         RECURSIVE parameter.
9484         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9485         parameter RECURSIVE.  Implementation is missing.
9487         * net/tramp.el (tramp-handle-make-directory): Flush upper
9488         directory's file properties.
9489         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9490         (tramp-handle-dired-recursive-delete-directory): Flush directory
9491         properties after the remove command only.
9493         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9494         Handle optional parameter RECURSIVE.
9496         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9497         Handle optional parameter RECURSIVE.
9499         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9500         connection timeout.
9501         (tramp-smb-handle-delete-directory): Handle optional parameter
9502         RECURSIVE.
9504 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9507         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9508         (byte-compile-defmacro): Use backquotes.
9510         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9512         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9513         has no associated file.
9514         (vc-resynch-buffer): Use vc-dir-buffers.
9516 2009-10-01  Glenn Morris  <rgm@gnu.org>
9518         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9519         (chart-file-count):
9520         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9521         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9522         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9523         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9524         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9525         (eieio-copy-parents-into-subclass, make-instance, class-children)
9526         (eieio-generic-form):
9527         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9528         * cedet/cedet-idutils.el (cedet-idutils-search)
9529         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9530         (cedet-idutils-version-check):
9531         * cedet/cedet.el (cedet-version):
9532         * cedet/data-debug.el (data-debug-insert-overlay-button)
9533         (data-debug-insert-overlay-list-button)
9534         (data-debug-insert-buffer-button)
9535         (data-debug-insert-buffer-list-button)
9536         (data-debug-insert-process-button, data-debug-insert-ring-button)
9537         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9538         (data-debug-insert-stuff-vector-button)
9539         (data-debug-insert-symbol-button, data-debug-insert-string)
9540         (data-debug-insert-number, data-debug-insert-lambda-expression)
9541         (data-debug-insert-nil, data-debug-insert-simple-thing)
9542         (data-debug-insert-custom, data-debug-edebug-expr):
9543         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9544         (global-ede-mode-map, ede-new, ede-debug-target)
9545         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9546         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9547         (semantic-fetch-tags, semantic-submode-list)
9548         (semantic-default-submodes):
9549         * cedet/ede/source.el (ede-source-match):
9550         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9551         (project-am-package-info):
9552         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9553         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9554         * cedet/ede/proj-comp.el (ede-current-build-list):
9555         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9556         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9557         * cedet/ede/cpp-root.el (initialize-instance):
9558         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9559         (autoconf-parameter-strip, autoconf-insert-new-macro):
9560         * cedet/semantic/wisent.el (wisent-lex-eoi):
9561         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9562         (semantic-show-parser-state-mode):
9563         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9564         * cedet/semantic/tag.el (semantic-tag-new-variable)
9565         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9566         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9567         (semantic--tag-deep-copy-tag-list)
9568         (semantic-tag-components-with-overlays-default):
9569         * cedet/semantic/symref.el (semantic-symref-find-text):
9570         * cedet/semantic/senator.el (senator-yank-tag)
9571         (senator-transpose-tags-up):
9572         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9573         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9574         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9575         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9576         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9577         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9578         * cedet/semantic/lex-spp.el
9579         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9580         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9581         * cedet/semantic/idle.el
9582         (semantic-idle-summary-current-symbol-info-brutish)
9583         (semantic-idle-summary-current-symbol-info-default):
9584         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9585         (semantic--grammar-macro-compl-dict):
9586         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9587         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9588         (semantic-format-tag-canonical-name-default):
9589         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9590         (semantic-find-tags-for-completion)
9591         (semantic-find-tags-by-scope-protection-default)
9592         (semantic-deep-find-tags-for-completion):
9593         * cedet/semantic/edit.el
9594         (semantic-edits-incremental-reparse-failed-hook)
9595         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9596         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9597         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9598         * cedet/semantic/dep.el (semantic-dependency-include-path):
9599         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9600         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9601         (semanticdb-project-roots):
9602         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9603         (semanticdb-find-adebug-insert-scanned-tag-cons)
9604         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9605         (semanticdb-brute-deep-find-tags-for-completion):
9606         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9607         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9608         (semantic-end-of-context-default)
9609         (semantic-ctxt-current-function-default)
9610         (semantic-ctxt-scoped-types-default):
9611         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9612         (semantic-complete-inline-tag-engine)
9613         (semantic-complete-inline-custom-type)
9614         (semantic-complete-read-tag-analyzer):
9615         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9616         (semantic-chart-database-size):
9617         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9618         (semantic-analyze-current-context):
9619         * cedet/semantic/symref/list.el (semantic-symref)
9620         (semantic-symref-hide-buffer, semantic-symref-symbol):
9621         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9622         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9623         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9624         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9625         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9626         (semantic-c-dereference-template):
9627         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9628         (semantic--analyze-refs-full-lookup-with-parents)
9629         (semantic--analyze-refs-full-lookup-simple):
9630         * cedet/semantic/analyze/complete.el
9631         (semantic-analyze-possible-completions):
9632         * cedet/srecode/table.el (srecode-mode-table-new):
9633         * cedet/srecode/srt.el (srecode-read-variable-name):
9634         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9635         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9636         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9637         * cedet/srecode/map.el (srecode-current-map):
9638         * cedet/srecode/insert.el (srecode-insert)
9639         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9640         (srecode-template-inserter-point-override)
9641         (srecode-insert-include-lookup):
9642         * cedet/srecode/getset.el (srecode-auto-choose-class):
9643         * cedet/srecode/extract.el (srecode-inserter-extract):
9644         * cedet/srecode/document.el
9645         (srecode-document-autocomment-return-last-alist)
9646         (srecode-document-autocomment-param-type-alist)
9647         (srecode-document-insert-function-comment)
9648         (srecode-document-insert-variable-one-line-comment)
9649         (srecode-document-function-name-comment):
9650         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9651         (srecode-compound-toString):
9652         * cedet/srecode/compile.el (srecode-flush-active-templates):
9653         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9654         Doc/message fixes.
9656         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9657         match-data.  (Bug#4555).
9659         * cedet/semantic/bovine/gcc.el
9660         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9661         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9663         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9664         rather than parsing it as a regexp.  This relaxes the layout
9665         requirements and makes errors easier to detect.
9666         (check-declare-verify): Check file is regular.
9667         (check-declare-directory): Doc fix.
9668         * subr.el (declare-function): Doc fix.
9670         * ibuffer.el (ibuffer-format-qualifier):
9671         * isearch.el (hi-lock-regexp-okay):
9672         * calc/calc.el (math-zerop):
9673         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9674         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9675         Remove unused declarations.
9677 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9679         * cedet/semantic/wisent/javat-wy.el
9680         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9682 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9684         * cedet/srecode/expandproto.el: Fix provide statement.
9686 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9688         * emacs-lisp/eieio.el (boolean-p): Delete.
9690 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9692         * cedet/ede/srecode.el: Fix provide statement.
9694 2009-09-30  Glenn Morris  <rgm@gnu.org>
9696         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9697         * cedet/ede/proj-aux.el (ede-aux-source):
9698         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9699         (ede-misc-source):
9700         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9701         (semantic-mrub-switch-tags): Fix doc typos.
9703         * cedet/semantic/db-global.el (data-debug-new-buffer)
9704         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9705         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9707         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9709         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9710         use of CL function `remove-if-not'.
9712         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9714         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9715         filename is not a string.
9717 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9719         * files.el (safe-local-eval-forms): Fix typo.
9721 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9723         * vc-hooks.el (vc-dir-buffers): New var.
9724         (vc-state-refresh): New function.
9725         (vc-state): Use it.
9726         (vc-after-save): Always ask the backend to recompute the new state.
9727         Always call vc-dir if necessary, using vc-dir-buffers.
9728         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9729         Use vc-dir-buffers.
9730         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9731         (vc-dir-prepare-status-buffer, vc-dir-update)
9732         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9733         Don't call expand-file-name on default-directory.
9735 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9737         * speedbar.el (speedbar-item-delete):
9738         * calc/calc-prog.el (calc-kbd-if):
9739         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9741         * epa.el (epa-key-list-mode-map):
9742         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9744         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9745         (hs-show-hook): Fix typo in docstring.
9747 2009-09-29  Glenn Morris  <rgm@gnu.org>
9749         * cedet/semantic/symref/idutils.el:
9750         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9752         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9754         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9755         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9756         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9757         Mark declarations not understood by check-declare.
9759         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9760         file-name-nondirectory call preventing location of cedet files.
9761         (check-declare-verify): Use literal search rather than re-search.
9762         Add basic defmethod and defclass, and define-overloadable-function.
9764         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9765         Use tramp-compat-file-attributes rather than nonexistent
9766         tramp-compat-handle-file-attributes.
9768         * Makefile.in (lisptagsfiles4): New.
9769         (AUTOGENEL): Add cedet loaddefs files.
9770         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9771         (update-elclist, compile-always, backup-compiled-files)
9772         (bootstrap-clean): Add yet another directory level.
9773         (update-elclist): Use LC_COLLATE rather than COLLATE.
9774         (ELCFILES): Update, via `make update-elclist'.
9776 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9778         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9779         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9780         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9782 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9784         * Makefile.in (lisptagsfiles3): Define.
9785         (TAGS, TAGS-LISP): Use it.
9786         (update-elclist): Add third directory level to look for elc files.
9787         (compile-always): Likewise.
9788         (backup-compiled-files): Likewise.
9789         (bootstrap-clean): Likewise.
9790         (ELCFILES): Update.
9792 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
9794         * Makefile.in (ELCFILES): Add CEDET files.
9796 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9798         CEDET (development tools) package merged.
9800         * cedet/*.el:
9801         * cedet/ede/*.el:
9802         * cedet/semantic/*.el:
9803         * cedet/srecode/*.el: New files.
9805 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
9807         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9809         * net/tramp.el (top): Require tramp-imap.
9811         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9812         Use `tramp-compat-handle-file-attributes'.
9814 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9816         * net/tramp-imap.el: New package.
9818 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9820         * emacs-lisp/chart.el:
9821         * emacs-lisp/eieio-base.el:
9822         * emacs-lisp/eieio-comp.el:
9823         * emacs-lisp/eieio-custom.el:
9824         * emacs-lisp/eieio-datadebug.el:
9825         * emacs-lisp/eieio-opt.el:
9826         * emacs-lisp/eieio-speedbar.el:
9827         * emacs-lisp/eieio.el: New files.
9829         * cedet/cedet-cscope.el:
9830         * cedet/cedet-files.el:
9831         * cedet/cedet-global.el:
9832         * cedet/cedet-idutils.el:
9833         * cedet/data-debug.el:
9834         * cedet/inversion.el:
9835         * cedet/mode-local.el:
9836         * cedet/pulse.el: New files.
9838 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9840         * whitespace.el (whitespace-trailing-regexp)
9841         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9842         Fix doc string.
9844 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
9846         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9847         menu.
9849         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9850         menu-bar-ediff-menu.
9852         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9853         define-overloadable-function.
9855         * progmodes/autoconf.el: Provide autoconf as well, so that this
9856         file can be `require'd.
9858         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9860         * emacs-lisp/autoload.el (generated-autoload-feature)
9861         (generated-autoload-load-name): New vars.
9862         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9863         (make-autoload): Recognize define-overloadable-function and
9864         defclass forms (for EIEIO).
9866         * Makefile.in (update-subdirs): Exclude cedet directory.
9868 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9870         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9872         * faces.el: Default light-background background for region face to
9873         ns_selection_color under NS.
9875 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9877         * net/imap-hash.el: New library, see NEWS.
9879         * Makefile.in (ELCFILES): Add imap-hash.el.
9881 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9883         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9884         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9885         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9886         definition where the docstring could be taken for the return value.
9888 2009-09-26  Glenn Morris  <rgm@gnu.org>
9890         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9891         Add option to only show images below a certain size.
9892         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9893         save-excursion calls.
9895 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9897         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9898         subdirectories) and eieio.
9900 2009-09-26  Alan Mackenzie  <acm@muc.de>
9902         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9903         buggy bracketing.  (Bug#4289)
9905         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9906         character constants (as case labels).  (Bug#4289)
9908 2009-09-25  Juri Linkov  <juri@jurta.org>
9910         * files.el (safe-local-eval-forms): Allow time-stamp in
9911         before-save-hook (Bug#4554).
9913 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9915         * menu-bar.el (list-buffers-directory): Doc fix.
9917 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9920         Try and avoid copying twice the same paragraph.
9921         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9922         Remove save-excursion.
9923         (log-edit-changelog-entry): Do it here instead.
9925 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9927         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9928         when available, instead of hardcoding mode names.  Doc fix.
9930         * menu-bar.el (list-buffers-directory): Add docstring.
9931         Make automatically buffer-local.
9933         * dired.el (dired-mode):
9934         * files.el (cd-absolute):
9935         * pcvs.el (cvs-temp-buffer):
9936         * pcvs-util.el (cvs-get-buffer-create):
9937         * shell.el (shell-mode):
9938         * vc-dir.el (vc-dir-mode):
9939         Don't make `list-buffers-directory' buffer local.
9941 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9943         * comint.el (comint-exec, comint-run, make-comint):
9944         Doc fixes (Bug#4542).
9946 2009-09-25  Glenn Morris  <rgm@gnu.org>
9948         * mail/rmailmm.el (rmail-mime): New custom group.
9949         Move all defcustoms in this file into this group.
9950         (rmail-mime-media-type-handlers-alist): Revert previous change.
9951         (rmail-mime-show-images): New option.
9952         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9953         references to it, since it wasn't actually used for anything.
9954         (rmail-mime-insert-image): New function.
9955         (rmail-mime-image): Use rmail-mime-insert-image.
9956         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9957         obey the value of `rmail-mime-show-images' option.  Print the size of
9958         attachments.
9960 2009-09-25  David Engster  <deng@randomsample.de>
9962         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9964 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9966         * whitespace.el: Does not highlight trailing spaces While point is
9967         at end of line.  Does not highligt spaces at beginning of buffer
9968         while point is at beginning of buffer.  Does not highlight spaces
9969         at end of buffer while point is at end of buffer.  (Bug#4177)
9970         New version 12.0.
9971         (whitespace-display-mappings): Adjust initialization.
9972         (whitespace-point, whitespace-font-lock-refontify): New vars.
9973         (whitespace-color-on, whitespace-color-off): Adjust code.
9974         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9975         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9976         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9978 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9980         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9982         * textmodes/sgml-mode.el: Remove xml-mode alias.
9984         * files.el (auto-mode-alist, conf-mode-maybe)
9985         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9987 2009-09-24  Alan Mackenzie  <acm@muc.de>
9989         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9990         c-forward-conditionals, but it doesn't move point and doesn't set
9991         the mark.
9992         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9993         (c-down-conditional-with-else, c-backward-conditional)
9994         (c-forward-conditional): Refactor to use c-scan-conditionals.
9996 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9998         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9999         (help-default-arg-highlight): Remove.
10000         (help-highlight-arg): New function.
10001         (help-do-arg-highlight): Use it.
10002         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10004 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10006         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10007         Undo last change, which didn't fix the problem and introduced others.
10009 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10011         * progmodes/gdb-mi.el: Don't require speedbar.
10012         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10014 2009-09-24  Glenn Morris  <rgm@gnu.org>
10016         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10018         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10020         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10021         there is no newline after the final mime boundary.  (Bug#4539)
10022         Move markers on insertion so that any buttons inserted don't end up in
10023         the next part of a multipart message.
10024         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10025         (rmail-mime-bulk-handler): Optionally handle images.
10026         (rmail-mime-image): New button action.
10027         (rmail-mime-image-handler): New function.
10028         (rmail-mime-mode): New mode.
10029         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10031 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10033         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10034         than just dropping elements from it (bug#4504).
10036         * term.el (term-set-scroll-region): Don't move cursor any more.
10037         (term-handle-ansi-escape): Call term-goto here instead.
10038         Suggested by Ivan Kanis <apple@kanis.eu>.
10040         * term.el: Require CL.
10041         (term-ansi-reset): New function.
10042         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10043         (term-handle-colors-array): Simplify.
10045 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10047         * allout.el (allout-overlay-interior-modification-handler)
10048         (allout-obtain-passphrase):
10049         * epa-file.el (epa-file-write-region):
10050         * ps-print.el (ps-begin-job):
10051         * vc-hooks.el (vc-toggle-read-only):
10052         * vc-rcs.el (vc-rcs-rollback):
10053         * vc-sccs.el (vc-sccs-rollback):
10054         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10055         (vc-version-diff, vc-revert, vc-rollback):
10056         * wdired.el (wdired-check-kill-buffer):
10057         * emacs-lisp/authors.el (authors):
10058         * net/socks.el (socks-open-connection):
10059         * net/zeroconf.el (zeroconf-service-add-hook):
10060         * obsolete/vc-mcvs.el (vc-mcvs-register):
10061         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10062         (gdb-select-frame):
10063         * progmodes/grep.el (lgrep, rgrep):
10064         * progmodes/idlw-help.el (idlwave-help-check-locations)
10065         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10066         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10067         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10068         (reftex-toc-rename-label): Fix typos in error messages.
10070         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10071         (dired-copy-how-to-fn): Doc fix.
10072         (dired-files-attributes, dired-read-shell-command):
10073         Fix typos in docstrings.
10075         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10076         (dired-x-find-file-other-window): Reflow docstrings.
10077         (dired-omit-marker-char, dired-read-shell-command)
10078         (dired-x-submit-report): Fix typos in docstrings.
10080         * shell.el (shell-mode-hook):
10081         * view.el (View-scroll-line-forward):
10082         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10083         Fix typos in docstrings.
10085         * net/dig.el (dig-invoke): Fix typo in docstring.
10086         (query-dig): Reflow docstring.
10088         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10089         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10090         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10091         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10092         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10093         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10094         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10095         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10096         (idlwave-completion-map, idlwave-current-indent)
10097         (idlwave-custom-ampersand-surround, idlwave-customize)
10098         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10099         (idlwave-define-abbrev, idlwave-determine-class-special)
10100         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10101         (idlwave-end-block-reg, idlwave-end-of-statement)
10102         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10103         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10104         (idlwave-explicit-class-listed, idlwave-file-header)
10105         (idlwave-fill-paragraph, idlwave-find-class-definition)
10106         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10107         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10108         (idlwave-in-quote, idlwave-indent-action-table)
10109         (idlwave-indent-expand-table, idlwave-indent-line)
10110         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10111         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10112         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10113         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10114         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10115         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10116         (idlwave-outlawed-buffers, idlwave-popup-select)
10117         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10118         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10119         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10120         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10121         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10122         (idlwave-statement-type, idlwave-struct-skip)
10123         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10124         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10125         (idlwave-what-module-find-class): Fix typos in docstrings.
10126         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10127         (idlwave-calculate-cont-indent, idlwave-expand-equal)
10128         (idlwave-find-module, idlwave-find-structure-definition)
10129         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10130         (idlwave-list-load-path-shadows, idlwave-next-statement)
10131         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10132         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10133         (idlwave-template): Reflow docstrings.
10135         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10136         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10137         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10138         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10139         (idlwave-shell-display-line, idlwave-shell-display-wframe)
10140         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10141         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10142         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10143         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10144         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10145         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10146         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10147         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10148         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10149         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10150         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10151         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10152         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10153         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10154         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10155         Fix typos in docstrings.
10156         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10157         (idlwave-shell-hide-output, idlwave-shell-mode)
10158         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10159         Reflow docstrings.
10161         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10163 2009-09-24  Ivan Kanis  <apple@kanis.eu>
10165         * term.el (term-bold-attribute): New var.
10166         (term-handle-colors-array): Use it.
10168 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
10170         * progmodes/gdb-mi.el (gdb-version): New variable.
10171         (gdb-non-stop-handler): Set gdb-version.
10172         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10173         Condition "--thread" option on gdb-version.
10174         (gdb-invalidate-threads): Remove unused argument.
10176 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10179         to looking-back to avoid ridiculous slow down in large files (bug#4511).
10181 2009-09-23  Glenn Morris  <rgm@gnu.org>
10183         * mail/rmail.el (rmail-reply): Don't try to add a References header when
10184         replying to mail without References or Message-Id.  (Bug#4525)
10186 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10188         * term/ns-win.el (ns-reg-to-script): New variable.
10190 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
10192         * epg.el (epg-wait-for-status): Preserve existing 'error results.
10194 2009-09-22  Sam Steingold  <sds@gnu.org>
10196         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10197         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10198         to 1 because hg returns status 1 when nothing is found.
10199         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10201 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10203         * textmodes/fill.el: Convert to utf-8 encoding.
10204         (fill-french-nobreak-p): Remove redundant » and « inherited from our
10205         pre-unicode days.
10207         * add-log.el (change-log-fill-forward-paragraph): New function.
10208         (change-log-mode): Use it so fill-region DTRT.
10209         Set fill-indent-according-to-mode here rather than in
10210         change-log-fill-paragraph.
10211         (change-log-fill-paragraph): Remove.
10213 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
10215         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10216         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10218 2009-09-22  Glenn Morris  <rgm@gnu.org>
10220         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10221         the scroll-bar scroll the calendar window rather than the buffer.
10223         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10224         commands that move point (as opposed to scrolling).
10226         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10228         * emacs-lisp/elint.el (elint): New custom group.
10229         (elint-log-buffer): Make it a defcustom.
10230         (elint-scan-preloaded, elint-ignored-warnings)
10231         (elint-directory-skip-re): New options.
10232         (elint-builtin-variables): Doc fix.
10233         (elint-preloaded-env): New variable.
10234         (elint-unknown-builtin-args): Add an entry for encode-time.
10235         (elint-extra-errors): Make it a variable rather than a constant.
10236         (elint-preloaded-skip-re): New constant.
10237         (elint-directory): Skip files matching elint-directory-skip-re.
10238         (elint-features): New variable, local to linted buffers.
10239         (elint-update-env): Initialize elint-features.  Possibly add
10240         elint-preloaded-env to the buffer's environment.
10241         (elint-get-top-forms): Bind elint-current-pos, for log messages.
10242         Skip quoted forms.
10243         (elint-init-form): New function, extracted from elint-init-env.
10244         Make non-list forms a warning rather than an error.
10245         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
10246         easy-menu-define, put that adds an error-condition, and provide.
10247         When requiring cl, also require cl-macs.  Really require cl, to handle
10248         some cl macros.  Store required libraries in the list elint-features,
10249         so as not to re-load them.  Treat cc-require like require.
10250         (elint-init-env): Call elint-init-form to do the work.
10251         Handle eval-and-compile and such like.
10252         (elint-add-required-env): Do not clear messages.
10253         (elint-special-forms): Add handlers for function, defalias, if, when,
10254         unless, and, or.
10255         (elint-form): Add optional argument to ignore elint-special-forms,
10256         useful to prevent recursive calls from handlers.  Doc fix.
10257         Respect elint-ignored-warnings.
10258         (elint-form): Respect elint-ignored-warnings.
10259         (elint-bound-variable, elint-bound-function): New variables.
10260         (elint-unbound-variable): Respect elint-bound-variable.
10261         (elint-get-args): Respect elint-bound-function.
10262         (elint-check-cond-form): Add some simple handling for (f)boundp and
10263         featurep tests.
10264         (elint-check-defalias-form): New handler.
10265         (elint-check-let-form): Make an empty let a warning rather than an
10266         error.
10267         (elint-check-setq-form): Make an empty setq a warning rather than an
10268         error.  Respect elint-ignored-warnings.
10269         (elint-check-defvar-form): Accept null doc-strings.
10270         (elint-check-conditional-form): New handler.  Does some simple-minded
10271         checking of featurep and (f)boundp tests.
10272         (elint-put-function-args): New function.
10273         (elint-initialize): Use elint-scan-doc-file rather than
10274         elint-find-builtin-variables.  Use elint-put-function-args.
10275         Possibly scan preloaded-file-list.
10276         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10277         extend to handle functions as well.
10279 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
10281         * linum.el (linum-delete-overlays, linum-update-window):
10282         Do not modify the right margin.  (Bug#3971)
10284 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
10286         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10287         nxml-mode instead of xml-mode.
10289 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10291         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
10293 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10295         * net/dig.el (dig-mode): Use define-derived-mode.
10297 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10299         * vc-dispatcher.el (vc-do-command): Return the process object in
10300         the asynchronous case.  Use when instead of if.  Do not run
10301         vc-exec-after to display a message if not enabled.  (Bug#4463)
10303         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10304         properties to the stash strings.
10305         (vc-git-stash-list): Return a list of strings.
10306         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10307         (vc-git-stash-show-at-point): New functions.
10308         (vc-git-stash-map): New keymap.
10310         * register.el (ctl-x-r-map): Define the keys here instead of
10311         using autoload.
10313 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
10315         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10316         list, to workaround performance problem (bug#4485).
10318 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
10320         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10322 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
10324         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10325         Document that this option is not recommended to use.
10327 2009-09-19  Glenn Morris  <rgm@gnu.org>
10329         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10330         variable `var'.
10332         * calc/calc-alg.el (var):
10333         * calc/calcalg2.el (var): Define for compiler.
10335 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
10337         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10338         Doc fix (Bug#3932).
10340         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10342         * time-stamp.el (time-stamp-month-dd-yyyy)
10343         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10344         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10345         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10346         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10347         Remove functions that have been obsolete since 1995 (Bug#4436).
10349         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10350         indent buffer only if called interactively (Bug#4452).
10352 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10353             Eli Zaretskii  <eliz@gnu.org>
10355         This fixes bug#4197 (merged to bug#865, though not identical).
10356         * server.el (server-auth-dir): Add docstring note about FAT32.
10357         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10358         but warn against using them.
10360 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10362         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10363         older GDB where there is no has_more field.
10365 2009-09-19  Glenn Morris  <rgm@gnu.org>
10367         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10369 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10371         * files.el (auto-mode-alist): Change default for XML files to nXML
10372         mode (Bug#4169).
10374 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10376         * server.el (server-ensure-safe-dir): Pass 'integer
10377         to `file-attributes', as suggested.
10379 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10381         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10382         (dired-query): Use read-key.
10384 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10386         * cus-start.el (ns-use-qd-smoothing): Remove.
10388 2009-09-18  Glenn Morris  <rgm@gnu.org>
10390         * allout.el (top-level): Remove unnecessary progn.
10392         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10394         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10395         definition of abbrev table.
10397         * speedbar.el (speedbar-track-mouse):
10398         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10399         * net/eudc.el (eudc-expand-inline):
10400         * net/newst-backend.el (newsticker--cache-read-feed):
10401         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10402         condition-case handlers.
10404 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10406         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10407         (gdb-var-list): Add an element for has_more field.
10408         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10409         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10410         (gdb-var-update-handler-1): Parse output of dynamic variable
10411         objects (STL containers).
10412         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10413         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10415         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10416         gdb-var-list.
10417         (gud-speedbar-buttons): Make node expandable if expression "has more"
10418         children.
10420 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10422         * startup.el (emacs-quick-startup): Remove variable and all uses.
10423         (command-line): Set `inhibit-x-resources' instead.
10424         (command-line-1): Use `inhibit-x-resources' instead.
10426 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10428         * subr.el: Fix last change to avoid using the `unless' macro,
10429         which breaks bootstrapping.
10431 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10434         extended definitions, in case we reload subr.el after having
10435         loaded CL.
10436         (eval-next-after-load): Mark as obsolete.
10438 2009-09-17  Juri Linkov  <juri@jurta.org>
10440         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10441         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10442         (menu-bar-showhide-menu, menu-bar-tools-menu)
10443         (menu-bar-describe-menu, menu-bar-help-menu)
10444         (minibuffer-local-completion-map, minibuffer-local-map):
10445         Fix list quoting.
10447 2009-09-17  Glenn Morris  <rgm@gnu.org>
10449         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10450         arguments, whether or not it has a handler.
10452         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10454         * simple.el (hard-newline): Give it a doc-string.
10456         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10457         (lisp-mode-syntax-table): Give them doc-strings.
10459 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10461         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10462         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10463         (menu-bar-options-menu, menu-bar-showhide-menu)
10464         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10465         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10466         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10467         (menu-bar-options-menu, menu-bar-tools-menu)
10468         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10469         (menu-bar-help-menu):
10470         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10471         string arguments.
10473         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10474         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10475         calls for the menu names and :help.
10477 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10480         to :minor-mode-function (bug#4455).
10482 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10484         * startup.el (command-line): Initialize the window-system after
10485         processing the command-line.
10487         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10488         page-delimiter matches the empty string.
10490 2009-09-16  Glenn Morris  <rgm@gnu.org>
10492         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10493         byte-compile-not-obsolete-var.  It's a list now.
10494         (byte-compile-not-obsolete-funcs): New variable.
10495         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10496         byte-compile-not-obsolete-funcs.
10497         (byte-compile-variable-ref, byte-compile-defvar): Update for
10498         byte-compile-not-obsolete-vars name-change and list nature.
10499         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10500         and variables behind (f)boundp tests.
10501         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10503 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10505         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10507 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10509         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10510         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10511         Don't autoload.
10513 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10515         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10516         the virtual-buffers, use the name of the buffer specified by
10517         find-file-noselect, as the match may be a symlink.  (This was a
10518         problem if the target and the symlink had different names.)
10520 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10522         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10524         * desktop.el (desktop-path): Check user-emacs-directory.
10526         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10528         * loadup.el: Use after-load-functions to GC after loading each file.
10529         Remove the explicit GC calls that used to be sprinkled around.
10531         * subr.el (after-load-functions): New hook.
10532         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10533         `obsolete' packages, rather than painfully extracting the relevant
10534         directory name.
10536 2009-09-15  Glenn Morris  <rgm@gnu.org>
10538         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10539         free variable `doc'.
10541         * dired.el (dired-mode-map): Add menu entry for async shell command.
10543         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10544         variables, also consider the .elc files, since the .el files are
10545         normally gzipped (subsequent code locates the .el.gz from the .elc).
10547         * calc/calc-prog.el (arglist): Define for compiler.
10549         * calendar/diary-lib.el (diary-display-function): Change the default to
10550         fancy display.
10551         (body): Define for compiler.
10553         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10554         (byte-compile-file-form, byte-compile-lambda)
10555         (byte-compile-top-level-body, byte-compile-form)
10556         (byte-compile-variable-ref, byte-compile-setq)
10557         (byte-compile-setq-default, byte-compile-body)
10558         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10559         (batch-byte-compile): Give some more local variables with common names
10560         a "bytecomp-" prefix to avoid masking warnings about free variables.
10562         * startup.el (command-line-1): Give local variables with common names a
10563         distinguishing prefix, so as not to hide free variable warnings during
10564         bootstrap.
10566         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10567         clever and add a suffix to make a unique name, just let the user decide
10568         whether or not to overwrite it.  If the input is a directory, write the
10569         default filename to that directory.  (Bug#4388)
10570         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10571         is a filename-as-a-directory.
10573 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10575         * textmodes/page.el (what-page): Don't move to beginning of line.
10576         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10578 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10580         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10582 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10584         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10585         * help.el (help-for-help-internal): Add purecopy calls for text.
10587         * vc.el (top): print-log method now takes an optional SHORTLOG
10588         argument.  Add a new method: root.
10589         (vc-root-diff, vc-print-root-log): New functions.
10590         (vc-log-short-style): New variable.
10591         (vc-print-log-internal): Add support for showing short logs.
10593         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10594         vc-print-root-log and vc-print-root-diff.
10596         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10597         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10598         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10599         short logs.
10601         * vc-cvs.el (vc-cvs-print-log):
10602         * vc-mtn.el (vc-mtn-print-log):
10603         * vc-rcs.el (vc-rcs-print-log):
10604         * vc-sccs.el (vc-sccs-print-log):
10605         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10606         that is ignored for now.
10608         * vc-mtn.el (vc-mtn-annotate-command):
10609         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10611 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10614         to function-key-map, and give them ascii-character property.
10615         * term/x-win.el (x-alternatives-map):
10616         * term/ns-win.el (ns-alternatives-map):
10617         * term/internal.el (msdos-key-remapping-map):
10618         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10620 2009-09-14  Glenn Morris  <rgm@gnu.org>
10622         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10623         temp-buffers (2009-09-12).
10625 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10628         the new read-key function.
10630 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10632         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10633         is defined (Bug#4405).
10635 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10637         * recentf.el (recentf-cleanup): Use a hash table to find
10638         duplicates (Bug#4407).
10640 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10642         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10643         kp-0 to ascii equivalents (Bug#4325).
10645 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10647         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10649         * eshell/em-hist.el:
10650         * eshell/em-dirs.el (eshell-complete-user-reference):
10651         Declare pcomplete functions and variables to avoid compiler warnings.
10653 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10655         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10656         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10657         * eshell/em-alias.el (eshell-aliases-file):
10658         * eshell/em-hist.el (eshell-history-file-name):
10659         Use expand-file-name instead of concat to make file names (Bug#4308).
10661 2009-09-13  Glenn Morris  <rgm@gnu.org>
10663         * ediff-merg.el (ediff-do-merge):
10664         * filesets.el (filesets-run-cmd):
10665         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10666         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10667         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10668         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10669         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10670         Replace empty `let's with `progn'.
10672 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10674         * mail/sendmail.el (send-mail-function):
10675         * tooltip.el (tooltip-mode):
10676         * simple.el (transient-mark-mode):
10677         * rfn-eshadow.el (file-name-shadow-mode):
10678         * frame.el (blink-cursor-mode):
10679         * font-core.el (global-font-lock-mode):
10680         * files.el (temporary-file-directory)
10681         (small-temporary-file-directory, auto-save-file-name-transforms):
10682         * epa-hook.el (auto-encryption-mode):
10683         * composite.el (global-auto-composition-mode):
10684         Use custom-initialize-delay.
10685         * startup.el (command-line): Don't explicitly call
10686         custom-reevaluate-setting for all the above vars.
10687         * custom.el (custom-initialize-safe-set)
10688         (custom-initialize-safe-default): Delete.
10690 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10692         * term/x-win.el (x-initialize-window-system):
10693         * term/w32-win.el (w32-initialize-window-system):
10694         * term/ns-win.el (ns-initialize-window-system): Don't call
10695         mouse-wheel-mode since it's enabled globally by default already.
10697         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10698         actually define the variable, but only silences the byte-compiler.
10699         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10700         before looking it up.
10701         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10702         is changed.
10704 2009-09-12  Glenn Morris  <rgm@gnu.org>
10706         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10707         1000.
10708         (elint-add-required-env): Don't beep on error.
10709         (elint-forms): In case of error, return ENV unchanged.
10710         (elint-init-env): Skip non-list forms.
10711         (elint-log): Handle unknown file positions.
10713 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10715         * epg.el (epg-make-context): Add autoload cookie.
10716         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10717         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10718         (epg-verify-string, epg-start-sign, epg-sign-file)
10719         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10720         (epg-encrypt-string, epg-start-export-keys)
10721         (epg-export-keys-to-file, epg-export-keys-to-string)
10722         (epg-start-import-keys, epg-import-keys-from-file)
10723         (epg-import-keys-from-string, epg-start-receive-keys)
10724         (epg-receive-keys, epg-import-keys-from-server)
10725         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10726         (epg-sign-keys, epg-start-generate-key)
10727         (epg-generate-key-from-file, epg-generate-key-from-string):
10728         Remove autoload cookie.
10730 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10732         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10733         reevaluation of trash-directory.
10735         * mwheel.el: Fix last change.
10736         (mouse-wheel-mode): New defvar.
10737         (mouse-wheel-mode): Remove autoload cookie.
10739 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * mwheel.el (mwheel-installed-bindings): New var.
10742         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10743         the bindings we set last time.  Use custom-initialize-delay.
10744         * loadup.el: Load mwheel after term/*-win.el.
10745         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10746         and mouse-wheel-up-event now that their first evaluation is done
10747         sufficiently late to be correct.
10749         * startup.el (tutorial-directory): Make it a defcustom.
10750         Use custom-initialize-delay rather than eval-at-startup to set it.
10751         * image.el (image-load-path): Make it a defcustom.
10752         Use custom-initialize-delay rather than eval-at-startup to set it.
10753         * subr.el (eval-at-startup): Remove.
10754         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10756         * subr.el (do-after-load-evaluation): Warn the user after loading an
10757         obsolete package.
10759 2009-09-12  Glenn Morris  <rgm@gnu.org>
10761         * proced.el (proced-mark-alt): Remove alias.
10762         (proced-mode-map): Remove proced-mark-alt.
10764         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10765         Elint file and directory.  Remove initialization entry.
10767         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10768         commands.
10769         (elint-current-buffer): Set mode-line-process.
10770         (elint-init-env): Handle define-derived-mode.
10771         Fix declare-function with unspecified arglist.  Guard against odd
10772         defalias statements (eg iso-insert's 8859-1-map).
10773         (elint-add-required-env): Use a temp buffer.
10774         (elint-form): Just print the function/macro name, not the whole form.
10775         Return env unchanged if we fail to parse a macro.
10776         (elint-forms): Guard against parse errors.
10777         (elint-output): New function, to handle batch mode.
10778         (elint-log-message): Add optional argument.  Use elint-output.
10779         (elint-set-mode-line): New function.
10781 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10783         * emacs-lisp/elp.el (elp-not-profilable): Add more
10784         functions (Bug#4233).
10786 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10788         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10789         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10791 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10793         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10794         (gdb-var-list-children): Use json parsing.
10796 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
10798         * progmodes/js.el (js--proper-indentation): Handle the case where
10799         char-before is null.  Reported by Deniz Dogan.
10801 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10803         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10805 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
10807         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10808         (epg-digest-algorithm-alist): Add SHA224.
10809         (epg-context-set-passphrase-callback)
10810         (epg-context-set-progress-callback): Add description about
10811         callback function.
10813 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10815         * custom.el (custom-delayed-init-variables): New var.
10816         (custom-initialize-delay): New function.
10817         * startup.el (command-line): "Re"evaluate all vars in
10818         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
10819         explicitly any more.
10820         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10821         to avoid creating a ~/.emacs.d at build-time (bug#4347).
10823         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10825 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10827         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10828         (gdb-var-update-handler): Use json parsing.
10830 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10832         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10833         decode annotated text, regardless of language environment.  (Bug#2741)
10835 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10837         * Makefile.in (autoloads): Make rmail.el writable as well.
10839 2009-09-11  Glenn Morris  <rgm@gnu.org>
10841         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10842         loaddefs.el.
10843         * dired.el: Regenerate with extracted autoloads.
10844         * Makefile.in (autoloads): Make dired.el writable.
10846         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10847         * ibuffer.el: Regenerate with extracted autoloads.
10848         * Makefile.in (autoloads): Make ibuffer.el writable.
10850         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10851         * version.el (emacs-copyright, emacs-major-version)
10852         (emacs-minor-version): Reformat doc-strings for make-docfile.
10854         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10855         functions and variables, since they must be stuff specific to some other
10856         platform.
10857         (apropos-print): Make mouse-click message less specific about button.
10859         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10860         that records where a macro was defined.
10861         * help-fns.el (describe-function-1): Mention if a function has a
10862         compiler-macro.
10863         * help-mode.el (help-function-cmacro): New button.
10865         * locate.el (top-level): Always require dired.
10866         (locate-mode-map): Initialize inside the defvar.
10868         * net/ange-ftp.el (dired-compress-file): Declare.
10869         (ange-ftp-dired-compress-file): Add doc string.
10871         * term/ns-win.el (x-display-name, x-setup-function-keys):
10872         Unify doc-strings with X versions.
10874 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10876         * emulation/crisp.el (crisp-mode-map): Move initialization
10877         into declaration.
10878         (crisp-mode): Use define-minor-mode.
10880         * progmodes/xscheme.el (xscheme-evaluation-commands):
10881         Put a :advertised-binding property rather than using
10882         advertised-xscheme-send-previous-expression.
10883         (advertised-xscheme-send-previous-expression): Declare obsolete.
10884         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10885         `advertised-undo'.
10886         (crisp-mode): Add corresponding bindings to
10887         undo's :advertised-binding instead.
10888         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10889         than using dired-advertised-find-file.
10890         (dired-advertised-find-file):
10891         * simple.el (advertised-undo):
10892         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10893         (widget-keymap): Put a :advertised-binding property rather
10894         than using advertised-widget-backward.
10895         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10896         than using advertised-undo.
10897         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10899 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10901         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10902         Mark mode is enabled and region is active; otherwise indent or
10903         insert TAB as usual.
10904         (delphi-mode): Update description of TAB-key binding.
10906 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10908         * subr.el (define-key-rebound-commands): Mark obsolete.
10909         * startup.el (precompute-menubar-bindings): Remove.
10910         (normal-top-level): Remove obsolete code that tried to precompute
10911         menubar bindings.
10912         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10913         define-key-rebound-commands and precompute-menubar-bindings.
10915 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10917         * net/imap.el (imap-interactive-login): Better messages.
10918         (imap-open): Fix bug with renamed buffer on reconnect.
10919         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10920         for easier debugging and cleaner code.  On successful (guessed based on
10921         server capabilities) secondary authentication, set imap-state
10922         correctly.
10923         (imap-last-authenticator): Define imap-last-authenticator as a variable
10924         to avoid warnings.
10926 2009-09-10  Glenn Morris  <rgm@gnu.org>
10928         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10930         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10931         (byte-compile-file-form-autoload): Don't warn about unknown functions
10932         where the autoload statement comes after the use.
10933         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10934         that any handlers inside the body (eg require) are in turn respected.
10936         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10937         effects.
10939         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10940         and syntax and abbrev tables basic docs, if they don't have any.
10942         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10944         * international/mule-cmds.el (top-level): Require cl when compiling.
10945         (view-hello-file): Use default-value rather than
10946         default-enable-multibyte-characters.
10948         * progmodes/fortran.el: Move all safe and risky properties into the
10949         defcustoms.
10951         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10952         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10953         * mail/undigest.el:
10954         Put autoloads in rmail.el rather than loaddefs.el.
10955         * mail/rmail.el: Regenerate with extracted autoloads.
10957         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10958         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10960 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10962         Reported in thread for Bug#4375.
10963         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10964         "-data-evaluate-expression" instead of print.
10965         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10966         (gdb-tooltip-print): Parse output from above MI command.
10967         (gdb): Revert 2009-08-11 change.  User should detach inferior
10968         manually.
10970         Remove the word "separate" from IO functions as inferior
10971         output is now never displayed in the GUD buffer.
10973 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10975         * startup.el (command-line-normalize-file-name): On Windows and
10976         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10978 2009-09-10  Juri Linkov  <juri@jurta.org>
10980         * isearch.el (isearch-text-char-description): Propertize escape
10981         character sequences with the `escape-glyph' face.  (Bug#4344)
10983         * simple.el (shell-command): Set asynchronous process filter to
10984         `comint-output-filter'.  (Bug#4343)
10986         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10987         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10988         the list.  Move "asm" to the bottom.
10989         (grep-find-ignored-directories): Add `choice' with nil value
10990         to empty the list easily.
10991         (grep-find-ignored-files): New option.
10992         (grep-files-history): Set to nil by default instead of '("ch" "el").
10993         (grep-compute-defaults): Add "<X>" to `grep-template'.
10994         (grep-read-files): Bind new local variables `default-alias' and
10995         `default-extension'.  Use a list of default values for the file prompt.
10996         (lgrep): Add `--exclude=' command line options composed from
10997         `grep-find-ignored-files'.
10998         (rgrep): Add `-name' command line options composed from
10999         `grep-find-ignored-files'.  (Bug#4301)
11001 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11003         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11004         (bug#4368).
11006 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11008         * calendar/time-date.el (autoload):
11009         Expand define-obsolete-function-alias into defalias and make-obsolete
11010         for old Emacsen that Gnus supports.
11011         (with-no-warnings): Define it for old Emacsen.
11012         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11013         is available.
11014         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11015         float-time is available; suppress compile warning for time-to-seconds.
11017 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11019         * net/imap.el (imap-message-map): Docstring fix.
11021 2009-09-09  Glenn Morris  <rgm@gnu.org>
11023         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11024         line numbers too.  (Bug#4374)
11026 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11028         * smerge-mode.el (smerge-remove-props, smerge-refine):
11029         Use with-silent-modifications (bug#4342).
11031         * subr.el (with-silent-modifications): New macro.
11033 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11035         * files.el (top-level): Require `cl' when compiling.
11037 2009-09-07  Glenn Morris  <rgm@gnu.org>
11039         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11041         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11042         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11044 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11046         * vc-git.el (vc-git-annotate-command): Use separator to parse
11047         arguments correctly.
11049 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11051         * proced.el (proced-mode): Doc fix.
11053 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11055         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11056         lstat fails.
11057         (tramp-do-file-attributes-with-ls): Check for file existence at
11058         remote end.
11059         (tramp-do-file-attributes-with-stat): Likewise.
11060         (tramp-convert-file-attributes): Return nil when attr is nil.
11062 2009-09-05  Glenn Morris  <rgm@gnu.org>
11064         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11065         properties to this button.
11066         (diary-fancy-display): Don't extend the button to the final newline.
11067         (diary-fancy-display-mode): Continue to define "q" as a local key.
11069         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11070         efficient.
11072         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11074         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11075         (byte-compile-dest-file-function): New option.
11076         (byte-compile-dest-file): Doc fix.
11077         Obey byte-compile-dest-file-function.
11078         (byte-compile-cl-file-p): New function.
11079         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11080         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11081         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11082         than for file being previously loaded.
11083         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11084         (byte-compile-file-form-require): Handle the case where requiring a file
11085         indirectly causes CL to be loaded.
11087 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11089         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11090         before killing the old buffer, since by the time `kill-buffer' is
11091         run so many buffer variables have been set to nil that it may not
11092         behave as expected.  (Bug#4061)
11094 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11096         * files.el (find-alternate-file): If the old buffer is modified
11097         and visiting a file, behave similarly to `kill-buffer' when
11098         killing it, thus reverting to the pre-1.878 behavior; see
11099         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11100         for discussion.  Also, consult `buffer-file-name' as a variable
11101         not as a function, for consistency with the rest of the code.
11103 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
11105         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11106         also when adding a new directory.
11108         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11109         defun.
11111 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * files.el (locate-file-completion-table): Make it provide boundary
11114         information, so partial-completion works better.
11116 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
11118         * mail/footnote.el (Footnote-text-under-cursor):
11119         Check footnote-text-marker-alist before using it (bug#4324).
11121 2009-09-04  Glenn Morris  <rgm@gnu.org>
11123         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11124         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11125         * play/solitaire.el, play/tetris.el:
11126         Remove leading * from defcustom and defface docs.
11128         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11129         necessary.
11130         (diary-fancy-overriding-map): New variable.
11131         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11132         Use view-mode.
11134         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11135         goto-line.
11137 2009-09-03  Glenn Morris  <rgm@gnu.org>
11139         * arc-mode.el (archive-mode):
11140         * dos-fns.el (set-default-process-coding-system):
11141         * man.el (Man-getpage-in-background):
11142         * menu-bar.el (menu-bar-describe-menu):
11143         * server.el (server-process-filter):
11144         * startup.el (command-line):
11145         * tar-mode.el (tar-header-block-tokenize, tar-extract):
11146         * w32-fns.el (set-default-process-coding-system):
11147         * x-dnd.el (x-dnd-handle-file-name):
11148         * international/mule-cmds.el (mule-menu-keymap)
11149         (set-default-coding-systems, language-info-alist, set-language-info)
11150         (set-language-environment, standard-display-european-internal)
11151         (set-locale-environment):
11152         * international/mule-diag.el (mule-diag):
11153         * mail/emacsbug.el (report-emacs-bug):
11154         * mail/rmail.el (rmail-mode):
11155         * mail/sendmail.el (mail-setup):
11156         Use default-value rather than default-enable-multibyte-characters.
11158         * progmodes/f90.el: Move all safe properties into the defcustoms.
11159         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11161         * calendar/appt.el (appt-check):
11162         * calendar/diary-lib.el (diary-set-header, diary-live-p)
11163         (diary-check-diary-file, diary-list-entries)
11164         (diary-include-other-diary-files, diary-simple-display)
11165         (diary-fancy-display, diary-print-entries)
11166         (diary-mark-included-diary-files, diary-make-entry):
11167         Don't call substitute-in-file-name on diary-file.
11169 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
11170             Stefan Monnier  <monnier@iro.umontreal.ca>
11172         * mail/footnote.el (footnote-prefix): Make it a defcustom.
11173         (footnote-mode-map): Move initialization into the declaration.
11174         (footnote-minor-mode-map): Define it rather than changing global-map.
11175         (footnote-mode): Use define-minor-mode.
11177 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
11179         * net/tramp.el (tramp-handle-file-attributes-with-ls)
11180         (tramp-do-file-attributes-with-perl)
11181         (tramp-do-file-attributes-with-stat): Rename from
11182         `tramp-handle-file-attributes-with-*'.
11183         (tramp-handle-file-attributes): Use them.
11184         (tramp-do-directory-files-and-attributes-with-perl)
11185         (tramp-do-directory-files-and-attributes-with-stat): Rename from
11186         `tramp-handle-directory-files-and-attributes-with-*'.
11187         (tramp-handle-directory-files-and-attributes): Use them.
11188         (tramp-method-out-of-band-p): Additional parameter SIZE.
11189         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11190         (tramp-handle-write-region): Use it.
11191         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11192         (tramp-handle-vc-registered): Check, whether the first run did
11193         return files to be tested.
11194         (tramp-advice-make-auto-save-file-name): Do not call directly
11195         `tramp-handle-make-auto-save-file-name', because this would bypass
11196         the locking mechanism.
11198         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11199         (file-remote-p, process-file, start-file-process, set-file-times)
11200         (tramp-compat-file-attributes): Compatibility functions shall not
11201         call directly `tramp-handle-*', because this would bypass the
11202         locking mechanism.
11203         (tramp-compat-number-sequence): New defun.
11205 2009-09-02  Glenn Morris  <rgm@gnu.org>
11207         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11208         alias for float-time.
11209         (time-to-number-of-days): In Emacs, use float-time.
11210         * net/newst-backend.el (time-add): Suppress warnings from compat
11211         function.
11212         * time.el (emacs-uptime, emacs-init-time):
11213         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11214         Use float-time rather than time-to-seconds.
11216         * minibuffer.el (completion-initials-expand): Fix typo.
11218         * faces.el (modeline, modeline-inactive, modeline-highlight)
11219         (modeline-buffer-id):
11220         * info.el (info-menu-5): Mark these face aliases as obsolete.
11222 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11224         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11225         space ...
11226         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11227         no "--thread" option.
11228         (gdb-stopped): Don't print "Switched to thread" message when it is
11229         unchanged.
11231 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11233         * minibuffer.el (completion-try-completion)
11234         (completion-all-completions): Remove ill-defined (and
11235         mistakenly installed and luckily never used nor documented)
11236         `completion-styles' property.
11237         (completion-initials-expand, completion-initials-all-completions)
11238         (completion-initials-try-completion): New functions.
11239         (completion-styles-alist): Add doc to each entry.
11240         Add new `initials' entry.
11242 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11244         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11245         MI command -var-evaluate-expression.
11246         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11247         and tweak for case of string child.
11248         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11250 2009-09-01  Glenn Morris  <rgm@gnu.org>
11252         * add-log.el (change-log-date-face, change-log-name-face)
11253         (change-log-email-face, change-log-file-face, change-log-list-face)
11254         (change-log-conditionals-face, change-log-function-face)
11255         (change-log-acknowledgement-face):
11256         * cus-edit.el (custom-invalid-face, custom-rogue-face)
11257         (custom-modified-face, custom-set-face, custom-changed-face)
11258         (custom-saved-face, custom-button-face, custom-button-pressed-face)
11259         (custom-documentation-face, custom-state-face, custom-comment-face)
11260         (custom-comment-tag-face, custom-variable-tag-face)
11261         (custom-variable-button-face, custom-face-tag-face)
11262         (custom-group-tag-face-1, custom-group-tag-face):
11263         * diff-mode.el (diff-header-face, diff-file-header-face)
11264         (diff-index-face, diff-hunk-header-face, diff-removed-face)
11265         (diff-added-face, diff-changed-face, diff-function-face)
11266         (diff-context-face, diff-nonexistent-face):
11267         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11268         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11269         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11270         (Info-title-4-face):
11271         * isearch.el (isearch-lazy-highlight-face):
11272         * log-view.el (log-view-file-face, log-view-message-face):
11273         * paren.el (show-paren-match-face, show-paren-mismatch-face):
11274         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11275         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11276         (cvs-msg-face):
11277         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11278         (smerge-base-face, smerge-markers-face):
11279         * wid-edit.el (widget-documentation-face, widget-button-face)
11280         (widget-field-face, widget-single-line-field-face)
11281         (widget-inactive-face, widget-button-pressed-face):
11282         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11283         (woman-addition-face):
11284         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11285         (eshell-ls-executable-face, eshell-ls-readonly-face)
11286         (eshell-ls-unreadable-face, eshell-ls-special-face)
11287         (eshell-ls-missing-face, eshell-ls-archive-face)
11288         (eshell-ls-backup-face, eshell-ls-product-face)
11289         (eshell-ls-clutter-face):
11290         * eshell/em-prompt.el (eshell-prompt-face):
11291         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11292         * obsolete/old-whitespace.el (whitespace-highlight-face):
11293         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11294         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11295         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11296         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11297         (antlr-font-lock-literal-face):
11298         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11299         (ebrowse-root-class-face, ebrowse-file-name-face)
11300         (ebrowse-default-face, ebrowse-member-attribute-face)
11301         (ebrowse-member-class-face, ebrowse-progress-face):
11302         * progmodes/make-mode.el (makefile-space-face):
11303         * progmodes/sh-script.el (sh-heredoc-face):
11304         * textmodes/flyspell.el (flyspell-incorrect-face)
11305         (flyspell-duplicate-face):
11306         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11307         * textmodes/texinfo.el (texinfo-heading-face):
11308         Mark face aliases with "-face" suffix as obsolete.
11310         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11311         compiler.
11313         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11314         (eudc-bob-sound-menu): Use defvar rather than defconst, since
11315         easy-menu-define wants to modify these.
11317         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11319         * net/browse-url.el (browse-url-file-url):
11320         * term/internal.el (dos-codepage-setup):
11321         Use default-value rather than default-enable-multibyte-characters.
11323         * progmodes/etags.el (etags-goto-tag-location):
11324         * progmodes/flymake.el (flymake-highlight-line)
11325         (flymake-goto-file-and-line, flymake-goto-line):
11326         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11327         (gdb-goto-breakpoint):
11328         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11329         * progmodes/python.el (python-find-function)
11330         (python-pdbtrack-track-stack-file):
11331         * progmodes/verilog-mode.el (verilog-surelint-off):
11332         * term/ns-win.el (ns-open-file-select-line):
11333         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11334         Use forward-line rather than goto-line.
11336         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11337         * textmodes/reftex-index.el (reftex-display-index):
11338         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11339         * textmodes/reftex-toc.el (reftex-toc):
11340         Remove unnecessary bindings of default-major-mode (all are followed by
11341         major-mode check and possible mode switch).
11343 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11345         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11346         Handle watchpoints (bug#4282).
11347         (def-gdb-thread-buffer-command): Enable thread to be selected by
11348         clicking without selecting threads buffer first.
11349         (gdb-current-context-command): Use selected frame so that "up",
11350         "down" etc work in the GUD buffer.
11351         (gdb-update): Find selected frame before rendering stack buffer.
11352         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11354 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11356         * progmodes/sym-comp.el (displayed-completions): Remove.
11357         (symbol-complete): Use minibuffer-complete.
11359 2009-08-31  Glenn Morris  <rgm@gnu.org>
11361         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11363         * apropos.el (apropos-symbols-internal):
11364         Handle (obsolete) face aliases.
11366         * faces.el (describe-face): Adjust the output format to be more like
11367         describe-variable, and to mention (obsolete) face aliases.
11368         Adjust the whitespace so that help-setup-xref works.
11370         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11371         * calendar/diary-lib.el (diary-button-face):
11372         Mark these face aliases as obsolete.
11374         * calendar/calendar.el (calendar-today): Doc fix.
11376 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11378         * progmodes/gdb-mi.el (gdb-control-all-threads)
11379         (gdb-control-current-thread): Force tool bar update.
11380         (gdb-non-stop-handler): New function.
11381         (gdb-init-1): Use it to test if non-stop mode is supported.
11382         Remove unused gdbmi buffer type.
11384 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11386         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11387         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11389 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11391         * comint.el (comint-exec-1): Check command is non-null first.
11392         Part of gdb-mi.el change (2009-08-28).
11394 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11396         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11398 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11400         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11401         instead of `dolist' to avoid a recursive require when bootstrapping.
11403 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11405         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11407         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11409         * net/imap.el (imap-send-command): Simplify.
11410         (imap-wait-for-tag): point-max -> buffer-size.
11412         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11414         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11415         with constant argument.
11417         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11419         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11421         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11422         Change default, since most of our files don't have a history.
11423         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11424         the user.
11426         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11427         Add comint-run.
11429         * calc/calc.el: Improve commenting convention.
11430         (calc-digit-map, toplevel): Simplify.
11432         * comint.el (comint-insert-input): Be careful to only set point if we
11433         don't delegate to some other command.
11435         * proced.el (proced-signal-list): Make it an alist.
11436         (proced-grammar-alist): Capitalize names.
11437         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11438         Disable undo manually and make it read-only.
11439         Use completion-annotate-function.
11441         * minibuffer.el (minibuffer-message): If the current buffer is not
11442         a minibuffer, insert the message in the echo area rather than at the
11443         end of the buffer.
11444         (completion-annotate-function): New variable.
11445         (minibuffer-completion-help): Use it.
11446         (completion--embedded-envvar-table): Environment vars are
11447         always case-sensitive.
11449 2009-08-30  Glenn Morris  <rgm@gnu.org>
11451         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11452         from fortran-current-defun.
11453         (fortran-beginning-of-subprogram): Be more precise about finding the
11454         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11455         (fortran-end-of-subprogram): Simplify.
11456         (fortran-current-defun): Use fortran-start-prog-re.
11458 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11460         * subr.el (do-after-load-evaluation): Simplify.
11462 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11464         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11466         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11467         (vc-rcs-print-log): Use it.
11469         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11471 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11473         * paths.el (abbrev-file-name): Move to abbrev.el.
11474         * abbrev.el (abbrev-file-name): Move from paths.el.
11475         Obey user-emacs-directory.
11476         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11477         user-emacs-directory.
11478         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11479         abbrev-file-name and calc-settings-file any more.
11480         * startup.el (command-line): Recompute abbrev-file-name and
11481         abbreviated-home-dir.
11482         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11483         of the special code for when C-h bindings haven't been changed.
11484         (display-startup-echo-area-message): Use with-current-buffer.
11485         (command-line-1): Use a list of strings, rather than a list of lists
11486         of strings for longopts.
11488         * files.el (get-free-disk-space): Use / for default-directory.
11490         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11491         Use with-current-buffer.
11493         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11494         Recognize immutable variables like most-positive-fixnum.
11495         (byte-compile-setq-default): Check and warn if trying to assign
11496         to an immutable variable, or a non-variable.
11498         * progmodes/cc-vars.el (c-comment-continuation-stars):
11499         * progmodes/cc-engine.el (c-looking-at-bos):
11500         * progmodes/cc-cmds.el (c-toggle-auto-state)
11501         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11502         (c-comment-line-break-function): Add version of obsolescence.
11504 2009-08-28  Juri Linkov  <juri@jurta.org>
11506         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11507         associated with `archive-mode'.
11509         * image.el (image-type-header-regexps): Use only JPEG magic number
11510         to determine JPEG images, and don't use `image-jpeg-p' because
11511         Emacs can display non-JFIF non-Exif JPEG images.
11513 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11515         * arc-mode.el (archive-mode):
11516         * emacs-lisp/re-builder.el (re-builder-unload-function):
11517         Protect against the default value of `major-mode' being nil.
11519 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11521         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11522         Fix typos in docstrings.
11524         * progmodes/js.el (js--macro-decl-re): Doc fix.
11525         (js--plain-method-re, js--split-name): Refloc docstring.
11526         (js--class-styles, js--make-merged-item, js--splice-into-items):
11527         Fix typos in docstrings; reflow docstrings.
11528         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11529         (js--variable-decl-matcher, js--inside-pitem-p)
11530         (js--parse-state-at-point, js--get-all-known-symbols)
11531         (js--symbol-history, js-find-symbol, js--js-references)
11532         (js--moz-interactor, js--js-encode-value, js--read-tab):
11533         Fix typos in docstrings.
11535 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * textmodes/reftex.el (reftex-get-file-buffer-force):
11538         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11539         * emulation/viper.el (viper-go-away, viper-set-hooks):
11540         * emacs-lisp/re-builder.el (re-builder-unload-function):
11541         * emacs-lisp/bytecomp.el (byte-compile-file):
11542         * ses.el (ses-unload-function):
11543         * hexl.el (hexl-find-file):
11544         * files.el (normal-mode):
11545         * ehelp.el (with-electric-help):
11546         * autoinsert.el (auto-insert-alist):
11547         * arc-mode.el (archive-mode):
11548         Use (default-value 'major-mode) instead of default-major-mode.
11550         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11551         * international/mule.el (load-with-code-conversion):
11552         * emacs-lisp/debug.el (debug):
11553         * ediff-vers.el (ediff-rcs-get-output-buffer):
11554         * dired.el (dired-internal-noselect): Don't let-bind
11555         default-major-mode around code that doesn't use it.
11556         E.g. buffer creation via get-buffer-create doesn't use it.
11558 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11560         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11561         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11562         when writing the temp file.  Otherwise, epa-file gets confused.
11563         (tramp-register-file-name-handlers): Make it a defun.  Move also
11564         `epa-file-handler' to the front of `file-name-handler-alist'.
11566 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11568         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11569         start right after a ^M.
11570         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11571         (tramp-completion-file-name-regexp-separate)
11572         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11573         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11574         Don't modify last-coding-system-used by accident.
11575         (tramp-completion-file-name-handler): Apply the checks here,
11576         instead during registration.
11577         (tramp-register-file-name-handlers): Renamed from
11578         `tramp-register-file-name-handler'.  Register both
11579         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11580         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11582 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11584         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11585         Remove variable ...
11586         (gdb-init-1, gdb-display-separate-io-buffer)
11587         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11588         references to it.
11589         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11590         (gdb-inferior-filter): Use comint-output-filter to stop
11591         echoing and remove ^M characters.
11593 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11595         * emulation/viper-init.el (viper-restore-cursor-type):
11596         * emulation/cua-base.el (cua--update-indications):
11597         Replace default-cursor-type with (default-value 'cursor-type).
11599         * mail/sendmail.el (mail-recover-1):
11600         * international/mule-diag.el (describe-current-coding-system-briefly)
11601         (describe-current-coding-system):
11602         * international/mule-cmds.el (select-safe-coding-system)
11603         (select-message-coding-system)
11604         (set-language-environment-coding-systems, set-locale-environment):
11605         * hexl.el (hexl-insert-multibyte-char):
11606         * dos-w32.el (find-buffer-file-type-coding-system):
11607         * simple.el (what-cursor-position):
11608         Replace uses of default-buffer-file-coding-system
11609         with (default-value 'buffer-file-coding-system).
11611         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11612         Replace uses of default-cursor-in-non-selected-windows
11613         with (default-value 'cursor-in-non-selected-windows).
11614         Use with-current-buffer.
11616         * mail/feedmail.el: Use CL macros.
11617         (feedmail-run-the-queue, feedmail-send-it-immediately):
11618         * dos-w32.el (find-buffer-file-type): Replace uses of
11619         default-buffer-file-type with (default-value 'buffer-file-type).
11621 2009-08-28  Glenn Morris  <rgm@gnu.org>
11623         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11624         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11625         Use default-value of major-mode rather than default-major-mode.
11627 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11629         * Makefile.in (update-elcfiles): Report left over elc files.
11631         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11632         expand-file-name and with-current-buffer.
11633         (mail-get-names, mail-directory): Use with-current-buffer.
11635         * vc.el (vc-read-revision): New function.
11636         (vc-version-diff, vc-merge): Use it.
11638 2009-08-27  Sam Steingold  <sds@gnu.org>
11640         * simple.el (kill-do-not-save-duplicates): New user option.
11641         (kill-new): When it is non-nil, and the new string is the same as
11642         the latest kill, set replace to t to avoid duplicates in kill-ring.
11644 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11646         * net/tramp.el (tramp-handle-process-file): Do not flush all
11647         caches when `process-file-side-effects' is set.
11648         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11649         instead of `tramp-find-file-exists-command'.
11650         Unset `process-file-side-effects'.
11652 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11654         * net/tramp.el (tramp-methods): New method "rsyncc".
11655         (top): Add completion function for "rsyncc".
11656         (tramp-message-show-message): New defvar.
11657         (tramp-message, tramp-error): Use it.
11658         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11659         remote copying.
11660         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11661         `tramp-methods' entry `copy-env' of "rsyncc".
11662         (tramp-vc-registered-read-file-names): New defconst.
11663         (tramp-vc-registered-file-names): New defvar.
11664         (tramp-handle-vc-registered): Implement optimization strategy.
11665         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11666         (tramp-vc-file-name-handler): New defun.
11667         (tramp-get-ls-command, tramp-get-test-command)
11668         (tramp-get-file-exists-command, tramp-get-remote-ln)
11669         (tramp-get-remote-perl, tramp-get-remote-stat)
11670         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11672         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11673         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11674         timestamps.
11675         (tramp-get-file-property): Check for timestamps in
11676         `tramp-cache-inhibit-cache'.
11677         (tramp-set-file-property): Write timestamp.
11679 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11681         * language/japan-util.el (japanese-symbol-table): Add entries for
11682         cp932-2-byte.
11684         * international/characters.el: Add category `j' to cp932-2-byte.
11686 2009-08-27  Kenichi Handa  <handa@m17n.org>
11688         * international/fontset.el (build-default-fontset-data): New macro.
11689         (setup-default-fontset): Use build-default-fontset-data for CJK,
11690         tibetan, ethiopic, and ipa.
11692 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11695         (enable-multibyte-characters): Not customizable any more.
11697         * subr.el (default-mode-line-format, default-header-line-format)
11698         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11699         (default-direction-reversed, default-truncate-lines)
11700         (default-left-margin, default-tab-width, default-case-fold-search)
11701         (default-left-margin-width, default-right-margin-width)
11702         (default-left-fringe-width, default-right-fringe-width)
11703         (default-fringes-outside-margins, default-scroll-bar-width)
11704         (default-vertical-scroll-bar, default-indicate-empty-lines)
11705         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11706         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11707         (default-scroll-down-aggressively, default-fill-column)
11708         (default-cursor-type, default-buffer-file-type)
11709         (default-cursor-in-non-selected-windows)
11710         (default-buffer-file-coding-system, default-major-mode)
11711         (default-enable-multibyte-characters): Mark as obsolete.
11713 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11715         * vc-dir.el (vc-dir-update): Remove debug helper.
11717         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11719 2009-08-26  Sam Steingold  <sds@gnu.org>
11721         * simple.el (save-interprogram-paste-before-kill): New user option.
11722         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11723         save the interprogram-paste into kill-ring before overriding it
11724         with the Emacs kill.
11726 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11728         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11729         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11730         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11731         and move to vc-rcs.el.
11732         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11733         move to vc-rcs.el.
11734         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11735         (vc-rcs-update-changelog): Remove.
11736         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11737         and move to vc-rcs.el.
11739         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11740         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11741         renaming.
11742         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11743         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11744         vc.el, renamed to be RCS specific.
11746         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11747         New functions.
11748         (vc-cvs-update-changelog): Move here from vc.el.
11750         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11751         New functions.
11753 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11755         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11757 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11759         * vc-git.el (vc-git-register): Use "git add" for directories.
11760         (vc-git-stash, vc-git-stash-show): New functions.
11761         (vc-git-extra-menu-map): Bind them.
11763         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11764         directory correctly in case the item is a directory itself.
11766         * vc.el: Document the desired behavior for reverted files in the
11767         `added' state.
11768         (vc-default-prettify-state-info): Remove function, unused.
11770         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11772 2009-08-26  Glenn Morris  <rgm@gnu.org>
11774         * bindings.el (standard-mode-line-format): Reposition dashes in
11775         which-func entry.  (Bug#4217)
11777         * files.el (enable-local-variables, enable-local-eval)
11778         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11779         the defcustoms.
11780         (auto-mode-alist, ignored-local-variables)
11781         (save-some-buffers-action-alist): Move risky declarations to the
11782         definitions.
11783         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11784         (font-lock-defaults, format-alist, imenu--index-alist)
11785         (imenu-generic-expression, input-method-alist, minor-mode-alist)
11786         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11787         (mode-line-modified, mode-line-mule-info, mode-line-position)
11788         (mode-line-process, mode-line-remote, outline-level)
11789         (parse-time-rules, rmail-output-file-alist)
11790         (special-display-buffer-names, vc-mode):
11791         Move risky declarations to the relevant files.
11792         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11793         (mode-line-modified, mode-line-process, mode-line-position)
11794         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11795         * font-core.el (font-lock-defaults):
11796         * format.el (format-alist):
11797         * vc-hooks.el (vc-mode):
11798         * window.el (special-display-buffer-names):
11799         * international/mule-cmds.el (input-method-alist):
11800         Define riskiness here (dumped file) rather than in files.el.
11801         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11802         * imenu.el (imenu-generic-expression, imenu--index-alist):
11803         * outline.el (outline-level):
11804         * time.el (display-time-string):
11805         * calendar/parse-time.el (parse-time-rules):
11806         * mail/rmailout.el (rmail-output-file-alist):
11807         Autoload riskiness here, rather than placing in files.el.
11809 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
11811         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11813 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
11815         * simple.el (process-file-side-effects): New defvar.
11817         * dired-aux.el (dired-show-file-type):
11818         * vc.el (vc-diff-internal):
11819         * vc-arch.el (vc-arch-diff):
11820         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11821         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11822         * vc-git.el (vc-git-registered, vc-git-working-revision)
11823         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11824         (vc-git--empty-db-p):
11825         * vc-hooks.el (vc-user-login-name):
11826         * vc-svn.el (vc-svn-registered, vc-svn-state)
11827         (vc-svn-dir-extra-headers, vc-svn-find-revision):
11828         * progmodes/grep.el (grep-probe): Let-bind
11829         `process-file-side-effects' with nil.
11831         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11833         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11834         daemon.  Replace ping by checking for running service for bluez
11835         and zeroconf.  (Bug#4239)
11837 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11839         * net/dig.el (dig): Add autoload cookie.
11841 2009-08-25  Glenn Morris  <rgm@gnu.org>
11843         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11844         load-history for absolute file-names.
11845         (byte-compile-file-form-require): Warn about use of the cl package.
11847         * format.el (format-alist): Doc fix.
11849         * play/bubbles.el (top-level): Don't require cl at run-time.
11851         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11852         run-time cl).
11854 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11856         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11857         from cl package.
11858         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11860 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11862         * calc/calc-alg.el (math-trig-rewrite)
11863         (math-hyperbolic-trig-rewrite): New functions.
11864         (calc-simplify): Simplify trig functions when asked.
11866 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11868         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11870 2009-08-24  Kenichi Handa  <handa@m17n.org>
11872         * language/ind-util.el (mapthread): Delete it.
11873         (combinatorial): New function.
11874         (indian--puthash-cv): Use combinatorial instead of mapthread.
11876 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11878         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11879         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11880         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11881         Clarify docstring that the value is strings not symbols.
11882         (checkdoc-list-of-strings-p): New function.
11884 2009-08-22  Glenn Morris  <rgm@gnu.org>
11886         * files.el (auto-mode-alist):
11887         * hippie-exp.el (he-concat-directory-file-name):
11888         * lpr.el (lpr-windows-system, printer-name):
11889         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11890         * ps-print.el (ps-windows-system):
11891         * startup.el (command-line):
11892         * emulation/viper-ex.el (viper-glob-function):
11893         * international/mule-cmds.el (set-language-environment-coding-systems):
11894         * net/ange-ftp.el (ange-ftp-write-region):
11895         * obsolete/fast-lock.el (fast-lock-cache-name):
11896         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11897         unisoft-unix, vax-vms, win32, w32.
11899         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11900         given name if the pattern is not more specific.
11902         * calendar/lunar.el (lunar-phase-names): New option.
11903         (lunar-phase): Doc fix.
11904         (lunar-cycles-per-year): New constant.
11905         (lunar-index): New function.
11906         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11907         (lunar-phase-name): Use lunar-phase-names.
11908         (calendar-lunar-phases): Use format.
11909         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11911         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11912         Copy imenu-example--name-and-position function here for own use.
11913         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11915         * bs.el (bs--redisplay):
11916         * cus-edit.el (custom-redraw):
11917         * ibuffer.el (ibuffer-bury-buffer):
11918         * server.el (server-goto-line-column):
11919         * startup.el (command-line-1):
11920         * strokes.el (strokes-xpm-for-stroke):
11921         * term.el (term-display-buffer-line):
11922         * view.el (View-goto-line):
11923         * calc/calc.el (calc-do, calc-trail-buffer):
11924         * play/gamegrid.el (gamegrid-add-score-insecure):
11925         * progmodes/ada-mode.el (ada-compile-goto-error):
11926         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11927         (ebrowse-select-1st-to-9nth):
11928         * progmodes/cperl-mode.el (cperl-time-fontification):
11929         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11930         * progmodes/gud.el (gud-display-line):
11931         (idlwave-shell-display-line):
11932         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11933         * progmodes/make-mode.el (makefile-browser-toggle):
11934         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11935         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11936         * textmodes/picture.el (picture-draw-rectangle):
11937         * textmodes/reftex-index.el (reftex-index-goto-letter):
11938         (reftex-select-jump-to-previous):
11939         * textmodes/reftex-sel.el (reftex-find-start-point)
11940         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11941         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11942         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11943         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11944         * textmodes/two-column.el (2C-associated-buffer):
11945         Use forward-line rather than goto-line.
11947         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11948         goto-line.
11950         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11951         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11952         (quick-check-list-to-regexp): Declare.
11954         * progmodes/make-mode.el (makefile-browser-insert-selection):
11955         Use goto-char rather than goto-line.
11957         * progmodes/prolog.el (compilation-error-regexp-alist)
11958         (compilation-forget-errors): Declare.
11960 2009-08-22  Juri Linkov  <juri@jurta.org>
11962         * progmodes/grep.el (lgrep, rgrep): At the beginning
11963         set `dir' to `default-directory' unless `dir' is a non-nil
11964         readable directory.  (Bug#4052)
11965         (lgrep, rgrep): Change a weird way to report an error
11966         from using `read-string' to using `error'.
11967         Instead of using interactive arguments in the function body,
11968         add new argument `confirm'.
11970 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11972         * textmodes/remember.el (remember-buffer):
11973         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11974         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11975         (icalendar-extract-ical-from-buffer):
11976         * net/newst-treeview.el (newsticker-groups-filename):
11977         * net/newst-backend.el (newsticker-cache-filename):
11978         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11979         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11980         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11981         (speedbar-buffers-line-path, speedbar-path-line)
11982         (speedbar-buffers-line-path):
11983         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11984         (epg-sign-keys):
11985         * epa.el (epa-display-verify-result):
11986         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11988 2009-08-21  Glenn Morris  <rgm@gnu.org>
11990         * progmodes/js.el (inferior-moz-process): Fix declaration.
11992         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11994         * obsolete/rnewspost.el (news-mail-reply):
11995         Use goto-char rather than goto-line.
11997         * term/ns-win.el (ns-open-file-select-line):
11998         Use line-beginning-position rather than goto-line.
12000         * apropos.el (apropos-command):
12001         * ehelp.el (electric-helpify):
12002         * printing.el (pr-show-setup):
12003         * strokes.el (strokes-help):
12004         * tutorial.el (tutorial--describe-nonstandard-key)
12005         (tutorial--detailed-help):
12006         * woman.el (woman-mini-help, woman-display-extended-fonts):
12007         * calc/calc-help.el (calc-describe-key):
12008         * emulation/edt.el (edt-electric-helpify):
12009         * international/mule-diag.el (mule-diag):
12010         * play/yow.el (apropos-zippy):
12011         * progmodes/python.el (python-describe-symbol):
12012         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12013         * textmodes/table.el (*table--cell-describe-mode)
12014         (*table--cell-describe-bindings):
12015         Use help-print-return-message rather than the now obsolete alias.
12017         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12018         (calendar-cursor-to-visible-date):
12019         * play/5x5.el (5x5-position-cursor):
12020         * play/decipher.el (decipher):
12021         * play/gomoku.el (gomoku-goto-xy):
12022         * play/landmark.el (lm-goto-xy):
12023         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12024         (mpuz-paint-digit):
12025         Use forward-line, not goto-line.
12027         * mail/rmail.el (rmail-obsolete): Delete custom group.
12028         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12029         (rmail-remote-password, rmail-remote-password-required):
12030         Remove unneeded :set-after and :set properties.
12032 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12034         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12036 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12038         * loadup.el: Remove leftover macos code.
12040         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12041         Explicitly pass the date format to git blame so that user local
12042         so that the output format can be parsed.
12044 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12046         * net/dbus.el (top): Don't check for (getenv
12047         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12049 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12051         * log-edit.el (log-edit-strip-single-file-name): New var.
12052         (log-edit-insert-changelog): Use it.  Bug#3571
12054 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12056         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12057         Bug#3287
12059         * help.el (help-print-return-message): Rename from
12060         print-help-return-message.
12062         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12063         cvs-mode-map parent hack.
12064         (log-view-mode): Derive from special-mode.
12066         * linum.el (linum-mode): window-size-change-functions is redundant.
12067         Adapt to new window-configuration-change-hook behavior.
12068         (linum-after-size, linum-after-config): Remove.
12070         * imenu.el (imenu-example--name-and-position)
12071         (imenu-example--lisp-extract-index-name)
12072         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12073         Mark as obsolete.
12075         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12076         (inferior-prolog-mode): Use it.
12077         (inferior-prolog-load-file): Reset list of errors.
12079 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12081         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12083         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12085 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12087         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12088         is running already.
12090 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * subr.el (listify-key-sequence-1): Use normal syntax since those
12093         integers are nowadays always represented by the same (positive) number
12094         on all platforms.
12095         (read-key-empty-map): New const.
12096         (read-key-delay): New var.
12097         (read-key): New function.
12098         (force-mode-line-update): Use with-current-buffer.
12099         (locate-user-emacs-file): Don't forget to abbreviate the file name.
12100         (start-process-shell-command, start-file-process-shell-command):
12101         Discourage the use of command-args.
12103 2009-08-19  Glenn Morris  <rgm@gnu.org>
12105         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12107 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12109         * simple.el (choose-completion-string): Don't rely on
12110         minibuffer-completing-file-name and ad-hoc checks to decide whether
12111         to continue completion or not.
12113         * minibuffer.el (minibuffer-hide-completions): New function.
12114         (completion--do-completion): Use it.
12115         (completions-annotations): New face.
12116         (completion--insert-strings): Use it.
12117         (completion-pcm--delim-wild-regex): Add docstring.
12118         (completion-pcm--string->pattern): Add support for 0-width delimiters
12119         in completion-pcm--delim-wild-regex.
12121 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12123         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12124         Remove unused var `buffer-modified-p'.
12126         * minibuffer.el (completion--do-completion): Move point for the #b001
12127         case as well (bug#4176).
12128         (minibuffer-complete, minibuffer-complete-word): Don't move point.
12130 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
12132         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
12133         and :session buses.
12135 2009-08-18  Kenichi Handa  <handa@m17n.org>
12137         * international/ucs-normalize.el (ucs-normalize-version):
12138         Change to 1.1.
12139         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12140         (utf-8-hfs): Make it perform normalization on encoding too.
12142         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
12143         (sentence-end-without-space): Delete duplicated chars.
12144         (sentence-end-base): Likewise.
12146         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
12147         (html-mode): Delete duplicated chars from sentence-end-base.
12149         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
12150         (texinfo-mode): Delete duplicated chars from sentence-end-base.
12152 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
12154         * files.el (hack-one-local-variable): If the mode function is for
12155         a minor mode, pass it an argument (Bug#4148).
12157 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
12159         * net/tramp.el (tramp-register-completion-file-name-handler):
12160         Check also for (member 'partial-completion completion-styles).
12162 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12164         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12165         abbrev (Bug#3943).
12167 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
12169         * progmodes/cperl-mode.el: Merge upstream 6.2.
12170         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12171         (cperl-forward-re): Check cperl-brace-recursing.
12172         (cperl-highlight-charclass): New function.
12173         (cperl-find-pods-heres): Use it.
12174         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12175         (cperl-beautify-regexp-piece): Fix column calculation.
12176         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12177         (cperl-beautify-level): Don't process entire regexp.
12178         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12179         calling man.
12180         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12181         (cperl-init-faces): Build a list in the normal way.
12183 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12185         * calendar/parse-time.el (parse-time-string-chars): Save match
12186         data.
12188 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12190         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12191         (sql-product): Use it.
12192         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12193         (sql-set-product): Add completion.
12194         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12195         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12196         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12197         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12198         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12199         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12200         (sql-highlight-db2-keywords): Remove.
12201         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12202         (sql-highlight-product): Use derived-mode-p.
12203         (sql-set-sqli-buffer): Use with-current-buffer.
12204         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12205         Simplify.
12207         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12209         * term.el: Fix commenting convention, turn comments into docstrings.
12211 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12213         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12215 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12217         * calendar/parse-time.el (parse-time-string-chars): Compute using
12218         character classes, to handle non-ascii characters (Bug#3190).
12220 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12222         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12223         another heredoc if the user adds another < (Bug#3226).
12225         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12226         Don't initialize based on window-system (Bug#4124).
12228         * facemenu.el (facemenu-read-color): Use a completion function
12229         that accepts any defined color, such as RGB triplets (Bug#3677).
12231         * files.el (get-free-disk-space): Change fallback default
12232         directory to /.  Expand DIR argument before switching to fallback.
12233         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12235 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12237         * files.el (load-library): Doc fix.
12239 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12241         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12242         (viper-if-string): Redefine C-s in the minibuffer to insert the last
12243         incremental search string.
12245         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12246         XEmacs.
12248         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12249         (ediff-merge-region-is-non-clash)
12250         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12251         Also check if the job is really a merge job.
12253         * ediff.el (ediff-current-file): New function.
12255 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12257         * progmodes/js.el: Edit docstrings throughout to follow Emacs
12258         conventions.
12259         (js-insert-and-indent): Delete function.
12260         (js-mode-map): Don't bind keys to js-insert-and-indent.
12261         (js-beginning-of-defun): Rename from js--beginning-of-defun.
12262         (js-end-of-defun): Rename from js--end-of-defun.
12263         (js-auto-indent-flag): Delete variable.
12265 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
12267         * progmodes/js.el: Remove proclaim statement.
12268         Defvar which-func-imenu-joiner-function to silence compiler.
12270         * files.el (auto-mode-alist): Use js-mode for .js files.
12272         * progmodes/js2-mode.el: Remove file.
12274         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12276         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12278         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12280 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
12281             Karl Landstrom  <karl.landstrom@brgeight.se>
12283         * progmodes/js.el: New file.
12285 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
12287         * timezone.el (timezone-parse-date): Add ability to understand ISO
12288         basic format (minimal separators) dates in addition to the
12289         already-supported extended format dates.
12291 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
12293         * international/ucs-normalize.el: Add a `coding' file variable.
12295         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12297 2009-08-14  Sam Steingold  <sds@gnu.org>
12299         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12301 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
12303         * faces.el (help-argument-name): Define it here instead of
12304         help-fns.el, because in daemon mode help-fns.el may be loaded when
12305         faces are still uninitialized (Bug#1078).
12307         * help-fns.el (help-argument-name): Move defface to faces.el.
12309 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
12311         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12312         create buffer with a pty but no process so that GDB can make the
12313         inferior the controlling process.
12315 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
12317         * international/ucs-normalize.el: New file.
12319 2009-08-13  Richard Stallman  <rms@gnu.org>
12321         * mail/rmail.el (rmail-get-attr-names):
12322         Accept an attribute header that is too short.
12324         * mail/rmail.el (rmail-forget-messages):
12325         Ignore nil elt in rmail-message-vector.  Use dotimes.
12327         * progmodes/compile.el (compilation-goto-locus):
12328         Use next-error-move-function.
12330         * simple.el (next-error-move-function): New variable.
12332 2009-08-12  Juri Linkov  <juri@jurta.org>
12334         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12335         always non-nil.  (Bug#4052)
12337         * replace.el (read-regexp): Return empty string when
12338         `default-value' is nil.
12339         (keep-lines-read-args): Don't use empty string as the
12340         default value for `read-regexp'.  (Bug#2495)
12342 2009-08-12  Juri Linkov  <juri@jurta.org>
12344         * international/mule-cmds.el (ucs-insert): Change arguments
12345         from `arg' to `character', `count', `inherit' to be the same
12346         as in `insert-char'.  Doc fix.  (Bug#4039)
12348         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12350 2009-08-12  Juri Linkov  <juri@jurta.org>
12352         * files-x.el: New file.
12354         * files.el: Move code that deals with adding/deleting
12355         file/directory-local variables to files-x.el.
12357         * Makefile.in (ELCFILES): Add files-x.elc.
12359 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12361         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12362         to use `goto-line'.
12363         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12364         `goto-line'.
12365         (gdb-invalidate-disassembly): Do not refresh upon receiving
12366         'update signal.  Instead, update all disassembly buffers only after
12367         threads list.
12368         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12369         (gdb-starting): Moved -data-list-register-names...
12370         (gdb-stopped): ...here so it's sent when first thread stops.
12371         (gdb-registers-handler-custom): Do nothing if register names are
12372         unknown yet.
12374         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12375         from `gdb-mi.el' to avoid extra tangling.
12377         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12378         change which breaks `gud-def' definitions used in `gdb'.
12379         (gdb-update-gud-running): No extra fuss for updating frame number.
12381 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12383         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12384         (describe-language-environment-map, setup-language-environment-map)
12385         (set-coding-system-map): Move initialization into declaration.
12386         (set-language-info-alist): Last arg to define-key-after can be skipped.
12388         * international/quail.el (quail-completion-1): Simplify.
12389         (quail-define-rules): Use slightly more compact code.
12390         (quail-insert-decode-map): Propertize keys, compact columns.
12392         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12393         Add goto-line.
12395 2009-08-10  Miles Bader  <miles@gnu.org>
12397         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12398         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12399         (js2-instance-member, js2-private-member, js2-private-function-call)
12400         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12401         (js2-magic-paren, js2-external-variable):
12402         Remove "-face" suffix from face names.
12403         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12404         (js2-highlight-undeclared-vars, js2-peek-token)
12405         (js2-parse-function-params, js2-mode-show-errors)
12406         (js2-mode-show-warnings, js2-make-magic-delimiter)
12407         (js2-mode-highlight-magic-parens): Update to use new face names.
12409 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12411         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12412         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12414 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12416         * subr.el: Provide hashtable-print-readable.
12418         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12419         hs-c-like-adjust-block-beginning.
12420         (hs-hide-block-at-point): Stop hiding at the beginning of
12421         hs-block-end-regexp (Bug#700).
12423 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12425         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12426         a macro.
12427         (gdb-registers-handler-custom): Do not fail when register names
12428         are unavailable.
12430 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12432         * progmodes/gdb-mi.el (gdb-control-all-threads)
12433         (gdb-control-current-thread): Interactive setters for
12434         `gdb-gud-control-all-threads' to use in menu.
12435         (gdb-show-run-p): Show «Go» when process is not active.
12436         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12437         gud/thread.xpm and gud/all.xpm.
12439 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12441         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12442         (nslookup-font-lock-keywords): Make it a variable.
12443         (net-utils-mode): New mode for viewing diagnostic network output.
12444         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12445         (net-utils-run-simple): New function.
12446         (ifconfig, iwconfig, netstat, arp, route): Use it.
12448 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12450         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12451         (gdb-memory-set-address, def-gdb-set-positive-number)
12452         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12453         after changing settings.
12454         (gdb-invalidate-disassembly): Update when first shown.
12455         (gdb-edit-locals-value): Fixed.
12456         (gdb-registers-handler-custom): Print registers in right order and
12457         allow changing register values (only for current thread yet).
12458         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12459         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12460         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12461         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12462         info in mode name.
12463         (gdb-registers-mode-map): TAB to switch to locals.
12465 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12467         * mail/rmail.el (rmail-add-mbox-headers)
12468         (rmail-set-message-counters-counter): Search for
12469         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12471 2009-08-08  Glenn Morris  <rgm@gnu.org>
12473         * Makefile.in (ELCFILES): Update.
12475 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12477         * mail/sendmail.el (mail-yank-original): Set
12478         buffer-file-coding-system from the one used by the message whose
12479         text is yanked.
12481         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12482         to "windows" when "pgnuplot" is used.
12483         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12484         call accept-process-output if "pgnuplot" is used.
12485         (calc-graph-init): Don't send -display and -geometry to
12486         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12487         running "pgnuplot -V" with shell-command-to-string.
12489         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12490         the default.
12492 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12494         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12495         org/org-latex.elc.
12497 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12499         * vc-dispatcher.el (vc-resynch-window): Update comment.
12501         * term.el (term-handle-ansi-escape): Add comments with the
12502         terminfo capabilities implemented.
12504 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12506         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12507         (gdb-var-create-handler): Rewritten using JSON parser.
12508         (gdb-propertize-header): Moved earlier.
12509         (gdb-set-header): Removed to avoid duplication.
12510         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12511         Refresh disassembly buffers only after threads list have been
12512         update.
12513         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12514         variables.
12516 2009-08-04  Juri Linkov  <juri@jurta.org>
12518         * files.el: Commands to add/delete file/directory-local variables.
12519         (read-file-local-variable, read-file-local-variable-value)
12520         (read-file-local-variable-mode, modify-file-local-variable)
12521         (modify-file-local-variable-prop-line)
12522         (modify-dir-local-variable): New functions.
12523         (add-file-local-variable, delete-file-local-variable)
12524         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12525         (add-dir-local-variable, delete-dir-local-variable)
12526         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12527         (copy-dir-locals-to-file-locals-prop-line): New commands.
12529 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12531         * abbrev.el (insert-abbrev-table-description): Prettify output.
12532         Suggested by Karl Chen.
12534 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12536         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12537         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12538         (gdb-overlay-arrow-position, gdb-thread-position)
12539         (gdb-disassembly-position): Declare variables.
12540         (gdb-wait-for-pending): Function now.
12541         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12542         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12543         compilation goes smoothly.
12544         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12545         (gdb-non-stop-setting): New customization setting which replaces
12546         `gdb-non-stop' so changing it doesn't break active GDB session.
12547         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12548         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12549         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12550         (gdb-show-threads-by-default): New customization options.
12551         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12552         routines.
12553         (gdb-get-buffer-create): Send buffers update signal when they are
12554         created.
12555         (gdb-invalidate-locals, gdb-invalidate-registers)
12556         (gdb-invalidate-breakpoints)
12557         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12558         (gdb-invalidate-memory): Accept update signal.
12559         (gdb-current-context-command): Use --frame option.
12560         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12561         Implement `gdb-frame-number' selection logic.
12562         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12563         whether to show GUD toolbar buttons.
12564         (gdb-thread-exited): Unselect current thread when it exits.
12565         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12566         (gdb-mark-line): Routine which sets overlay arrow or inverses
12567         video on fringeless displays.
12568         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12569         to build aligned columns of data in GDB buffers and set text
12570         properties line-by-line.
12571         (gdb-invalidate-breakpoints)
12572         (gdb-breakpoints-list-handler-custom)
12573         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12574         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12575         (gdb-registers-handler-custom): Align data columns.
12576         (gdb-locals-handler-custom): Now prints data like in variable
12577         declarations.
12578         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12579         Removed confusing buttons.
12580         (gdb-invalidate-threads): Append --frame.
12581         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12582         between breakpoints/threads buffers.
12583         (gdb-set-window-buffer): Now can ignore dedicated windows.
12584         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12585         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12586         (def-gdb-thread-buffer-gud-command): Replaces
12587         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12588         for fine thread control.
12589         (gdb-preempt-existing-or-display-buffer): New function used to
12590         display bound buffers without breaking window layout.
12591         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12592         (gdb-select-frame): New version of `gdb-frames-select' which now
12593         sets `gdb-frame-number' so commands may use --frame option instead
12594         of inner debugger state.
12595         (gdb-frame-handler): Do not set `gdb-frame-number'.
12596         (gdb-threads-mode-map): Select threads with mouse.
12598         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12599         avoid compilation warning.
12600         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12601         `gdb-show-stop-p`.
12603         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12604         Argument `key' renamed to `buffer-type'.
12605         (gdb-current-context-buffer-name): Do not add thread info to
12606         buffer name when no thread is selected.
12607         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12608         command (bug 3794).
12609         (gdb-thread-selected): Handle `=thread-selected' notification.
12610         (gdb-wait-for-pending): New macro to deal with congestion problems.
12611         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12612         breakpoints.
12613         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12614         This fixes problem similar to one described in bug 3947.
12615         (gud-menu-map): More menu items.
12616         (gdb-init-1): Reset `gdb-thread-number' to nil.
12618         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12619         non-stop settings.
12621         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12622         (gdb-current-context-command): Do not append --thread if
12623         `gdb-thread-number' is nil.
12624         (gdb-running-threads-count, gdb-stopped-threads-count): New
12625         variables.
12626         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12627         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12628         customization options.
12629         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12630         GUD commands.
12631         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12632         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12633         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12634         set `gdb-thread-number' and update `gud-running' properly.
12635         (gdb-running): Update threads list when new threads appear.
12636         (gdb-stopped): Support non-stop operation and new thread switching
12637         logic.
12638         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12639         (gdb-json-partial-output): New set of JSON routines.
12640         (def-gdb-auto-update-trigger): New `signal-list' optional
12641         argument.
12642         (gdb-thread-list-handler-custom): Update `gud-running',
12643         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12644         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12645         (gdb-continue-thread, gdb-step-thread): New commands for fine
12646         thread execution control.
12647         (gud-menu-map): New menu items to switch non-stop options.
12648         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12649         (gdb-send): Mimic RET properly (bug 3794).
12651         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12652         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12653         gdb-buffer-rules.
12654         (def-gdb-auto-update-handler): New nopreserve optional argument.
12655         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12657         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12658         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12659         (gdb-parent-mode): New mode to derive other GDB modes from.
12660         (gdb-display-disassembly-for-thread)
12661         (gdb-frame-disassembly-for-thread): New commands for threads
12662         buffer.
12664         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12665         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12666         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12667         (gdb-update): We now store all GDB buffers in a list so that they
12668         can be updated by traversing a list instead of calling invalidate
12669         triggers explicitly.
12670         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12671         pair for GDB buffer.
12672         (gdb-stack-buffer-name): Add thread information.
12673         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12674         handle pending triggers.
12675         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12676         (def-gdb-thread-buffer-simple-command)
12677         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12678         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12679         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12680         New commands which show buffers bound to thread.
12681         (gdb-stack-list-locals-regexp): Removed unused regexp.
12683         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12684         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12685         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12686         to (gud-comint-buffer) in *-buffer-name functions
12687         because (gdb-get-target-string) already does that.
12688         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12689         (gdb-changed-registers-handler): Rewritten without regexps.
12691         * progmodes/gdb-mi.el: Basic thread selection support.
12692         (gdb-thread-number): New variable.
12693         (gdb-current-context-command): New macro which adds --thread
12694         option to command.
12695         (gdb-threads-mode-map): Select thread with SPC.
12696         (gdb-thread-list-handler-custom): Mark current thread with overlay
12697         arrow.  Synchronize GDB thread and Emacs thread.
12698         (gdb-select-thread): New command which selects current thread.
12699         (gdb-invalidate-frames, gdb-invalidate-locals)
12700         (gdb-invalidate-registers): Use --thread option.
12702 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12704         * net/tramp.el (top): Make check for tramp-gvfs loading more
12705         robust.  (Bug#3977)
12706         (tramp-handle-insert-file-contents): `unwind-protect' must be
12707         inside `with-parsed-tramp-file-name'.
12709         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12710         fails.
12712 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12714         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12715         directory if CLASSPATH is not set.
12717 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12719         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12720         New defconst.
12721         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12723 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12725         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12726         Update freshmeat link.  Delete newsforge.com as it seems gone.
12728 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12730         * select.el (x-set-selection): Doc fix (Bug#4021).
12732         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12734         * help-fns.el (describe-variable): Treat list return values from
12735         dir-locals-find-file properly (Bug#4005).
12737 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12739         * net/tramp.el (tramp-debug-message): Print also microseconds.
12741 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12743         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12744         or END is non-nil.
12745         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12746         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12747         format.
12749         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12750         (tramp-get-file-property): Use it.
12752         * autorevert.el (auto-revert-handler): Allow
12753         `auto-revert-tail-mode' for remote files.
12755 2009-08-02  Jason Rumney  <jasonr@gnu.org>
12757         * minibuffer.el (read-file-name): Treat confirm options to
12758         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
12760 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12762         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12763         (font-lock-variable-name-face, font-lock-constant-face): Darken
12764         the colors for light backgrounds.
12766 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
12768         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12769         month names.  (Bug#3987)
12771 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
12773         * simple.el (line-move-finish): Pass whole number to
12774         line-move-to-column.
12775         (line-move-visual): Perform hscroll to the recorded position.
12777 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
12779         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12781 2009-07-29  Alan Mackenzie  <acm@muc.de>
12783         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12785 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
12787         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12788         (gdb-place-breakpoints): Use full path when setting breakpoints.
12790 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
12792         * calc/calc.el (calc-mode-map): Add keybinding for
12793         `calc-transpose-lines'.
12795 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
12797         * calc/calc-misc.el (calc-transpose-lines): New function.
12799 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
12801         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12802         Simplify check for out-of-band methods.
12803         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12804         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
12806 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
12808         * vc-git.el (vc-git-checkin): Fix typo.
12810 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
12812         * progmodes/js2-mode.el: New file.
12814 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
12816         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12817         (gud-menu-map): Adjust tooltip accordingly.
12819 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12821         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12822         (vc-bzr-log-view-mode): Adjust log-view-file-re.
12824         * add-log.el (change-log-mode-map): Add a menu.
12826 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
12828         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12829         function returns nil.
12830         (dbus-handle-event): Handle special return value :ignore.
12831         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12833 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
12835         * view.el (view-mode-enable): Don't define Helper-return-blurb if
12836         it's not needed.
12838 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
12840         Fix Bug#3888:
12842         * w32-vars.el (x-select-enable-clipboard): Doc fix.
12844         * term/pc-win.el (x-display-name, x-colors)
12845         (x-select-enable-clipboard, x-select-text): Doc fix.
12847         * term/common-win.el (x-display-name, x-colors): Doc fix.
12849         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12850         (xw-defined-colors): Doc fix.
12852         * w32-fns.el (x-select-text, x-setup-function-keys)
12853         (x-get-selection, x-set-selection): Doc fix.
12855         * term/x-win.el (x-select-text, x-setup-function-keys)
12856         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12858         * select.el (x-set-selection): Doc fix.
12860 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12862         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12863         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12864         "IsNSSSupportAvailable" method is not available.  Reported by
12865         Steve Youngs <steve@sxemacs.org>.
12867 2009-07-24  Kenichi Handa  <handa@m17n.org>
12869         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12870         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12871         (build-unicode-category-table): Fix range checks.
12873 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12875         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12876         the buffer we try to sync is current when calling
12877         vc-resynch-buffer.
12879         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12880         not show up to date files.
12882 2009-07-24  Glenn Morris  <rgm@gnu.org>
12884         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12885         Add autoload cookies.  If necessary, initialize.
12886         (elint-log): Handle non-file buffers.
12887         (elint-initialize): Add optional argument to reinitialize.
12888         (elint-find-builtin-variables): Save excursion.
12890 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12892         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12893         for Lint.
12895 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12897         * vc.el (vc-print-log-internal): New function, split out from ...
12898         (vc-print-log): ... here.
12899         (vc-dir-move-to-goal-column): Declare.
12901         * vc-git.el (vc-git-add-signoff): New variable.
12902         (vc-git-checkin): Use it.
12903         (vc-git-toggle-signoff): New function.
12904         (vc-git-extra-menu-map): Bind it to menu.
12905         (vc-git--run-command-string): Accept a nil FILE argument.
12906         (vc-git-stash-list): New function.
12907         (vc-git-dir-extra-headers): Use it.
12909 2009-07-23  Glenn Morris  <rgm@gnu.org>
12911         * help-fns.el (describe-variable): Describe ignored and risky local
12912         variables in a similar way to that in which we describe safe ones.
12914         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12915         (byte-compile-output-file-form, byte-compile-output-docform)
12916         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12917         Give some more local variables with common names a "bytecomp-" prefix,
12918         so as not to shadow things during compilation.
12919         * emacs-lisp/cl-macs.el (load-time-value)
12920         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12921         `outbuffer' to `bytecomp-outbuffer'.
12923         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12924         since the next two variables cover them automatically now.
12925         (elint-builtin-variables, elint-autoloaded-variables): New.
12926         (elint-unknown-builtin-args): Remove all members, since they can be
12927         parsed automatically now.
12928         (elint-extra-errors): New.
12929         (elint-env-add-env, elint-env-add-macro): Use cadr.
12930         (elint-current-buffer): Use or.  Change final message.
12931         (elint-get-top-forms): Use line-end-position.
12932         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12933         and defalias.
12934         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12935         (regexp-assoc): Remove unused function.
12936         (elint-top-form): Set elint-current-pos, to record the start of the
12937         top-level form, for compilation-mode.
12938         (elint-form): Trap errors in macro expansion.  Use dolist.
12939         (elint-unbound-variable): Use elint-builtin-variables and
12940         elint-autoloaded-variables.
12941         (elint-get-args): Use cadr, or.
12942         (elint-check-cond-form): Use dolist, cadr.
12943         (elint-check-condition-case-form): Doc fix.  Use cadr.
12944         Use elint-extra-errors.
12945         (elint-log): New function.
12946         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12947         Distinguish errors and warnings.
12948         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12949         Use a bytecomp-style format.
12950         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12951         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12952         Don't truncate lines.
12953         (elint-initialize): Set builtin and autoloaded variable lists.
12954         Only process elint-unknown-builtin-args if non-nil.
12955         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12956         New functions.
12957         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12959 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12961         * net/newst-backend.el (newsticker--parse-atom-1.0)
12962         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12963         (newsticker--parse-rss-1.0):
12964         * progmodes/idlwave.el (idlwave-mode):
12965         * progmodes/idlw-shell.el (idlwave-shell-mode):
12966         * progmodes/vera-mode.el (vera-mode):
12967         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12968         * progmodes/vhdl-mode.el (vhdl-mode):
12969         * textmodes/table.el (table-generate-source)
12970         (table--warn-incompatibility):
12971         Hyperlink urls in docstrings with URL `...'.
12973 2009-07-22  Glenn Morris  <rgm@gnu.org>
12975         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12976         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12977         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12978         Remove leading * from defcustom docs.
12980         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12982         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12983         defcustom doc.
12984         (list-load-path-shadows): Optionally, just return shadows as a string.
12986         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12988 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12990         * mail/rmailedit.el (rmail-edit-mode): Use
12991         auto-save-include-big-deletions.
12993         * mail/rmail.el (rmail-variables): Use
12994         auto-save-include-big-deletions.
12996         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12997         changes.
12999 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13001         * calc/calc.el (calc-undo-length): New variable.
13002         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13004 2009-07-21  Richard Stallman  <rms@gnu.org>
13006         * files.el (auto-save-mode): Handle buffer-save-size = -2
13007         for toggling mode.
13009 2009-07-21  Glenn Morris  <rgm@gnu.org>
13011         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13013         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13015         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13016         silence compiler.  Instead...
13017         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13018         (ps-print-ensure-fontified): Update for above function name changes.
13020         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13021         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13022         silence compiler.  Instead...
13023         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13024         (mh-show-buffer): Only define for compiler.
13025         (pr-mh-current-message): Update for above function name changes.
13027         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13028         as an argument.
13029         (find-file-noselect, insert-file-1): Update for above change.
13031         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13033         * mail/mailclient.el (mailclient-send-it): Fix message.
13035         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13036         (edebug-eval): Check cl-debug-env is bound.
13037         (print-level, print-circle): Don't redefine built-in variables.
13039         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13040         (custom-print-vectors): Remove old comments from doc.
13042         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13043         (emerge-version): Make the variable an obsolete alias for the
13044         emacs-version variable.  Make the function obsolete.
13045         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13046         Emerge options, rather than merging in into the main Options menu.
13047         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13048         and auto advance modes.  Disable edit/fast items when not relevant.
13050 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13052         * term/vt420.el (terminal-init-vt420): Fix typo.
13054 2009-07-20  Sam Steingold  <sds@gnu.org>
13056         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13057         variable (removed from compile.el on 2004-03-11).
13059 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13061         * files.el (hack-local-variables-filter): Fix last change.
13063 2009-07-19  Juri Linkov  <juri@jurta.org>
13065         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13066         (dir-local-variables-alist): New buffer-local variable.
13067         (hack-local-variables-filter): If variable is not dir-local,
13068         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13069         because file-local overrides dir-local.
13070         (c-postprocess-file-styles) <declare-function>:
13071         Remove obsolete declaration.
13072         (hack-dir-local-variables): Add dir-local variable/value pair to
13073         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13075         * help-fns.el (describe-variable): Add information about
13076         file-local and dir-local variables.
13078 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13080         * files.el (hack-local-variables-filter): Rewrite.
13082 2009-07-19  Glenn Morris  <rgm@gnu.org>
13084         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13085         Silence compiler by only defining on XEmacs.
13087         * international/mule.el (auto-coding-regexp-alist): Only match
13088         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13090         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13091         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
13092         (cal-menu-context-mouse-menu): Doc fix.
13094         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13096         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
13098 2009-07-18  Juri Linkov  <juri@jurta.org>
13100         * info.el: Virtual Info keyword finder.
13101         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13102         (Info-finder-file): New variable.
13103         (Info-finder-find-file): New function.
13104         (finder-known-keywords, finder-package-info)
13105         (find-library-name, lm-commentary): Use defvar and
13106         declare-function to silence compiler warnings.
13107         (Info-finder-find-node): New function.
13108         (info-finder): New command.
13110         * subr.el (process-kill-buffer-query-function): New function.
13111         (add-hook)<kill-buffer-query-functions>: Add hook
13112         `process-kill-buffer-query-function'.
13114 2009-07-18  Alan Mackenzie  <acm@muc.de>
13116         * progmodes/cc-mode.el (c-before-hack-hook)
13117         (c-postprocess-file-styles): Give invocation of `c-set-style'
13118         DONT-OVERRIDE parameter of t.  Already set style variables will
13119         thus not be overridden by style settings given by `c-file-syle'.
13121         * files.el (hack-local-variables-filter): Remove entries with
13122         duplicate keys from `file-local-variables-alist'.
13124 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13126         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13127         x-set-selection if display-selections-p returns nil for the
13128         current frame.
13130 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
13132         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13134 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13136         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13137         Accept nil in addition to a regexp.
13138         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13139         Accept nil in addition to a regexp.
13140         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13141         buffers that have an associated file.  Handle nil values of
13142         desktop-buffers-not-to-save and desktop-files-not-to-save.
13143         (Bug#3833)
13145         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13146         (x-disown-selection-internal): New functions.
13148 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
13150         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13151         warning.
13152         (gdb-breakpoints-header): Move forward to avoid compiler warning.
13153         (gdb-make-header-line-mouse-map): Remove duplicate definition.
13155 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
13157         * simple.el (set-mark): Revert last change.
13159 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
13161         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13162         rendering of pngs is not possible instead of messaging a long
13163         description.
13165 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
13167         * w32-fns.el (x-selection-owner-p): New function.
13169         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13170         (mouse-yank-at-click, mouse-yank-primary): If
13171         select-active-regions is non-nil, deactivate the mark before
13172         insertion.
13174         * simple.el (deactivate-mark, set-mark): Only save selection if we
13175         own it.
13177 2009-07-17  Kenichi Handa  <handa@m17n.org>
13179         * case-table.el (describe-buffer-case-table): Fix for the case
13180         that KEY is a cons.
13182 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
13184         * vc-rcs.el (vc-rcs-find-file-hook):
13185         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13187 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13189         * net/tramp.el (tramp-wait-for-output): Handle the case when
13190         commands do not return a newline but a null byte before the shell
13191         prompt.  (Bug#3858)
13193 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13195         * term/ns-win.el (ns-set-alpha): Don't declare.
13196         (ns-set-background-alpha): Remove function.
13198 2009-07-16  Kevin Ryde  <user42@zip.com.au>
13200         * emacs-lisp/copyright.el (copyright-update): Save match-data across
13201         y-or-n-p, for safety.
13203 2009-07-16  Richard Stallman  <rms@gnu.org>
13205         * files.el (auto-save-mode): If buffer-saved-size is -2,
13206         don't clobber it.
13208         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13209         (rmail-retry-ignored-headers): Add more uninteresting fields.
13211 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
13213         * net/rcirc.el (rcirc): Use history variables.
13214         (rcirc-server-name-history, rcirc-nick-name-history)
13215         (rcirc-server-port-history): New variables.
13217 2009-07-15  Kenichi Handa  <handa@m17n.org>
13219         * international/mule-cmds.el (set-language-environment-charset):
13220         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13221         ignore them.
13223         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13224         Delete unibyte-display.
13226 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13228         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13230 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13232         * simple.el (deactivate-mark): Optional argument FORCE.
13233         (set-mark): Use deactivate-mark.
13235         * info.el (Info-search): No need to check transient-mark-mode
13236         before calling deactivate-mark.
13238         * select.el (x-set-selection): Doc fix.
13239         (x-valid-simple-selection-p): Allow buffer values.
13240         (xselect--selection-bounds): Handle buffer values.  Suggested by
13241         David De La Harpe Golden.
13243         * mouse.el (mouse-set-region, mouse-drag-track): Call
13244         copy-region-as-kill before setting the mark, to let
13245         select-active-regions work.
13247 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
13249         * simple.el (deactivate-mark): If select-active-regions is
13250         non-nil, copy the selection data into a string.
13251         (activate-mark): If select-active-regions is non-nil, set the
13252         selection to the current buffer.
13253         (set-mark): Update selection if select-active-regions is non-nil.
13255         * select.el (x-valid-simple-selection-p): Allow buffer values.
13257 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13260         and more featureful message-mode.
13262 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
13264         * select.el (x-set-selection): Doc fix.
13265         (x-valid-simple-selection-p): Disallow selection data consisting
13266         of a list or cons of integers, since that is not used.
13267         (xselect--selection-bounds, xselect--int-to-cons): New functions.
13268         (xselect-convert-to-string, xselect-convert-to-length)
13269         (xselect-convert-to-filename, xselect-convert-to-charpos)
13270         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13272 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
13274         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13275         output in -break-info command (Emacs bug #3794).
13277 2009-07-14  Glenn Morris  <rgm@gnu.org>
13279         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13280         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13281         (edebug-print-length, edebug-print-level, edebug-print-circle)
13282         (edebug-sit-for-seconds, edebug-view-outside)
13283         (edebug-bounce-point, edebug-set-global-break-condition)
13284         (edebug-Go-nonstop-mode, edebug-trace-mode)
13285         (edebug-Trace-fast-mode, edebug-continue-mode)
13286         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13287         (edebug-visit-eval-list): Doc fixes.
13289         * subr.el (def-edebug-spec): Doc fix.
13291 2009-07-14  Kenichi Handa  <handa@m17n.org>
13293         * international/characters.el: Fix setting of category ?C.
13295 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
13297         * term/ns-win.el (x-select-font): defalias x-select-font to
13298         ns-popup-font-panel instead of generate-fontset-menu.
13300 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
13302         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
13304 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
13306         * arc-mode.el (archive-find-type): Allow for a PK00 string before
13307         the PK\003\004 header (Bug#3770).
13309 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
13311         * pcomplete.el (pcomplete-comint-setup): Check for
13312         shell-dynamic-complete-filename too.
13314 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
13316         * simple.el (temporary-goal-column): Change the value for
13317         line-move-visual to a cons cell.
13318         (line-move-visual): Record or set the window hscroll, if
13319         necessary (Bug#3494).
13320         (line-move-1): Handle cons value of temporary-goal-column.
13322 2009-07-11  Kenichi Handa  <handa@m17n.org>
13324         * international/mule-diag.el (describe-character-set): Don't show
13325         width.
13327 2009-07-10  Sam Steingold  <sds@gnu.org>
13329         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13330         Omake sometimes indents the errors it prints, so allow all
13331         regexps to start with spaces.
13333 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
13335         * cus-edit.el (customize-changed-options-previous-release):
13336         Bump value to 22.1.  (Bug#3804)
13338 2009-07-08  Sam Steingold  <sds@gnu.org>
13340         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13341         to be a cons cell (test . ignored-directory) to selectively ignore
13342         some directories depending on the location of the search.
13344 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
13346         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13347         remote user is root, on the local host.
13348         (tramp-local-host-p): Either the local user or the remote user
13349         must be root.  (Bug#3771)
13351 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13353         * progmodes/gdb-mi.el (gdb): Remove description of
13354         gdb-use-separate-io-buffer.
13355         (menu): Don't allow toggling of or enable
13356         gdb-use-separate-io-buffer from menubar.
13358 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13360         * mail/unrmail.el (unrmail): Make sure the message ends with two
13361         newlines (Bug#3769).
13363 2009-07-08  Glenn Morris  <rgm@gnu.org>
13365         * calendar/calendar.el (calendar-current-date): Rework previous change.
13367 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13369         * calendar/calendar.el (calendar-current-date):
13370         Add an optional argument giving an offset from today.
13372 2009-07-08  Glenn Morris  <rgm@gnu.org>
13374         * tutorial.el (tutorial--describe-nonstandard-key):
13375         Adjust the message for when a key has been unbound.
13376         (help-with-tutorial): Hide the arch-tag.
13378 2009-07-08  Kenichi Handa  <handa@m17n.org>
13380         * international/fontset.el (setup-default-fontset): For each
13381         script, append (not set) font-specs.
13383         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13384         docstring.
13386 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13388         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13389         -data-list-register-names to ...
13390         (gdb-starting): ... here because GDB 7.0 requires execution to
13391         have started when using this MI command.
13392         (gdb-set-header): New function to distinguish select and
13393         unselected tabs in gdb buffers.
13394         (gdb-propertize-header): New macro that uses gdb-set-header.
13395         (gdb-breakpoints-header, gdb-locals-header): Use it.
13396         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13398 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13400         * Makefile.in (ELCFILES): Remove fadr.elc.
13402 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13404         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13405         may contain frame information, so `string-match' should be used.
13406         (gdb-update): Disassembly is invalidated through
13407         `gdb-get-selected-frame'.
13408         (gdb-pad-string): New function to pad string with spaces.
13409         (gdb-invalidate-disassembly): Invalidate only if the buffer
13410         exists.
13411         (gdb-disassembly-handler-custom): Column alignment.
13412         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13413         placing new ones.
13414         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13415         end of line, too.
13416         (gdb-frame-handler): Match convention to for disassembly buffer
13417         mode name.
13418         (gdb-stack-list-frames-handler): Rewritten without regexps.
13419         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13420         not highlight breakpoints without line information.
13421         (gdb-input): Add trailing newline to command.
13423         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13424         buffer properly.
13425         (gdb-breakpoints-list-handler-custom): Replacement for
13426         `gdb-break-list-handler'.  Using real parser instead of regexps
13427         now.
13428         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13429         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13430         to place breakpoints.
13431         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13432         functions.
13433         (gdb-disassembly-handler-custom): Show overlay arrow.
13434         (gdb-disassembly-place-breakpoints): Show breakpoints in
13435         disassembly buffer.
13436         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13437         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13438         instead of parsing breakpoints buffer.  Fixed old menu references
13439         in `gud-menu-map'.
13441         * fadr.el: Remove.
13443         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13444         (gdb-memory-address): New variable which holds top address of
13445         memory page shown in memory buffer.
13446         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13447         customization variables.
13448         New functions:
13449         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13450         display the memory buffer.
13451         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13452         buffer display parameters.
13453         (def-gdb-memory-format, gdb-memory-format-binary)
13454         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13455         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13456         Functions for setting memory buffer format.
13457         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13458         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13459         unit size used in memory buffer.
13460         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13461         to next/previous page of memory buffer.
13462         Now using (bindat-get-field) instead of fadr functions.
13464 2009-07-07  Sam Steingold  <sds@gnu.org>
13466         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13467         non-top-level files.
13469 2009-07-07  Kenichi Handa  <handa@m17n.org>
13471         * international/mule-cmds.el (reset-language-environment): Put
13472         the highset priority to the charset iso-8859-1.
13474 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13476         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13477         to the end of the line when locating the block (Bug#700).
13479 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13481         * net/tramp.el (tramp-handle-write-region): Flush file properties
13482         in case of short track.
13484 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13486         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13487         Coded custom representation of verilog error regular expressions
13488         to work with Emacs-22's new format.
13489         (verilog-error-regexp-xemacs-alist): Coded custom representation
13490         of verilog error regular expressions to work with XEmacs format.
13491         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13492         error recognition into XEmacs.
13493         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13494         error recognition into Emacs-22.
13496 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13498         * woman.el: Remove stand-alone closing parentheses.
13499         (woman-file-name, woman2-format-paragraphs)
13500         (woman-leave-blank-lines): Code cleanup.
13501         (woman-use-own-frame): Change default to nil.
13502         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13503         defaults to inherit from default faces.
13504         (woman2-process-escapes): Consume the newline after a stand-alone
13505         filler character (Bug#3651).
13507 2009-07-06  Glenn Morris  <rgm@gnu.org>
13509         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13510         (top-level): Move provide to the end.
13511         (ffap): Remove defunct URL from custom group.
13513         * subr.el (eval-after-load): Doc fix.
13515 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13517         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13518         `calc-embedded-word' is called twice.
13520 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * files.el (find-alternate-file-other-window, find-alternate-file):
13523         Obey confirm-nonexistent-file-or-buffer.
13525 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13527         * dired-aux.el (dired-show-file-type): Handle remote files.
13529 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13531         * desktop.el (desktop-globals-to-save):
13532         Add file-name-history (Bug#2750).
13534 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13536         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13538 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13540         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13541         property on entire argument since this is what eshell-lisp-command
13542         expects.
13544 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13546         * net/tramp-gvfs.el (tramp-gvfs-methods)
13547         (tramp-gvfs-zeroconf-domain)
13548         (tramp-bluez-discover-devices-timeout): Add version flag.
13549         (tramp-gvfs-handler-mounted-unmounted)
13550         (tramp-gvfs-connection-mounted-p): Polish handling of
13551         incompatibilities between GVFS 0.2 and 1.0.
13553 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13555         * cus-start.el (all): Add make-pointer-invisible.
13557 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13559         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13560         formatted correctly.
13562 2009-07-02  Juri Linkov  <juri@jurta.org>
13564         * info.el: Virtual Info files and nodes.
13565         (Info-virtual-files, Info-virtual-nodes): New variables.
13566         (Info-current-node-virtual): New variable.
13567         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13568         New functions.
13569         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13570         to check for a virtual file instead of checking a fixed list
13571         of node names.
13572         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13573         instead of ad-hoc processing of "dir" and (apropos history toc).
13574         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13575         instead of ad-hoc processing of "dir" and (apropos history toc).
13576         Reread a file when moving from a virtual node.
13577         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13578         (Info-directory-toc-nodes, Info-directory-find-file)
13579         (Info-directory-find-node): New functions.
13580         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13581         (Info-history): Move part of code to
13582         `Info-history-find-node'.
13583         (Info-history-toc-nodes, Info-history-find-file)
13584         (Info-history-find-node): New functions.
13585         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13586         (Info-toc): Move part of code to `Info-toc-find-node'.
13587         (Info-toc-find-node): New function.
13588         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13589         the current Info file name to references because now the node
13590         "*TOC*" belongs to the same Info manual.
13591         (Info-toc-build): Rename from `Info-build-toc'.
13592         (Info-toc-nodes): Rename input argument `file' to `filename'.
13593         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13594         instead of ad-hoc processing of ("dir" apropos history toc).
13595         (Info-index-nodes): Use Info-virtual-file-p
13596         to check for a virtual file instead of checking a fixed list
13597         of node names.
13598         (Info-index-node): Add check for `Info-current-node-virtual'.
13599         Raise `save-match-data' higher up the tree to contain
13600         `search-forward' too (bug fix).
13601         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13602         (Info-virtual-index-nodes): New variable.
13603         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13604         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13605         (Info-apropos-file, Info-apropos-nodes): New variables.
13606         (Info-apropos-toc-nodes, Info-apropos-find-file)
13607         (Info-apropos-find-node, Info-apropos-matches): New functions.
13608         (info-apropos): Move part of code to `Info-apropos-find-node' and
13609         `Info-apropos-matches'.
13610         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13611         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13612         for a virtual file instead of checking a fixed list of node names.
13614         * simple.el (async-shell-command): New command.
13616         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13618         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13619         instead of `mount-info'.
13621 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13623         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13624         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13626 2009-07-02  Kenichi Handa  <handa@m17n.org>
13628         * international/mule.el (set-keyboard-coding-system): Force *-unix
13629         coding-system to avoid eol conversion.
13631 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13633         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13634         Add handler for `process-file', `shell-command' and
13635         `start-file-process'.
13636         (tramp-gvfs-handle-shell-command)
13637         (tramp-gvfs-handle-start-file-process)
13638         (tramp-gvfs-handle-process-file): New defuns.
13639         (tramp-synce-list-devices): Simplify check for existence of property.
13641 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13643         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13645 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13647         * language/korean.el (set-language-info-alist): Add korean-cp949,
13648         cp949 to spec.
13650 2009-07-01  Kenichi Handa  <handa@m17n.org>
13652         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13654         * international/encoded-kb.el: Deleted.
13656         * international/mule.el (set-keyboard-coding-system): Perform the
13657         necessary setup here instead of calling encoded-kbd-setup-display.
13659 2009-07-01  Glenn Morris  <rgm@gnu.org>
13661         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13663 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13665         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13667 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13669         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13670         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13671         (tramp-default-file-modes): Remove execute permissions.
13673         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13674         (top): Add a default for "synce" in `tramp-default-user-alist'.
13675         Add completion function for "synce" method.
13676         (tramp-hal-service, tramp-hal-path-manager)
13677         (tramp-hal-interface-manager, tramp-hal-interface-device):
13678         New defconst.
13679         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13680         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13681         New defuns.
13683         * net/trampver.el: Update release number.
13685 2009-06-30  Kenichi Handa  <handa@m17n.org>
13687         * international/fontset.el (setup-default-fontset): Add CJK fonts
13688         for symbols and the other miscellaneous characters.
13690         * language/korea-util.el (setup-korean-environment-internal):
13691         Make char-width-table suitable for Korean environments.
13692         (exit-korean-environment): Cancel above.
13694         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13695         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13696         setup-function to make char-width-table suitable for respective
13697         environments, and an exit-function to cancel that.
13699         * language/japan-util.el (setup-japanese-environment-internal):
13700         Call use-cjk-char-width-table with arg `ja_JP'.
13702         * international/characters.el (cjk-char-width-table): Delete it.
13703         (cjk-char-width-table-list): New variable.
13704         (use-cjk-char-width-table): New arg local-name.
13705         (use-default-char-width-table): Fix for the case that Emacs is
13706         already using the default char-width-table.
13708 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13710         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13711         modes mandatory.  (Bug#3712)
13713 2009-06-29  Alan Mackenzie  <acm@muc.de>
13715         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13716         correction between the visible width of TABs and their number of bytes.
13718 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13720         * server.el (server-buffer-done): Prevent kill-buffer from
13721         prompting by clearing the buffer modification flag (Bug#3696).
13723 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13725         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13726         (verilog-endcomment-reason-re): Support unique case and priority case.
13727         (verilog-basic-complete-re): Support localparam lineup.
13728         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13729         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13730         commenting.
13731         (verilog-leap-to-case-head): Now support *nested* unique &
13732         priority case statements.
13733         (verilog-auto-lineup): Make just declarations the default (as it
13734         had been).
13735         (verilog-leap-to-case-head): Support priority/unique case statements.
13736         (verilog-auto-lineup): Rework to give users radio buttons to
13737         select the various styles of automatic lineup.
13738         (verilog-error-regexp-alist): Rework to support the XEmacs style
13739         of error regular expressions from compilers, lint tools &
13740         simulators.  Note that GNU Emacs has made it impossible for a mode
13741         to load such things.
13742         (electric-verilog-terminate-line, verilog-indent-declaration)
13743         (verilog-auto-wiure): Rework for radio button selection of
13744         auto-lineup selection of specification of auto lineup.
13745         (verilog-beg-of-statement-1): Redesign to support proper operation
13746         in additional code, based on testing with auto-lineup.
13747         (verilog-calculate-indent, assignments & declarations)
13748         (verilog-backward-token): Enhance to support auto-lineup of
13749         assignments & declarations.
13750         (verilog-in-directive-p, verilog-at-struct-p): New function for
13751         easy test of whether we are.
13752         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13753         to support safe execution at almost anyline.
13754         (verilog-calc-1): Properly support indenting deep inside generate
13755         blocks.
13756         (verilog-init-font): Remove definition & use of verilog-init-font,
13757         as it is redundant with font-lock-defaults.
13758         (verilog-mode): Alter the definition of verilog-font-lock-defaults
13759         to avoid circular calls if syntax-ppss is a function (as is the
13760         case now in 22.x GNU Emacs) as that function would sometimes call
13761         itself, leading to (nearly) infinite recursion.
13762         (verilog-ovm-begin-re, verilog-ovm-end-re)
13763         (verilog-ovm-statement-re, verilog-leap-to-head)
13764         (verilog-backward-token): Add support for OVM macros.  Some are
13765         complete statements, and others open and close scopes like begin
13766         and end.
13767         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13768         (verilog-defun-level-generate-only-re): Really fix the defun-list
13769         compilation issue.
13770         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13771         coverpoint, constraint and cross statements.
13772         (verilog-defun-level-list, verilog-generate-defun-level-list)
13773         (verilog-all-defun-level-list): Redo these specifications - it is
13774         too hard to support eval-when compile aggregation of lists also
13775         built at when-compile time.
13776         (verilog-defun-level-list): Place defconsts of variables used in
13777         building regular expressions which are built in eval-when-compile
13778         bodies in the same eval-when-compile body to facilitate compile
13779         without load.
13780         (verilog-beg-block-re-ordered): Support indenting
13781         virtual/protected tasks and functions.
13782         (verilog-defun-level-list, verilog-in-generate-region-p)
13783         (verilog-backward-ws&directives, verilog-calc-1): Speed up
13784         indentation of some module items (generate items).
13785         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13786         across virtual/protected tasks and functions.
13788 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
13790         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13791         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
13792         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13793         in concatenations.  Reported by Yishay Belkind.
13794         (verilog-auto-ascii-enum): Support one-hot state machines in
13795         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
13796         (verilog-auto-inst, verilog-auto-inst-port): Include interface
13797         modport in AUTOINST and add vl-modport for users.  Reported by
13798         David Rogoff.
13799         (verilog-auto-inout-module, verilog-auto-inst)
13800         (verilog-decls-get-interfaces, verilog-insert-definition)
13801         (verilog-insert-one-definition, verilog-read-decls)
13802         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13803         (verilog-sig-modport, verilog-signals-combine-bus)
13804         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13805         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13806         Suggested by David Rogoff.
13807         (verilog-repair-open-comma): Fix non-insertion of comma when
13808         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
13809         (verilog-make-width-expression): Simplify [A-1:0] expression
13810         widths to just {A{1'b0}}.
13811         (verilog-mode): Cleanup checkdoc warnings.
13812         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13813         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13814         inputs/outputs or data type.  Suggested by Vasu Kandadi.
13815         (next-error-last-buffer): Fix byte-compiler warning.
13816         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13817         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13818         or shell command text during AUTO expansion.  Suggested by Tad Truex.
13819         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13820         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13821         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13822         in AUTOINOUT.  Reported by Matthew Lovell.
13823         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13824         causing use of <= assignments.  Reported by Alex Reed.
13825         (verilog-read-decls): Fix triand, trior, wand, wor to be
13826         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
13827         (verilog-extended-complete-re): Support import "DPI-C" functions.
13828         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13829         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
13830         (verilog-insert-date, verilog-insert-year)
13831         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13832         Windows systems.  Reported by Michael Potts.
13833         (verilog-read-module-name): Fix AUTOINST when the child module
13834         declaration's name is a tick define.  Reported by Elliot Mednick.
13835         (verilog-read-decls): Fix V2K parameter bit subscripts getting
13836         passed to next parameter's definition.  Reported by Bruce T.
13837         (verilog-read-decls): Fix detecting "parameter int" when using
13838         AUTOINSTPARAM.  Reported by Bruce T.
13839         (verilog-goto-defun): Fix goto not finding modules unless first
13840         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
13841         (verilog-mode): Expand -f flag arguments on entry to mode so
13842         verilog-goto-defun will work.  Reported by Lawrence Butcher.
13843         (verilog-getopt): Expand environment variables in -f file
13844         arguments.  Suggested by Lawrence Butcher.
13845         (verilog-set-define): Fix "Symbol's value as variable is void"
13846         when reading enumerations.
13847         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13848         Suggested by Stephen Peltan.
13849         (verilog-read-defines): Fix reading of enumerations in include
13850         files.  Reported by Steve Peltan.
13852 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13854         * files.el (trash-directory): Fix defcustom type.
13856 2009-06-28  Juri Linkov  <juri@jurta.org>
13858         * help-fns.el (describe-function-1): Correctly locate adviced
13859         functions in hyperlink (Bug#2438).
13861 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13863         * files.el (trash-directory): Change default to nil.
13864         (move-file-to-trash): If trash-directory is nil and
13865         system-move-file-to-trash is unbound, perform freedesktop-style
13866         trashing.
13868 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13870         * files.el (move-file-to-trash): Add freedesktop trash
13871         support (Bug#973).
13873 2009-06-28  Glenn Morris  <rgm@gnu.org>
13875         * autorevert.el (global-auto-revert-non-file-buffers)
13876         (global-auto-revert-mode): Doc fixes.
13878 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13880         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13882 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13884         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13885         opened an X connection before calling x-get-resource (Bug#3194).
13887         * play/doctor.el: Remove reference to obsolete website.
13888         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13890 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13892         Remove find-file-not-found-hook VC method.  (Bug#2757)
13893         * vc-hooks.el (vc-file-not-found-hook)
13894         (vc-default-find-file-not-found-hook): Remove functions.
13895         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13896         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13897         * vc.el:
13898         * vc-hg.el:
13899         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13901 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13903         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13904         compatibility function for `looking-back'.
13906         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13907         Use `ispell-looking-back'.
13909 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13911         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13912         rather than `filename'.
13914 2009-06-23  Miles Bader  <miles@gnu.org>
13916         * face-remap.el (text-scale-set): New function.
13918 2009-06-23  Glenn Morris  <rgm@gnu.org>
13920         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13922         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13924         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13926         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13928         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13929         Simplify Persian conditionals.
13931         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13932         variable `filename'.
13934         * comint.el (comint-insert-input): Doc fix.
13936         * Makefile.in (ELCFILES): Fix typo in previous change.
13938 2009-06-23  Miles Bader  <miles@gnu.org>
13940         * cus-start.el: Add entry for `recenter-redisplay'.
13942 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13944         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13945         Add an optional argument for the backend, use it instead of
13946         calling vc-backend.
13947         (vc-mode-line): Add an optional argument for the backend.
13948         Pass the backend to vc-state and vc-working-revision.  Move code for
13949         special handling for vc-state being a buffer to ...
13951         * vc-rcs.el (vc-rcs-find-file-hook):
13952         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13954         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13955         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13956         vc-stay-local-p and vc-mode-line calls.
13958         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13959         (vc-cvs-diff, vc-cvs-annotate-command)
13960         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13961         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13962         vc-mode-line calls.
13964         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13965         direct comparison.
13966         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13967         backend when calling vc-mode-line.
13968         (vc-register): Do not create a closure for calling the vc register
13969         function, call it directly.
13971 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13973         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13974         to make it obvious item can be clicked.
13976         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13978 2009-06-23  Kenichi Handa  <handa@m17n.org>
13980         * language/korea-util.el (korean-key-bindings): Change the binding
13981         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13982         same command.
13984 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13986         Sync with Tramp 2.1.16.
13988         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13990         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13991         when a loading of a package fails.  Completion function for rsync
13992         is `tramp-completion-function-alist-ssh'.
13993         (all): Replace all calls of `split-string' and
13994         `tramp-split-string' by `tramp-compat-split-string'.
13995         (tramp-default-method): Use `tramp-compat-process-running-p'.
13996         (tramp-default-proxies-alist): Allow also Lisp forms.
13997         (tramp-remote-path): Add choice "Private Directories".
13998         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13999         (tramp-domain-regexp): Allow also "-", "_" and ".".
14000         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14001         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14002         (tramp-debug-message): Insert header line in debug buffer.
14003         (tramp-handle-directory-files-and-attributes-with-stat):
14004         Care about filenames with spaces, or starting with "-".
14005         (tramp-handle-dired-uncache): New defun.
14006         (tramp-handle-insert-directory): Don't flush the directory from
14007         cache, this is handled by `dired-uncache' now.
14008         (tramp-handle-insert-file-contents): Improve error handling.
14009         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14010         Quote `tramp-end-of-output'.
14011         (tramp-action-password): Improve trace message.
14012         (tramp-check-for-regexp): Both echoes must be present, before removing.
14013         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14014         (tramp-compute-multi-hops): Eval cons cells of
14015         `tramp-default-proxies-alist'.
14016         (tramp-maybe-open-connection): Use the same command pattern for
14017         first hop and further hops.
14018         (tramp-wait-for-output): Remove handling of newlines.
14019         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14020         (tramp-split-string): Remove function.  It is handled in
14021         tramp-compat now.
14023         * net/tramp-cmds.el (tramp-bug):
14024         Recommend `tramp-cleanup-all-connections' in the bug mail.
14026         * net/tramp-compat.el (tramp-compat-split-string)
14027         (tramp-compat-process-running-p): New defuns.
14029         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14030         for `dired-uncache'.
14032         * net/tramp-gvfs.el: New package.
14034         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14035         Add handler for `dired-uncache'.
14036         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14038         * net/trampver.el: Update release number.  Make version check fit
14039         for SXEmacs 22.
14041 2009-06-22  Jim Meyering  <meyering@redhat.com>
14043         Automatically handle .xz suffix (XZ-compressed files), too.
14044         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14045         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14047 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14048             Nick Roberts  <nickrob@snap.net.nz>
14050         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14051         repository (http://sphinx.net.ru/hg/gdb-mi/).
14053 2009-06-22  Glenn Morris  <rgm@gnu.org>
14055         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14056         `mode' and `eval' entries.  (Bug#3430)
14058         * Makefile.in (ELCFILES): Add fadr.elc.
14060         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14061         differing behavior of \n and ^ in strings.  (Bug#3385)
14063         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14065         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14066         property.
14067         (lisp-indent-function): Make it a defcustom.
14069 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14071         * progmodes/gdb-ui.el: Replace with ...
14072         * progmodes/gdb-mi.el: ... this file.
14073         * progmodes/gud.el: Modify for gdb-mi.el.
14075 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14077         * fadr.el: New file.
14079 See ChangeLog.14 for earlier changes.
14081 ;; Local Variables:
14082 ;; coding: utf-8
14083 ;; End:
14085     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14087   This file is part of GNU Emacs.
14089   GNU Emacs is free software: you can redistribute it and/or modify
14090   it under the terms of the GNU General Public License as published by
14091   the Free Software Foundation, either version 3 of the License, or
14092   (at your option) any later version.
14094   GNU Emacs is distributed in the hope that it will be useful,
14095   but WITHOUT ANY WARRANTY; without even the implied warranty of
14096   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14097   GNU General Public License for more details.
14099   You should have received a copy of the GNU General Public License
14100   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14102 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1